/*
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.   ***************/
/* css header main - menu */

input#woocommerce-product-search-field-0 {
    border-radius: 0;
    border: none;
    background-color: transparent !important;
    border-bottom: 1px solid #707082;
    padding: 0;
}
.live-search-results.text-left.z-top {
    width: 400px;
    left: auto;
}
/* css icon cart và list cart */
i.icon-shopping-cart:after {
    background-color: #00aeef;
}
i.icon-shopping-cart {
    color: #fff;
}
ul.nav-dropdown.nav-dropdown-default {
    border: 0;
    border-radius: 8px;
}
li.woocommerce-mini-cart-item.mini_cart_item img {
    border-radius: 35px;
}
li.woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 14px;
}
li.woocommerce-mini-cart-item.mini_cart_item dl.variation {
    opacity: 1;
    color: #009cdb;
    text-transform: initial;
    font-size: 12px;
    display: flex;
}
li.woocommerce-mini-cart-item.mini_cart_item span.quantity {
    opacity: 1;
    color: #ff6d1f;
}
.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount bdi {
    color: #ff6d1f;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 2px rgb(150 150 150);
}

p.woocommerce-mini-cart__total.total strong {
    color: #ff6d1f;
}
a.button.wc-forward {
    width: 49.5%;
    padding: 0;
    font-weight: 400;
    text-transform: initial;
    font-size: 14px;
    background: #ff6d1f;
}
a.button.checkout.wc-forward {
    margin-left: 1%;
    background: #009cdb;
}

/* css menu danh mục */
.sub-menu.nav-dropdown {
    border: none;
}
.cate-menu {
	margin: auto;
    justify-content: center;
    padding-top: 20px;
}
.cate-menu .product-category.col {
    max-width: 8%;
}
.cate-menu .product-category.col .box-image {
    background: #f5f6f7;
    border-radius: 8px;
}
.cate-menu .product-category.col .box-text {
    padding: 8px 0 0 0;
}
.cate-menu .product-category.col h5 {
    font-weight: 300;
    font-size: 13px;
    text-transform: initial;
    color: #000;
}
.cate-menu .product-category.col:hover h5 {
    color: #288ad6;
}


/* css trang chủ */
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #01012e;
}
body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}
/* css section - banner */
.st-banner {
    background-color: #beecfc;
}
.slider-nav-light .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
}
.slider-nav-light .flickity-page-dots .dot {
    border-color: #fff;
    background: #fff;
    opacity: 1;
}
.slider-nav-light .flickity-page-dots .dot.is-selected {
    background: #00aeef;
    border-color: #00aeef;
    border: 1px solid #fff;
	width: 30px; 
	border-radius: 10px;
}

/* css mỗi sản phẩm */
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #444;
    text-transform: capitalize;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 6px;
}
.product-small.box .price span.amount bdi {
    color: #ff6d1f;
    font-size: 18px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 2px rgb(150 150 150);
}
.badge-inner.secondary.on-sale {
    background: #ff6d1f;
    border-radius: 4px;
}
.callout.badge.badge-circle {
    height: 20px;
}
.callout.badge.badge-circle span.onsale {
    font-size: 14px;
    font-weight: 300;
    line-height: 15px;
}
.product-small.box .ux-swatch {
	padding: 0;
}
.product-small.box .ux-swatch.selected {
    box-shadow: 0 0 0 0.1rem #00aeef;
}
.product-small.box .ux-swatches.ux-swatches-in-loop {
    justify-content: unset;
/*     overflow-x: auto; */
    flex-wrap: unset;
    padding-left: 1px;
	height: 46px;
}
.product-small.box .ux-swatches.ux-swatches-in-loop>.ux-swatch {
    min-width: 32px;
}
.product-small.box .ux-swatches.ux-swatches-in-loop::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}
.product-small.box .ux-swatches.ux-swatches-in-loop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #01012e;
}
.product-small.box .ux-swatches.ux-swatches-in-loop::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}

/* css section tab danh mục */
/* 	css tab danh mục sản phẩm */
.tab-sp-tuongtu>ul.nav {
	overflow-y: scroll;
	justify-content: unset;
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: unset;
	white-space: nowrap;
	padding-bottom: 10px;
}
.tab-sp-tuongtu>ul.nav::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}
.tab-sp-tuongtu>ul.nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #01012e;
}
.tab-sp-tuongtu>ul.nav::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ececec;
}
.tab-danhmuc>h4 {
    margin-bottom: 20px;
    font-size: 25px;
}
.tab-danhmuc ul li a {
    color: #000;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #dde1ef;
}
.tab-danhmuc ul li.active a, .tab-pro ul li a:hover {
    background: #00aeef;
    color: #fff;
}

/* css sản phẩm khuyến mãi */
.col-sale>.col-inner {
    background: #01012e;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 0;
}
.pro-home a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #fff;
}
.btn-xemthem a {
    background: #01012e;
    color: #fff;
    padding: 10px 20px;
}
/* css button slider */
.slider .flickity-prev-next-button {
    opacity: 1;
}
.slider .flickity-prev-next-button svg.flickity-button-icon {
    border: 1px solid #ccc;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
    width: 20px;
    height: 40px;
    padding: 0;
	color: #fff;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
    top: 10%;
}
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    fill: #fff;
}
/* end css button slider */

/* css section sản phẩm bộ sưu tập */
.title-suutap p {
    font-size: 23px;
    text-align: center;
}

/* css section dịch vụ */
.box-dichvu .icon-box-img .icon {
    background: #1f2027;
    padding: 10px 12px;
    border-radius: 50px;
}
.box-dichvu .icon-box-img .icon:hover {
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transform: rotateZ(360deg);
}
.box-dichvu p strong {
    font-size: 14px;
    text-transform: uppercase;
}
.box-dichvu p {
    margin-bottom: 0px;
	font-size: 14px;
}
.box-dichvu .icon-box-img {
    margin-bottom: 8px;
}

/* css end trang chủ */


/* css single product */
/* css breadcrumbs */
.page-title-inner {
    min-height: 0;
    padding: 14px 0 14px 5px;
}
.page-title-inner .flex-col.medium-text-center {
    padding: 0;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    text-transform: inherit;
}
nav.woocommerce-breadcrumb.breadcrumbs.uppercase a {
    color: #111;
    font-size: 15px;
}

/* css ảnh gallery album */
.single-product .product-main .product-gallery>div {
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 6px;
}
.single-product .row-small>.flickity-viewport>.flickity-slider>.col>a img {
	opacity: 1
}
.single-product .row-small>.flickity-viewport>.flickity-slider>.col.is-selected>a {
    border: 1px solid #00aeef;
}
.single-product .row-small>.flickity-viewport>.flickity-slider>.col>a {
    border-radius: 6px;
}
h1.product-title.product_title.entry-title {
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 5px;
}
.single-product p.ma-sp {
    font-size: 14px;
	margin-bottom: 0;
}
/* ẩn hiển thị số lượng sản phẩm (stock) mặc định trong chi tiết sản phẩm */
p.stock.in-stock {
    display: none;
}
/* css giá sản phẩm */
p.price.giabienthe {
    margin: 6px 0 15px 0;
}
p.price.giabienthe ins span.amount bdi, p.price.giabienthe .amount bdi {
    color: #ff6d1f;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 2px rgb(150 150 150);
}
p.price.giabienthe del span.amount bdi {
    font-size: 15px;
    color: #000;
    text-shadow: 0 0;
}
span.daugach {
    padding: 0 10px;
}
.stock_pro {
    color: #ff6d1f;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 2px 2px rgb(150 150 150);
}

/* css các biến thể */
.single-product table.variations .ux-swatch {
    box-shadow: 0 0;
	border-radius: 4px;
	overflow: hidden;
}
.single-product table.variations .ux-swatch.ux-swatch--label {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0;
	font-weight: 700;
}
.single-product table.variations .ux-swatch.selected {
    border: 1px solid #00aeef;
}
.single-product table.variations .ux-swatch.selected:after {
	content: url(/wp-content/uploads/2022/05/select-pro.webp);
	;position: absolute;
	bottom: -5px;
	right: 0px;
}
.single-product .ux-swatch {
	background: #fff;
	padding: 0;
}
.single-product .ux-swatch.selected {
	box-shadow: 0 0 !important;
    border: 1px solid #00aeef;
    background: #18a64414;
}
.single-product table.variations {
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    padding: 5px 5px 5px 12px;
    border-radius: 10px;
}
.single-product  .variations .reset_variations {
    background: #01012e;
    opacity: 1;
    padding: 1px 8px;
    text-transform: initial;
    color: #fff;
    border-radius: 20px;
    text-decoration: underline;
}
/* css chọn size */
.lightbox-by-id.lightbox-content.lightbox-white {
    border-radius: 10px;
}
a.chonsize {
    display: block;
    right: 0;
    float: right;
    padding-top: 5px;
    color: #008fc5;
    text-decoration: underline;
}
.single-product .single_variation_wrap .woocommerce-variation.single_variation {
	display: none !important;
}

/* css chính sách thêm vào chi tiết sản phẩm */
.col.col-padding {
	padding-bottom: 0;
}
.row-cs-pro>.col {
    background: #f7f8fa;
    padding: 10px !important;
}
.box-cs-pro {
    display: flex;
    align-items: center;
}
.box-cs-pro .icon-box-img .icon:hover {
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
    transform: rotateZ(360deg);
}
.box-cs-pro .icon-box-img+.icon-box-text {
    padding-left: 10px;
}
.box-cs-pro p {
    margin-bottom: 0;
    font-size: 15px;
}
div#cs-thanh-toan p, div#cs-doi-hang p, div#cs-van-chuyen p, div#cs-giam-sau p {
    margin-bottom: 5px;
    font-size: 15px;
}
/* css đặc điểm */
.ct-dacdiem {
    margin-top: 15px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    padding: 12px;
    border-radius: 10px;
}
.ct-dacdiem p {
    margin-bottom: 8px;
}
.ct-dacdiem ul {
	margin-bottom: 0;
}
.ct-dacdiem ul li {
    list-style: none;
    background-image: url(/wp-content/uploads/2022/06/icon-check.svg);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 24px;
	margin-left: 0
}
.ct-dacdiem ul li:last-child{
	margin-bottom: 0;
}

.single-product .product-info.summary form.cart {
    margin-bottom: 0;
}
button.single_add_to_cart_button.button.alt {
    background-color: #00aeef;
    opacity: 1;
}

/* css thông báo khi thêm sản phẩm vào giỏ mà chưa chọn biến thể */
#modalContainer {
	background-color:rgba(0, 0, 0, 0.3);
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}
#alertBox {
	position:relative;
	width:500px;
	min-height:100px;
	margin-top:150px;
	border:1px solid #59a1ff;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:20px 30px;
	border-radius: 10px;
    overflow: hidden;
}
#modalContainer > #alertBox {
	position:fixed;
}
#alertBox h1 {
	margin:0;
	font:bold 1em verdana,arial;
	background-color:#59a1ff;
	color:#FFF;
	border-bottom:1px solid #59a1ff;
	padding:10px 0 10px 5px;
	text-align: center;
}
#alertBox p {
	font: 1em verdana,arial;
	height: 80px;
	margin: 0 auto;
	padding: 14px 10px 0 10px;
	line-height: 22px;
}
#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:7px;
	border:0 none;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#59a1ff;
	border-radius: 3px;
	text-decoration:none;
}
/* css ẩn thông báo khi thêm sản phẩm vào giỏ hàng */
.woocommerce-message.message-wrapper {
	display: none;
}
.message-container.container.success-color.medium-text-center {
    background-color: #59a1ff;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 30px;
}

/* css sản phẩm liên quan */
.single-product .related.related-products-wrapper .slider-nav-reveal .flickity-prev-next-button {
    box-shadow: 0 0;
    background: bottom;
}
.tab-sp-tuongtu>ul.nav li a {
    min-width: 115px;
    padding: 6px 10px;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    text-align: center;
    line-height: 16px;
    background: #e9e9e9;
    border-radius: 30px;
    color: #000;
}
.tab-sp-tuongtu>ul.nav li.active a {
    background: #ff6d1f;
    color: #fff;
}

.chitiet-sp .related.related-products-wrapper.product-section, h3.product-section-title.product-section-title-related {
    display: none;
}

/* css sidebar chi tiết sản phẩm */
.col-lienquan>.col-inner::-webkit-scrollbar {
    width: 8px;
}
.col-lienquan>.col-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #01012e;
}
.col-lienquan>.col-inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5;
}
.col-lienquan>.col-inner {
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 0 0 6px 6px;
    padding: 10px;
    overflow: hidden;
	height: 390px;
    overflow-y: auto;
}
.ct-lienquan p {
    background: #01012e;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 6px 0;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.blog-lienquan .col.post-item {
    padding-bottom: 10px;
}
.blog-lienquan  .box-image {
    border-radius: 8px;
}
.blog-lienquan .box-text {
    padding: 0 0 0 10px;
}
.blog-lienquan p {
    font-size: 14px;
    line-height: 18px;
}
.blog-lienquan h5 {
    font-size: 15px;
}
.blog-lienquan h5, .blog-lienquan p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.is-divider {
    display: none;
}

/* css trang danh mục sản phẩm - bộ lọc sản phẩm */
.archive .row.category-page-row {
    padding-top: 0;
}
.archive form.woocommerce-ordering>.orderby {
    margin: 12px 0 0 0;
}
.filters-container>form {
    margin-bottom: 10px;
}
.yith-wcan-filters.horizontal.enhanced {
    margin-bottom: 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable {
    font-size: 15px;
    padding: 6px;
	margin-bottom: 0;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter {
    min-width: 120px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable span.filter-count {
    margin: 0 10px 0 5px;
    border: 1px solid rgb(255,109,31);
    background: rgb(255,109,31);
    color: #fff;
    border-radius: 23px;
    padding: 0px 5px;
    font-size: 0.7em;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
    padding: 0 12px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable + .filter-content {
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable + .filter-content .filter-content-footer {
    padding: 10px;
    margin: 11px -10px -10px;
}
.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-content > .filter-items {
    padding-left: 5px;
}
a.apply-filters.button.alt {
    background: #ff6d1f;
    border-radius: 8px;
}

/* css footer */
.footer-widgets.footer.footer-1 {
    border-top: 2px solid #1b9aff;
}
.ct-foo p:first-child {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.ct-foo p:not(p:first-child) {
    font-size: 13px;
    margin-bottom: 5px;
}
.ct-mail p a,.ct-foo p a:hover {
    color: rgb(2, 77, 188);
}
.ct-foo p a strong {
    color: rgb(218, 67, 67);
}
.copyright-footer {
    color: #545353;
}
.ct-icon p:not(:first-child) {
    background-repeat: no-repeat;
    background-size: 17px;
    padding-left: 22px;
    background-position: left;
}
.ct-icon p:nth-child(2), .ct-icon p:nth-child(3) {
    background-image: url(/wp-content/uploads/2022/06/bag.svg);
}
.ct-icon p:nth-child(4) {
    background-image: url(/wp-content/uploads/2022/06/yt.svg);
}
.ct-icon p:nth-child(5) {
    background-image: url(/wp-content/uploads/2022/06/toptop.svg);
}
.ct-icon p:nth-child(6) {
    background-image: url(/wp-content/uploads/2022/06/inst.svg);
}
.ct-icon p:nth-child(7) {
    background-image: url(/wp-content/uploads/2022/06/fb.svg);
}
.ct-icon p:nth-child(8) {
    background-image: url(/wp-content/uploads/2022/06/zl.svg);
}
a#top-link {
    background-color: #e58106;
    border-color: #dd8411;
    color: #fdfffe !important;
    box-shadow: 1px 0px 25px 5px #3d463e;
}
/* css trang giỏ hàng */
.woocommerce-cart div#content {
    background: #f8f8f8;
}
.woocommerce-cart form.woocommerce-cart-form, .cart-sidebar.col-inner {
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
}
.woocommerce-cart .woocommerce.row.row-large.row-divided>.col {
    padding: 15px;
}
.woocommerce-cart .cart-collaterals {
    border-left: 0 !important;
}
.woocommerce-cart .shop_table th {
    font-weight: 300;
    text-transform: initial;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward {
    background-color: #00aeef;
    border-radius: 4px;
    font-weight: 200;
    font-size: 18px;
}
.woocommerce-cart input#coupon_code {
    box-shadow: 0 0;
}
.woocommerce-cart input.is-form.expand {
    background-color: #00aeef;
    color: #fff;
    text-shadow: 0 0;
    border-radius: 4px;
    font-size: 18px;
}
.woocommerce-cart a.button-continue-shopping.button.primary.is-outline {
    background-color: #00aeef;
    border: 2px solid #00aeef;
    color: #fff;
}

/* css trang thanh toán - checkout */
.woocommerce-checkout .row.row-main {
	background-color: #fff;
	padding-top: 15px;
}
input#billing_first_name, .woocommerce-checkout input#billing_address_1, .woocommerce-checkout input#billing_phone, .woocommerce-checkout input#billing_email, .woocommerce-checkout textarea#order_comments {
	border-radius: 6px;
	box-shadow: none;
	border-color: #000;
}
.woocommerce-checkout p#billing_address_1_field {
	margin-right: 0px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr th {
	text-transform: initial;
	color: #000;
}
.woocommerce-checkout .has-border {
	border: 1px solid #1e1e1e;
	border-top: 4px solid #00aeefbf;
}
.woocommerce-checkout .woocommerce-billing-fields {
    padding-top: 15px;
    border-top: 4px solid #00aeefbf;
}
.woocommerce-checkout .ts-product-image {
    width: 52px;
    height: 45px;
    padding-right: 7px;
    vertical-align: middle;
    float: left;
}
button#place_order {
	background: #00aeef;
	width: 100%;
	border-radius: 4px;
}
/* end css trang thanh toán - checkout */

/* css trang chi tiết đơn  hàng */
table.thongtin-ck, section.woocommerce-order-details, .woocommerce-order-received .large-5.col .entry-content {
        box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px 0px, rgb(0 0 0 / 8%) 0px 2px 6px 1px;
    padding: 12px;
    border-radius: 10px;
}
table.thongtin-ck {
    border: 1px solid #ddd;
    border-collapse: collapse;
    overflow: hidden;
}
table.thongtin-ck td {
    border: 1px solid #eaeaea;
    padding: 6px 10px;
}
table.thongtin-ck td strong {
    color: #01012e;
}
.woocommerce-order-received .large-5.col .entry-content {
    background: #fff;
}
.woocommerce-order-received .large-5.col .entry-content p {
	margin-bottom: 18px;
}
.woocommerce-order-received .large-5.col .entry-content ul {
	margin-bottom: 0;
}

/* css chi tiết bài viết */
.single-post h6.entry-category.is-xsmall {
    display: none;
}
.single-post .entry-divider.is-divider.small {
    display: none;
}
.single-post h1.entry-title {
    font-size: 23px;
}
.single-post .entry-header-text.entry-header-text-top {
    padding-bottom: 0;
}
.single-post .entry-content.single-page p {
    margin-bottom: 8px;
}
.single-post article.post.type-post.format-standard {
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    padding: 15px;
    border-radius: 10px;
}

@media (min-width: 768px) {
	/* 	css chỉ tiết sản phẩm */
	/* css ảnh gallery album */
	.single-product .product-main .product-gallery>div {
		padding: 10px 0 0 10px;
	}
	.product-footer>.container>.row>.col.large-8 {
		padding: 0 5px 15px 5px
	}
	/* 	css mỗi sản phẩm */
	.product-small.box .ux-swatches.ux-swatches-in-loop:hover {
		overflow-x: auto;
	}
}

@media (max-width: 768px) {
	/* 	css menu bar */
	.off-canvas-left .mfp-content {
		background-color: #fff;
	}
	.off-canvas-left .mfp-content ul li.menu-item a {
		color: #000;
		font-weight: 500;
	}
	.sidebar-menu.no-scrollbar {
		padding-top: 0;
	}
	/* 	css mỗi sản phẩm */
	.product-small.box .ux-swatches.ux-swatches-in-loop {
		overflow-x: auto;
	}
	/* 	css tab danh mục sản phẩm */
	.tab-danhmuc>ul.nav {
		overflow-y: scroll;
		justify-content: unset;
		overflow-x: auto;
		flex-wrap: unset;
	}
	.tab-danhmuc>ul.nav li a {
		width: 130px;
		padding: 6px;
		justify-content: center;
		font-size: 14px;
	}
	/* 	css chỉ tiết sản phẩm */
	/* css ảnh gallery album */
	.single-product .product-main {
		padding-bottom: 0;
	}
	.single-product .product-main .product-gallery>div {
		padding: 10px 0;
	}
}

@media (max-width: 549px) {
/* 	css header main - menu */
	div#top-bar>div {
		padding: 0;
	}
	div#logo {
		display: contents;
	}
	div#logo a img {
		margin: 0;
	}
	div#masthead>div {
		margin: auto;
		justify-content: start;
	}
	ul.mobile-nav li.has-icon a i {
		color: #fff;
	}
	/* 	css header bottom - menu */
	div#wide-nav ul.nav.header-bottom-nav {
		width: max-content;
		padding-right: 10px;
	}
	div#wide-nav {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	div#wide-nav ul li.menu-item a.nav-top-link {
		color: #01012e;
		font-size: 14px;
		font-weight: 400;
		font-family: inherit;
		padding: 0 5px;
		text-transform: capitalize;
	}
	#alertBox {
		width: 300px;
	}
	/* 	css section sản phẩm sale */
	.col-sale .row-small>.flickity-viewport>.flickity-slider>.col {
		padding: 0 4px 2px;
	}
	/* css sản phẩm bộ sưu tập - sản phẩm 2 dòng overflow */
	.col-suutap>.col-inner {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.sp-suutap {
		height: 675px;
		flex-direction: column;
		margin-left: 0 !important;
	}
	.sp-suutap>.col {
		width: 160px;
		padding: 0 5px 3px;
	}
	/* 	css lọc sản phẩm */
	.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter h4.collapsable + .filter-content {
		position: initial;
	}
	/* 	css chi tiết sản  phẩm */
	h1.product-title.product_title.entry-title {
		font-size: 20px;
	}
	.single-product .quantity.buttons_added.form-minimal {
		margin-right: 5px;
	}
	button.single_add_to_cart_button.button.alt {
		font-size: 14px;
		padding: 2px 5px;
		margin-right: 0;
	}
	.blog-lienquan .box-vertical .box-image {
		width: 30% !important;
		float: left;
	}
	.blog-lienquan .box-text {
		width: 70%;
		float: left;
	}
	/* 	css footer */
	.col.col-foo>.col-inner {
		padding-bottom: 15px;
	}
}

@media (max-width: 375px) {
	/* css sản phẩm bộ sưu tập - sản phẩm 2 dòng overflow */
	.title-suutap p {
		font-size: 20px;
	}
	.sp-suutap {
		height: 700px;
	}
	/* 	css chi tiết sản phẩm */
	.single-product p.ma-sp {
		font-size: 13px;
	}
	span.daugach {
		padding: 0 5px;
	}
	a.chonsize {
		width: 100px;
		font-size: 13px;
		color: #fff;
		background: #ff6d1f;
		text-align: center;
		line-height: 16px;
		padding: 3px 10px 4px 10px;
	}
}

@media (max-width: 320px) {
	/* css sản phẩm bộ sưu tập - sản phẩm 2 dòng overflow */
	.title-suutap p {
		font-size: 18px;
	}
	.sp-suutap {
		height: 600px;
	}
	.sp-suutap>.col {
		width: 130px;
	}
	.single-product .product-main .product-info {
		padding: 10px;
	}
	h1.product-title.product_title.entry-title {
		font-size: 18px;
	}
	.single-product p.ma-sp {
		font-size: 12px;
	}
	span.daugach {
		padding: 0;
	}
	button.single_add_to_cart_button.button.alt {
		font-size: 13px;
		padding: 3px 5px;
	}
	a.chonsize {
		padding: 3px 6px 4px 6px;
	}
}
.modal-overlay .img-inner {
	position: relative;
	border-radius: 8px;
}

.modal-overlay .img-inner:before,
.social-icons .icon::before,
.product-info button.single_add_to_cart_button::before,
.product-info .shopee_link::before,
.product-footer .woocommerce-tabs .devvn_readmore_flatsome a::before,
.widget.widget_media_image::before,
.off-canvas .mfp-content.off-canvas-cart .cart-popup-inner a.button::before {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255,255,255,0.6) none repeat scroll 0 0;
    height: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 1;
}

.modal-overlay .img-inner:hover:before,
.social-icons .icon:hover::before,
.product-info button.single_add_to_cart_button:hover::before,
.product-info .shopee_link:hover:before,
.product-footer .woocommerce-tabs .devvn_readmore_flatsome a:hover::before,
.widget.widget_media_image:hover::before,
.off-canvas .mfp-content.off-canvas-cart .cart-popup-inner a.button:hover::before {
    opacity: 0;
    height: 100%;
}


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


}