:root {
    --cl-0: #fff;
    --cl-1: #293c90;
    --cl-2: #eeba56;
    --cl-3: #76aba1;
    --cl-4:#c91e2c;
}
html{
    font-size: 1.112vw;
}
body{
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: "Archivo", serif;
    color: #000000;
}
body.noScroll{
    overflow: hidden;
    height: 100vh;
}
a{
    color: #000000;
}
.cl-0{
    color: var(--cl-0);
}
.cl-1{
    color: var(--cl-1);
}
.cl-2{
    color: var(--cl-2);
}
.bg-0{
    background-color: var(--cl-0);
}
.bg-1{
    background-color: var(--cl-1);
}
.bg-2{
    background-color: var(--cl-2);
}
#headerBar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#topbarMenu ul.menu {
    display: flex;
    gap: 50px;
}
#topbarMenu ul.menu li{
    list-style: none;
}
.logo {
    flex: 0 0 185px;
}
.headerMain{
    padding: 10px 0;
}
#sc_menu-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.sc_menu-Mega {
    flex-grow: 1;
}
#sc_menu-Mega {
    display: flex;
    gap: 30px;
}
#sc_menu-Mega .icon{
    width: 25px;
}
#sc_menu-Mega .link{
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid transparent;
}
.boxSearchWrapper{
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    width: 300px;
    justify-content: space-between;
    cursor: pointer;
}
.boxSearchWrapper span{
    border: 0;
    font-size: 13px;
    line-height: 35px;
    padding: 0 10px;
    flex-grow: 1;
}
.boxSearchWrapper i{
    border: 0;
    background: transparent;
    box-shadow: 0 0 0;
    flex: 0 0 35px;
    text-align: center;
    color: #ccc;
    line-height: 35px;
}

.cartTop{
    position: relative;
}
.cartTop img {
    width: 30px;
}
.sc_menu-main {
    border-top: 1px solid #f3f3f3;
}
#topbarMenu ul.menu li.topUser a:before{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    margin-right: 5px;
}
.sc_slide-home .pic {
    width: 100%;
    height: 530px;
    object-fit: cover;
}
.sc_slide-hasNav .owl-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    background-color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}
.sc_slide-hasNav .owl-next {
    position: absolute;
    top: 50%;
    right: 15px;
    background-color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}
.sc_block-title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--cl-1);
}
.sc_block-tabs .item-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 15px;
}
.sc_block-tabs .item-links a {
    font-weight: 500;
}
.sc_block-tabs .item-links a.active,.sc_block-tabs .item-links a:hover{
    text-decoration: underline;
    color: var(--cl-1);
}
.sc_block-feature{
    margin-top: 15px;
}
.products-items{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
.products-items .item {
    border: 1px solid #f3f3f3;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}
.products-items .item .pic {
    width: 100%;
    height: 296.75px;
    object-fit: cover;
}
.product-item-content {
    padding: 10px;
}
.products-items .name {
    color: var(--cl-1);
    display: inline-block;
    line-height: 1.2;
    margin-top: 3px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 11px;
}
.products-items .price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--cl-4);
    font-weight: 600;
    font-size: 18px;
    display: flex;
    gap: 15px;
    align-items: flex-end;
}
.products-items .count-buy {
    font-size: 13px;
    margin-top: 5px;
}
.products-items .count-buy .count {
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
}
.products-items .onsale, .woocommerce span.onsale {
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 15px;
    background-color: var(--cl-1);
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    left: inherit;
    min-height: auto;
    min-width: auto;
    padding: 0;
}
.products-items .rating {
    font-weight: 600;
}
.products-items .rating i{
    color: #ffb200;
}
.sc_block-product .banner {
    width: 100%;
    border-radius: 5px;
}
.sc_block-product .top {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sc_block-product .top .link_cat_sub {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 500;
}
.sc_block-product .top .link_cat_sub:hover{
    color: var(--cl-1);
}
.sc_block-product .top .link_cat_sub:before {
    display: inline-block;
    width: 1px;
    height: 10px;
    position: absolute;
    left: -15px;
    content: "";
    background-color: #373737;
    top: 50%;
    transform: translateY(-50%);
}
.sc_block-product .top .link_cat_sub:first-child:before {
    display: none;
}
.sc_block-product .top .link_cat {
    color: var(--cl-1);
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}
.sc_block-product {
    margin-top: 30px;
}
.btnSite {
    background-color: var(--cl-1);
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: 600;
}
.btnSite:hover{
    background-color: var(--cl-2);
}
.sc_block-product .more-product{
    margin-top: 20px;
}
.sc_block-product .more-product:after{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    margin-left: 5px;
}
.sc_block-video{
    margin-top: 30px;
}
.sc_block-tasklist {
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.sc_block-tasklist .pic {
    background-color: #5cdbc3;
    width: 100px;
    border-radius: 50%;
}
.sc_block-tasklist .title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.sc_block-reviews .item {
    margin: 5px 15px;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
}
.sc_block-reviews .content {
    border-left: 4px solid var(--cl-1);
    padding-left: 25px;
}
.sc_block-reviews .wrapper {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}
.sc_block-reviews .pic {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.sc_block-reviews .title {
    font-weight: bold;
    font-size: 16px;
    color: var(--cl-1);
}
.sc_block-reviews-wrapper{
    margin-top: 50px;
}
.item-blog .pic {
    border-radius: 10px;
    width: 100%;
}
.item-blog {
    display: flex;
    gap: 15px;
}
.item-blog .title {
    color: var(--cl-1);
    display: inline-block;
    font-size: 18px;
    margin-bottom: 5px;
}
.items-blog-style1 .item-blog {
    flex-direction: column;
}
.items-blog-style2 .item-blog .picbox {
    flex: 0 0 170px;
}
.items-blog-style2{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footerTop {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 150px;
    margin-top: 50px;
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5d9c0;
    margin-bottom: 15px;
}
.footerTop .item{
    flex: 1;
}
.footer_logo {
    width: 200px;
    margin-bottom: 15px;
}
.newletter-title {
    text-align: right;
    font-weight: 600;
    color: var(--cl-1);
    font-size: 18px;
    margin-bottom: 10px;
}
#newletter {
    display: flex;
    justify-content: space-between;
    background-color: #e5d9c0;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
#newletter input {
    flex-grow: 1;
    background: transparent;
    border: 0;
    line-height: 45px;
    padding: 0 15px;
}
#newletter button {
    background: var(--cl-2);
    border: 0;
    color: #fff;
    width: 70px;
    border-radius: 30px;
    box-shadow: 0 0 0;
    font-size: 25px;
}
#newletter.loading button i{
    -webkit-animation: faspin 2s infinite linear;
    animation: faspin 2s infinite linear;
}
#newletter.loading button i:before {
    content: "\f021";
}
#newletter.sent .tldFormActionNote {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #e5d9c0;
    line-height: 45px;
    padding: 0 15px;
}
@-webkit-keyframes faspin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes faspin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.footer_copyright {
    background-color: var(--cl-1);
    text-align: center;
    color: #fff;
    padding: 10px 15px;
}
.sc_block-footer-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--cl-1);
}
.sc_block-footer-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--cl-1);
    margin-top: 10px;
    margin-bottom: 10px;
}
.sc_block-footer-content ul li {
    list-style: none;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 500;
}
.sc_block-footer-content{
    margin-top: 20px;
    margin-bottom: 30px;
}
.sc_block-footer-content ul li a:hover{
    color: var(--cl-1);
}
.sc_menu-header-sticky{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}
#topbarMenu ul.menu li a:hover {
    color: var(--cl-1);
}
#sc_menu-Mega .itemHasSub .link:after{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0dd";
    transform: translateY(-2px);
}
#sc_menu-Mega .item:hover > a{
    color: var(--cl-1);
}
#sc_menu-Mega .itemSub {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    display: none;
}
#sc_menu-Mega .itemHasSub:hover .itemSub{
    display: block;
}
#sc_menu-Mega .itemSubContent {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-top: 30px;
    padding-bottom: 15px;
}
#sc_menu-Mega .itemSubContent .pic {
    flex: 0 0 530px;
}
#sc_menu-Mega .itemSubContent .linkSub{
    display: inline-block;
    margin-bottom: 5px;
}
#sc_menu-Mega .itemSubContent .linkSub:hover{
    color: var(--cl-1);
}
#sc_menu-Mega .itemSubContent .pic img{
    border-radius: 10px;
    display: none;
}
#sc_menu-Mega .itemSubContent .pic img.active{
    display: block;
}
#topbarMenu ul.menu li a,#sc_menu-Mega .itemSubContent .linkSub{
    display: inline-block;
    position: relative;
}
#topbarMenu ul.menu li a:after,#sc_menu-Mega .itemSubContent .linkSub:after{
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 0;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    background-color: var(--cl-1);
    content: "";
}
#topbarMenu ul.menu li a:hover:after,#sc_menu-Mega .itemSubContent .linkSub:hover:after{
    width: 100%;
}
#sc_menu-Mega .item:hover .link{
    border-top: 1px solid var(--cl-1);
}
.products.products-items {
    clear: both;
}
.woocommerce div.product span.price del,.woocommerce div.product p.price del,div.product span.price del,div.product p.price del {
    order: 2;
    color: #909195;
    font-size: 14px;
}
.woocommerce div.product span.price ins,.woocommerce div.product p.price ins,div.product span.price ins,div.product p.price ins{
    text-decoration: none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    margin-top: 10px;
}
.woocommerce .woocommerce-ordering select {
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 5px;
}
.wooFilterSidebar {
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.wooFilterSidebar .title {
    background-color: var(--cl-1);
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 0;
}
.widget_sidebar_cat_product {
    border-bottom: 1px solid #ccc;
}
.wooFilterSidebar .widget_sidebar_cat_product:last-child{
    border: 0;
}
.widget_sidebar_cat_product-title {
    padding: 12px 10px;
    position: relative;
    cursor: pointer;
}
.widget_sidebar_cat_product-title:after {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f146";
    content: "\f0fe";
    color: var(--cl-1);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.widget_sidebar_cat_product ul {
    display: none;
    padding: 10px!important;
}
.widget_sidebar_cat_product ul li {
    list-style: none;
    padding: 7px 0 !important;
}
.widget_sidebar_cat_product ul li:before{
    display: inline-block!important;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105"!important;
    margin-right: 5px;
}
.rowArchiveProduct {
    margin-top: 30px;
    margin-bottom: 30px;
}
.rowArchiveProduct .products-items{
    grid-template-columns: repeat(3, 1fr);
}
.widget_sidebar_cat_product.active ul{
    display: block;
}
.view-more-tab {
    cursor: pointer;
    display: block;
    color: #ef5350;
    font-size: 16px;
    text-align: center;
    padding: 8rem 0 1.5rem;
    position: absolute;
    bottom: 0;
    left: -1.5rem;
    right: -1.5rem;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 60%,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(60%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 60%,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 60%,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,#fff 60%,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 60%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.archive_descriptionBox {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 30px;
}
.content_p p,.content_p h1,.content_p h2,.content_p h3,.content_p h4,.content_p h5,.content_p h6,.content_p ul,.content_p img,.content_p ol{
    margin-bottom: 20px;
}
.content_p ul,.content_p ol{
    padding-left: 15px;
}
.woocommerce div.product .product_title {
    color: var(--cl-1);
    font-size: 23px;
    line-height: 1.3;
}
.sc_swiper-woo-single-thumbs {
    margin-top: 10px;
}
.wooFlashSale {
    display: flex;
    justify-content: space-between;
    background-color: var(--cl-1);
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    padding: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.wooFlashSale .icon {
    padding: 0 15px;
}
.wooFlashSale .icon img {
    width: 120px;
}
.wooFlashSale .iCountDown > *{
    background-color: var(--cl-2);
}
.wooFlashSale .iCountDown{
    gap: 2px;
}
.wooFlashSale .icon{
    flex: 0 0 45%;
}
.wooFlashSale .box{
    flex: 0 0 55%;
}
.wooFlashSale .iCountDown .day:after,.wooFlashSale .iCountDown .hour:after,.wooFlashSale .iCountDown .minute:after,.wooFlashSale .iCountDown .second:after{
    margin-left: 2px;
    font-weight: 500;
}
.singleProductPrice.price {
    flex-direction: column;
    align-items: baseline !important;
    gap: 0 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
}
.singleProductPrice.price del {
    font-size: 20px !important;
    font-weight: 500 !important;
}
.singleProductPrice.price {
    margin-bottom: 15px;
}
.woobt-wrap .woobt-products {
    margin-bottom: 0;
}
.variations button.reset_variations {
    display: none !important;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    background-color: #4b38b31a;
    color: #9f9f9f;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock){
    background-color: var(--cl-1);
    color: #fff;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover,.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
    box-shadow: 0 0 0!important;
}
.woocommerce div.product form.cart .variations {
    margin-top: 15px;
}
.woobt-wrap .woobt-products,.woofs-wrap{
    border: 0;
    border: 1px solid var(--cl-1);
    border-radius: 5px;
    padding: 15px;
    margin-top: 15px;
}
.woobt-wrap .woobt-products:before {
    content: "Mua chung, ưu đãi khủng";
    border-bottom: 1px dotted #e5e5e5;
    display: block;
    color: var(--cl-1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 5px;
}
.woofs-wrap .woofs-text:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06b";
    color: var(--cl-2);
    font-size: 25px;
    margin-right: 5px;
}
.woofs-wrap .woofs-text{
    display: block;
    color: var(--cl-1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--cl-2);
}
.woobt-wrap .woobt-summary {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    margin: 0;
    justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    display: none;
}
.singleProduct-scTop {
    display: flex;
    gap: 50px;
    position: relative;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 30px;
    margin-top: 15px;
}
.woocommerce div.product div.images.woocommerce-product-gallery,.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    float: none;
    margin-bottom: 30px;
}
.summaryProductSingle {
    position: sticky;
    top: 0;
}
.related.products > h2 {
    text-align: center;
    text-transform: uppercase;
    color: var(--cl-2);
    margin-bottom: 30px;
    margin-top: 30px;
}
.woocommerce .quantity .qty {
    line-height: 43px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-width: 100px;
    font-size: 20px;
}
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
    background-color: var(--cl-1);
}
.woocommerce div.product form.cart {
    margin-top: 15px;
}
.woocommerce div.product form.cart .button {
    line-height: 45px;
    padding: 0 15px;
    border-radius: 5px;
    border: 0;
}
.woocommerce-tabs.wc-tabs-wrapper{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    padding: 30px;
    border-radius: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--cl-1);
    font-weight: 500;
    text-decoration: underline;
}
.sc_block-footer-social {
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
}
.sc_block-footer-dmca{
    display: flex;
    gap: 15px;
}
.triggerMobileMenu{
    display: none;
}
.sc_block-tabs .item-content{
    display: none;
}
.sc_block-tabs .item-content.active{
    display: block;
}
.topbarActions{
    display: none;
}
.popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 0% / 40%);
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}
.popup-wrapper.active{
    display: block;
}
.popup-content{
    width: 750px;
    max-width: 100%;
    top: 0;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
}
.popup-wrapper.active .popup-content{
    top: 60px;
    visibility: visible;
}
.popup-close {
    background-color: var(--cl-2);
    color: #fff;
    line-height: 23px;
    display: inline-block;
    width: 23px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}

.widget_price_filter form {
    padding: 0 15px;
    margin: 10px 0;
}
div#reviews.woocommerce-Reviews {
    margin-top: 30px;
    max-width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    padding: 30px;
    border-radius: 10px;
}
.devvn_prod_cmt{
    display: none;
}
.cartTop span {
    position: absolute;
    background-color: var(--cl-2);
    color: #fff;
    width: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    top: -10px;
    right: -10px;
}
#comments a.btn-reviews-now{
    background-color: var(--cl-1);
}
span.devvn_num_reviews{
    color: var(--cl-1);
}
.content_p *{
    max-width: 100%;
}
.wp-caption-text {
    text-align: center;
    margin-top: -15px;
    font-style: italic;
    color: #777;
}
.sc_block-blogs-main{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.sc_block-blogs-main .item-blog{
    flex-direction: column;
}
h1.sc_block-title {
    font-size: 30px;
}
.sidebarBlog .items-blog-style2 .item-blog .picbox{
    flex: 0 0 100px;
}
.sidebarBlog .item-blog .title {
    font-size: 16px;
}
.sidebarBlog .item-blog .des {
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: var(--cl-1);
}
nav.woocommerce-breadcrumb,.woocommerce .woocommerce-breadcrumb{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #767676;
    font-size: 14px;
}
.woocommerce-breadcrumb a {
    color: #767676;
}
.flashSale-block-top {
    display: flex;
    background-color: var(--cl-1);
    color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.flashSale-block-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    flex-grow: 1;
}
.flashSale-block-time {
    flex: 0 0 460px;
}
body.page-template-ctkm .headerMain,body.page-template-ctkm .sc_menu-header-sticky{
    display: none!important;
}
.template-ctkm-top{
    position: relative;
    z-index: 100;
}
.template-ctkm-countdown .text {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    background-color: var(--cl-1);
    padding: 10px 15px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
.template-ctkm-countdown {
    position: absolute;
    color: #fff;
    display: inline-block;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px #999;
}
.template-ctkm-countdown .wooFlashSale *{
    background-color: transparent;
}
.template-ctkm-countdown .wooFlashSale {
    background: linear-gradient(90deg, var(--cl-1) 5.39%, var(--cl-3) 26.4%, var(--cl-3) 52.44%, var(--cl-3) 0, var(--cl-3) 75.28%, var(--cl-1) 96.74%);
    margin: 0;
    width: 545px;
    max-width: 100%;
    border: 2px solid #fff;
}
.template-ctkm-countdown .wooFlashSale .box {
    flex: 1;
}
.template-ctkm-countdown .wooFlashSale .iCountDown * {
    font-size: 40px;
}
.template-ctkm-countdown .iCountDown .day:after,.template-ctkm-countdown .iCountDown .hour:after,.template-ctkm-countdown .iCountDown .minute:after,.template-ctkm-countdown .iCountDown .second:after{
    font-size: 18px;
    transform: translateY(-15px);
}
.template-ctkm-tasklist{
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.template-ctkm-tasklist .item {
    background-color: var(--cl-2);
    margin: 15px 0;
    padding: 15px;
    color: var(--cl-1);
    font-size: 27px;
    font-weight: bold;
    border-radius: 10px;
    border: 3px solid var(--cl-3);
    line-height: 1.1;
    position: relative;
}
.template-ctkm-tasklist .item .title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 27px;
}
.template-ctkm-tasklist .item:after {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--cl-1);
    color: var(--cl-2);
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.template-ctkm-block {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 50px;
    background-position: center top;
}
.template-ctkm-block-title {
    display: inline-block;
    background-size: 100% 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    padding: 20px 75px;
    margin-bottom: 50px;
}
.template-ctkm-block-wrapper {
    background: linear-gradient(180deg, #ffefe2, #febb80);
    border: 7px solid var(--cl-3);
    border-radius: 30px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 12px 1px 0 var(--cl-1);
}
.template-ctkm-block-wrapper .products-items .item{
    background-color: #fff;
}
.template-ctkm-vouchers{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.template-ctkm-vouchers .item {
    background-size: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
.template-ctkm-vouchers .item .title {
    color: var(--cl-1);
    font-weight: 700;
    font-size: 80px;
}
.template-ctkm-vouchers .item .text {
    color: var(--cl-1);
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 80px;
    margin-top: 40px;
}
.template-ctkm-vouchers .item .link {
    display: block;
    margin: auto;
    max-width: 250px;
    color: #fff;
    font-size: 20px;
    background-size: 100%;
    padding: 20px 0;
    font-weight: 500;
    background-repeat: no-repeat;
}
.wc-block-cart__submit-button {
    background-color: var(--cl-1);
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
}
.wc-block-components-product-badge,.wc-block-components-product-metadata{
    display: none!important;
}
.backtoTop{
    background-color: var(--cl-1);
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    z-index: 5;
    bottom: 30px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}
.widget_sidebar_cat_product.active .widget_sidebar_cat_product-title:after{
    content: "\f146";
}
.wooFilterSidebar .title {
    position: relative;
}
.hasVideoSingle {
    position: relative;
    display: block;
}
.summary.entry-summary .wooFlashSale {
    background-color: red;
}
h2.wp-block-heading.has-text-align-center {
    text-transform: uppercase;
    color: var(--cl-1);
    margin-bottom: 30px;
    font-weight: 700;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column;
}
.woocommerce-variation-add-to-cart-box {
    margin-top: 15px;
    display: table;
    width: 100%;
    order: 10;
}
.woobt-wrap {
    order: 3;
}
.woofs-wrap{
    order: 2;
}
.iframe-youtube {
    aspect-ratio: 544 / 544;
    width: 100%;
}
.single-product-infomation-meta {
    display: flex;
    border-bottom: 1px solid #edebff;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--cl-1);
    font-weight: 500;
    padding: 5px;
}
.single-product-infomation-meta .fa-star{
    color: #ffb200;
}
.woocommerce form .form-row input.input-text {
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 15px;
}
.woocommerce form .form-row textarea{
    line-height: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
div#”theh1″ {
    display: none;
}
.item-blog .pic{
    object-fit: cover;
}
.items-blog-style1 .item-blog .pic {
    height: 450px;
}
.items-blog-style2 .item-blog .pic {
    height: 127.5px;
}
.item-blog .des{
    margin-top: 10px;
}
.sc_block-blogs-main .item-blog .pic {
    height: 295px;
}
.sidebarBlog .items-blog-style2 .item-blog .pic {
    height: 80px;
}
.single_meta {
    display: flex;
    gap: 30px;
}
.singlePostAuthor {
    display: flex;
    box-shadow: 0px 8px 28px rgba(20, 20, 43, .1);
    padding: 15px;
    gap: 10px;
}
.singlePostAuthor .pic {
    flex: 0 0 190px;
}
.singlePostAuthor .pic img{
    object-fit: cover;
    width: 100%;
    height: 190px;
}
.singlePostAuthor .des {
    margin-top: 10px;
    margin-bottom: 10px;
}
.author_social a {
    display: inline-block;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
}
.author_social a.facebook{background-color: #3a589d}
.author_social a.twitter{background-color: #2479ba}
.author_social a.pinterest{background-color: #cb2320}
.author_social a.linkedin{background-color: #0073b7}
.author_social a.youtube{background-color: #c33323}
.author_social a.flickr{background-color: #e6076f}
.author_social a.px500{background-color: #009ae5}
.items-blog-style2 .item-blog .des,.sc_block-blogs-main .item-blog .des{
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}