/*
Theme Name: DeBebe Child
Author: VamTam
Author URI: https://vamtam.com
Template: vamtam-debebe
*/



/*

put your child theme styles here


you don't need any @import rules

*/
.woocommerce ul.products li.product .price del {
    opacity: 0.9;
}
.woocommerce-mini-cart .product-price .quantity .vamtam-quantity select {
    max-width: 100px !important;
}
.woocommerce-mini-cart .product-price .quantity .vamtam-quantity svg {
    left: unset !important;
    right: 5px !important;
}
.woocommerce #reviews h3 {
    font-size: 15px;
}
.elementor-toggle .elementor-tab-content::after {
    margin-bottom: 10px;
}
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
    height: 0;
    padding-bottom: 125%;
}
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link > img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    object-fit: cover;
}
.e-wc-error-notice .woocommerce-error{
    outline: none;
}
.fsl-wrapper .fsl-title > span.woocommerce-Price-amount {
    font-weight: 600;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    padding: 6px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    margin-left: 10px;
}
.vamtam-header-mega-menu a.elementor-item {
    /*opacity: 0;*/
    border: none!important;
    outline: none!important
}
.mobilebox-products-filter {
    display: flex;
}
.mobilebox-products-filter .woocommerce-ordering,.mobilebox-products-filter .elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_body {
    display: none;
    width: auto;
    position: absolute;
    background: #fff;
    z-index: 1;
    box-shadow: 0px 10px 6px 0px #00000014;
    left: -20px;
    right: -20px;
    top: 100%;
    padding: 10px 20px;
}
.mobilebox-products-filter {
    width: auto;
    border-bottom: 1px #dde1ef solid;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
}
.mobilebox-products-filter .elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter {
    display: flex;
}
.dialog-widget .elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter h3 {
    font-weight: 400 !important;
}
.dialog-widget .berocket_aapf_widget_selected_filter ul.bapf_sfa_unall {
    position: absolute;
    top: 0;
    margin: 0;
    right: 0;
    font-size: 14px;
    display: block!important;
}
.mobilebox-products-filter .bapf_hascolarr {
    font-size: 14px !important;
    white-space: nowrap !important;
    font-weight: 400 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: 10px;
}
.mobilebox-products-filter .bapf_hascolarr .bapf_colaps_smb {
    font-size: 10px !important;
    margin-left: 4px;
    padding-top: 4px;
}
.mobilebox-products-filter span.open-filter-mb {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 70px;
    background: url(assets/images/filterico.svg) right center no-repeat;
    padding-right: 15px;
    padding-left: 10px;
    border-left: 1px solid #DDE1EF;
    margin: 7px 0;
    font-size: 14px;
    line-height: 21px;
}
.mobilebox-products-filter .bapf_sfilter .bapf_colaps_smb{
    position: unset!important;
    line-height: normal!important;
}
.mobilebox-products-filter .elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter {
    border: none!important;
    padding: 0!important;
    margin: 0!important;
}
.mobilebox-products-filter  .woocommerce-ordering span.woocommerce-ordering__button {
    display: none;
}
.mobilebox-products-filter  *.woocommerce-ordering ul.woocommerce-ordering__submenu {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 0;
}
.woocommerce-ordering ul.woocommerce-ordering__submenu .woocommerce-ordering__link {
    width: 100%;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 3px;
}
.woocommerce-ordering ul.woocommerce-ordering__submenu .woocommerce-ordering__link.active {
    color: #fcaf17;
    background: url(assets/images/check.svg) right center no-repeat;
    background-size: 16px;
}




.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    width: calc(100% - 80px);
}
.elementor-widget-woocommerce-product-images.vamtam-has-theme-widget-styles .woocommerce-product-gallery .woocommerce-product-gallery__image>a {
    pointer-events: none;
}
.slick-prev.ct.slick-arrow{
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    transition: all .3s;
    background-image: url(assets/images/icon-prev-danhmuc.svg);
    left: 5px;
    opacity: 0.7;
    z-index: 1;
}
.slick-next.ct.slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    transition: all .3s;
    background-image: url(assets/images/icon-next-danhmuc.svg);
    right: 5px;
    opacity: 0.7;
}
ol.flex-control-nav.flex-control-thumbs .slick-prev.ct {
    left: 50%;
    right: unset;
    top: -15px;
    transform: translateX(-50%) rotate(90deg) !important;
}
ol.flex-control-nav.flex-control-thumbs .slick-next.ct {
    left: 50%;
    right: unset;
    bottom: -14px;
    transform: translateX(-50%) rotate(90deg) !important;
    top: unset;

}
ol.flex-control-nav.flex-control-thumbs  .slick-arrow.slick-disabled {
    opacity: 0;
}
.woocommerce .elementor-widget-woocommerce-product-images.vamtam-has-theme-widget-styles div.images .flex-control-thumbs {
    overflow: unset;
    --vamtam-thumbs-height: none;
    position: relative;
    height: fit-content;
}
.slick-next.ct::before, .slick-prev.ct::before{
    display: none;
}
.slick-arrow.slick-disabled {
    opacity: 0.2!important;
}

.slick-initialized .slick-slide.slick-current .woocommerce-product-gallery__image {
    opacity: 1 !important;
}
.devnet_fsl-free-shipping.fsl-center-text.bar-type-linear.fsl-layout-default.qualified_message {
    color: #2f9033 !important;
}
.item-cart-info span.elementor-icon-list-text span {
    font-weight: 600;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions {
    display: none!important;
}
.devnet_fsl-free-shipping {
    box-shadow: none!important;
}
.devnet_fsl-free-shipping .fsl-title, .devnet_fsl-free-shipping .title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 7px;
}
#reviews .review_vote a.ywar_votereview.vote_selected span {
    color: #6db703;
}
.elementor-widget-theme-post-content table {
    width: 100%;
    border-collapse: collapse;
}
.elementor-widget-theme-post-content table td {
    border: 1px solid #e8e8e8;
    padding: 10px;
}
#reviews .review_vote a.ywar_votereview.vote_selected  svg.icon-useful * {
    fill: #6db703 !important;
}
div#reviews_summary .summary-filter {
    justify-content: center;
    text-align: center;
}
@media only screen and (min-width: 891px) {
    .zoro-comment .summary-filter .product-reviews-action {
        width: 35% !important;
    }
}
.devnet_fsl-free-shipping.fsl-center-text, .devnet_fsl-free-shipping.fsl-center-text .fsl-description, .devnet_fsl-free-shipping.fsl-center-text .fsl-notice, .devnet_fsl-free-shipping.fsl-center-text .fsl-reached-message, .devnet_fsl-free-shipping.fsl-center-text .fsl-title {
    font-family: SVN-Gilroy!important;
}
.devnet_fsl-free-shipping.fsl-center-text .fsl-description, .devnet_fsl-free-shipping.fsl-center-text .fsl-notice {
    color: #394960;
}
.devnet_fsl-free-shipping .fsl-description .woocommerce-Price-amount.amount, .devnet_fsl-free-shipping .fsl-notice .woocommerce-Price-amount.amount, .devnet_fsl-free-shipping .notice .woocommerce-Price-amount.amount {
    color: #39933c;
}
.devnet_fsl-free-shipping.fsl-center-text.bar-type-linear.fsl-layout-default {
    padding: 0;
    margin: 30px 0 !important;
    margin-bottom: 10px !important;
}
.woocommerce-mini-cart.cart .wcf-product-image .wcf-product-thumbnail {
    display: none!important;
}
.wcf-embed-checkout-form table.shop_table #shipping_method {
    max-width: 100px;
    display: flex;
    justify-content: end;
    float: right;
}
.elementor-widget-text-editor h2 {
    font-size: 20px;
    font-family: 'SVN-Gilroy bold';
    margin-bottom: 10px;
}
.elementor-widget-text-editor {
    line-height: 1.7;
}
.page-numbers:not(ul) {
    display: inline-block;
    width: 41px;
    border: solid 1px #DDE1EF;
    text-align: center;
    height: 37px;
    font-size: 16px;
    padding: 0;
    line-height: 32px;
    color: #7A7A9D;
    text-decoration: none;
    border-radius: 4px;
}
span.page-numbers:not(ul).current, .page-numbers:not(ul):hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    border-color: #fcaf17;
    background: #fcaf17;
    color: #fff!important;
}
.elementor-widget-posts.vamtam-has-theme-widget-styles .elementor-post__title a{
    text-decoration: none!important;
}
.elementor-widget-text-editor th, .elementor-widget-text-editor td {
    text-align: center;
    padding: 5px;
    border: 1px solid #ebebeb;
    color: #1c1c1c;
}
.elementor-widget-text-editor table {
    width: 100%!important;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}
.wpcf7-form-control {
    width: 100%;
    height: 48px;
    border-radius: 20px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.icon-box-home {
    text-align: center;
    width: 301px;
    height: 310px;
    border: 2px solid #3F3F92;
    padding: 32px 20px;
    border-radius: 12px;
}
.slide-owl .elementor-swiper-button {
    font-size: 0 !important;
}
.slide-owl .elementor-swiper-button:hover {
    transform: scale(1.23333) translateY(-40%);
}
.slide-owl .elementor-swiper-button.elementor-swiper-button-prev {
    left: 25px;
    background-image: url(assets/images/icon-prev-danhmuc.svg);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    transition: all .3s;
}
.slide-owl .elementor-swiper-button.elementor-swiper-button-next{
    right: 25px;
    left: auto;
    background-image: url(assets/images/icon-next-danhmuc.svg);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    transition: all .3s;
}
.section-home-danh-muc .menu_silebar_content .menu_silebar_wrapper {
    overflow-x: hidden;
    white-space: nowrap;
}
.section-home-danh-muc .menu_silebar_content .menu_silebar_wrapper .menu_silebar_list {
    display: flex;
    width: 100%;
    padding: unset;
    margin-bottom: unset;
    list-style: none outside;
    flex-wrap: wrap;
}
.section-home-danh-muc   .menu_silebar_list .menu_silebar_item {
    width: 20% !important;
    margin-top: 5px;
    margin-bottom: 15px;
}
.section-home-danh-muc  .menu_silebar_item .title {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    font-family: SVN-Gilroy Semi;
    color: #11006F;
    text-transform: uppercase;
    text-align: center;
}
.section-home-danh-muc .menu_silebar_item .image img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.section-home-danh-muc .menu_silebar_list .menu_silebar_item .group_item:hover .image img{
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
}
.section-home-danh-muc .menu_silebar_content .menu_silebar_wrapper .menu_silebar_list .menu_silebar_item:hover img {

}
.section-home-danh-muc .menu_silebar_list .menu_silebar_item .group_item:hover  .title {
    color: #FCAF17 !important;
}
.section-home-danh-muc  .menu_silebar_list .menu_silebar_item:hover {
    animation: hoverItem 0.3s;
    margin-top: 0px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 20px;
    background-size: contain;
    transition: all .3s;
    top: calc(50% - 15px);
}
.section-home-danh-muc .swiper-button-next {
    right: 0px;
    left: auto;
    background-image: url(assets/images/icon-next-danhmuc.svg);
}
.section-home-danh-muc .swiper-button-prev {
    left: 0px;
    background-image: url(assets/images/icon-prev-danhmuc.svg);
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: auto!important;
    cursor: pointer;
}
.section-home-danh-muc .swiper-button-next:hover, .section-home-danh-muc .swiper-button-prev:hover {
    transform: scale(1.23333);
}
.tab-yody .elementor-tab-title {
    background: none !important;
    border: none!important;
}
.tab-yody .elementor-tab-title {
    width: 220px;
    border-bottom: 2px solid #97A0AD !important;
    border-radius: 0 !important;
    margin: 0 25px !important;
}
.tab-yody .elementor-tab-title.elementor-active {
    border-color: #FCAF17!important;
}
.tab-yody .elementor-tab-title:hover {
    color: #FCAF17!important;
    border-color: #FCAF17!important;
}
.tab-yody  .elementor-tab-content {
    padding: 0 !important;
}
@-webkit-keyframes hoverItem {
    0% {
        margin-top: 5px
    }

    20% {
        margin-top: 4px
    }

    40% {
        margin-top: 3px
    }

    60% {
        margin-top: 2px
    }

    80% {
        margin-top: 1px
    }

    100% {
        margin-top: 0px
    }
}
.swiper-pagination-new {
    bottom: 0;
    top: unset !important;
    width: 20% !important;
    display: none !important;
    margin: auto !important;
    right: 0;
    margin-top: 0px !important;
}
.section-home-danh-muc .menu_silebar_content .menu_silebar_wrapper {
    padding-bottom: 10px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fcaf17;
}
.woocommerce ul.products li.product .price del span.woocommerce-Price-amount.amount, .woocommerce ul.products li.product .price span.woocommerce-Price-amount.amount {
    font-family: 'SVN-Gilroy semi' !important;
    font-weight: 400 !important;
}
span.onsale {
    width: 90px !important;
    height: 24px !important;
    line-height: 24px !important;
    font-size: 12px !important;
    min-width: unset !important;
    min-height: unset !important;
    background: #AF1316 !important;
    font-family: 'SVN-Gilroy bold' !important;
    font-weight: normal !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    right: 0 !important;
    left: unset !important;
    margin: 0 !important;
}
ul.products li.product .price ins .amount {
    color: #AF1316 !important;
}
.woocommerce  div.product .elementor-widget-woocommerce-product-price p.price del, .woocommerce  div.product .elementor-widget-woocommerce-product-price span.price del {
    font-size: 24px;
    color: #919191;
}
.woocommerce  div.product .elementor-widget-woocommerce-product-price p.price del span.woocommerce-Price-amount.amount, .woocommerce  div.product .elementor-widget-woocommerce-product-price span.price del span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-family: 'SVN-Gilroy';
    font-weight: 400 !important;
}
p.loginOr {
    display: block;
    text-align: center;
    margin: 0;
    line-height: 15px;
    background-color: #DDE1E3;
    height: 1px;
    position: relative;
    margin: 35px auto;
}
p.loginOr span {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #595959;
    font-weight: 300;
    background-color: white;
    padding: 5px;
    width: max-content;
}
div.nsl-container .nsl-button-google[data-skin="light"] {
    border: 1px solid rgb(240, 240, 240);
    border-radius: 500px !important;
    box-shadow: none !important;
    padding: 3px;
}
div.nsl-container[data-align="left"] {
    text-align: center!important;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container {
    margin: 0 !important;
    margin-right: 11px !important;
}
.nsl-container.nsl-container-block {
    margin-top: 30px;
    margin-bottom: 40px;
}
.register {
    border: none !important;
    padding: 0 !important;
    margin-bottom: 20px;
}
.elementor-widget-woocommerce-my-account.vamtam-has-theme-widget-styles .woocommerce .woocommerce-LostPassword.lost_password a::before{
    display: none;
}
.elementor-widget-woocommerce-my-account.vamtam-has-theme-widget-styles .woocommerce .woocommerce-LostPassword.lost_password a {
    margin-top: 12px;
    font-size: 16px;
    /*font-weight: 600;*/
    font-family: 'SVN-Gilroy bold';
    color: #FCAF17;
}
.um-field-label label {
    display: none;
}
.um .um-form input[type=number], .um .um-form input[type=password], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=text], .um .um-form textarea, .um .upload-progress {
    border: 1px solid #dfe7e8 !important;
    border-radius: 4px !important;
    padding: 12px 15px !important;
    height: 47px !important;
    color: #000 !important;
}
.um .um-form .um-form-field::-webkit-input-placeholder {
    color: #666 !important;
}

.um .um-form .um-form-field::-moz-placeholder {
    color:#666 !important;
}

.um .um-form .um-form-field::-moz-placeholder {
    color: #666 !important;
}

.um .um-form .um-form-field::-webkit-input-placeholder {
    color: #666 !important;
}

.um .um-form .um-form-field::-moz-placeholder {
    color: #666 !important;
}

.um .um-form .um-form-field::-ms-input-placeholder {
    color: #666 !important;
}

.elementor-widget-woocommerce-my-account.vamtam-has-theme-widget-styles .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login {
    background: #fff;
    width: 100%;
    padding: 40px 107px;
    border-right: 1px solid #DDE1EF;
    text-align: center;
    max-width: 648px;
    margin: auto;
}
.elementor-widget-woocommerce-my-account.vamtam-has-theme-widget-styles .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login label {
    display: none;
}
.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
    background: #fcaf17!important;
    width: 100% !important;
    text-transform: uppercase!important;
}
.um a.um-button:hover, .um input[type=submit].um-button:hover {
    background-color: #000a24!important;
    color: #fff!important;
}
body .um.um-register {
    margin-bottom: 0!important;
}
.dangky-box p.loginOr {
    margin: 0;
    margin-top: 20px;
}
.mxh-login .nsl-container.nsl-container-block {
    margin-top: 15px;
    margin-bottom: 7px;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    border-style: solid !important;
}
.elementor-product-simple form.cart {
    display: flex !important;
    align-items: end!important;
    column-gap: 20px;
}
.elementor-product-simple form.cart:before,.elementor-product-simple form.cart:after{
    display: none!important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text::placeholder {
    color: #595959;
    opacity: 1; /* Firefox */
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select{
    color: #000!important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text::-ms-input-placeholder { /* Edge 12 -18 */
    opacity: 1; /* Firefox */
    color: #595959;
}
.elementor-widget-woocommerce-my-account.vamtam-has-theme-widget-styles .vamtam-tabbed {
    max-width: 648px;
}
button.woocommerce-button.button {
    border-style: none !important;
}
.elementor-widget-woocommerce-my-account.vamtam-has-theme-widget-styles .vamtam-tabbed .vamtam-tab-content .woocommerce-form-row input{
    min-height: auto;
}
form.woocommerce-form.woocommerce-form-login.login h1 {
    font-family: 'SVN-Gilroy Bold';
    font-size: 26px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-transform: unset;
    text-align: center;
    color: #fcaf17;
    line-height: 1;
    margin-bottom: 23px;
}
form.woocommerce-form.woocommerce-form-login.login h1 span {
    color: #131382;
}
body.logged-in.theme-vamtam-debebe.woocommerce-account .bg-login {
    background-image: none;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation, .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    background: #fff;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    padding: 0px !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li {
    display: block !important;
}
.e-my-account-tab .woocommerce {
    display: flex;
    gap: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.woocommerce-MyAccount-content-wrapper {
    border: none !important;
}
.elementor-widget-woocommerce-product-images.vamtam-has-theme-widget-styles div.images .flex-control-thumbs {
    max-width: 70px;
}
.elementor-widget-woocommerce-product-images.vamtam-has-theme-widget-styles div.images :is( .vamtam-product-gallery-thumbs-prev,.vamtam-product-gallery-thumbs-next ){
    display: none!important;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter ul li {
    cursor: pointer;
    line-height: 28px;
    float: left;
    position: relative;
    display: flex;
    min-width: initial;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter:not([data-taxonomy="price"])  .bapf_body label {
    display: inline-block;
    background: #F2F2F2;
    border-radius: 4px;
    color: #7A7A9D;
    padding: 0 12px;
    line-height: 33px;
    border: 1px #F2F2F2 solid;
    position: relative;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter:not([data-taxonomy="price"]) ul li input[type="checkbox"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 34px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_body input:checked+label {
    border-color: #fcaf17;
    background: #FFF;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter:not([data-taxonomy="price"]) .bapf_body input:checked+label:after {
    content:'';
    background: url(assets/images/chose.svg);
    position: absolute;
    height: 22px;
    width: 22px;
    top: -1px;
    right: -1px;
    transform: initial;
}
.bapf_sfilter[data-taxonomy="price"] input[type=checkbox] {
    padding: 0;
    border-color: #9e9e9e;
    margin-top: 2px;
}
.bapf_sfilter[data-taxonomy="price"] input[type=checkbox]:checked{
    background-color: #ee4d2d;
}
.bapf_sfilter[data-taxonomy="price"] input[type=checkbox]:checked:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter[data-taxonomy="pa_color"] ul li input[type="checkbox"] {
    z-index: 1;
    opacity: 1;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border-color: #dedede;
    top: 54%;
    transform: translateY(-50%);
    left: 10px;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter[data-taxonomy="pa_color"] .bapf_body label {
    padding-left: 38px;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul {
    overflow: hidden;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul ul {
    margin: 0;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > span {
    display: none;
}
.berocket_aapf_widget_selected_filter  ul.bapf_sfa_unall {
    display: none;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > ul {
    overflow: hidden;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
.berocket_aapf_widget_selected_filter {
    display: flex;
    flex-wrap: wrap;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > ul li {
    border-radius: 5px;
    background: #fcaf17;
    color: #fff;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > ul li a {
    line-height: 0;
    color: #fff;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter .bapf_sfa_taxonomy ul li:last-of-type{
    margin-bottom: 8px!important;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > ul li {
    border-radius: 5px;
    background: #fcaf17;
    color: #fff;
    padding: 3px 7px !important;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > ul li a .fa {
    background-image: url(assets/images/close.svg);
    background-repeat: no-repeat;
    width: 9.5px;
    height: 11px;
    filter: invert(1);
    background-position: center;
    margin-right: 4px;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy > ul li a .fa:before{
    display: none;
}
.woocommerce-ordering svg {
    width: 21px;
    display: inline-block;
    border-radius: 4px;
    background: url(assets/images/down_sort.svg) no-repeat;
    background-position: center;
}
.woocommerce-ordering svg * {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 41px;
    background: #fff;
    border: solid 1px #DDE1EF;
    text-align: center;
    height: 37px;
    font-size: 16px;
    padding: 0 !important;
    line-height: 35px;
    color: #7A7A9D;
    text-decoration: none;
    border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 4px 6px;
}
.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover {
    border-color: #fcaf17!important;
}
.vamtam-product-content .woocommerce-loop-product__title {
    padding: 0 !important;
    text-decoration: none !important;
}
.vamtam-product-content .woocommerce-loop-product__title:hover {
    color: #FF9500!important;
}
.vamtam-product-content > .price {
    padding: 0 !important;
}
.elementor-grid .vamtam-add-to-cart-wrap {
    display: none;
}
.sale-item{
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.sku-item span.sku-display{
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_sfilter ul li:last-of-type {
    margin-bottom: 5px !important;
}
.sale-item:after {
    position: absolute;
    width: 1px;
    height: 11px;
    border-left: 1px solid #ADB9C3;
    content: '';
    display: inline-block;
    top: 7px;
    right: 0;
}
.sku-item span.sku-display:after {
    position: absolute;
    width: 1px;
    height: 11px;
    border-left: 1px solid #ADB9C3;
    content: '';
    display: inline-block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sku-item span.sku-display:empty {
    display: none;
}
.sku-item:last-child:after, .sale-item:last-child:after {
    display: none;
}
.elementor-widget.vamtam-has-theme-widget-styles.vamtam-has-hr-layout :is( ul.products,.elementor-posts-container ) {
    overflow-x: hidden;
}
.elementor-widget.vamtam-has-theme-widget-styles.vamtam-has-hr-layout.vamtam-has-nav .vamtam-nav {
    opacity: 1;
}
.elementor-widget.vamtam-has-theme-widget-styles.vamtam-has-hr-layout.vamtam-has-nav .vamtam-nav-btn i{
    display: none;
}
.elementor-widget.vamtam-has-theme-widget-styles.vamtam-has-hr-layout.vamtam-has-nav .vamtam-nav-btn {
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
    transition: all .3s;
}
.elementor-widget.vamtam-has-theme-widget-styles.vamtam-has-hr-layout.vamtam-has-nav .vamtam-nav-btn.vamtam-nav-btn-prev{
    left: -35px;
    background-image: url(assets/images/icon-prev-danhmuc.svg);
}
.elementor-widget.vamtam-has-theme-widget-styles.vamtam-has-hr-layout.vamtam-has-nav .vamtam-nav-btn.vamtam-nav-btn-next {
    right: -35px;
    background-image: url(assets/images/icon-next-danhmuc.svg);
}
.elementor-widget.vamtam-has-theme-widget-styles.vamtam-has-hr-layout.vamtam-has-nav .vamtam-nav-btn.disabled {
    opacity: 0.5!important;
}
.elementor-widget.vamtam-has-theme-widget-styles.vamtam-has-hr-layout.vamtam-has-nav .vamtam-nav-btn:hover {
    transform: translateY(-50%) scale(1.23333);
}
.elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-cart-form__contents::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}

.elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-cart-form__contents::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

.elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-cart-form__contents::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #e5e5e5
}
.woocommerce-mini-cart dl.variation dt {
    display: none;
}
.woocommerce-mini-cart dl.variation dd {
    display: inline-block !important;
    grid-column-start: auto;
    margin-right: 5px;
    margin-left: 0;
    border-right: 1px solid #000;
    line-height: 1;
    padding-right: 5px;
}
.woocommerce-mini-cart dl.variation dd:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}
.woocommerce-mini-cart .elementor-menu-cart__product-name.product-name {
    padding-bottom: 35px !important;
}
.elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container .elementor-menu-cart__main .cart_item {
    grid-row-gap: 0;
}
.elementor-menu-cart__product-price {
    position: absolute;
    bottom: 12px;
    left: 92px;
    right: 0;
}
.woocommerce-mini-cart   .product-price .quantity .vamtam-quantity select{
    min-height: 34px!important;
}
.elementor-widget-woocommerce-cart .woocommerce button.button,.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
    border-style: solid!important;
    border-radius: 4px!important;
}
.e-cart__column.e-cart__column-start {
    border-radius: 4px;
    background: #fff;
    padding: 20px;
}
.elementor-widget-woocommerce-cart .e-cart-section:last-child {
    padding: 20px;
    border: none;
    border-radius: 4px;
}
.elementor-widget-woocommerce-cart.vamtam-has-theme-widget-styles .woocommerce .e-cart__column.e-cart__column-start>h3 {
    font-family: "SVN-Gilroy Bold", Sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}
.dangnhap-dangky.login-icon, .elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container .elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message:before {
    display: none;
}
.elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container .elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    padding: 0 !important;
}
.elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__toggle_wrapper .elementor-menu-cart__container .elementor-menu-cart__main .widget_shopping_cart_content .elementor-menu-cart__footer-buttons,
.elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container .elementor-menu-cart__main>.vamtam-elementor-menu-cart__header,
.elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container .elementor-menu-cart__main>.widget_shopping_cart_content .cart_item,
.elementor-widget-woocommerce-menu-cart.vamtam-has-theme-widget-styles .elementor-menu-cart__container .elementor-menu-cart__main>.widget_shopping_cart_content>:not(.woocommerce-cart-form__contents):not(.elementor-menu-cart__footer-buttons) {
    padding-left: 15px;
    padding-right: 15px;
}
body.logged-in .dangnhap-dangky {
    display: none;
}
body.logged-in .dangnhap-dangky.login-icon {
    display: block;
}
.menu-first-item .elementor-nav-menu > li.menu-item:first-child a.elementor-item {
    font-family: 'SVN-Gilroy Bold' !important;
    text-transform: uppercase;
}
.elementor-template-full-width div#sub-header {
    display: none;
}
.elementor-widget-wc-archive-products.vamtam-has-theme-widget-styles .woocommerce-ordering .woocommerce-ordering__button {
    font-size: 15px !important;
    color: #000;
}
.elementor-widget-wc-archive-products.vamtam-has-theme-widget-styles .elementor-nothing-found.elementor-products-nothing-found {
    text-align: left;
    padding: 10px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
div#main {
    min-height: 50vh;
}
.section-menu-cate-top {
    text-align: center;
    margin-bottom: 10px;
    background: #F8F8F8;
    padding: 20px 10px;
}
.section-menu-cate-top ul.menu_silebar_list_hoz {
    list-style: none outside;
    margin: 0;
    padding: 0;
}
.section-menu-cate-top ul.menu_silebar_list_hoz a{
    color: #fcaf17;
    text-transform: uppercase;
}
.section-menu-cate-top ul.menu_silebar_list_hoz li {
    line-height: 38px;
    display: inline-block;
    cursor: pointer;
    padding: 0 24px;
    border: 1px #fcaf17 solid;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 16px;
    background: #fff;
}
.section-menu-cate-top ul.menu_silebar_list_hoz li.current, .section-menu-cate-top ul.menu_silebar_list_hoz li:hover {
    border-color: #fcaf17;
    background: #fcaf17;
}
.section-menu-cate-top ul.menu_silebar_list_hoz li.current a, .section-menu-cate-top ul.menu_silebar_list_hoz li:hover a{
    color: #fff;
}
.menu_silebar_wrapper_featured .menu_silebar_item{

}
li.menu_silebar_item_featured {
    border: 1px #DDE1EF solid;
    display: flex;
    font-size: 16px;
    font-family: 'SVN-Gilroy Med';
    align-items: center;
    color: #000;
    position: relative;
    overflow: hidden;
    padding: 20px;
    margin-top: 0!important;
    margin-bottom: 15px!important;
    height: 100px!important;
}
li.menu_silebar_item_featured .group_item a {
    display: flex;
    align-items: center;
    width: 100%;
}
li.menu_silebar_item_featured .group_item .group_item {
    width: 100%;
}
li.menu_silebar_item_featured .group_item a .image {
    width: 62px;
    margin-right: 15px;
}
li.menu_silebar_item_featured .group_item a .title {
    width: calc(100% - 62px);
}
ul.swiper-wrapper {
    padding: 0;
}
.menu_silebar_wrapper_featured .swiper-wrapper {
    max-height: 250px;
    margin: auto;
}
.elementor-widget-tabs.vamtam-has-theme-widget-styles.vamtam-tabs .elementor-tab-title {
    padding: 0 24px !important;
    border: 1px #DDE1EF solid !important;
    border-radius: 4px !important;
    line-height: 38px;
}
.elementor-widget-tabs.vamtam-has-theme-widget-styles.vamtam-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs.vamtam-has-theme-widget-styles.vamtam-tabs .elementor-tab-title:hover{
    border-color: #fcaf17 !important;
    background: #fcaf17;
    color: #fff!important;
}
.star-rating-cus img {
    width: 10px !important;
    margin: 0 !important;
    margin-right: 2px !important;
}
.star-rating-cus {
    position: absolute;
    top: 0;
    z-index: 2;
}
.star-rating-cus {
    position: absolute;
    top: 0;
    display: flex;
    padding: 0 7px 0 7px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}
.cart-showt span.elementor-screen-only {
    width:70px !important;
    height: auto !important;
    overflow: hidden !important;
    clip: auto;
    font-size: 14px;
    font-family: SVN-Gilroy Bold;
    color: #11006F;
    left: 33px;
    text-transform: uppercase;
    top: 3px !important;
}
.cart-showt .elementor-menu-cart__toggle_button {
    padding-right: 76px !important;
}
.elementor-menu-cart__toggle_button i.eicon-vamtam-theme::before {
    display: none!important;
}
.elementor-menu-cart__toggle_button .elementor-button-icon {
    display: inline-block;
    width: 24px;
    height: 21px;
    background-image: url(assets/images/icon-cart-header-W.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.elementor-menu-cart__toggle_button .elementor-button-icon svg {
    display: none;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper {
    padding: 15px;
}
table.shop_table.shop_table_responsive.my_account_reviews th, table.shop_table.shop_table_responsive.my_account_reviews td {
    padding: 10px !important;
}
table.shop_table.shop_table_responsive.my_account_reviews .star-rating::before {
    color: #ffd500;
}
table.shop_table.shop_table_responsive.my_account_reviews .star-rating span {
    color: #ffd500;
}
.ywar-reviews-panel-title-container h2 {
    margin-top: 0 !important;
}
section.woocommerce-customer-details p {
    margin-bottom: 0;
}
.elementor-menu-cart__toggle_button span.elementor-screen-only {
    color: #000;
}
.woocommerce-variation-add-to-cart {
    align-items: end;
    column-gap: 20px;
}
.woocommerce-variation-add-to-cart .e-atc-qty-button-holder {
    max-width: calc(50% - 10px) !important;

}
body > .select2-container.select2-container--open{
    width: auto!important;
}
.woocommerce-variation-add-to-cart  .single_add_to_cart_button.button, .elementor-product-simple button.single_add_to_cart_button:not(.wc-buy-now-btn) {
    color: #000 !important;
    opacity: 1 !important;
    width: 100% !important;
    pointer-events: auto!important;
    background: none !important;
    border: 2px solid #000 !important;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover, .elementor-product-simple button.single_add_to_cart_button:not(.wc-buy-now-btn):hover {
    background: #000 !important;
    color: #fff!important;
}
.woocommerce-variation-add-to-cart button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button,
.elementor-product-simple button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button{
    max-width: calc(50% - 10px);
    box-shadow: 0px 3px 0px 0px #CA8C12 !important;
    border: none !important;
    color: #000!important;
    background-color: #fcaf17!important;
    margin-bottom: 3px !important;
}
.wcf-embed-checkout-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    display: block!important;
}
.wcf-embed-checkout-form .select2-selection[role=combobox]:before{
    display: none!important;
}
.wcf-embed-checkout-form .woocommerce .wcf-product-image .wcf-product-thumbnail {
    width: 30%!important;
}
.wcf-embed-checkout-form .woocommerce .wcf-product-name {
    width: 70%!important;
}
.wcf-embed-checkout-form .woocommerce .wcf-product-image {
    align-items: normal!important;
}
.wcf-embed-checkout-form .woocommerce .wcf-product-image img{
    object-fit: contain;
}
.woocommerce-checkout-review-order-table .variation {
    position: absolute;
    left: calc(30% + 10px);
    bottom: 20px;
}
.woocommerce-checkout-review-order-table  .variation dt {
    display: none!important
}
.woocommerce-checkout-review-order-table .variation dd {
    padding: 0!important;
    padding-right: 6px!important;
    margin-right: 6px!important;
    border-right: 1px solid #d1d1d1!important;
    line-height: 1!important;
}
.woocommerce-checkout-review-order-table .variation dd:last-child {
    border: none!important;
}
.woocommerce-checkout-review-order-table .variation {
    display: flex;
}
/* Chrome, Safari, Edge, Opera */
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input.qty {
    max-height: 40px !important;
    width: 40px !important;
    height: 40px !important;
    box-sizing: border-box!important;
    border: 1px solid #D9D9D9 !important;
    padding: 0 !important;
    text-align: center !important;
    border-radius: 0 !important;
    margin: 0!important;
    color: #000!important;
    font-size: 15px!important;
}
/* Firefox */
.quantity input.qty {
    -moz-appearance: textfield;
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-basis: 100px !important;
}
.quantity button.minus, .quantity button.plus  {
    width: 30px !important;
    height: 40px;
    border: 1px solid #D9D9D9 !important;
    background-color: #fff !important;
    padding: 0;
    color: #000;
    display: inline-block !important;
    margin: 0 !important;
}
.quantity button.minus {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.quantity button.plus {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.elementor-widget-woocommerce-product-add-to-cart.vamtam-has-theme-widget-styles .elementor-widget-container form.cart .single_add_to_cart_button.disabled,
.elementor-widget-woocommerce-product-add-to-cart.vamtam-has-theme-widget-styles .elementor-widget-container form.cart .single_add_to_cart_button.disabled:hover{
    pointer-events: auto!important;
    cursor: pointer!important;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button.button:hover {
    border: 2px solid #000000 !important;
    color: #ffffff !important;
}
.woocommerce-variation-add-to-cart button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button:hover {
    background: #212121 !important;
    color: #fff !important;
    box-shadow: 0px 3px 0px 0px #000a24 !important;
}
.single_variation_wrap {
    margin: 0 2px;
}
.woocommerce div.product form.cart .variations.error {
    border: 2px dashed red;
}
body.vamtam-disable-scroll {
    overflow: auto;
    max-height: unset;
}
.elementor-menu-cart__toggle_button span.elementor-screen-only:after {
    content: 'Giỏ hàng';
    font-size: 14px;
}
div#scroll-to-top {
    display: none;
}
.elementor-menu-cart__toggle_button span.elementor-screen-only {
    font-size: 0;
}
.wcf-collapsed-order-review-section.wcf-show {
    display: none;
}
button.button.wcf-submit-coupon.wcf-btn-small {
    color: #fff !important;
}
#ft-contact-icons.contact-icons-right li a.js-hide-all-icon {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs .slick-slide {
    margin-bottom: 6px;
    border: 1px solid transparent;
}
.woocommerce div.product div.images .flex-control-thumbs .slick-slide.slick-current, .woocommerce div.product div.images .flex-control-thumbs .slick-slide:hover {
    border: 1px solid #fcaf17;
}
.text-verc-tb {
    transform: rotate(-90deg);
    text-wrap: nowrap;
}
.woocommerce div.product form.cart .variations label[for="pa_shop-by-size"] {
    text-decoration: underline;
}
td.product-size-table-col {
    width: 40px !important;
    vertical-align: middle;
}
table.product-size-table_body-size_table td, table.product-size-table_body-size_table th {
    padding: 10px !important;
    font-weight: 400;
    width: auto !important;
}
table.product-size-table_body-size_table {
    min-width: 571px;
    margin-bottom: 0;
}
.product-size-table_body-size_table_wrapper__le7Cq {
    max-width: 100%;
    overflow: auto;
}
table.product-size-table_body-size_table.header {
    display: none;
}
.box-text-v {
    display: inline-flex;
    width: 100%;
    max-width: 10px;
    align-items: center;
    justify-content: center;
}
.po-re-text {
    position: relative;
}
.woocommerce-MyAccount-content .woocommerce-address-fields span.select2-selection__rendered {
    line-height: 18px !important;
    color: #000 !important;
    padding: 0 !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content p#billing_email_field {
    display: none;
}
.woocommerce-address-fields .button, button.woocommerce-Button.button {
    border-style: solid !important;
}
.woocommerce-MyAccount-content .woocommerce-address-fields span.select2-selection__rendered span.select2-selection__placeholder {
    color: #676262 !important;
}
body .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}
.woocommerce-MyAccount-content .ywar-reviews-panel-title-container h2 {
    float: none !important;
}
@media (min-width: 1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px);
    }
}
@media (min-width: 1025px) and (max-width: 99999px) {
    .elementor-hidden-desktop {
        display: none!important;
    }
}
@media (max-width: 1024px) {
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
        width: 25%!important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-hidden-tablet {
        display: none!important;
    }
    .elementor-menu-cart__toggle_button i.eicon-vamtam-theme {
        background-image: url(assets/images/icon-cart-header-W.svg);
    }
}
@media (max-width: 992px) {
    .woocommerce-variation-add-to-cart .e-atc-qty-button-holder,
    .woocommerce-variation-add-to-cart button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button,
    .elementor-product-simple button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button,
    .elementor-product-simple .e-atc-qty-button-holder{
        width: 100% !important;
        max-width: 100%!important;
    }
    .elementor-product-simple form.cart {
        flex-wrap: wrap!important;
    }
    .woocommerce div.product.elementor .elementor-widget-woocommerce-product-add-to-cart.vamtam-has-theme-widget-styles .elementor-widget-container .elementor-add-to-cart form.cart :is(button,.added_to_cart){
        margin-top: 10px;
    }
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
        width: 30%!important;
    }
    .elementor-menu-cart__toggle_button i.eicon-vamtam-theme {
        background-image: url(assets/images/icon-cart-header-W.svg);
    }
    .swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
        height: 2px;
    }
    .section-home-danh-muc .menu_silebar_list .menu_silebar_item {
        width: 25% !important;
        margin-right: 0px !important;
        height: auto;
    }
    .section-home-danh-muc .swiper-button-prev,.section-home-danh-muc .swiper-button-next{
        display: none;
    }
    .swiper-pagination-new {
        display: block !important;
    }
    .section-home-danh-muc .menu_silebar_list .menu_silebar_item .image img{
        width: 56px;
        height: 56px;
    }

    .section-home-danh-muc .menu_silebar_item .title {
        font-family: 'SVN-Gilroy';
        font-weight: 400;
        font-size: 10px;
        text-transform: unset;
        margin-top: 10px;
        color: #000;
    }
    .tab-yody .elementor-tab-title {
        margin: 0 8px !important;
        width: 19%;
        padding: 10px 0px !important;
    }
    .tab-yody .elementor-tab-title {
        margin: 0 8px !important;
        width: 19%;
        padding: 10px 0px !important;
        font-size: 14px !important;
        text-transform: unset !important;
    }
    .tab-yody .elementor-tabs .elementor-tabs-wrapper {
        display: flex !important;
        justify-content: center;
        gap: 15px;
    }
    .tab-yody.elementor-widget-tabs.vamtam-has-theme-widget-styles .elementor-tab-mobile-title{
        display: none!important;
    }
    .tab-yody .elementor-tab-title {
        color: #000 !important;
        border-bottom-color: transparent !important;
        font-family: 'SVN-Gilroy' !important;
        font-weight: 400!important;
    }
    .tab-yody .elementor-tab-title.elementor-active {
        color: #fcaf17 !important;
    }
}
.item-cart-info span.elementor-icon-list-text {
    font-family: "SVN-Gilroy", Sans-serif !important;
}
.shop_table.order_details ul.wc-item-meta {
    margin: 0;
    padding: 0;
}


.tinh-nang-wrap {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.tinh-nang-wrap.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.tinh-nang-item {
    padding: 10px;
    width: 33.33%;
}
.tinh-nang-thumb img {
    max-width: 60px;
    max-height: 60px;
}
.tinh-nang-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.3;
}
.heading-tinhnang h3 {
    font-size: 17px;
}
.heading-tinhnang h3 span {
    color: #cc2338;
}
.btn-tskt {
    margin-top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-tskt a {
    background: #e4052e !important;
    border-radius: 24px !important;
    font-size: 16px !important;
    padding: 11px 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
.btn-tskt a:hover {
    background: #8f8f8f !important;
    color: #ffffff !important;
}
.custom-content .bg-primary {
    background-color: #cc2338;
}
.custom-content .bg-primary p{
    margin-bottom: 0;
}
.custom-content .text-white {
    color: #fff;
}
.custom-content .xl\:text-xl {
    font-size: 1.25rem;
}
.custom-content .uppercase {
    text-transform: uppercase;
}

.custom-content .font-bold {
    font-weight: 700;
}
.custom-content .xl\:p-4 {
    padding: 1rem;
}
.elementor-widget-woocommerce-product-content .wrapWidthVideo {
    height: 0;
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 10px;
}
.elementor-widget-woocommerce-product-content .wrapWidthVideo iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}
.elementor-widget-woocommerce-product-content img {
    width: 100%;
}
.product-desc-collapse {
    position: relative;
    max-height: 700px;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-bottom: 60px; /* chừa chỗ cho button */
}

.product-desc-collapse.open {
    max-height: none;
    padding-bottom: 0;
}

/* Fade overlay */
.product-desc-collapse .desc-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* Button nổi ở đáy */
.product-desc-collapse .desc-toggle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    cursor: pointer;
    background: #030d78;
    color: #fff;
    border: none;
    z-index: 2;
    width: 170px;
}

.product-desc-collapse.open .desc-overlay {
    display: none;
}

.product-desc-collapse.open .desc-toggle {
    position: static;
    transform: none;
    margin: 10px auto;
    display: block;
}
.slide-home .swiper-slide {
    height: 0 !important;
    padding-bottom: 45%;
}
.slide-home .swiper-slide .swiper-slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


@media (max-width: 767px) {
    .elementor-widget-woocommerce-my-account.vamtam-has-theme-widget-styles .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login {
        padding: 40px 20px;
    }
    .section-home-danh-muc   .menu_silebar_list .menu_silebar_item {
        margin-bottom: 10px;
    }
    .item-cart-info span.elementor-icon-list-text {
        font-size: 13px!important;
    }
    .elementor-widget-wc-archive-products p.woocommerce-result-count, .elementor-widget-wc-archive-products .woocommerce-ordering {
        display: none!important;
    }
    .elementor-widget-wp-widget-berocket_aapf_group.vamtam-has-theme-widget-styles.vamtam-products-filter .bapf_body label {
        font-size: 14px;
    }
    table.product-size-table_body-size_table td, table.product-size-table_body-size_table th {
        padding: 8px !important;
        font-weight: 400;
        font-size: 14px;
    }
    .flex.flex-grow {
        display: flex;
        flex-grow: 1;
        align-items: end;
    }
    .product-size-table_body-size_fixed-wrapper___NS2D {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        display: flex;
        height: 100%;
        width: 7.563rem;
        flex-direction: column;
        background-color: #fff;
    }
    .product-size-table_body-size_fixed_vertical_title_wrapper__n0_O9 {
        max-width: 2.5rem;
        align-items: center;
        justify-content: center;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-color: #cfd7e3;
        padding: .75rem;
    }
    table.product-size-table_body-size_table.header {
        position: absolute;
        bottom: 0;
        background: #fff;
        width: 139px !important;
        left: 0;
        min-width: unset;
        top: 0px;
        height: 100% !important;
        box-shadow: 3px 1px 6px 0px #0000001c;
        display: none;
    }
    .product-size-table_body-size_table_wrapper__le7Cq.active-scroll table.product-size-table_body-size_table.header {
        display: table;
    }
    .text-ver {
        transform: rotate(-90deg);
        text-wrap: nowrap;
    }
    .box-text-v {
        display: inline-flex;
        width: 100%;
        max-width: 10px;
        align-items: center;
        justify-content: center;
    }
    table.product-size-table_body-size_table.header td, table.product-size-table_body-size_table.header th {
        width: 10px !important;
    }
    table.product-size-table_body-size_table.header th.table-header-cell {
        height: 81px !important;
    }
    .woocommerce div.product div.images .flex-control-thumbs .slick-slide {
        margin-right: 6px;
        border: 1px solid transparent;
    }
    .woocommerce .elementor-widget-woocommerce-product-images.vamtam-has-theme-widget-styles div.images .flex-control-thumbs{
        margin-top: 0!important;
        min-height:unset!important;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        width: 100%;
    }
    .woocommerce div.product .elementor-widget-woocommerce-product-images.vamtam-has-theme-widget-styles div.images .flex-control-thumbs li{
        width: 100%!important;
        min-width: unset!important;
    }
    .woocommerce .elementor-widget-woocommerce-product-images.vamtam-has-theme-widget-styles div.images .flex-control-thumbs .slick-track {
        margin-left: 0;
    }
    .woocommerce .elementor-widget-woocommerce-product-images.vamtam-has-theme-widget-styles div.images .flex-control-thumbs {
        display: block!important;
    }
    .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        width: auto;
    }
    .togle-by-title .title-widget.elementor-widget-heading .elementor-heading-title {
        position: relative;
    }
    .togle-by-title .title-widget.elementor-widget-heading .elementor-heading-title:after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        margin-left: 8px;
    }
    .woocommerce-message {
        padding: 10px !important;
        padding-left: 30px !important;
        font-size: 14px!important;
    }
    .woocommerce-message::before {
        left: 9px!important;
    }
    .wcf-collapsed-order-review-section tfoot tr {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .wcf-collapsed-order-review-section tfoot  tr.woocommerce-shipping-totals th {
        width: 100% !important;
    }
    .wcf-collapsed-order-review-section tfoot {
        display: block;
    }
    .woocommerce-checkout-review-order-table .variation {
        left: calc(30% + 5px);
    }
    .wcf-collapsed-order-review-section.wcf-show {
        display: block;
    }
    .wcf-el-checkout-form.cartflows-elementor__checkout-form {
        margin-top: -13px;
    }
    .wcf-collapsed-order-review-section {
        margin-left: -17px;
        margin-right: -17px;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .wcf-cartflows-review-order-wrapper {
        display: block;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .wcf-custom-coupon-field {
        padding: 0 15px 15px !important;
        background-color: #e0e0e0 !important;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table {
        background-color: #e0e0e0 !important;
        display: block;
        padding: 0 !important;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table tbody tr.cart_item {
        display: flex;
        justify-content: space-between;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table tbody {
        border-top: none;
        display: block;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table tfoot tr.order-total:not( .recurring-total ) th{
        border-top: 1px solid #eeeeee!important;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .wcf-custom-coupon-field .wcf-coupon-col-1{
        width: 70%!important;
        padding-right: 15px!important;
        margin-bottom: 0!important;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .wcf-custom-coupon-field .wcf-coupon-col-2{
        width: 30%!important;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .wcf-order-review-toggle {
        padding: 15px !important;
        background-color: #e0e0e0 !important;
        border: 1px solid #eeeeee !important;
        color: #000 !important;
    }
    .wcf-collapsed-order-review-section * {
        color: #000 !important;
    }
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table td,
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table tfoot tr:first-child th,
    .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout table.shop_table th{
        padding: 15px!important;
    }

    .elementor-widget-woocommerce-cart.vamtam-has-theme-widget-styles .e-shop-table .cart .cart_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .elementor-widget-woocommerce-cart.vamtam-has-theme-widget-styles .e-shop-table .cart .cart_item td.product-thumbnail {
        display: block;
        margin-right: 10px;
        width: 65px;
    }
    .elementor-widget-woocommerce-cart.vamtam-has-theme-widget-styles .e-shop-table .cart .cart_item td.product-name {
        width: calc(100% - 75px);
    }
    .elementor-widget-woocommerce-cart.vamtam-has-theme-widget-styles .e-shop-table .cart td:before{
        display: none;
    }
    .elementor-widget.vamtam-has-theme-widget-styles.vamtam-has-hr-layout :is( ul.products,.elementor-posts-container ) {
        overflow-x: scroll;
    }
    .section-home-danh-muc .menu_silebar_item .title {
        font-size: 12px;
        text-wrap: wrap;
        line-height: 1;
    }
    .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%!important;
    }
    .e-my-account-tab .woocommerce {
        flex-wrap: wrap;
        margin: 0;
    }
    .menu_silebar_wrapper_featured .swiper-wrapper {
        max-height: 350px;
        padding-bottom: 15px;
    }
    .elementor-hidden-mobile,  .elementor-hidden-phone {
        display: none!important;
    }
    li.menu_silebar_item_featured {
        padding: 10px;
        height: 60px !important;
    }
    li.menu_silebar_item_featured .group_item a .image {
        width: 40px;
    }
    li.menu_silebar_item_featured .group_item a .title {
        width: calc(100% - 40px);
    }

}

