.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}
@media ( min-width: 576px ) {
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.text_29,.text_29>*{
    font-size: 29px;
    line-height: 35px;
    font-weight: 500;
}
.text_15,.text_15>*{
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}
.text_16,.text_16>*{
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}


.slick-slider{
    position:relative;
    display:block;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0
}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    position:relative;
    top:0;
    left:0;
    display:block
}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-next,.slick-prev{
    font-size:0;
    line-height:0;
    position:absolute;
    top:42%;
    display:block;
    width:34px;
    height:76px;
    margin-top:-30px;
    padding:0;
    z-index:99;
    cursor:pointer;
    color:transparent;
    border:none;
    outline:0;
    background:0 0
}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{
    opacity:1;color:#f24848
}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}
.slick-next:before,.slick-prev:before{
    font-family:slick;
    font-size:30px;
    line-height:1;
    opacity:1;
    color:#000;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-prev{left:0}
[dir=rtl] .slick-prev{right:-25px;left:auto}
.slick-prev:before{
    content:'';
    background:url(assets/images/icon_prew.png) center center no-repeat;
    padding:38px 17px;
    display:block
}
.slick-prev::before {
    content: "\f104" !important;
    font: normal normal normal 14px / 1 FontAwesome !important;
    color: #fff !important;
    font-size: 60px !important;
    background: none !important;
}
.single-project .slide .slick-prev:before{
    background:url(assets/images/icon_prew_single.png) center center no-repeat
}
.slick-next{right:0}
.slick-next:before{
    content:'';
    background:url(assets/images/icon_next.png) center center no-repeat;
    padding:38px 17px;
    display:block
}
.slick-next::before {
    content: "\f105" !important;
    font: normal normal normal 14px / 1 FontAwesome !important;
    color: #fff !important;
    font-size: 60px !important;
    background: none !important;
}
.single-project .slide .slick-next:before{
    background:url(assets/images/icon_next_single.png) center center no-repeat
}
.slick-slider{
    margin-bottom:30px
}
.slick-dots{
    position:absolute;
    bottom:-45px;
    display:block;
    width:100%;
    padding:0;
    list-style:none;
    text-align:center
}
.slick-dots li{
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    margin:0 5px;
    padding:0;
    cursor:pointer
}
.slick-dots li button{
    font-size:0;
    line-height:0;
    display:block;
    width:20px;
    height:20px;
    padding:5px;
    cursor:pointer;
    color:transparent;
    border:0;outline:0;
    background:0 0
}
.slick-dots li button:focus,.slick-dots li button:hover{outline:0}
.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}
.slick-dots li button:before{
    font-family:slick;
    font-size:6px;
    line-height:20px;
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    content:'â€¢';
    text-align:center;
    opacity:.25;
    color:#000;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
.slick-dots li.slick-active button:before{opacity:.75;color:#000}

@font-face{font-family:'FontAwesome';src:url('assets/fonts/fontawesome-webfont.eot');src:url('assets/fonts/fontawesome-webfont.eot')format('embedded-opentype'),url('assets/fonts/fontawesome-webfont.woff2')format('woff2'),url('assets/fonts/fontawesome-webfont.woff')format('woff'),url('assets/fontawesome-webfont.ttf')format('truetype'),url('assets/fonts/fontawesome-webfont.svg')format('svg');font-weight:normal;font-style:normal}
.fa{display:inline-block;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} .fa{font:normal normal normal 14px/1 FontAwesome;}.fa-facebook-f:before, .fa-facebook:before {content: "\f09a";}.fa-twitter:before {content: "\f099";}.fa-youtube-play:before {content: "\f16a";}.fa-google-plus:before {content: "\f0d5";}.fa-youtube:before {content: "\f167";}.fa-instagram:before {content: "\f16d";}.fa-navicon:before, .fa-reorder:before, .fa-bars:before {content: "\f0c9";}.fa-pinterest:before {content: "\f0d2";}.fa-pinterest-p:before {content: "\f231";}.fa-tag:before {content: "\f02b";}.fa-remove:before, .fa-close:before, .fa-times:before {content: "\f00d";}.fa-envelope:before {content: "\f0e0";}.fa-phone:before {content: "\f095";}.fa-map-marker:before {content: "\f041";}.fa-question-circle:before {content: "\f059";}.fa-globe:before {content: "\f0ac";}.fa-mail-forward:before, .fa-share:before {content: "\f064";}.fa-mail-reply:before, .fa-reply:before {content: "\f112";}.fa-youtube-play:before {content: "\f16a";}.fa-search:before{content: "\f002";}.fa-shopping-cart:before{content: "\f07a";}.fa-pinterest:before {content: "\f0d2";}.fa-envelope-o:before {content: "\f003";}.fa-tags:before {content: "\f02c";}.fa-calendar:before {content: "\f073";}.fa-stumbleupon:before {content: "\f1a4";}.fa-reddit-alien:before {content: "\f281";}.fa-digg:before {content: "\f1a6";}.fa-linkedin:before {content: "\f0e1";}.fa-clock-o:before {content: "\f017";}.fa-home:before {content: "\f015";}.fa-pencil:before {content: "\f040";}.fa-angle-double-right:before {content: "\f101";}.fa-star:before {content: "\f005";}.fa-trash:before {content: "\f1f8";}.fa-trash-o:before { content: "\f014";}.fa-user:before {content: "\f007";}.fa-sign-out:before {   content: "\f08b";}.fa-font:before {content: "\f031";}.fa-font:before {content: "\f031";}.fa-shopping-bag:before {content: "\f290";}.fa-truck:before {content: "\f0d1";}.fa-building:before {content: "\f1ad";}.fa-send:before, .fa-paper-plane:before{content: "\f1d8";}.fa-angle-right:before { content: "\f105";}.fa-trophy:before {content: "\f091";}.fa-shield:before {content: "\f132";}.fa-commenting:before {content: "\f27a";}.fa-thumbs-o-up:before {content: "\f087";}.fa-gear:before, .fa-cog:before {content: "\f013";}.fa-angle-left:before {content: "\f104";}.fa-phone-square:before {content: "\f098";}.fa-bullseye:before {content: "\f140";}.fa-facebook-official:before {content: "\f230";}.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {content: "\f1cd";}.fa-facebook-square:before {content: "\f082";}.fa-linkedin-square:before {content: "\f08c";}.fa-heart:before {content: "\f004";}.fa-play:before {
    content: "\f04b";}.fa-angle-down:before {content: "\f107";}.fa-caret-right:before {content: "\f0da";}.fa-print:before {content: "\f02f";}.fa-search:before {
    content: "\f002";}.fa-chevron-left:before {content: "\f053";}.fa-chevron-right:before { content: "\f054";}
.duongdan {
    min-height: 300px;
    position: relative !important;
}

.duongdan .breadcrumb{
    background:none !important;
    margin-bottom: 0;
    padding: 8px 15px;
  }
.duongdan .breadcrumb li{
    display: inline-block;
    list-style: none;
  }
.duongdan .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #fff;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 9px;
}
.duongdan .breadcrumb li a,.breadcrumb li{
    color:#fff;
    font-size: 14px;
    line-height: 1.4;
}
.duongdan .breadcrumb li:last-child:before {
        color: #fff;
}
.duongdan .breadcrumb li:last-child a{
    color:#fff;
}

.duongdan .container,  .background_product_cat .container {
    position: initial !important; 
  }
.duongdan .content_duongdan{
    transform: translate(-50%,-50%);
    position: absolute;
    bottom: 0px;
    left: 50%;
    text-align: center;
    width: 95%;
    line-height: 1.4;
  }
.duongdan h1.title-header, .background_product_cat h1.title-header,
.duongdan h2.title-header {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    line-height: 1.1;
}
.product-block.product-grid .product-meta .name{
   min-height: 45px;
   margin: 20px 0px 0px 0px;
   line-height: 10px;
 }
.product-block.product-grid .product-meta .name a{
   font-size: 14px;
   line-height: 20px;
   color: #999999;
   text-align: center;
}

.product-block.product-grid .product-inner .warp-info span.price {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: bold !important;
}
.product-label-special{
 position: absolute;
 top: 10px;
 right: 0px;
}
.product-label-special .special{
    background: #345629;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.nhanxet_template .title {
    font-size: 15px;
}

.nhanxet .list_comment_short {
    margin: 90px 0px;
}

.nhanxet .list_comment_short .content_comment {
    font-size: 17px;
    color: #777;
    font-style: italic;
}

.nhanxet .list_comment_short .top_comment {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.nhanxet .list_comment_short .top_comment .avatar {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow-x: hidden;
    margin-right: 20px;
}
.nhanxet .list_comment_short .top_comment .avatar img {
    height: 100%;
}
.nhanxet .list_comment_short .top_comment .author {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.nhanxet .list_comment_short .top_comment .name {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.nhanxet .list_comment_short .top_comment .author .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.nhanxet .list_comment_short .top_comment .author .star-rating {
    float: none;
    text-align: left;
    display: inline-block;
}

.nhanxet .list_comment_short .top_comment .author .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    color: #ddba76;
}

.single-project .small_slide .slick-arrow{display:none!important}
.single-project .small_slide a{padding:0 3px}
.single-project .slick-slider{margin-bottom:10px}
.single-project .single_project_relate .slick-slider{margin-bottom:1px}
.amlab_btn_close_popup {
    position: absolute !important;
    top: 20px;
    right: 20px;
    transform: scale(1.5);
}

#customer_details .woocommerce-billing-fields {
    border: none !important;
    padding-top: 0 !important;
}

#customer_details .woocommerce-additional-fields>h3 {
    display: none;
}

/* THANK YOU */
/* CSS cho giao diện mới */
.amlab_thank_you_page {
    max-width: 980px !important;
    margin: 0 auto !important;
}

.amlab-order-confirmation-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: center;
    gap: 10px;
}


.amlab-success-icon {
    background-image: url(./assets/images/order-received.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

.amlab-order-confirmation-header h2 {
    margin: 0;
    font-size: 30px;
    color: #323232;
    font-weight: 500;
    width: fit-content;
}

.amlab-customer-details {
    margin-bottom: 30px;
}

.amlab-customer-info-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    flex-direction: column;
    align-items: flex-start;
}

.amlab-customer-info-row .amlab-label {
    font-weight: 500;
    color: #707070;
    flex: 1;
    font-size: 12px;
}

.amlab-customer-info-row .amlab-value {
    color: #323232;
    font-size: 14px;
    flex: 1;
    text-align: right;
}

.amlab-total-row {
    border-bottom: none !important;
    font-weight: bold;
}

.amlab-total-row .amlab-total-amount span.amount {
    font-size: 20px;
    color: #335628;
}

.amlab-continue-shopping-btn {
    background: #f8f9fa;
    border: 1px solid #ddd;
    color: #323232;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease;
}

.amlab-continue-shopping-btn:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.amlab-order-summary-box {
    border: 1px solid #707070;
    border-radius: 0;
    padding: 20px;
}

.amlab-order-summary-title {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 500;
    color: #323232;
    display: flex;
    gap: 5px;
}

.amlab-item-count {
    font-weight: normal;
    color: #666;
    font-size: 14px;
}

.amlab-order-items-list {
    margin-top: 20px;
}

.amlab-order-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.amlab-order-item:last-child {
    border-bottom: none;
}

.amlab-item-image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    flex-shrink: 0;
}

.amlab-item-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.amlab-item-details {
    flex: 1;
}

.amlab-item-name {
    font-weight: 500;
    color: #323232;
    margin-bottom: 5px;
    line-height: 1.4;
}

.amlab-item-quantity-price {
    display: flex;
    align-items: center;
    gap: 5px;
}

.amlab-quantity {
    color: #666;
    font-size: 14px;
}

.amlab-price {
    font-weight: 500;
    color: #323232;
}

.amlab-continue-shopping .button.amlab-continue-shopping-btn {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: white;
    color: #323232;
    border: 1px solid #424242;
    font-size: 14px;
    text-transform: none;
}

/* Responsive */
@media (max-width: 768px) {
    .amlab-success-icon {
        width: 36px;
        height: 36px;
    }

    .amlab-order-confirmation-header {
        margin: 0;
        flex-direction: column;
    }

    .amlab-order-summary-title {
        font-family: 'BeMedium';
        font-size: 16px;
    }

    .amlab-item-count {
        font-size: 12px;
    }

    .amlab-customer-info-row {
        flex-direction: column;
        gap: 5px;
    }

    .amlab-customer-info-row .amlab-value {
        text-align: left;
    }

    .amlab-order-confirmation-header h2 {
        font-size: 16px;
        font-family: 'BeMedium';

    }
}

.amlab-order-received-message {
    margin-bottom: 20px;
}

.amlab-success-message-header {
    display: flex;
    align-items: center;
    background: #f0f8f0;
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #4CAF50;
}

.amlab-success-icon-small {
    background: #4CAF50;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    font-weight: bold;
}

.amlab-success-text {
    color: #2e7d32;
    font-weight: 500;
    font-size: 14px;
}


/* THANK YOU */

.category-filtering .filter-button {
    font-size: 13px;
    text-transform: none;
}

.custom-gallery-wrapper {
    display: flex;
    gap: 20px;
}

.amlab-size-filter {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #323232;
    background-color: #f9f9f9;
    cursor: pointer;
    position: relative;
    width: calc(100% / 6 - 3px);
    text-align: center;
    font-size: 14px;
}

.shop_table .cart_item td.product-name {
    text-align: left !important;
}

.amlab-remove-product_checkout a.remove {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('./assets/images/trash.png') no-repeat center;
    background-size: contain;
    color: transparent;
}

.amlab-remove-product_checkout a.remove:hover {
    color: transparent !important;
}

.amlab-remove-product_checkout a.remove:after {
    content: "Bỏ sản phẩm";
    font-size: 12px;
    color: #707070;
    font-weight: 400;
    position: absolute;
    left: 100%;
    /* Bên phải của nút */
    top: 50%;
    transform: translateY(-50%);
    margin-left: 6px;
    white-space: nowrap;
    cursor: pointer;
}

.woocommerce-form-coupon-toggle {
    display: none !important;
}

form.checkout_coupon.woocommerce-form-coupon {
    display: block !important;
    border: none !important;
    padding: 0 !important;
}

form.checkout_coupon.woocommerce-form-coupon>p {
    display: none;
}

.amlab-size-filter.active::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url(./assets/images/choose.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(25%);
}

.choose_size {
    margin-bottom: 15px;
}

.widget-title.shop-sidebar {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.product-container .product-footer>.container>.section-form-contact {
    max-width: 100% !important;
}

.product-info.summary .product-lightbox-inner .product-short-description:last-child,
.product-info.summary .product-lightbox-inner .amlab_heading_excerpt {
    display: none;
}

.description-collapsed {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.show-more-button {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 13px;
    text-decoration: underline;
    padding: 0;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(180deg,
            #F8F9FF -23.78%,
            rgba(255, 255, 255, 0) -23.77%,
            #F8F9FF 100%);
}

div#reviews.woocommerce-Reviews {
    max-width: 1520px !important;
    margin: 0 auto !important;
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 30px;
}

div#reviews div#comments {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.amlab_review_col_left {
    width: 50%;
}

.amlab_review_col_right {
    flex: 1;
}

.product-info.summary .price-wrapper .price.product-page-price del {
    order: 3;
    height: 18px;
}

.single-product .product-info.summary .price-wrapper del span.amount {
    font-size: 12px;
    line-height: 18px;
}

.kk-star-ratings {
    display: none !important;
}

.devvn_prod_cmt {
    display: none !important;
}

.product-info.summary .price-wrapper .price.product-page-price {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.gallery-thumbnails-vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50px;
    position: absolute;
    top: 15px;
    left: 49px;
}

.amlab_carousel_product_images .flickity-page-dots {
    right: unset !important;
    left: 15px !important;
    bottom: unset !important;
    top: 50% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    transform: translateY(-50%) !important;
}

.amlab_carousel_product_images .flickity-page-dots .dot {
    width: 6px;
    height: 6px;
    margin: 0;
    border: 1px solid #707070 !important;
}

.amlab_carousel_product_images .flickity-page-dots .dot.is-selected {
    border-color: #111 !important;
}

.gallery-thumbnails-vertical .thumb-item {
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
}

.gallery-thumbnails-vertical .thumb-item.active {
    opacity: 1;
    border-color: black;
}

.gallery-main-image {
    flex: 1;
}

.gallery-main-image>a.image-lightbox.lightbox-gallery {
    cursor: zoom-in;
}

.shop_table .quantity {
    align-items: center;
}

.amlab-cat-scroll {
    display: flex;
    overflow-x: auto;
    padding: 0 20px;
    margin: 0 auto 40px;
    list-style: none;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
}

.amlab_full_desc_container {
    background-color: #F8F9FF;
}

.single.single-product .ux-quantity.quantity .ux-quantity__button.minus {
    padding-left: 20px;
}

.product-container .product-footer>.container {
    padding: 0 !important;
    max-width: 100% !important;
}

.product-container .product-footer>.container .related.related-products-wrapper .product-section-title {
    font-size: 30px;
    font-weight: 500;
}

#reviews h2.woocommerce-Reviews-title {
    font-size: 30px;
    font-weight: 500;
}

.product-container .product-footer>.container>* {
    max-width: 1520px !important;
    margin: 0 auto !important;
    padding-top: 30px;
}

.single.single-product .ux-quantity.quantity .ux-quantity__button.plus {
    padding-right: 20px;
}

.section_no_padding {
    padding: 0 !important;
}

.section_no_padding .section-content>.row {
    border-top: 1px solid #E0E0E0;
    padding-top: 30px;
}

.amlab_icb_sgp .icon-box-text h3 {
    font-weight: 500 !important;
    font-size: 14px;
    margin-bottom: 0;
}

.amlab_icb_sgp .icon-box-text p {
    font-weight: 400 !important;
    font-size: 12px;
}

.single.single-product .ux-quantity.quantity .ux-quantity__button {
    height: 55px;
    box-shadow: none;
    background-color: white;
    border: 1px solid #707070;
}

.amlab_heading_excerpt {
    padding-top: 50px;
    border-top: 1px solid #EBEBEB;
    font-family: 'BeMedium';
    font-size: 18px;
    font-weight: 500;
}

.product-short-description {
    font-weight: 400;
    font-size: 12px;
}

.woocommerce-variation-add-to-cart,
form.cart {
    gap: 30px;
}

.single.single-product button[name="ux-buy-now"] {
    min-width: 350px;
    height: 58px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500 !important;
    margin: 0;
}

.single.single-product .ux-quantity.quantity input[type=number] {
    height: 55px;
    box-shadow: none;
    background-color: white;
    border: 1px solid #707070;
    border-left: none;
    border-right: none;
}

.woocommerce-variation-price {
    border: none !important;
}

.single.single-product .single_add_to_cart_button {
    width: fit-content;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #323232;
    order: 9;
    color: #323232;
    padding: 0;
    font-size: 13px;
    text-transform: none;
    display: none;
}

.single.single-product .single_add_to_cart_button:hover {
    box-shadow: none;
}

.see-more-toggle {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #F8F9FF -23.78%, rgba(255, 255, 255, 0) -23.77%, #F8F9FF 100%);
    align-items: flex-end;
    font-size: 13px;
    text-decoration: underline;
    padding: 0;
}

.amlab_full_desc_container .term-description {
    padding: 30px 25px;
    max-width: 1480px;
    margin: 0 auto;
}

.amlab_icb_product_cat_footer {
    width: fit-content !important;
    align-items: center;
}

.amlab_icb_product_cat_footer .icon-box-text {
    white-space: nowrap;
    font-size: 14px;
    font-family: "Be Vietnam Pro", sans-serif !important;
}

.shop-container .page-load-status {
    text-align: center;
}

.shop-container .page-load-status .loader-spinner .loader-spinner-custom {
    display: inline-flex !important;
    justify-content: center;
    max-width: 250px;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border: 1px solid #424242;
    min-width: 250px;
}

.shop-container .page-load-status .loader-spinner .loader-spinner-custom>* {
    margin: 0 !important;
}


.amlab_custom_product_categories_col {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-top: 30px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.woocommerce-breadcrumb.breadcrumbs {
    font-size: 12px !important;
    text-transform: none !important;
}

.amlab_ph_long .woocommerce-breadcrumb.breadcrumbs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.amlab_checkout_breadcrumb h1 {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.amlab_checkout_breadcrumb {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    margin-bottom: 60px !important;
}

.woocommerce-breadcrumb.breadcrumbs .divider {
    color: transparent;
    width: 1px;
    display: inline-block;
    background-color: #DCDCDA;
    opacity: 1 !important;
    text-transform: none !important;
}

.amlab_category_custom_container .amlab_category_title {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #323232;
    margin-top: 30px;
}

.amlab_custom_product_categories_col .short_desc_cat {
    max-width: 980px !important;
    margin: 0 auto;
    font-size: 13px;
}

.amlab-cat-scroll::-webkit-scrollbar {
    display: none;
}

.amlab-cat-item {
    flex: 0 0 auto;
    text-align: center;
    min-width: 200px;
}

.amlab-cat-thumb {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 auto 12px;
    transition: transform 0.3s ease;
    scroll-snap-align: center;
    display: block;
    opacity: 0.75;
}

.amlab-cat-item:hover .amlab-cat-thumb {
    opacity: 1;
}

.amlab-subcat-menu {
    text-align: left;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
}

.amlab-subcat-menu ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.amlab-subcat-menu li {
    font-size: 12px;
    color: #444;
    margin: 0;
}

.amlab-subcat-menu a {
    text-decoration: none;
    color: inherit;
    padding: 10px 0;
    transition: all 0.2s ease;
}

.amlab-subcat-menu a:hover {
    color: #323232;
    text-decoration: underline;
}

.amlab-subcat-menu .separator {
    color: #aaa;
    pointer-events: none;
}

.amlab-subcat-menu .active a {
    font-weight: bold;
    text-decoration: underline;
}

.shop-page-title .page-title-inner,
.shop-page-title .custom-page-title-inner {
    padding: 0 25px !important;
}

.shop-page-title .page-title-inner .woocommerce-result-count {
    font-size: 12px;
}

.shop-page-title .page-title-inner .woocommerce-ordering select {
    box-shadow: none;
    border: none;
    font-size: 12px;
    outline: none;
    margin: 0;
    border-left: 1px solid #DCDCDA;
    background-color: transparent !important;
}

.amlab-cat-link {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.amlab-cat-item .amlab-cat-name {
    opacity: 0.75;
}

.amlab-cat-item:hover .amlab-cat-name {
    font-weight: 600;
    text-decoration: underline;
    opacity: 1;
}


.ux-swatches[data-attribute_name="attribute_pa_size"] {
    gap: 5px !important;
    color: #323232;
}

.ux-swatches--large .ux-swatch--label {
    min-width: 60px !important;
    min-height: 50px !important;
}

.ux-swatch--label.disabled {
    background: linear-gradient(to top right, transparent calc(50% - .031rem), #DBDBDB, transparent calc(50% + .031rem)) !important;
    border: 3px dotted #E1E1E1;
    box-shadow: none;
}

.ux-swatches[data-attribute_name="attribute_pa_size"] .ux-swatch.selected {
    box-shadow: 0 0 0 1px #323232;
    background-color: white;
}

.ux-swatches[data-attribute_name="attribute_pa_size"] .ux-swatch.selected::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url(./assets/images/choose.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(25%);
}

.single.single-product .ux-quantity.quantity {
    align-items: center;
    width: 100%;
    border: 1px solid #EBEBEB;
    padding: 20px 0;
    border-left: none;
    border-right: none;
}

.single.single-product .ux-quantity.quantity .qty-text {
    margin-right: 10px;
    font-size: 12px;
}

.woocommerce-tabs .tabs.wc-tabs.product-tabs {
    margin-top: 0 !important;
}

.woocommerce-tabs #tab-title-description>a {
    text-transform: none;
    font-size: 18px;
    font-family: 'BeMedium';
}

.woocommerce-tabs #tab-description {
    position: relative;
}

.woocommerce-tabs #tab-title-description>a::before {
    content: unset !important;
}

.single.single-product .shop-container .product-container {
    background-color: #F8F9FF !important;
}

span.btn-attach,
.devvn_review_bottom .reply a,
span.devvn_num_reviews {
    color: #323232 !important;
}

.woocommerce #review_form #respond p.form-submit input#submit,
.woocommerce #reviews #comments ol.commentlist #respond p.form-submit input#submit,
#comments a.btn-reviews-now {
    background-color: #323232 !important;
}

.woocommerce-checkout #content {
    background-color: #F8F9FF;
}

.light_box_call_back{
    background-color:#335628;
    box-shadow: 0 0 0 2px #000, 0 0 0 8px #fff;
    border-radius: 1px;
}
.light_box_call_back input.has-spinner{
        width: 100%;
    font-size: 14px;
    text-transform: math-auto;
    font-weight: 300;
    background-color: #fff;
    color: #222;
    padding: 5px 0;
}
.light_box_call_back input.has-spinner:hover{
    box-shadow: unset;
    color: #fff;
    background-color: #000;
}
.light_box_call_back .rectangle_box{
        padding: 10px;
    border: 1px solid #fff;
    margin: 20px 0 5px;
}
.light_box_call_back .col{
    padding: 30px 20px 0px 20px;
}
.light_box_call_back input{
    height: 50px !important;
}
.light_box_call_back  p{
        font-size: 14px;
    text-align: center;
    margin-bottom: 10px !important;
    color: #fff;
}
.sli_pro_landing .amlab_slider .flickity-page-dots .dot {
  width: 12px;          
  height: 12px;        
  border-radius: 50%;  
  background: #ECECEC;         
  border: none;     
}
.sli_pro_landing .amlab_slider .flickity-page-dots .dot.is-selected {
  background: #ccc;            
}
.sli_pro_landing .amlab_slider .previous{
    position: absolute;
    transform: unset !important;
    left: calc(0% + 10px) !important;
    top: unset;
    bottom: 50%;
    background-color: #335628;
    padding: 25px;
    transition: unset;
    opacity: 1 !important;
}
.sli_pro_landing .amlab_slider .flickity-prev-next-button svg{
        padding: 15px;
}
.sli_pro_landing .amlab_slider .flickity-prev-next-button .arrow{
    fill: #fff !important;
}
.sli_pro_landing .amlab_slider .next{
    position: absolute;
    transform: unset !important;
    right: calc(0% + 10px) !important;
    top: unset;
    bottom: 50%;
    background-color: #335628;
    padding: 25px;
    opacity: 1 !important;
    left: unset !important;
}
.title_underline h2{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-size: 34px;
    font-weight: 400;
    line-height: 48px;
    position: relative;
    display: inline-block;
}
.title_underline h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px; 
    height: 3px; 
    background-color: #335628;
}
.text_13,.text_13>*{
    font-size: 13px;
    line-height: 27px;
}
.amlab_plus::after {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    background-image: url(/wp-content/uploads/2025/08/plus.png);
    bottom: 30px;
    left: -30px;
}

.s_icon_landing  h3{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.s_icon_landing  p{
    font-size: 15px;
    font-weight: 400;
    color: #3f3f3f;
}
.ft-chatbox-skin1 {
    right: 20px !important;
}
.sder_btn_bottom .flickity-prev-next-button.previous{
        opacity: 1 !important;
    transform: unset;
    bottom: -25px;
    left: calc(50% - 57px);
    top: unset;
    width: 50px;
    height: 50px;
}
.sder_btn_bottom .flickity-prev-next-button.next{
        opacity: 1 !important;
    transform: unset;
    bottom: -25px;
    left:unset !important;
     right: calc(50% - 57px);
    top: unset;
    width: 50px;
    height: 50px;
}
.sder_btn_bottom .flickity-prev-next-button:hover .flickity-button-icon{
    background-color: #335628;
}
.sder_btn_bottom .flickity-prev-next-button:hover .flickity-button-icon .arrow{
    fill: #fff !important;
}
.sder_btn_bottom .flickity-button-icon{
    border-radius: 0 !important;
    border: none !important;
    background-color: #F2F3F8;
    padding: 15px;
}
.sder_btn_bottom .flickity-button-icon .arrow{
    fill: #666 !important;
}
.btn_muangay_green{
        padding: 5px 30px !important;
    background-color:  #335628 !important;
}
.btn_muangay_green span{
    font-size: 17px; 
    font-weight: 500;
}
.col_title_border .is-divider{
    top: 40px;
    position: relative;
    flex: 1;
}
.col_title_border h2{
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
}
.col_title_border .stack {
    flex-wrap: wrap;
}
.col_title_border .title_st{
    flex: 0 0 100%;
    margin: 0 !important;
    padding-top: 60px;
    padding-bottom: 20px;
} 
.col_title_border .title_st h3{
    font-size: 29px;
    font-weight: 500;
    line-height: 35px;
}    
.page-id-96343 .product-small.product > .col-inner {
    box-shadow: 0px 6px 9px 0px #f3f3f3;
    margin-bottom: 15px;
}
.a_btnf .flickity-prev-next-button {
    bottom: -25px !important;
}
.page-id-96343 .product-small.product > .col-inner .box-text {
    padding: 10px 10px 24px;
}
.amlab_halfproduct {
    margin-bottom: 30px !important;
}
.amlab_halfproduct.active {
    margin-bottom: 0px !important;
}
.amlab_halfhid {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -30px;
}
.amlab_halfhid.active {
    display: none;
}
.cf-container.amlab_fdhn input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    margin-bottom: 56px;
    padding-left: 0;
}
.cf-container.amlab_fdhn input:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
.cf-container.amlab_fdhn input::placeholder {
    color: #000;
}
.cf-container.amlab_fdhn input.wpcf7-submit {
    background-color: #335628;
    font-size: 34px;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.amlab_tit_f h2 {
    font-size: 34px;
    line-height: 1.4;
    color: #335628;
    margin-bottom: 56px;
}
.amlab_xtsp p {
    font-size: 20px;
    color: #2F2F2F;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
}
.amlab_xtsp p:after {
    content: "";
    display: block;
    width: 136px;
    height: 1px;
    background-color: #335628;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.amlab_updown img {
    animation: updown 2s infinite;
}
.amlab_mic .icon-box-img {
    border: 1px solid #335628;
    border-radius: 50%;
    padding: 10px;
}
@media only screen and (max-width: 48em) {
    .amlab_mic .icon-box-img {
        padding: 0;
    }
    .amlab_f_col > .col-inner {
        padding: 30px 20px;
        border: 1px solid #ddd;
    }
    .cf-container.amlab_fdhn input {
        margin-bottom: 45px;
    }
    .cf-container.amlab_fdhn input.wpcf7-submit {
        font-size: 24px;
    }
    .amlab_tit_f h2 {
        font-size: 24px;
    }
    .sder_btn_bottom .flickity-prev-next-button.next {
        bottom: -30px;
    }
    .sder_btn_bottom .flickity-prev-next-button.previous {
        bottom: -30px;
    }
    .amlab_accordion .accordion-title button {
        width: 15px !important;
        min-width: unset;
    }
    .amlab_accordion .accordion-title {
        padding: 25px 15px 26px 0 !important;
    }
    .amlab_slider .flickity-page-dots {
        bottom: -5px !important;
    }
    .page-id-96343 .product-small.product > .col-inner {
        margin-bottom: 10px;
    }
    .title_st {
        padding-right: 10px !important;
    }
    .num_stt {
        width: 40%;
        text-align: center;
    }
    .amlab_mic .icon-box-img+.icon-box-text {
        padding-left: 10px !important;
    }
    .amlab_mic .icon-box-img {
        border: 1px solid #335628;
        border-radius: 50%;
        max-width: 41px !important;
        max-height: 41px;
    }
    .amlab_mic .icon-box-img .icon-inner {
        padding: 6px;
    }
    .amlab_plus::after {
        content: none;
    }
    .col_title_border .title_st h3 {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 22px;
    }
    .col_title_border .title_st p {
            margin-bottom: 0;
    }    
        .col_title_border .stack {
            border-bottom: 1px solid #666;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .col_title_border .title_st{
        flex: 1;
        padding: 0;
    }
    .col_title_border .is-divider{
        display: none;
    }    
    .category-page-row .products .product-small.box .box-text {
        padding-bottom: 0 !important;
    }

    .amlab_custom_product_categories_col .short_desc_cat {
        font-size: 12px;
    }

    .amlab_checkout_breadcrumb {
        order: 1;
        padding-bottom: 16px !important;
        margin-bottom: 20px !important;
    }

    .single.single-product button[name="ux-buy-now"] {
        min-width: 100%;
    }

    .amlab_ph_long .woocommerce-breadcrumb.breadcrumbs {
        justify-content: center;
    }

    .amlab_btn_close_popup {
        top: -15px;
        right: -15px;
    }

    .name.product-title.woocommerce-loop-product__title,
    .name.product-title.woocommerce-loop-product__title>a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #999999;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .checkout.woocommerce-checkout .large-5.col>.col-inner {
        padding: 0 15px 15px;
    }

    .checkout.woocommerce-checkout .large-5.col>.col-inner #order_review_heading {
        text-align: center;
        font-weight: 600 !important;
        text-transform: none;
        border-bottom: 1px solid rgba(235, 235, 235, 1);
        padding-bottom: 10px;
    }

    .woocommerce .checkout-sidebar .cart-subtotal th,
    .woocommerce .checkout-sidebar .order-total th {
        white-space: nowrap;
    }

    .woocommerce .checkout-sidebar .cart-freeship td {
        font-size: 12px !important;
        color: #323232 !important;
    }

    .woocommerce .checkout-sidebar .cart-freeship th,
    .woocommerce .checkout-sidebar .cart-freeship td {
        border-bottom: none !important;
    }

    .amlab_custom_product_categories_col {
        padding-bottom: 10px !important;
        border-bottom: 1px solid #E0E0E0;
    }

    .mobile_flex_title_alt {
        display: flex;
        border-bottom: 1px solid #E0E0E0 !important;
    }

    .mobile_flex_title {
        order: -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #E0E0E0 !important;
    }

    .mobile_flex_title .woocommerce-result-count {
        display: inline-block !important;
        margin: 0;
    }

    .mobile_flex_title .category-filtering {
        padding: 0 !important;
        margin: 0 !important;
    }

    .amlab-price-filter select {
        border-left: 1px solid #DCDCDA !important;
        padding-left: 9px !important;
    }

    .mobile_flex_title .category-filtering>.inline-block {
        display: none;
    }

    .amlab-price-filter select,
    .amlab-subcat-select select {
        box-shadow: none;
        border: none;
        font-size: 12px;
        outline: none;
        margin: 0;
        background-color: transparent !important;
        padding-right: 30px;
        padding-left: 0;
    }

    .amlab-price-filter select:hover,
    .amlab-subcat-select select:hover {
        box-shadow: none;
    }

    .amlab-cat-scroll {
        display: none;
    }

    div#reviews.woocommerce-Reviews {
        padding-left: 20px;
        padding-right: 20px;
    }

    .amlab_review_col_left,
    .amlab_review_col_right {
        width: 100%;
    }

    .single.single-product .ux-quantity.quantity .ux-quantity__button,
    .single.single-product .ux-quantity.quantity input[type=number] {
        width: 30%;
        padding: 0 !important;
        font-size: 20px;
    }

    .single.single-product .single_add_to_cart_button {
        width: 100%;
    }
}