.custom-row {
    justify-content: center;
}
.custom-row .row.row-small {
    justify-content: center;
}

.menu-label-link a {
    color: #fff !important;
}

.footer-social .row {


}
.custom-row-footer {
    justify-content: center !important;
}
.custom-row-footer .col-inner>.img {
    margin: 0 auto;
}
div#row-205811131 {
    display: flex;
    gap: 10px;
}

.footer-social img {
    width: 43px;
    margin-right: 10px;
}

.is-uppercase,
.uppercase {
    font-weight: bold;
}

.nav>li>a {
    font-size: .9em;
}

.fix_chatZalo {
    bottom: 95px;
}

.primary,
input[type=submit],
input[type=submit].button {
    background-color: #3d3d3d;
}


.button,

button,

fieldset,

input,

select,

textarea {

    margin-bottom: 10px;

}



.nav-column>li>a,

.nav-dropdown>li>a,

.nav-vertical-fly-out>li>a,

.nav>li>a {

    color: #000000;

    transition: all .2s;

}



.large-Social {

    max-width: 20%;

    padding: 5px;

}



.white {

    font-weight: bold;

}



.nav-tabs+.tab-panels {

    padding: 30px 10px;

}



.nav-tabs>li.active>a {

    border-top-color: rgb(185, 0, 0);

}



.nav-tabs>li>a {

    border-top: 5px solid #ddd;

}



.nav-column li.active>a,

.nav-column li>a:hover,

.nav-dropdown li.active>a,

.nav-dropdown>li>a:hover,

.nav-vertical-fly-out>li>a:hover,

.nav>li.active>a,

.nav>li.current>a,

.nav>li>a.active,

.nav>li>a.current,

.nav>li>a:hover {

    color: rgb(185, 0, 0);

}



.white {

    background-color: #fff !important;

    color: #b90000 !important;

}



.geS5nson {

    -webkit-transition: background-color .2s cubic-bezier(0, 0, .2, 1);

    transition: background-color .2s cubic-bezier(0, 0, .2, 1);

    background-color: #fff;

    border: 1px solid rgb(255 255 255);

    border-radius: 8px;

    margin-bottom: 5px;

    padding: 8px;

    page-break-inside: avoid;

    word-wrap: break-word;

}



.is-large {

    font-size: 20px;

}



.tab-panels .panel.active {

    text-align: justify;

}



.product-footer .woocommerce-tabs {

    border-bottom: 4px solid #9cae88;

}



td .label,

td dl,

td form,

td input,

td label,

td p,

td select {

    margin: 0px;

}



.fw-button {

    color: #e90000;

}



.shop_table .order-total td,

.shop_table .order-total th,

.shop_table thead th {

    border-width: 1px;

}



.button.alt,

.button.checkout,

.checkout-button,

.secondary {

    background-color: #9cae88;

}



.woosw-popup .woosw-popup-inner .woosw-popup-content {

    max-width: 60%;

}



.button,

button,

input[type=button],

input[type=reset],

input[type=submit] {

    line-height: 1.2em;

    padding: 2px 0px;

    min-height: 0;

}





.button.alt,

.button.checkout,

.checkout-button,

.secondary {

    padding: 9.5px;

}



.button,

button,

input[type=button],

input[type=reset],

input[type=submit] {

    line-height: 1.2em;

    padding: 5px 10px;

}



.box-text {

    font-size: 1em;

}



.is-xlarge {

    font-size: 3em;

}





.h1,

h1 {

    font-size: 30px;

}



p {

    text-align: justify;

}



.product_meta {

    font-size: 14px;

    margin-bottom: 1em;

}



.entry-image img {

    max-width: 650px;

    float: left;

    margin-right: 30px;

}





.product-quantity {

    text-align: center;

}



.col-1 {

    flex: 0 0 auto;

    width: 100%;

}



.col-2 {

    flex: 0 0 auto;

    width: 100%;

}



.product-footer .woocommerce-tabs {

    max-width: 900px;

}



/* Cookie */
.cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
    border-radius: 5px;
    display: none;
    z-index: 999991;
    font-size: 14px;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #eeeeee;
}
.cookie-content {
    /* width: 1440px; */
    margin: auto;
}
.close-cookie {
    position: absolute;
    top: 5px;
    right: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 3px 8px;
    box-shadow: 0px 2px 4px #ddd;
    cursor: pointer;
    color: red;
    font-weight: 600;
}
.cookie-content .topContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
}
.cookie-content .topContent a {
    color: #1d00f9;
}
.cookie-buttons {
    display: flex;
    justify-content: space-between;
    margin: 0 50px 0;
    gap: 15px;
}

.cookie-popup::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
.cookie-popup::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5; 
}
.cookie-popup::-webkit-scrollbar-thumb {
	background-color: #807d7d;
	border-radius: 8px;
}

.cookie-buttons button {
    border: none;
    padding: 3px 15px;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
}

.cookie-content p a,
.cookie-tab-content p a {
    color: #1d00f9;
    font-weight: bold;
}

.cookie-tab-content table tr {

    border-width: unset !important;

}

#accept-cookies {

    background: red;

    color: white;

}



#cookie-settings {

    background: #ccc;

}



.cookie-settings-content {

    display: none;

    margin-top: 15px;

}

.cookie-tab-content .d {
    display: flex;
    align-items: flex-start;
}

.cookie-tab-content .d input {

    margin-top: 6px;

}

.cookie-tab-content table tbody tr:nth-child(2n+1) {

    background: #f7f8f9;

}

.cookie-tabs {

    display: flex;

    gap: 15px;

    padding: 0;

    list-style: none;

    border-bottom: 2px solid #ddd;

}



.cookie-tabs li {

    padding: 0px;

    cursor: pointer;

    font-size: 13px;

}



.cookie-tabs .active {

    font-weight: bold;

    border-bottom: 2px solid blue;

    margin: 0;

}



.cookie-tab-content {
    margin-top: 10px;
    width: 50%;
    height: 50vh;
}
.cookie-tab-content .cookie-buttons {
    justify-content: flex-end;
    padding-bottom: 10px;
}
.cookie-popup.show-tab-cookie {
    width: 40%;
    overflow-x: hidden;
}
/* End cookie */



/**/

.hotline-phone-ring-custom {

    position: fixed;

    bottom: 20px;

    left: 0;

    z-index: 99;

}

.hotline-phone-ring-custom .hotline-phone-ring {

    position: relative;

    visibility: visible;

    background-color: transparent;

    width: 110px;

    height: 110px;

    cursor: pointer;

    z-index: 11;

    -webkit-backface-visibility: hidden;

    -webkit-transform: translateZ(0);

    transition: visibility .5s;

    left: 0;

    bottom: 0;

    display: block;

}

.hotline-phone-ring-custom .hotline-phone-ring-circle {

    width: 85px;

    height: 85px;

    top: 10px;

    left: 10px;

    position: absolute;

    background-color: transparent;

    border-radius: 100%;

    border: 2px solid #e60808;

    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;

    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;

    transition: all .5s;

    -webkit-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

    opacity: 0.5;

}

.hotline-phone-ring-custom .hotline-phone-ring-circle-fill {

    width: 55px;

    height: 55px;

    top: 23px;

    left: 23px;

    position: absolute;

    background-color: rgba(230, 8, 8, 0.7);

    border-radius: 100%;

    border: 2px solid transparent;

    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;

    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;

    transition: all .5s;

    -webkit-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}

.hotline-phone-ring-custom .hotline-phone-ring-img-circle {

    background-color: #e60808;

    width: 50px;

    height: 50px;

    top: 25px;

    left: 25px;

    position: absolute;

    background-size: 20px;

    border-radius: 100%;

    border: 2px solid transparent;

    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;

    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;

    -webkit-transform-origin: 50% 50%;

    -ms-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    align-items: center;

    justify-content: center;

}

.hotline-phone-ring-custom .hotline-phone-ring-img-circle .pps-btn-img {

    display: -webkit-box;

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

}

.hotline-phone-ring-custom .hotline-phone-ring-img-circle .pps-btn-img img {

    width: 33px;

    height: 33px;

}

.hotline-phone-ring-custom .hotline-bar {

    position: absolute;

    background: #ea2700;

    height: 45px;

    width: max-content;

    line-height: 45px;

    border-radius: 3px;

    padding: 0 10px 0 0;

    background-size: 100%;

    cursor: pointer;

    transition: all 0.8s;

    -webkit-transition: all 0.8s;

    z-index: 9;

    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);

    border-radius: 50px !important;

    left: 33px;

    bottom: 37px;

}

.hotline-phone-ring-custom .hotline-bar > a {

    color: #fff;

    text-decoration: none;

    font-size: 15px;

    font-weight: bold;

    text-indent: 50px;

    display: block;

    letter-spacing: 1px;

    line-height: 45px;

    font-family: Arial;

}

.hotline-phone-ring-custom .hotline-bar > a:hover,

.hotline-phone-ring-custom .hotline-bar > a:active {

    color: #fff;

}

@-webkit-keyframes phonering-alo-circle-anim {

    0% {

        -webkit-transform: rotate(0) scale(0.5) skew(1deg);

        -webkit-opacity: 0.1;

    }

    30% {

        -webkit-transform: rotate(0) scale(0.7) skew(1deg);

        -webkit-opacity: 0.5;

    }

    100% {

        -webkit-transform: rotate(0) scale(1) skew(1deg);

        -webkit-opacity: 0.1;

    }

}

@-webkit-keyframes phonering-alo-circle-fill-anim {

    0% {

        -webkit-transform: rotate(0) scale(0.7) skew(1deg);

        opacity: 0.6;

    }

    50% {

        -webkit-transform: rotate(0) scale(1) skew(1deg);

        opacity: 0.6;

    }

    100% {

        -webkit-transform: rotate(0) scale(0.7) skew(1deg);

        opacity: 0.6;

    }

}

@-webkit-keyframes phonering-alo-circle-img-anim {

    0% {

        -webkit-transform: rotate(0) scale(1) skew(1deg);

    }

    10% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);

    }

    20% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg);

    }

    30% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);

    }

    40% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg);

    }

    50% {

        -webkit-transform: rotate(0) scale(1) skew(1deg);

    }

    100% {

        -webkit-transform: rotate(0) scale(1) skew(1deg);

    }

}

@media (max-width: 768px) {

    .hotline-bar {

        display: none;

    }

}

.hotline-phone-ring-custom .alo-floating-zalo {

    bottom: 110px;

    position: absolute;

    left: 28px;

}

/* Social */
.social-toggle-wrapper {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 9999;
}

.social-toggle-button {
    width: 50px;
    height: 50px;
    background-image: url('../../assets/img/union.png');
    background-size: contain;
    color: white;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
}

.social-icons {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    transform: translateY(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.social-icons.show {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.social-icons .icon {
    width: 50px;
    height: 50px;
    margin: 5px 0;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.social-icons .icon img {
    
}

.social-icons .close-btn {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.social-icons .close-btn:hover {
    background-color: #000;
    color: #fff;
}

.dot-flash {
    animation: flash 1s infinite;
}

@keyframes flash {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}


/* Responsive */





@media screen and (max-width: 639px) {

    .qh_cookies .a {

        flex-direction: column;

    }



    .qh_cookies .a button:nth-child(1) {

        margin-bottom: 10px;

    }



    .qh_cookies .a button:nth-child(1):hover {

        background-color: #fff;

        color: #111935;

    }



    .qh_cookies table thead {

        display: none;

    }



    .qh_cookies table tr td:not([colspan]) {

        display: block;

        width: 100%;

    }



    .qh_cookies table tr td:not([colspan]):before {

        content: attr(data-name);

        font-weight: 700 !important;

    }



    .qh_cookies {

        left: 10px;

        bottom: 20px;

        max-width: calc(100% - 20px);

        max-height: calc(100% - 40px);

        overflow-y: auto

    }



    .qh_cookies .c>div.c1 {

        max-height: unset

    }

}



.qh_cookies .c1>div {

    cursor: pointer

}







@media (max-width: 1024px) {



    .is-uppercase,

    .uppercase {

        font-weight: bold;

    }



    .primary,

    input[type=submit],

    input[type=submit].button {

        background-color: #3d3d3d;

    }



    .button,

    button,

    fieldset,

    input,

    select,

    textarea {

        margin-bottom: 5px;

    }



    .nav-column>li>a,

    .nav-dropdown>li>a,

    .nav-vertical-fly-out>li>a,

    .nav>li>a {

        color: #000000;

        transition: all .2s;

    }



    .medium-2 {

        flex-basis: 30%;

        max-width: 30%;

        padding-bottom: 0px;

    }



    .white {

        font-weight: bold;

    }



    .nav-tabs+.tab-panels {

        padding: 30px 10px;

    }



    .nav-tabs>li.active>a {

        border-top-color: rgb(185, 0, 0);

    }



    .nav-tabs>li>a {

        border-top: 5px solid #ddd;

    }



    .nav-column li.active>a,

    .nav-column li>a:hover,

    .nav-dropdown li.active>a,

    .nav-dropdown>li>a:hover,

    .nav-vertical-fly-out>li>a:hover,

    .nav>li.active>a,

    .nav>li.current>a,

    .nav>li>a.active,

    .nav>li>a.current,

    .nav>li>a:hover {

        color: rgb(185, 0, 0);

    }



    .white {

        background-color: #fff !important;

        color: #b90000 !important;

    }



    .geS5nson {

        -webkit-transition: background-color .2s cubic-bezier(0, 0, .2, 1);

        transition: background-color .2s cubic-bezier(0, 0, .2, 1);

        background-color: #fff;

        border: 1px solid rgb(255 255 255);

        border-radius: 8px;

        margin-bottom: 5px;

        padding: 8px;

        page-break-inside: avoid;

        word-wrap: break-word;

    }



    .is-large {

        font-size: 20px;

    }





    .tab-panels .panel.active {

        text-align: justify;

    }



    .product-footer .woocommerce-tabs {

        border-bottom: 4px solid #9cae88;

    }



    .wishlist_table.mobile li .item-wrapper .product-thumbnail {

        display: inline-block;

        max-width: 50%;

        margin-right: 0px;

    }



    .shop_table {

        font-size: 18px;

        text-align: justify;

    }





    .wishlist_table.mobile li .item-wrapper .item-details {

        width: calc(100%);

    }



    .wishlist_table.mobile li .additional-info-wrapper {

        border-bottom: 3px solid #9cae88;

        /* width: 100%; */

    }



    td .label,

    td dl,

    td form,

    td input,

    td label,

    td p,

    td select {

        margin: 0px;

    }



    .fw-button {

        color: #e90000;

    }



    .button.alt,

    .button.checkout,

    .checkout-button,

    .secondary {

        background-color: #9cae88;

    }



    .button,

    button,

    input[type=button],

    input[type=reset],

    input[type=submit] {

        line-height: 1.2em;

    }



    .button.alt,

    .button.checkout,

    .checkout-button,

    .secondary {

        padding: 9.5px;

    }



    .button,

    button,

    input[type=button],

    input[type=reset],

    input[type=submit] {

        line-height: 1.2em;

        padding: 5px 10px;

    }



    .box-text {

        font-size: 1em;

    }





    .h1,

    h1 {

        font-size: 30px;

    }



    p {

        text-align: justify;

    }



    .product_meta {

        font-size: 14px;

        margin-bottom: 1em;

    }



    .entry-image img {

        max-width: 650px;

        float: left;

        margin-right: 30px;

    }





    .product-quantity {

        text-align: center;

    }



    .col-1 {

        flex: 0 0 auto;

        width: 100%;

    }



    .col-2 {

        flex: 0 0 auto;

        width: 100%;

    }



    .product-footer .woocommerce-tabs {

        max-width: 900px;

    }





}



@media screen and (max-width: 849px) {

    .col {

        padding-bottom: 30px;

        flex: auto;

    }



    .medium-2 {

        flex-basis: 30%;

        padding-bottom: 0px;

    }

}



@media screen and (max-width: 549px) {

    .col-fit {

        flex: 100%;

    }



    .is-uppercase,

    .uppercase {

        font-weight: bold;

    }



    .primary,

    input[type=submit],

    input[type=submit].button {

        background-color: #3d3d3d;

    }



    .button,

    button,

    fieldset,

    input,

    select,

    textarea {

        margin-bottom: 5px;

    }



    .nav-column>li>a,

    .nav-dropdown>li>a,

    .nav-vertical-fly-out>li>a,

    .nav>li>a {

        color: #000000;

        transition: all .2s;

    }



    .small-6 {

        flex-basis: 30%;

        max-width: 30%;

        padding-bottom: 0px;

    }



    .white {

        font-weight: bold;

    }



    .nav-tabs+.tab-panels {

        padding: 30px 10px;

    }



    .nav-tabs>li.active>a {

        border-top-color: rgb(185, 0, 0);

    }



    .nav-tabs>li>a {

        border-top: 5px solid #ddd;

    }



    .nav-column li.active>a,

    .nav-column li>a:hover,

    .nav-dropdown li.active>a,

    .nav-dropdown>li>a:hover,

    .nav-vertical-fly-out>li>a:hover,

    .nav>li.active>a,

    .nav>li.current>a,

    .nav>li>a.active,

    .nav>li>a.current,

    .nav>li>a:hover {

        color: rgb(185, 0, 0);

    }



    .white {

        background-color: #fff !important;

        color: #b90000 !important;

    }



    .geS5nson {

        -webkit-transition: background-color .2s cubic-bezier(0, 0, .2, 1);

        transition: background-color .2s cubic-bezier(0, 0, .2, 1);

        background-color: #fff;

        border: 1px solid rgb(255 255 255);

        border-radius: 8px;

        margin-bottom: 5px;

        padding: 8px;

        page-break-inside: avoid;

        word-wrap: break-word;

    }



    .is-large {

        font-size: 20px;

    }



    .col-fit {

        flex: 100%;

    }



    .tab-panels .panel.active {

        text-align: justify;

    }



    .product-footer .woocommerce-tabs {

        border-bottom: 4px solid #9cae88;

    }



    .wishlist_table.mobile li .item-wrapper .product-thumbnail {

        display: inline-block;

        max-width: 50%;

        margin-right: 0px;

    }



    .shop_table {

        font-size: 18px;

        text-align: justify;

    }



    .wishlist_table.mobile li .item-wrapper .item-details {

        width: calc(100%);

    }



    .wishlist_table.mobile li .additional-info-wrapper {

        border-bottom: 3px solid #9cae88;

        /* width: 100%; */

    }



    td .label,

    td dl,

    td form,

    td input,

    td label,

    td p,

    td select {

        margin: 0px;

    }



    .fw-button {

        color: #e90000;

    }



    .button.alt,

    .button.checkout,

    .checkout-button,

    .secondary {

        background-color: #9cae88;

    }



    .button,

    button,

    input[type=button],

    input[type=reset],

    input[type=submit] {

        line-height: 1.2em;

    }



    .button.alt,

    .button.checkout,

    .checkout-button,

    .secondary {

        padding: 9.5px;

    }



    .button,

    button,

    input[type=button],

    input[type=reset],

    input[type=submit] {

        line-height: 1.2em;

        padding: 5px 10px;

    }



    .box-text {

        font-size: 1em;

    }





    .h1,

    h1 {

        font-size: 25px;

    }



    p {

        text-align: justify;

    }



    .entry-image img {

        max-width: 650px;

        float: left;

        margin-right: 30px;

    }



    .is-xsmall {

        font-size: 15px;

    }



    .entry-header-text {

        padding: 0;

    }



    .woosw-popup .woosw-popup-inner .woosw-popup-content {

        max-width: 90%;

    }



    .nav>li.html {

        font-size: 1em;

    }





    .product-quantity {

        text-align: center;

    }



    .col-1 {

        flex: 0 0 auto;

        width: 100%;

    }



    .col-2 {

        flex: 0 0 auto;

        width: 100%;

    }
    .footer-social img {
        margin-right: 10px;
    }


}