/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
color: var(--primary-color);
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-indicators {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: inherit;
    bottom: 0;
    display: flex;
    margin-bottom: 10px;
}
.product-indicators li {
    /* height: auto; */
    overflow: hidden;
    /* width: 55px; */
    box-shadow: 0 0 2px rgba(0,0,0,.4);
    border-radius: 3px;
    border-radius: 6px;
    margin: 0 4px !important;
    cursor: pointer;
    max-width: calc(25% - 4px);
   width: calc(25% - 4px);
    /* margin: 0 !important; */!i;!;
}
.product-indicators li:hover {
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,.8);
}
.product-indicators li img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
/*     width: 55px; */
    height: 100%;
}
.modal .modal-header {
    background-color: #a20937;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal .modal-title {
    text-align: center;
    color: #ffeb9c;
}
.ekko-lightbox .modal-dialog .modal-body {
    padding: 3px;
}
.ekko-lightbox-nav-overlay a {
    opacity: 1 !important;
}
.badge {
    display: table !important;
    padding: 0 !important;
    font-size: 100% !important;
}
p.name.product-title.woocommerce-loop-product__title {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 400;
}
.slider-nav-circle .flickity-prev-next-button .arrow, 
.slider-nav-circle .flickity-prev-next-button svg {
    fill: #fff !important;
    background-color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}
.entry-divider.is-divider.small {
    display: none;
}
.entry-content.single-page {
    padding-top: 5px;
    text-align: justify;
}
.shop-page-title.category-page-title.page-title {
    background-color: #f6f6f6;
}
.widget.woocommerce {
    background: #FFFFFF;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);
    padding: 20px;
}
span.widget-title.shop-sidebar {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 5px;
    font-weight: bold;
    color: var(--primary-color);
    text-transform: inherit;
    letter-spacing: 0;
    display: block;
}
.widget ul.product-categories li {
    border-top: none;
}
.woocommerce-product-gallery__wrapper.product-gallery-slider img {
    border-radius: 20px;
}
.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
    opacity: 1;
    transform: translateY(0px);
    border-radius: 20px;
    border-color: var(--primary-color);
}
.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
    border-color: #ec008c;
    border-radius: 20px;
    border-width: 2px;
}
.product-thumbnails img {
    opacity: 1;
    transition: transform .6s, opacity .6s;
    border-radius: 20px;
}
.ux-swatch.tooltip.ux-swatch--label {
    border-color: #8A8A8A;
    border-radius: 50px;
    padding: 8px 24px;
    margin-right: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}
.widget .is-divider {
    display: none;
}
.product-small .col-inner {
    background-color: #ffb4662e;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    transition: all .5s;
}
.product-small .col-inner .product-title a {
    font-weight: 700;
    transition: all .5s;
}
.product-small .col-inner:hover .product-title a {
    color: var(--fs-color-secondary);
}
.product-small .col-inner .price-wrapper .price .amount {
    transition: all .5s;
}
/* .product-small .col-inner:hover .price-wrapper .price .amount {
    color: #fff;
} */
/* .product-small .col-inner:hover {
    background-color: var(--primary-color);
} */
.product-small.box .box-image img {
    border-radius: 10px;
}
.home .product-small.box .box-image img {
    height: 350px;
    object-fit: contain;
}
.sec__linh-vuc .col-box .col-inner {
    position: relative;
}
.sec__linh-vuc .col-box .col-inner .text.text-justify {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
/*    height: calc(100% - 15px);*/
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-color: #e3aa43c4;
    padding: 20px;
}
.sec__linh-vuc .col-box .col-inner:hover .text.text-justify {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.sec__linh-vuc .box-label {
    overflow: visible;
}
.sec__linh-vuc .box-label .box-text {
    width: 90%;
    margin: 0;
    bottom: -20px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.sec__linh-vuc .col-box .col-inner:hover .box-label .box-text {
    opacity: 0;
}
.header.has-transparent .header-main .nav > li > a {
    color: #fff;
}
.text-justify {
    text-align: justify !important;
}
a.button.white {
    border-radius: 99px !important;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 9;
    overflow: hidden;
    border: none;
    background-color: #111 !important;
    color: #fff !important;
}
a.button.primary.contact-button::before,
a.button.white:before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px !important;
}
a.button.primary.contact-button::before {
    background-color: #111;
}
a.button.white:before {
    background-color: var(--primary-color);
}
a.button.primary.contact-button:hover::before,
a.button.white:hover::before {
    width: 100%;
}
a.button.white span {
    z-index: 1;
    position: relative;
}
#header-contact a {
	text-transform: inherit;
    letter-spacing: 0;
}
.devvn_woocommerce_price_filter ul {
    background: white;
    padding: 10px !important;
}
.devvn_woocommerce_price_filter ul li {
    margin: 5px 0px;
}
.devvn_woocommerce_price_filter ul li a {
    font-size: 15px;
}
.devvn_woocommerce_price_filter ul li a:hover {
    text-decoration: none;
    color: #b70000 !important;
}
.devvn_woocommerce_price_filter ul li a {
    padding-left: 30px !important;
}
.devvn_woocommerce_price_filter ul li a::before {
    content: '';
    font-size: 15px;
    color: #222;
    position: absolute;
    left: 25px;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    border: 1px solid #999;
}
.devvn_woocommerce_price_filter ul li a:hover::before {
    content: '\f00c';
    color: #e03232;
    font-size: 13px;
    position: absolute;
    left: 25px;
    border-color: #999;
    line-height: 20px;
    text-align: center;
    font-family: FontAwesome;
}
.devvn_woocommerce_price_filter > ul {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
}
.devvn_woocommerce_price_filter .wc-layered-nav-term  span.woocommerce-Price-amount.amount {
    font-weight: 400;
    font-size: 15px;
}
.product-footer .woocommerce-tabs {
    border-top: none;
}
.product-promos .icon-box .icon-box-img {
    margin-bottom: 0;
}
.product-promos .icon-box .icon-box-img svg path {
    fill: #e30000;
}
.product-promos .icon-box .icon-box-text {
    font-size: 14px;
}
.footer-widgets.footer.footer-1:before {
    left: 0;
    background-image: url(./images/Subscribe-Banner_left.png);
    background-position-x: left;
}
.footer-widgets.footer.footer-1:after {
    right: 0;
    background-image: url(./images/Subscribe-Banner_right.png);
    background-position-x: right;
}
.footer-widgets.footer.footer-1 {
    background-color: #fcba97;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    padding-left: 0;
    padding-top: 20px;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
}
.footer-widgets.footer.footer-1:before,
.footer-widgets.footer.footer-1:after {
    position: absolute;
    content: " ";
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    top: 0;
    bottom: 0;
}
#logo a img {
/*     width: 250px; */
}
.sec-popular .box.box-text-bottom .box-text {
    bottom: 0;
    padding: 7px 15px;
}
.section-title b {
    height: 1.5px;
    opacity: 1;
    background-color: #18404d;
}
.box.box-text-bottom .box-text {
    border: 1px solid #d7d8dc;
    border-top: none;
    padding: 9px;
}
.container.section-title-container {
    margin-bottom: 0;
}
.section-title-container.text-initial .section-title-main {
    text-transform: initial;
}
.header-button .header-cart-link.button {
    background-color: #f7f8f8 !important;
    color: var(--primary-color);
}
.mobile-hotline {
    display: none;
}
.section-heading {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.section-heading > span {
    font-size: 28px;
    position: relative;
}
.section-heading > span::before {
    content: url(https://douongnhapkhau.com.vn/templates/dunk/images/craft-deco-left.png);
    display: inline-block;
    margin-right: 10px;
}
.section-heading > span::after {
    content: url(https://douongnhapkhau.com.vn/templates/dunk/images/craft-deco-right.png);
    display: inline-block;
    margin-left: 10px;
}

.sale-place {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
	margin-top: 10px;
}
.sale-place p {
    margin-bottom: 5px;
    font-size: 83%;
}
a#top-link {
    background-color: #fff;
    color:  var(--primary-color);
    border-color: #fff;
    box-shadow: 0px 3px 15px 1px rgb(0 0 0 / 12%);
}
.page-lien-he .bcons-input,
.page-lien-he input[type='email'], 
.page-lien-he input[type='text'], 
.page-lien-he textarea, 
.page-lien-he input[type='tel'] {
    margin-bottom: 15px;
}
.widget .is-divider {
	display: none;
}
.bcons-input, input[type='email'], input[type='text'], textarea, input[type='tel'] {
    background: #f9f9f9!important;
    box-shadow: none!important;
    font-size: 14px!important;
    color: #555!important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: normal!important;
    border-radius: 7px !important;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
p#billing_first_name_field,
p#billing_address_1_field {
    width: 100%;
}
.product-footer .woocommerce-tabs {
    padding-top: 7px;
}
h1.product-title.product_title.entry-title {
    font-size: 20px;
    color: var(--primary-color);
}
/* .add-to-cart-button .add_to_cart_button {
    border-radius: 90px;
    padding-left: 35px;
    text-transform: capitalize;
    font-weight: 400;
    border: none;
}
.add-to-cart-button .add_to_cart_button:before {
    content: '';
    width: 18px;
    height: 100%;
    position: absolute;
    background-image: url(./images/buy-now-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 10px;
}
button.single_add_to_cart_button.button {
    margin-right: 7px;
    font-size: 14px;
}
button.single_add_to_cart_button,
button.buy_now_button {
    font-size: 1em;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    text-transform: none;
    color: #fff;
    height: auto;
    line-height: inherit;
    min-width: 140px;
    height: 40px;
    line-height: 35px;
    border-radius: 30px;
    background: #e30000 !important;
    border: 1px solid transparent;
} */
.single-product .product-info {
    padding-top: 0;
}
button.single_add_to_cart_button:before {
    content: "+";
    font-weight: 700;
    font-size: 130%;
    padding-right: 6px;
}
button.buy_now_button {
    padding-left: 35px;
    background: var(--primary-color) !important;
    font-size: 14px;
    margin-right: 0;
}
button.buy_now_button:before {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    background-image: url(./images/buy-now-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 10px;
}
.widget-green h2 {
    text-align: center;
    background: #dfecdf;
    color: #25880a;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    width: 100%;
    margin: 0;
    padding: 8px;
    border-radius: 5px 5px 0 0;
}
.trusted ul li {
    padding: 5px 10px;
    padding-left: 45px;
    border-bottom: 1px solid #ededed;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}
.trusted ul li p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 12px;
}
.trusted ul li:nth-child(odd) {
    background: whitesmoke;
}
.trusted ul li:nth-child(1), .trusted ul li:nth-child(2) {
    padding-left: 45px;
    position: relative;
}
.trusted ul li:before {
    font-family: 'fl-icons' !important;
    content: "\e00a";
    position: absolute;
    left: 15px;
    color: #8eb78e;
}
.trusted ul li:nth-child(1):before {
    content: '';
    left: 5px;
    top: 5px;
    position: absolute;
    width: 24px;
    height: 28px;
    background-image: url(./images/list-icon.png);
    background-position: -53px -271px;
    background-repeat: no-repeat;
}
.trusted ul li:nth-child(2):before {
    content: '';
    left: 5px;
    top: 5px;
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(./images/list-icon.png);
    background-position: -85px -271px;
    background-repeat: no-repeat;
}
li.header-search-form.search-form {
    width: 65%;
}
li.header-search-form.search-form .form-flat input:not([type="submit"]) {
	border-radius: 0;
    background: transparent;
    height: 40px;
    border: 1px solid #c2c2c2;
}
.header-block .icon-box.head-hotline-box .icon-box-text h4 {
	color: var(--primary-color);
}
ul.header-nav.header-nav-main li.header-divider {
    border-color: transparent !important;
}
ul.header-nav.header-nav-main.nav.nav-right li.cart-item.has-icon.has-dropdown {
    display: table-cell;
    width: 15%;
    padding: 3px;
    /*background-color: #f5f5f5;*/
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
}
ul.header-nav.header-nav-main.nav.nav-right {
    display: table;
    width: 54%;
    float: right;
}
ul.header-nav.header-nav-main.nav.nav-right li.header-block {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 3px;
    padding-right: 15px;
    /*background-color: #f5f5f5;*/
    border-radius: 5px;
}
.header-block .icon-box.head-hotline-box {
    display: table;
}
.header-block .icon-box.head-hotline-box .icon-box-img {
    display: table-cell;
    vertical-align: middle;
}
.header-block .icon-box.head-hotline-box .icon-box-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 13px;
}
.header-block .icon-box.head-hotline-box .icon-box-img svg path {
    fill: #b71d21;
}
.searchform .button.icon i {
    color: var(--primary-color);
}
span.amount {
    color: var(--primary-color);
}
p.name.product-title {
    height: 41px;
    margin-bottom: 7px;
}
p.name.product-title a {
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.row-below-slider {
	margin-top: -30px !important;
}
.row.row-below-slider.row-box-shadow-5-hover .col-inner:hover {
	box-shadow: none;
}
.title-custom .section-title-normal {
    margin-bottom: 0;
    border-top: 2px solid #de8f33;
    border-bottom: 0;
    background: #e2e2e2;
    border-radius: 20px;
}
.title-custom .section-title-normal b {
    display: none;
}
.title-custom .section-title-normal span {
    border-bottom: 1px solid #de8f33;
    background: #de8f33;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 15px;
    color: #fff !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.title-custom .section-title a {
    display: block;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #de8f33;
    padding-right: 10px;
}
.title-custom .section-title-normal span:after {
    border: 20px solid #de8f33;
    position: absolute;
    content: "";
    clear: both;
    display: inline-block;
    margin-left: 15px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin-top: -9px;
    left: auto;
}
.product-small.box .box-text.box-text-products {
    padding: 10px;
}
.footer-1 .icon-box .icon-box-text h4 {
    margin-bottom: 0;
    margin-top: 7px;
}
.footer-1 .row>.col {
    padding-bottom: 0;
}
.footer-2 .widget li {
    list-style: circle;
    margin-bottom: 2px;
}
h3.product-section-title.container-width.product-section-title-related {
    margin-left: 0;
}
.nav-dropdown-default {
    padding: 5px;
}
h3.relatedcat__title {
    display: inline-block;
}
.relatedcat__title span {
    border-left: solid 2px #F7B610;
    position: relative;
    z-index: 1;
    background-color: var(--primary-color);
    float: left;
    margin: 0 5px;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.relatedcat__title span:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    border-left: solid 4px #F7B610;
    width: auto;
    margin-top: 0;
    min-height: 100%;
    z-index: 10;
}
.sec-tintuc .medium-6>.col-inner {
    background: #fff;
    padding: 10px 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgb(158 158 158 / 12%);
}
.testimonial-box .icon-box-text {
    padding-left: 30px !important;
}
.testimonial-box .testimonial-text {
    padding: 15px;
    background-color: #b71d216b;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
}
.testimonial-box .testimonial-text:before {
    left: -32px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #b71d216b;
    border-width: 16px;
    margin-top: -16px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media (min-width: 849px) {
    .relatedcat ul {
        display: flex;
        margin: 0 -10px;
    }
    .relatedcat ul > li {
        list-style: none;
        width: 33.3333%;
        padding: 0 10px;
    }
    .relatedcat ul > li img {
        object-fit: cover;
        width: 100%;
        height: 150px;
        border-radius: 5px;
        transition: transform .5s;
    }
    .relatedcat ul > li > a {
        line-height: 20px;
        display: block;
        margin-top: 10px;
    }
}
@media (min-width: 561px) {
    .devvn_toolbar {
        position: fixed;
        bottom: 120px;
        left: 10px;
        z-index: 99999999;
    }
    .devvn_toolbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .devvn_toolbar ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .devvn_toolbar ul li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: 0 0 5px;
        position: relative;
        background-position: 50% 50%;
        background-size: cover;
        overflow: inherit;
    }
    .devvn_toolbar ul li a br {
        display: none;
    }
    .devvn_toolbar ul li a span {
        font-weight: 400;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: calc(100% + 10px);
        left: -webkit-calc(100% + 10px);
        left: -moz-calc(100% + 10px);
        margin-top: -12.5px;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
    }
    .devvn_toolbar ul li a:hover span{
        opacity: 1;
        visibility: visible;
    }
    .devvn_toolbar ul li a span:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #ffffff;
        border-width: 5px;
        margin-top: -5px;
    }
    .devvn_toolbar ul li a img {
        width: auto;
        height: auto;
        max-width: 29px;
        max-height: 29px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        margin: 0;
    }
    .devvn_contact_quickbuy_li, .devvn_contact_addtocart_li{
        display: none;
    }
}
@media (max-width: 560px) {
	.title-custom .section-title a {
		display: none;
	}
	.section-heading > span::after,
	.section-heading > span::before {
		content: none;
	}
	.section-heading a {
		font-size: 20px;
	}
	.section-heading > span::before {
		content: "";
		position: absolute;
		width: 150px;
		height: 2px;
		background-repeat: no-repeat;
		left: 0;
		right: 0;
		bottom: -6px;
		margin: 0 auto;
		background: linear-gradient(
	90deg
	,rgba(196,58,81,0) 0,#d8b699 50%,rgba(196,58,81,0) 100%);		
		-webkit-animation: animate_vnp 3s infinite;
		animation: animate_vnp 3s infinite;
	}
    body.has_devvn_toolbar {
        padding-bottom: 50px;
    }

    .devvn_toolbar {
        display: none;
        background: #d39913;
        display: inline-block;
        width: 100%;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 99999999;
        height: auto;
        padding: 0;
        border-top: 0;

        visibility: hidden;
        opacity: 0;

        transform: translate3d(0,120%,0);
        -moz-transform: translate3d(0,120%,0);
        -webkit-transform: translate3d(0,120%,0);

        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

    .show_contactfix .devvn_toolbar {
        transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        visibility: visible;
        opacity: 1;
    }


    .devvn_toolbar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border-collapse: collapse;
        width: 100%;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .devvn_toolbar ul li {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        text-align: center;
        display: flex;
        margin-bottom: 0;
    }

    .devvn_toolbar ul li a {
        display: block;
        width: 100%;
        outline: none;
        text-decoration: none;
        padding: 5px 3px;
        white-space: nowrap;
    }

    .devvn_toolbar ul li a span {
        font-weight: 400;
        color: #ffffff;
        font-size: 3.5vw;
        display: block;
        margin: 2px 0 0 0;
    }

    .devvn_toolbar ul li a img {
        height: 6vw;
        width: auto;
        margin: 0;
    }

    .woocommerce-checkout .devvn_toolbar {
        display: none !important;
    }
    .devvn_toolbar a.devvn_buy_now_style {
        margin: 0;
        border-radius: 0;
        padding: 5px 8px;
        font-size: initial;
        line-height: inherit;
    }

    .devvn_toolbar a.devvn_buy_now_style span {
        margin: 0;
        padding: 0;
    }
    .devvn_toolbar a.devvn_buy_now_style span {
        background: none !important;
    }
    a#devvn_contact_addtocart {
        background: #e03232 !important;
    }
}
@media (max-width: 850px) {
	.off-canvas .sidebar-menu {
		padding: 0 0 30px 0;
	}
	li.header-search-form.search-form {
		width: 100%;
	}
	.mobile-sidebar {
		padding-bottom: 35px;
	}
	.row-below-slider {
		margin-top: 52px !important;
	}
    body {
        overflow: hidden;
    }
    .back-to-top {
        bottom: 65px;
    }
    .suntory-alo-phone {
        display: none;
    }
    .mobile-hotline {
        display: block;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,.5);
        height: 60px;
        position: fixed;
        z-index: 9999999;
    }
    .mobile-hotline .mobile-hotline-right {
        width: 45%;
        float: right;
        text-align: center;
        background: #fe9705;
        margin-left: 5px;
        margin-right: 10px;
        margin-top: 7px;
        height: 45px;
        border-radius: 4px;
    }
    .mobile-hotline .mobile-hotline-left {
        width: 45%;
        float: left;
        text-align: center;
        background: var(--primary-color);
        margin-left: 10px;
        margin-right: 5px;
        margin-top: 7px;
        height: 45px;
        border-radius: 4px;
    }
    .mobile-hotline .mobile-hotline-right a {
        color: #fff;
        line-height: 46px;
        font-size: 16px;
        font-weight: 700;
    }
    .mobile-hotline .mobile-hotline-left a {
        color: #fff;
        line-height: 46px;
        font-size: 16px;
        font-weight: 700;
    }
    .mobile-hotline-left img, .mobile-hotline-right img {
        width: 30px;
        padding-right: 10px;
    }
}