#shop_category select {
    padding-right: 3.2rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='rgb(99,115,129)' d='M13 8l-3-3-3 3h6zm-.1 4L10 14.9 7.1 12h5.8z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    background-size: 21px 21px;
    /* IE requires pixels. Using cover/contain/rem values cause blurry edges */
    background-repeat: no-repeat;
    background-position: 98% center !important;
    box-shadow: 0 0 0 1px transparent, 0 1px 0 0 rgba(22, 29, 37, 0.05);
}

#shop_category select[multiple] {
    padding-right: 1rem;
    background-image: none;
}

#shop_category select:disabled {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='rgb(145,158,171)' d='M13 8l-3-3-3 3h6zm-.1 4L10 14.9 7.1 12h5.8z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
    box-shadow: none;
}

#shop_category select::-ms-expand {
    display: none;
}

.flex_row::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.flex_row::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.flex_row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(151, 148, 148);
}

#shop_category a {
    color: unset;
}

#shop_category a:after {
    border-bottom: unset;
}

#prod_box {
    margin: auto;
    font-family: sans-serif;
    width: 534px;
    margin-top: 20px;
}

#prod_box .panel_with_box {
    box-shadow: 0 0 10px #aaaaaa69;
    padding: 2em;
}

#prod_box .flex_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

#prod_box .free_row {
    justify-content: space-around;
    margin-top: 10px;
    overflow: hidden;
}

.free_row .prod_panel {
    height: unset !important;
}

#prod_box .prod_panel {
    width: 27%;
}

#prod_box .prod_panel .image_frame {
    overflow: hidden;
    text-align: center;
    position: relative;
}

#prod_box .prod_panel .image_frame:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#prod_box .prod_panel .image_frame .prod_image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 1px;
    left: 1px;
}

#prod_box .prod_panel .prod_title {
    text-align: center;
    font-size: 1em;
    margin: 0.5em 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#prod_box .prod_panel .price {
    text-align: center;
    margin: 0.3em 0;
    font-size: 0.8em;
}

#prod_box .prod_panel .price.free {
    color: #E07174;
    display: block;
}

#prod_box .prod_panel .price.free span {
    text-decoration: line-through;
    /* color: #DCDCDC; */
}

#prod_box .prod_panel select {
    width: 100%;
    border-color: #DCDCDC;
    color: #DCDCDC;
    height: 1.7em;
    padding: 0 10px;
    font-size: 0.8em;
    /* background: white; */
}

#prod_box .prod_panel select:focus {
    color: black;
}

#prod_box .prod_panel.text_only {
    text-align: center;
    margin-bottom: 0.5em !important;
    min-height: 65px;
    height: unset;
}

#prod_box .prod_panel.text_only h1 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    width: unset;
}

#prod_box .prod_panel.with_arrow {
    position: absolute;
    right: 0;
    top: 3.5em;
    margin-right: 0 !important;
}

#prod_box .prod_panel.with_arrow h1 {
    font-size: 1.3em;
    margin: 0 0 0.3em;
    /*   font-family: Oswald; */
    color: #E07174;
    text-align: center;
}

#prod_box .prod_panel.with_arrow svg {
    position: absolute;
    right: 6.5em;
    top: -2.8em;
    width: 68%;
}

#prod_box .prod_panel.text_only p {
    margin: 0;
    font-size: 0.95em;
}

#prod_box .prod_panel.text_only p span {
    text-decoration: line-through;
    /* color: #BDBDBD; */
}

#prod_box .prod_panel.with_arrow p {
    margin: 0;
    font-size: 1em;
    text-align: center;
}

#prod_box .prod_panel.with_arrow p span {
    text-decoration: line-through;
    /* color: #BDBDBD; */
}

#prod_box .prod_panel {
    position: relative;
    margin-bottom: 0.5em;
    min-height: 195px;
    height: 230px;
    min-width: 128px;
}

#prod_box .prod_panel .count {
    margin-bottom: 0px;
}

#prod_box .image_frame img {
    height: 100%;
}

#prod_box .symbol_panel {
    min-width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DDF8F9;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 4em;
    margin-left: 9px;
    margin-right: 9px;
}

#prod_box .symbol_panel span {
    font-size: 20px;
    /*  height: 22px; */
}

#prod_box .btn {
    background: #8881BC;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-height: 45px;
}

#prod_box .btn span {
    margin: 0.6em 0;
    text-align: center;
    font-weight: bold;
}

#bogo_prod_box .prod_panel .count {
    margin: 0.3em 0;
    font-size: 0.8em;
}

@media screen and (max-width: 1140px) {
    #prod_box {
        width: 90%;
    }
    #prod_box .panel_with_box {
        padding: 6vw;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }
    #prod_box .flex_row {
        flex-direction: column;
    }
    #prod_box .prod_panel {
        width: 100%;
        height: unset;
    }
    #prod_box .prod_panel select {
        padding: 0;
    }
    #prod_box .symbol_panel {
        margin-bottom: 19.2px;
        font-size: 10vw;
    }
    #prod_box .prod_panel .prod_title {
        margin: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #prod_box .prod_panel .price {
        margin: 0px;
    }
    #prod_box .prod_panel select {
        margin-bottom: 0.7em;
    }
    #prod_box .prod_panel.text_only {
        margin-top: 0;
        margin-bottom: 4vw;
    }
    #prod_box .prod_panel.text_only.new_row {
        margin: 0 auto 6vw;
    }
    #prod_box .flex_row.free_row .prod_panel.with_arrow {
        position: relative;
        top: 0;
        min-height: unset;
    }
    #prod_box .prod_panel.with_arrow svg {
        right: 9w;
        top: -15vw;
        width: 90%;
        display: none;
    }
}

#bundle_prod_box {
    margin: auto;
    font-family: sans-serif;
    width: 534px;
}

#bundle_prod_box .panel_with_box {
    box-shadow: 0 0 10px #aaaaaa69;
    padding: 2em;
    margin-top: 20px;
}

#bundle_prod_box .flex_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

#bundle_prod_box .prod_panel {
    width: 27%;
}

#bundle_prod_box .prod_panel .image_frame {
    /*  border: 1px solid #DCDCDC; */
    overflow: hidden;
    text-align: center;
    position: relative;
}

#bundle_prod_box .prod_panel .image_frame:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#bundle_prod_box .prod_panel .image_frame .prod_image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 1px;
    left: 1px;
}

#bundle_prod_box .prod_panel .prod_title {
    text-align: center;
    font-size: 1em;
    margin: 0.5em 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#bundle_prod_box .prod_panel .count {
    text-align: center;
    /* color: #DCDCDC; */
    margin: 0.3em 0;
    font-size: 0.8em;
}

#bundle_prod_box .prod_panel select {
    width: 100%;
    border-color: #DCDCDC;
    color: #DCDCDC;
    height: 1.7em;
    padding: 0 10px;
    font-size: 0.8em;
    /* background: white; */
}

#bundle_prod_box .prod_panel select:focus {
    color: black;
}

#bundle_prod_box .prod_panel.text_only h1 {
    font-size: 1.7em;
    margin: 0 0 0.2em;
    /*  font-family: Oswald; */
    color: #E07174;
    width: unset;
}

#bundle_prod_box .prod_panel.text_only {
    text-align: center;
    margin-bottom: 5.2em;
}

#bundle_prod_box .prod_panel.text_only.new_row {
    margin: 0 auto 2.2em;
    min-height: unset;
    width: 70%;
    margin-bottom: 0.5em;
    height: unset;
}

#bundle_prod_box .prod_panel.text_only p {
    margin: 0;
    font-size: 0.95em;
}

#bundle_prod_box .prod_panel.text_only p span {
    text-decoration: line-through;
    /* color: #BDBDBD; */
}

#bundle_prod_box .prod_panel {
    position: relative;
    margin-bottom: 0.5em;
    min-height: 195px;
    height: 230px;
    min-width: 128px;
}

#bundle_prod_box .image_frame img {
    height: 100%;
}

#bundle_prod_box .symbol_panel {
    min-width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DDF8F9;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 4em;
    margin-left: 9px;
    margin-right: 9px;
}

#bundle_prod_box .symbol_panel span {
    font-size: 20px;
    /*  height: 22px; */
}

#bundle_prod_box .btn {
    background: #8881BC;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-height: 45px;
}

#bundle_prod_box .btn span {
    /*    font-size: 1.2em; */
    margin: 0.3em;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 1140px) {
    #bundle_prod_box {
        width: 90%;
    }
    #bundle_prod_box .panel_with_box {
        padding: 5vw;
    }
    #bundle_prod_box .flex_row {
        flex-direction: column;
    }
    #bundle_prod_box .flex_row.product_group {
        flex-direction: row;
        width: 100%;
    }
    #bundle_prod_box .prod_panel {
        width: 100%;
        /* min-height: 40vw; */
        height: unset;
    }
    #bundle_prod_box .prod_panel select {
        padding: 0;
    }
    #bundle_prod_box .symbol_panel {
        margin-bottom: 19.2px;
        width: 3vw;
        height: 3vw;
        font-size: 10vw;
        margin-top: 0.5vw;
    }
    #bundle_prod_box .symbol_panel span {
        font-size: 3vw;
        /* height: 9vw; */
    }
    #bundle_prod_box .prod_panel .prod_title {
        /* font-size: 1.6rem; */
        margin: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #bundle_prod_box .prod_panel .count {
        margin: 0px;
    }
    #bundle_prod_box .prod_panel select {
        margin-bottom: 0.6em;
    }
    #bundle_prod_box .prod_panel.text_only {
        margin-top: 0;
        margin-bottom: 4vw;
    }
    #bundle_prod_box .prod_panel.text_only.new_row {
        margin: 0 auto 2vw;
        width: 70%;
    }
}

#bogo_prod_box {
    margin: auto;
    font-family: sans-serif;
    width: 534px;
    margin-top: 20px;
}

#bogo_prod_box .panel_with_box {
    box-shadow: 0 0 10px #aaaaaa69;
    padding: 2.5em;
}

#bogo_prod_box .flex_row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

#bogo_prod_box .prod_panel {
    width: 30%;
}

#bogo_prod_box .prod_panel .image_frame {
    overflow: hidden;
    text-align: center;
    position: relative;
}

#bogo_prod_box .prod_panel .image_frame:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#bogo_prod_box .prod_panel .image_frame .prod_image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 1px;
    left: 1px;
}

#bogo_prod_box .prod_panel .prod_title {
    text-align: center;
    /* font-size: 1.6rem; */
    margin: 0.5em 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#bogo_prod_box .prod_panel .price {
    text-align: center;
    margin: 0.3em 0;
    font-size: 1em;
}

#bogo_prod_box .prod_panel .price.free {
    color: #E07174;
    /* padding-left: 3.5em; */
    display: block;
}

#bogo_prod_box .prod_panel .price.free span {
    text-decoration: line-through;
    /* color: #DCDCDC; */
}

#bogo_prod_box .prod_panel select {
    width: 100%;
    border-color: #DCDCDC;
    color: #DCDCDC;
    height: 1.7em;
    padding: 0 10px;
    font-size: 0.8em;
    /* background: white; */
}

#bogo_prod_box .prod_panel select:focus {
    color: black;
}

#bogo_prod_box .prod_panel.text_only {
    text-align: center;
    margin-bottom: 0.5em !important;
    min-height: unset;
    /*custom*/
    /* margin-top: -12px; */
}

#bogo_prod_box .prod_panel.text_only h1 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

#bogo_prod_box .prod_panel.with_arrow {
    position: absolute;
    right: 0;
    top: 3.5em;
    margin-right: 0 !important;
}

#bogo_prod_box .prod_panel.with_arrow h1 {
    font-size: 1.3em;
    margin: 0 0 0.3em;
    text-align: center;
    /*  font-family: Oswald; */
    color: #E07174;
}

#bogo_prod_box .prod_panel.with_arrow svg {
    position: absolute;
    right: 5.5em;
    top: -2.8em;
    width: 54% !important;
}

#bogo_prod_box .prod_panel.text_only p span {
    text-decoration: line-through;
    /* color: #BDBDBD; */
}

#bogo_prod_box .prod_panel.with_arrow p {
    margin: 0;
    font-size: 1em;
    text-align: center
}

#bogo_prod_box .prod_panel.with_arrow p span {
    text-decoration: line-through;
}

#bogo_prod_box .prod_panel {
    position: relative;
    min-height: 235px;
}

/* YHS  add */

#bogo_prod_box .free_row .prod_panel {
    min-height: unset !important;
}

#bogo_prod_box .prod_panel.with_arrow p>span:first-child {
    color: unset !important;
}

#bogo_prod_box .image_frame img {
    height: 100%;
    object-fit: contain;
}

#bogo_prod_box .symbol_panel {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DDF8F9;
    border-radius: 50%;
    font-size: 28px;
    margin-top: 2em;
}

#bogo_prod_box .symbol_panel span {
    font-size: 20px;
}

#bogo_prod_box .btn {
    background: #8881BC;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-height: 45px;
}

#bogo_prod_box .btn span {
    /*   font-size: 1.2em; */
    margin: 0.6em 0;
    text-align: center;
  /*  font-weight: bold; */
}

@media screen and (max-width: 1140px) {
    #bogo_prod_box {
        width: 100%;
    }
    #bogo_prod_box .panel_with_box {
        padding: 2vw;
    }
    #bogo_prod_box .flex_row {
        flex-direction: column;
    }
    #bogo_prod_box .flex_row.product_group {
        flex-direction: row;
        width: 100%;
    }
    #bogo_prod_box .prod_panel {
        width: 100%;
    }
    #bogo_prod_box .flex_row.product_group .prod_panel {
        width: 40%;
        min-height: 23vw;
    }
    #bogo_prod_box .prod_panel select {
        padding: 0;
    }
    #bogo_prod_box .prod_panel {
        width: 42%;
    }
    #bogo_prod_box .prod_panel select {
        padding: 0;
    }
    #bogo_prod_box .symbol_panel {
        margin-top: 6vw;
    }
    #bogo_prod_box .prod_panel .prod_title {
        margin: 0px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #bogo_prod_box .prod_panel .price {
        font-size: 2vw;
    }
    #bogo_prod_box .prod_panel.text_only h1 {
        margin-top: 0.5em;
    }
    #bogo_prod_box .prod_panel.text_only {
        margin-top: 0;
        margin-bottom: 4vw;
    }
    #bogo_prod_box .prod_panel.text_only.new_row {
        margin: 0 auto 6vw;
    }
    #bogo_prod_box .flex_row.free_row .prod_panel {
        width: 40%;
        margin-left: 3vw;
    }
    #bogo_prod_box .flex_row.free_row .prod_panel.with_arrow {
        width: 40%;
        top: 11vw;
    }
    #bogo_prod_box .prod_panel.with_arrow h1 {
        margin-top: -4vw;
    }
    #bogo_prod_box .prod_panel.with_arrow p {
        margin: 0;
        text-align: center;
    }
    #bogo_prod_box .prod_panel.with_arrow svg {
        right: 12vw;
        top: -8vw;
        width: 90%;
    }
}

#bundle1_prod_box {
    margin: auto;
    font-family: sans-serif;
    width: 534px;
    margin-top: 22px;
}

#bundle1_prod_box .panel_with_box {
    box-shadow: 0 0 10px #aaaaaa69;
    padding: 2em;
}

#bundle1_prod_box .flex_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bundle1_prod_box .flex_row.product_group {
    width: 64%;
}

#bundle1_prod_box .prod_panel {
    width: 27%;
}

#bundle1_prod_box .flex_row.product_group .prod_panel {
    width: 43%;
    height: 245px;
}

#bundle1_prod_box .prod_panel .image_frame {
    overflow: hidden;
    text-align: center;
    position: relative;
}

#bundle1_prod_box .prod_panel .image_frame:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#bundle1_prod_box .prod_panel .image_frame .prod_image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 1px;
    left: 1px;
}

#bundle1_prod_box .prod_panel .prod_title {
    text-align: center;
    font-size: 1em;
    margin: 0.5em 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#bundle1_prod_box .prod_panel .count {
    text-align: center;
    /* color: #DCDCDC; */
    margin: 0.3em 0;
    font-size: 0.8em;
}

#bundle1_prod_box .prod_panel select {
    width: 100%;
    border-color: #DCDCDC;
    color: #DCDCDC;
    height: 1.7em;
    padding: 0 10px;
    font-size: 0.8em;
}

#bundle1_prod_box .prod_panel select:focus {
    color: black;
}

#bundle1_prod_box .prod_panel.text_only h1 {
    font-size: 1.4em;
/*    font-weight: 100;*/
    margin-bottom: 0.5px;
    font-weight: bold;
}

#bundle1_prod_box .prod_panel.text_only {
    text-align: center;
    margin-bottom: 5em;
}

#bundle1_prod_box .prod_panel.text_only p {
    margin: 0;
    font-size: 0.95em;
}

#bundle1_prod_box .prod_panel.text_only p>span:last-child {
    text-decoration: line-through;
    /* color: #BDBDBD; */
}

#bundle1_prod_box .prod_panel {
    position: relative;
    /* margin-bottom: 2.6em; */
}

#bundle1_prod_box .image_frame img {
    height: 100%;
    object-fit: contain;
}

#bundle1_prod_box .symbol_panel {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DDF8F9;
    border-radius: 50%;
    /* font-size: 28px; */
    margin-bottom: 7.5em;
}

#bundle1_prod_box .symbol_panel span {
    font-size: 20px;
}

#bundle1_prod_box .btn {
    background: #8881BC;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-height: 40px;
}

#bundle1_prod_box .btn span {
    /*  font-size: 1.2em; */
    margin: 0.6em 0;
    text-align: center;
    font-weight: bold;
    color: white;
}

@media screen and (max-width: 1140px) {
    #bundle1_prod_box {
        width: 90%;
    }
    #bundle1_prod_box .panel_with_box {
        padding: 2vw;
    }
    #bundle1_prod_box .flex_row {
        flex-direction: column;
    }
    #bundle1_prod_box .flex_row.product_group {
        flex-direction: row;
        width: 100%;
    }
    #bundle1_prod_box .prod_panel {
        width: 100%;
    }
    #bundle1_prod_box .flex_row.product_group .prod_panel {
        width: 40%;
        margin-bottom: 0px;
        /* min-height: 24vw; */
        height: 22vw;
    }
    #bundle1_prod_box .prod_panel select {
        padding: 0;
    }
    #bundle1_prod_box .product_group .symbol_panel {
        margin-bottom: 9vw;
    }
    #bundle1_prod_box .symbol_panel {
        margin-bottom: 0;
        width: 2.5vw;
        height: 2.5vw;
    }
    #bundle1_prod_box .symbol_panel span {
        font-size: 2vw;
    }
    #bundle1_prod_box .prod_panel .prod_title {
        font-size: 15px;
        line-height: 1em;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #bundle1_prod_box .prod_panel .count {
        font-size: 12px;
    }
    #bundle1_prod_box .prod_panel.text_only h1 {
        margin-top: 0.3em;
    }
    #bundle1_prod_box .prod_panel.text_only {
        margin-top: 0;
        margin-bottom: 2vw;
    }
    #bogo_prod_box .prod_panel .price.free {
        font-size: 1em;
    }
    #bogo_prod_box .count {
        font-size: 1.5rem;
    }
    #bundle1_prod_box .prod_panel {
        position: relative;
        margin-bottom: 0.6em;
    }
}

@media screen and (max-width: 749px) {
    #bogo_prod_box .prod_panel {
        min-height: 62vw;
    }
    #bogo_prod_box .flex_row.product_group .prod_panel {
        min-height: 45vw;
    }
    #bogo_prod_box .prod_panel.with_arrow svg {
        right: 18.5vw;
    }
    #bogo_prod_box .prod_panel.with_arrow h1 {
        margin-top: 2vw;
    }
    #bogo_prod_box .prod_panel {
        min-height: 56vw;
    }
    #bundle1_prod_box .flex_row.product_group .prod_panel {
        min-height: 46vw;
    }
    #bundle1_prod_box .symbol_panel {
        width: 4.5vw;
        height: 4.5vw;
    }
    #bundle1_prod_box .symbol_panel span {
        font-size: 3.5vw;
    }
    #prod_box .symbol_panel span {
        font-size: 20px;
    }
    #prod_box .prod_panel .prod_title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    #prod_box .symbol_panel {
        width: 25px;
        height: 25px;
    }
    #bogo_prod_box .product_group .symbol_panel {
        margin-top: 14vw;
    }
    #bogo_prod_box .flex_row.free_row .prod_panel {
        margin-left: 15vw;
    }
    #bundle1_prod_box .product_group .symbol_panel {
        margin-bottom: 16.5vw;
    }
    #bundle_prod_box .symbol_panel {
        width: 25px;
        height: 25px;
    }
    #bundle_prod_box .symbol_panel span {
        font-size: 20px;
    }
}

.prod_title a {
    text-decoration: none !IMPORTANT;
}

@media screen and (max-width: 450px) {
    #bogo_prod_box .product_group .symbol_panel {
        margin-top: 12.5vw;
    }
}