/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@font-face {
    font-family: 'SVN-Sofia Pro';
    src: url('fonts/SVN-SofiaPro.eot');
    src: url('fonts/SVN-SofiaPro.eot?#iefix') format('embedded-opentype'),
        url('fonts/SVN-SofiaPro.woff2') format('woff2'),
        url('fonts/SVN-SofiaPro.woff') format('woff'),
        url('fonts/SVN-SofiaPro.ttf') format('truetype'),
        url('fonts/SVN-SofiaPro.svg#SVN-SofiaPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'SVN-Sofia Pro', sans-serif;
}

::-webkit-input-placeholder { /* Chrome */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000 !important;
  opacity: 1;
}

td, th ,.shop_table tfoot th{
	font-size: 1em;
	color: #000;
}

label, legend {
	font-size: 1em;
	color: #000;
}

[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step {
	border-radius: 20px;
}

.is-form, button.is-form, input[type=button].is-form, input[type=reset].is-form, input[type=submit].is-form {
	border-radius: 20px;
}

.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
	border-radius: 20px;
	border: 1px solid;
}

@media (min-width: 850px) {

    .header-wrapper .header-top .container , 
    .header-wrapper .header-main .container, 
    .header-wrapper .header-bottom .container {
        max-width: 1370px;
        margin: 0 auto;
    }

	.ant-badge {
		display: flex;
		align-items: center;
        margin-right: 10px;
		color: #000;
	}
	.ant-badge .size-xxl {
		font-size: 26px;
		margin-right: 5px;
	}
	.ant-badge .title {
		font-size: 12px;
		font-weight: 700;
	}
	.header-account-title {
		font-size: 12px;
		font-size: 12px;
		font-weight: 700;
	}
	.header-main {
		border-bottom: 1px solid #bdbdbd;
	}
    .header-nav.nav-left {
        justify-content: center;
    }

    header#header .nav-dropdown {
        display: block;
    }

    .header-search .nav-dropdown {
        min-width: 800px;
    }

    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }

    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
    }

    header#header .nav-dropdown li:hover > ul.sub-menu {
        display: block !important;
    }

    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }

    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        color: rgba(102, 102, 102, .85);
    }

    header#header .nav-dropdown li.active > a {
        color: #e82c2a;
    }
}


/** HEADER **/
.header-bottom-nav > li > a {
    font-weight: 700;
}

input#woocommerce-product-search-field-0 {
    font-size: 14px;
    width: 100%;
    background-color: #ededed !important;
    height: 44px;
    color: #000 !important;
    padding-left: 20px;
    box-sizing: border-box;
    padding-right: 50px;
    border: 1px solid transparent;
    border-radius: 20px;
    outline: none !important;
}

.btn_hotline {
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.btn_hotline span {
    display: block;
    font-size: 14px;
}

.btn_hotline .span_hotline a {
    font-weight: 600;
    font-size: 16px;
}

.searchform .button.icon {
    border-color: #571dae !important;
    background-color: #571dae !important;
}

.icon-search:before {
    color: #fff;
}

.box-breadcrumb {
    padding: 10px 0 !important;
    background: #fff;
    margin-bottom: 20px;
    border-top: 1px solid #bdbdbd;
	margin-top: 1px;
	font-size: 12px;
	color: #797979
}

.box-breadcrumb p {
    margin-bottom: 0px;
}

.header-bottom {
    border-bottom: 1px solid #bdbdbd;
}

/** HOMEPAGE **/

.banner-layers .button {
    font-weight: normal;
    color: #000 !important;
}

.duration-300 {
    transition-duration: .3s;
}

.product-small.box {
    background: #fff;
    box-shadow: 0 0 5px 0px #ededed;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}

.product-small .title-wrapper p.category {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 10px;
	opacity: 1;
}

.product-small .title-wrapper p.product-title{
    display: block;
    font-size: 14px;
    text-overflow: ellipsis;
    color: #000 !important;
    text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
}

.price-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
	position: relative;
	display: flex;
    flex-flow: column-reverse;
}

.price-wrapper .price {
	display: flex;
    align-items: end;
    justify-content: left;
    flex-flow: row-reverse;
}

.price-wrapper .price.product-page-price {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    flex-flow: row-reverse;
}

.price-wrapper .price.product-page-price del {
    margin-left: 10px;
}

.price-wrapper .js-star-rating.star-rating {
    margin-top: 7px;
    font-size: 14px;
    opacity: 1 !important;
    visibility: visible !important;
}

.price-wrapper .star-rating:before {
    font-size: 14px;
}

.product-rating {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 14px;
    margin-top: 8px;
}

.product-rating .star-rating {
    margin: 0;
}

.product-rating .star-rating span:before {
    color: #571dae;
}

.star-rating span {
	font-size: 14px;
}

.secondary.is-underline, .secondary.is-link, .secondary.is-outline, .stars a.active, .star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before, .color-secondary {
	font-size: 14px;
}

.woocommerce-product-rating {
	display: flex;
    align-items: center;
	margin-right: 10px;
}

.price-wrapper .review-count {
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    margin-left: 90px;
    opacity: 1;
    font-size: 14px;
}

.product-small.box .price del span {
    font-size: 15px;
}

.product-small.box .price del, .product-small.box .price del.amount {
    font-size: 16px !important;
    color: #999;
    font-weight: 400 !important;
    margin-left: 12px;
	margin-right: 15px;
}

.product-small.box .price ins ,
.product-small.box .price ins span, .product-small.box .price span.amount {
    font-size: 24px;
    font-weight: 700;
    color: #e52b45;
}

.related-products-wrapper .product-section-title {
    display: none;
}

.badge {
    backface-visibility: hidden;
    display: table;
    height: 20px;
	width: 28px;
    pointer-events: none;
    z-index: 20;
}

.badge-container {
    margin: 0px;
    top: 20px;
    left: 20px;
}

.badge-inner.secondary.on-sale {
    font-size: 10px;
    padding: 0px 3px;
    background-color: #94c83d;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -5px;
    color: #fff;
    border-radius: 5px;
    z-index: 1;
    line-height: 18px;
}

.badge-inner.secondary.on-sale:before {
    left: -17px;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image: initial;
    content: "";
    height: 0px;
    width: 0px;
    position: absolute;
    border-width: 10px;
    border-right-color: #94c83d;
}

.button.primary.is-outline {
    padding: 3px 50px;
    font-size: 14px;
}

.image-hover .img-inner {
    border-radius: 10px;
}

.image-hover .img-inner:hover {
    transform: translate3d(0px, -10px, 0px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 15px;
    transition: 0.3s;
}

.custom-product-page .product_categories {
    text-transform: uppercase;
    color: #94c83d;
    display: block;
    margin: 5px 0;
}

.custom-product-page .product-title-container h1 {
    font-size: 24px;
}

.tax-product_cat #main, .tax-product_cat .shop-page-title {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto 10px;
    background-color: #f7f7f7;
}

.tax-product_cat .section-content .box-text.text-center {
    padding: 0;
}

/** CSS BLOG **/
.col.post-item .col-inner {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.col.post-item .col-inner .box-text {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px 15px;
}

.col.post-item .col-inner .box-text a {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    color: #000;
    line-height: 26px;
}

.col.post-item .col-inner .box-text p.from_the_blog_excerpt {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
}

blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 1em;
}

.entry-content {
    padding-top: 0px;
}

.entry-content h2 , .entry-content h2 span{
    font-size: 20px !important;
}

.entry-content h3, .entry-content h3 span {
    font-size: 16px !important;
}

.entry-header-text {
    padding-bottom: 0px;
}

.tabbed-content .tab {
	margin-left: 20px !important;
	
}

.ux-menu-title {
	font-size: 1em
}
/** CSS SANPHAM **/
.sort_giuseart {
    margin-bottom: 20px;
    padding: 10px;
    background: #f1f1f1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 7px;
}

.sort_giuseart form {
    padding: 0 0 0 20px;
    margin-bottom: 0px;
}

.sort_giuseart .pt-checkbox {
    margin-right: 0px;
    margin-bottom: 0px;
}

.block-promotion {
    display: block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid #d1a975;
    margin-bottom: 20px;
}

.block-promotion .heading-promo {
    background: #d1a975;
    padding: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: initial;
    gap: 5px;
}

.block-promotion .promo-content {
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
}

.block-promotion .promo-content p {
    margin-bottom: 5px;
}

button.isures-btn--cta_global.isures-btn--atc {
    display: block !important;
}

.ux-quantity.quantity.buttons_added.form-minimal, button.single_add_to_cart_button.button.alt {
    font-size: 16px;
    margin-bottom: 0;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    padding: 0 44px;
    background-color: #571dae;
}

a.devvn_buy_now_style {
    max-width: 170px;
    border-radius: 44px;
    line-height: 33px;
    margin-left: 20px;
}

.quantity input[type=number] {
    height: 44px;
    min-width: 44px;
}

.form-minimal.quantity .qty {
	height: 36px;
    min-width: 36px;
}

.quantity input[type=button] {
    border-radius: 44px;
    background: #fff;
}

.isures-btn--order_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 3;
}

button.button.buy_now_button {
    height: 44px;
	line-height: 44px;
    border-color: #571dae !important;
    background: #571dae !important;
    border-radius: 44px !important;
    display: inline-block;
    color: #000;
    text-align: center;
    margin-bottom: 0px;
	margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.buy_now_button span {
    display: block;
    line-height: 22px;
}

.buy_now_button .span1 {
    font-size: 16px;
    font-weight: 700;
}

.buy_now_button .span2 {
    font-size: 15px;
    text-transform: initial;
    font-weight: 400;
}

.isures-btn--order_wrap .isures-btn--atc span {
    font-size: 15px;
    text-transform: initial;
    font-weight: 400;
    line-height: 2;
}

.isures-btn--order_wrap .isures-btn--atc {
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    width: 135px;
    border-radius: 15px;
    justify-content: center;
    text-align: center !important;
    flex-direction: column;
    height: 60px !important;
    align-items: center;
    text-transform: inherit !important;
    background: #d1a975;
    border: 0px;
    margin-right: 0px;
}

.product_action_1 .col-inner {
    background: #0b3b3b !important;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 0;
}

.price-wrapper del span {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #545454 !important;
}

.price-wrapper ins span, span.amount {
    font-size: 16px;
    font-weight: 600;
}

.single-product .price-wrapper ins span , span.amount {
    font-size: 24px;
    color: #ff274d;
}

.bgthongso {
    background: #f7f7f7;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 10px;
}

.cssnoidungsanpham .fancybox {
    background: #f7f7f7;
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 10px;
}

.cssnoidungsanpham ul.tabs.wc-tabs.product-tabs {
    /*display: none;*/
    font-size: 20px;
}

.cssnoidungsanpham .tab-panels {
    padding-top: 0px !important;
}

.product-title-container .is-divider {
    height: 0px !important;
	margin: 0 !important;
}
.is-divider {
    height: 0px !important;
}

/** CSS FOOTER **/
.block-subscribe {
    text-align: center;
    margin-top: 45px;
}

.block-subscribe .container {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    background-image: url(/wp-content/themes/khoacua-child/imgs/bg_email.png);
    padding-top: 40px;
    background-size: cover;
    padding-bottom: 44px;
}

.block-subscribe-flex {
    max-width: 700px;
    text-align: right;
    position: relative;
    padding-right: 200px;
}

.block-subscribe .subscribe-title {
    font-size: 24px;
    font-weight: 700;
    color: #0b3b3b;
    margin-bottom: 0;
}

.block-subscribe .desc {
    font-size: 14px;
    font-weight: 500;
    color: #585858;
    margin-bottom: 15px;
}

.subscribe-image {
    position: absolute;
    bottom: -22px;
    right: 0;
}

.subscribe-image img {
    width: 170px;
}

.block-subscribe-form {
    text-align: center;
}

.block-subscribe-form .flex-row.form-flat.medium-flex-wrap {
    position: relative;
    margin-bottom: -60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.block-subscribe-form form.wpcf7-form.init {
    margin-bottom: 0px;
}

.block-subscribe-form input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    height: 50px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    margin: 0;
    outline: none !important;
    border: none !important;
    background: #fff;
}

.block-subscribe-form input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
    position: absolute;
    top: 8px;
    border: initial;
    background: #d1a975;
    color: #fff;
    border-radius: 5px;
    line-height: inherit;
    outline: none !important;
    cursor: pointer;
    font-size: 14px;
    margin-right: 0px;
}

.footer-1 {
    color: #fff;
    padding-top: 70px;
    padding-bottom: 60px;
    font-size: 16px;
}

.footer-1 span.widget-title {
    font-size: 18px;
}

span.wpcf7-spinner {
    display: none;
}

.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 1em;
    margin: auto;
}

.nav-column li.active>a, .nav-column li>a:hover, .nav-dropdown li.active>a, .nav-dropdown>li>a:hover, .nav-vertical-fly-out>li>a:hover, .nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
	color: #000;
}

/** CSS @MEDIA **/
@media screen and (max-width: 728px) {
    .breadcrum {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    .buy_now_button .span2, .isures-btn--order_wrap .isures-btn--atc span {
        font-size: 14px;
    }

    .block-subscribe-form .flex-row.form-flat.medium-flex-wrap {
        margin-bottom: -85px;
    }

    .block-subscribe-form input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
        top: 12px;
        right: 0;
    }
}

@media screen and (min-width: 850px) {
    .block-subscribe-form input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
        right: 30px;
    }

    .blog-wrapper .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .blog-wrapper .large-10 .col.post-item {
        flex-basis: 25%;
        max-width: 25%;
    }
}


.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: start;
    margin-top: 20px;
}

.product-type-simple .add-to-cart-container .cart {
    display: flex;
    margin-top: 20px;
}

.color-f {
    background-color: #146EB4 !important;
    height: 46px;
}

.color-p {
    background-color: #FF3535 !important;
    height: 46px;
}

.icon-box h4 {
    margin-bottom: 0;
}

.icon-box p {
    margin-bottom: 0;
}

.viewed_pt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
	margin-top: 10px;
}

.devvn_buy_now.devvn_buy_now_ajax {
    display: none;
}

.coupons-list ul {
    border: 1px dotted #FF52527D;
    padding: 10px;
}

.coupons-list li {
    list-style: none;
    background-color: #FFF1F1;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.coupons-list li strong {
    display: inline-block;
    background-color: #D0011B14;
    border: 1px solid #D0011B;
    color: #D0011B;
    padding: 5px 10px;
    min-width: 120px;
    text-align: center;
}

.label label {
    font-size: 16px;
}

.widget>ul>li>a, .widget>ul>li>span:first-child, ul.menu>li>a, ul.menu>li>span:first-child {
    font-size: 14px;
}

.br_brand_letter_block .br_brand_letter_element a {
    font-size: 14px;
}

.breadcrumbs {
    font-size: 14px;
}

.ant-row {
	display: flex;
	flex-flow: row wrap;
	margin-top: 20px;
}

.ant-row .ant-col {
	display: block;
	flex: 0 0 50%;
	max-width: 50%;
}

.ant-row .ant-col .delivery-section {
	display: flex;
}

.ant-row .ant-col .delivery-section span {
	display: block;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 20px;
	height: 20px;
}

.add-to-cart-container {
	display: flex;
	flex-flow: column-reverse;
}

.row.table-reviews {
	margin: 0 !important;
}

#tab-reviews #comments .commentlist li {
	margin: 0;
}

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

.selected {
	margin: 20px 0 10px;
    border: 2px solid #94C83D;
	padding: 15px 18px;
    border-radius: 10px;
}

.selected h2 {
	font-size: 18px;
}

.single-product .woo-sctr-single-product-container {
	position: relative;
    margin-top: 10px;
    background: #94C83D;
    color: #fff;
    padding: 10px 10px 5px 0;
    text-align: right;
    border-radius: 10px;
}

.single-product .woo-sctr-single-product-container:before {
	content: "DEAL HOT - ĐỪNG BỎ LỠ";
    position: absolute;
    left: 20px;
    font-weight: 600;
    top: 14px;
    font-size: 16px;	
}

.hot-deal {
    display: flex;
}

.nav-small.nav>li.html {
	font-size: 0.86em
}

.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	background-color: #ededed;
	border-color: #ededed;
    min-height: 39.5px;
}

.menu-first a span{
	text-transform: uppercase;
	font-weight: 600;
}


.footer-wrapper .ux-menu-link__link {
    font-size: 14px;
}

.icon_1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 40px;
	z-index: 9;
}

.icon-gift {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
	border: 2px solid #fff;
    border-radius: 100%;
    background: #fff;
    min-width: 40px !important;
    height: 40px !important;
}

.product_has_sale .ant-progress{
	display: block !important;
}

.ant-progress {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	border-radius: 10px;
	background-color: #b3d181;
}

.ant-progress .progress_bar {
	position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    background: #67a403;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-unit-wrap {
    margin: 0;
    min-width: 90px;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-time-separator {
	width: 1px;
    background: #bdbdbd;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.brand_sku {
	display: flex;
	align-items:center
}

.brand-sku-info {
	display: flex;
	align-items:center
}

.brand-sku-info p {
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 12px;
}


.cart-collaterals {
	background: #fff;
    box-shadow: rgba(101, 118, 122, 0.25) 0px 0px 10px;
    border-radius: 10px;
    padding: 20px 30px !important;
}

.woocommerce-cart-form {
	padding: 20px 20px;
	border: 1px solid #bdbdbd;
	border-radius: 10px;
}

.woocommerce-checkout .col-inner.has-border {
	border: none;
	background: #fff;
    box-shadow: rgba(101, 118, 122, 0.25) 0px 0px 10px;
    border-radius: 10px;
}

#customer_details {
	padding: 20px 20px;
	border: 1px solid #bdbdbd;
	border-radius: 10px;
}

.woocommerce-billing-fields {
	border: none;
	padding: 0
}

.woocommerce-billing-fields h3 {
	padding-top: 0;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	box-shadow: none;
}

.shop_table .order-total td, .shop_table .order-total th, .shop_table thead th {
	border-width: 1px;
}

.tab-des .col-inner{
	display: flex;
    justify-content: space-between;
}

#ywar_reviews {
	width: 30%;
}

#reviews_summary .table-reviews {
	flex-flow: column;
}

#reviews_summary h3 {
	font-size: 24px;
}

#reviews_summary .table-reviews > div {
	max-width: 100%;
}

#reviews_summary .table-reviews .star-point p {
	display: none;
}

#reviews {
	width: 65%;
	margin-top: 36px;
}

#reviews .comment_container .avatar {
	display: none
}

#reviews_order {
	display: none;
}

#comments .commentlist li {
	margin-left: 0 !important
}

#login-form-popup {
	max-width: 380px;
	border-radius: 10px;
}

#login-form-popup .woocommerce {
	padding: 30px;
}

.form-account h2 {
	text-align: center;
	color: #161615;
	margin-bottom: 10px;
}

.form-account input {
	border-radius: 10px;
}

.form-account .woocommerce-button {
	width: 100%;
	border-radius: 10px;
	background-color: #571dae !important
}

.form-account a {
	text-decoration: underline;
}

.woocommerce-mini-cart__buttons a {
	border-radius: 20px;
}

.product-section {
    border: none;
}

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

	.searchform input {
		background: rgb(246, 246, 246) !important;
		font-size: 1em;
		height: 40px !important
	}
	
	.searchform .button.icon i {
		font-size: 1em
	}

    .product-type-simple .add-to-cart-container .cart {
        flex-direction: row;
        gap: 10px;
    }

    .woocommerce-variation-add-to-cart {
        flex-direction: column;
        gap: 20px;
    }

    a.devvn_buy_now_style {
        max-width: 100%;
    }

    .price-wrapper .price {
        flex-flow: column-reverse;
        align-items: start;
    }

    .product-small.box .price del {
        margin: 0;
    }

    .product-small.box .price ins, .product-small.box .price ins span, .product-small.box .price span.amount {
        font-size: 20px;
    }

    .blog-wrapper .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .blog-wrapper .large-10 .col.post-item {
        flex-basis: 25%;
        max-width: 25%;
    }

    .ant-row {
        flex-flow: column;
        gap: 10px;
    }

    button.button.buy_now_button {
        margin: 0;
        width: 100%;
    }
	.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-unit-wrap {
		margin: 0;
		min-width: 75px;
	}
	.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button svg {
		border: 2px solid #fff;
		border-radius: 100%;
		background: #fff;
		min-width: 30px !important;
		height: 30px !important;
	}
	
	.single-product .woo-sctr-single-product-container {
		padding-top: 40px;
	}
	.single-product .woo-sctr-single-product-container:before {
		content: "DEAL HOT - ĐỪNG BỎ LỠ";
		position: absolute;
		left: 20%;
		margin: 0 auto;
		font-weight: 600;
		top: 8px;
		font-size: 16px;
	}
	
	.quantity input[type=number] {
		height: 50px;
		min-width: 30px;
	}
	.form-flat input:not([type=submit]) {
		height: 34px;
	}
	
	.ux-quantity.quantity.buttons_added.form-minimal, button.single_add_to_cart_button.button.alt {
		padding: 0 20px;
	}
	
	.tab-des .col-inner {
		flex-flow: column;
	}
	
	#ywar_reviews , #reviews {
		width: 100%;
	}
	
	#reviews_summary h3 {
		font-size: 1.2em;
	}
	
	.ant-row .ant-col {
		display: block;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.css-sanphamcotgiua .add-to-cart-container {
		display: none;
	}
}

.custom-product-gallery {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.slider-for {
    width: 78%;
    margin-left: 5%;
}

.slider-nav {
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-nav .slick-slide {
    opacity: 0.7;
    margin-bottom: 10px;
    cursor: pointer;
}

.slider-nav .slick-slide.slick-current {
    opacity: 1;
}

.slick-prev, .slick-next {
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px;
    display: none !important;
}

.slick-prev:hover, .slick-next:hover {
    background-color: #555;
}

.slider-nav .slick-slide img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}


.icon-box-img img {
    padding-top: 0 !important;
}

.deal-bg {
    background: #000;
    text-align: center;
    padding-bottom: 20px;
}

.deal-bg .button {
    border-color: #fff;
    margin-top: 10px;
}

.deal-bg .button span {
    color: #fff;
    font-size: 18px;
}

.cat-bg .icon-box-text{
    display: flex;
    align-items: center;
}

.cat-bg {
    background-color: #ededed;
}

.cat-bg .icon-box-img {
    max-width: 300px !important;
}

.cat-bg .icon-box-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: 0 auto;
    font-weight: bold;
}



#shop-sidebar aside > *:not(.widget-title) {
    display: none;
}

#shop-sidebar aside.active > * {
    display: block;
}

/* Tiêu đề sidebar */
#shop-sidebar .widget-title.shop-sidebar {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    width: 100%;
    display: inline-block;
}

/* Dấu + mặc định (chưa mở) */
#shop-sidebar .widget-title.shop-sidebar::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

/* Khi aside được mở → đổi thành dấu - */
#shop-sidebar aside.active .widget-title.shop-sidebar::after {
    content: "-";
}

#shop-sidebar ul li {
    background: #ededed;
    border: 2px solid #ededed;
    margin-bottom: 5px;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}





.header-marquee {
    background-color: rgb(219, 46, 214);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


.mfp-container {
    padding: 0;
}

.mfp-container .mfp-content {
    height: 100vh;
}

.mfp-container .mfp-content .lightbox-content {
    margin: 0;
    margin-left: auto;
    height: 100vh;
    border-radius: 0 !important;
}