/* product search form */
header .wc-search-dropdown{
    display:none; 
    position:absolute; 
    top:40px; 
    right:0; 
    background:#fff; 
    padding: 0; 
    border: 1px solid #ccc; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); 
    z-index: 999;
    width: 280px;
    border-radius: 50px;
    border: none;
}
header .wc-search-dropdown-wrapper{
    position:relative;
}

header .woocommerce-product-search{
    display: flex;
    align-items: center;
}

.woocommerce-product-search input[type="search"]{
    font-size: 1rem;
    line-height: 1.25rem;
    padding: 14px 50px 14px 20px;
    border-width: 1px;
    border-radius: 50px;
}
.woocommerce-product-search button[type="submit"]{
    font-size: 1rem;
    padding: 12px 15px;
    height: 50px;
    box-shadow: none;
    width: auto;
}

.search-no-results #main{
    padding: 0 20px;
}

@media screen and (max-width: 991px){
    header .wc-search-dropdown{
        width: 100vw;
        left: 0;
        top: 60px;
        position: fixed;
    }
    .woocommerce-product-search input[type="search"]{
        background: #8d898996;
        border: none;
        padding: 14px 20px 14px 45px;
        color: #ffffff;
    }
    .woocommerce-product-search button[type="submit"]{
        left: 5px;
        right: auto;
    }
    .mobile-sidebar .wc-search-dropdown{
        padding: 0 20px;
        margin: 20px 0;
    }
}


/* mini cart */
.custom-minicart-wrapper {
  position: relative;
  display: inline-block;
}

.wc-cart-toggle {
  cursor: pointer;
  position: relative;
  font-size: 20px;
}

.wc-cart-toggle .cart-count {
  	background: red;
  	color: #fff;
	font-size: 9px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -10px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-cart-dropdown {
  	position: absolute;
	top: 100%;
	right: -5px;
	z-index: 9999;
	padding: 20px 0 0;
}

.custom-cart-dropdown>.widget_shopping_cart_content{
	width: 470px;
    max-width: 100vw;
    background: #fff;
    border: 1px solid #D8D8D8;
    padding: 30px;
    border-radius: 20px;
}
.woocommerce-mini-cart{
    max-height: 500px;
    overflow: auto;
}
ul.cart_list li.mini_cart_item,
.woocommerce ul.cart_list li.mini_cart_item{
    color: var(--bs-black);
    border-bottom: 1px solid #DFDFDF;
    padding: 20px 0;
	flex-wrap: wrap;
    display: flex;
    gap: 16px;
}
.mini_cart_item .product-detail-content{
	flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
}
.woocommerce ul.cart_list li a.remove,
li.mini_cart_item>a.remove{
    text-align: left;
    font-weight: 500;
    color: var(--bs-black) !important;
    font-size: 1.25rem;
    line-height: 2rem;
	height: 24px;
    width: 24px;
    margin: 0;
}

.mini_cart_item .product-total{
	width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.mini_cart_item .product-total-price{
	color: var(--color-primary);
}
.woocommerce ul.product_list_widget li>a:not(.remove), 
li.mini_cart_item>a:not(.remove) {
    display: flex;
    flex-direction: row-reverse;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.25rem;
    justify-content: space-between;
}
.woocommerce ul.product_list_widget li img,
li.mini_cart_item img{
    width: 80px;
    height: auto;
    padding: 5px;
    border: 1px solid #D9D9D9;
}

.woocommerce ul.product_list_widget li dl,
li.mini_cart_item dl.variation{
    font-size: 0.875rem;
    line-height: 1rem;
    display: flex;
    margin: 0;
    padding: 0;
    border: none;
}

.woocommerce-mini-cart__total{
    color: var(--bs-black);
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.woocommerce-mini-cart__buttons{
    display: flex;
    gap: 10px;
    margin: 0;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount{
	color: var(--color-primary);	
}

.woocommerce-mini-cart__buttons>a.button{
	border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    border-radius: 30px;
    display: block;
    padding: 13px 20px;
    color: var(--bs-white);
    line-height: 1.25rem;
    font-weight: 500;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce-mini-cart__buttons>a.checkout{
	display:none;
}
.woocommerce-mini-cart__buttons>a.button:hover{
    color: var(--bs-black);
}

.custom-cart-dropdown .shop_table .top{
	display: flex;
    justify-content: space-between;
    color: var(--bs-black);
    text-transform: uppercase;
}
.woocommerce-page ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after{
	display: none;
}

li.mini_cart_item>a.remove img{
	padding: 0;
    width: 24px;
    height: 24px;
    border: none;
}
@media screen and ( max-width:991px){
    .custom-cart-dropdown{
        position: fixed;
        top: 80px;
        width: 100vw;
        max-height: calc(100vh - 60px);
        right: 0;
        overflow: auto;
        box-shadow: 0px 2px 13px 5px #0000002b;
    }
    .woocommerce ul.product_list_widget li>a:not(.remove), 
	li.mini_cart_item>a:not(.remove){
        font-size: 0.875rem;
        line-height: 1.125rem;
		gap: 10px;
    }
	.custom-cart-dropdown>.widget_shopping_cart_content{
		padding: 20px;
	}
}


/* Product Gallery Slider Styles - Using Slick */
.product-gallery-slider {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
	padding: 20px;
}

.product-slider-slick {
    width: 100%;
    max-width: 100%;
}
.product-slider-slick,
.product-slider-slick .slide{
	height: 200px;
}
.product-slider-slick .slide {

    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider-slick .slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

/* Slick slider customization */
.product-slider-slick .slick-prev,
.product-slider-slick .slick-next {
    z-index: 10;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
	font-size: 0.75rem;
	color: #393939;
    font-weight: bold;
	display: flex;
    justify-content: center;
    align-items: center;
}

.product-slider-slick .slick-prev {
    left: -10px;
}

.product-slider-slick .slick-next {
    right: -10px;
}

.product-slider-slick .slick-prev:before,
.product-slider-slick .slick-next:before {
    font-family: inherit;
}

.product-slider-slick .slick-prev:before {
    content: '‹';
}

.product-slider-slick .slick-next:before {
    content: '›';
}


/* Quantity Input Styles */
.product-add-to-cart {
    margin-top: 15px;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
/*     margin-bottom: 10px; */
    gap: 5px;
}

.qty-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btn:disabled {
    cursor: not-allowed;
}

.quantity input.qty {
    height: 40px;
    text-align: center;
    border: 1px solid #393939;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    background: white;
	max-width: calc(100% - 75px);
}

.quantity input.qty:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
}

.quantity input.qty:invalid {
    border-color: #dc3545;
}

.single_add_to_cart_button {
    width: 100%;
    background: #007cba;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.single_add_to_cart_button:hover {
    background: #005a87;
    transform: translateY(-1px);
}

.single_add_to_cart_button:active {
    transform: translateY(0);
}

/* Product Box Styles */
.product-small.box {
    padding: 20px;
    background: white;
}

/* Ensure box-image doesn't overflow */
.box-image {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

/* Ensure col-inner fits within container */
.product-small .col-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.product-small .box-text {
    padding: 0 20px 20px;
}

/* Out of stock styles */
.out-of-stock-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dc3545;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

/* Responsive styles */
@media (max-width: 991px) {
    .product-slider-slick,
	.product-slider-slick .slide{
        height: 130px;
    }
    
    .product-slider-slick .slick-prev,
    .product-slider-slick .slick-next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    
    .quantity-wrapper input.qty {
        font-size: 13px;
    }
}


/* Loading state for add to cart button */
.single_add_to_cart_button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Smooth transitions for all interactive elements */
.product-slider-slick,
.qty-btn,
.single_add_to_cart_button,
.product-small.box {
    transition: all 0.3s ease;
}

/* Focus states for accessibility */
.qty-btn:focus,
.single_add_to_cart_button:focus,
.quantity-wrapper input.qty:focus {
    outline: 2px solid #007cba;
    outline-offset: 2px;
}

/* Ensure proper spacing in product grid */
.woocommerce ul.products li.product {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Ensure product-small containers fit within grid */
.woocommerce ul.products li.product-small,
li.product-small {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}


/* category page */
.category-dropdown {
	width: 310px; 
	position: relative;
}
.category-dropdown>button,
.woocommerce-ordering>select
{
	border: 1px solid #393939!important;
	border-radius: 50px;
	height: 50px;
	padding: 10px 24px;
	width: 310px;
	position: relative;
}
.woocommerce .woocommerce-ordering{
	margin: 0;
	position: relative;
}
.woocommerce-ordering>select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.woocommerce-ordering:before
{
	content: "\f078";	
	position: absolute;
	font-family: FontAwesome;
	font-size: 1rem;
	z-index: 1;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.category-dropdown .dropdown-menu {
	display: none;
	position: absolute;
	left: 0;
	z-index: 100;
	padding: 20px;
	top: 60px;
	height: fit-content;
	border-radius: 20px;
	border: 1px solid #000000;
}

.category-dropdown .dropdown-menu.show {
	display: block;
}
.category-dropdown .dropdown-menu ul{
    display: flex;
	gap: 12px;
    flex-direction: column;
}
.archive .bapf_sfilter{
	margin: 0;
}
.category-dropdown .bapf_sfilter.bapf_ckbox input[type=checkbox]{
	margin-right: 10px;
	border-radius: 5px;
}
.category-dropdown .bapf_ckbox_sqchck input[type=checkbox]:checked:after{
	border-color: var(--color-primary);
}
.woocommerce-products-header{
	display: none;
}

.woocommerce nav.woocommerce-breadcrumb{
	margin:20px 0 30px;
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #222F3C;
	font-weight: 600;
}
.woocommerce nav.woocommerce-breadcrumb .breadcrumb-item:last-child{
	color: var(--color-primary);
}

.category-intro-ctn{
	margin-bottom: 20px;
}
.woocommerce .woocommerce-result-count{
	margin: 30px 0;
	font-weight: 600;
	flex: 1;
}
.archive-products-sec>.row>.col.large-12 {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-notices-wrapper,
.woocommerce-result-count,
.products.columns-4{
	width: 100%;
}

.bapf_head{
	display: none;
}

.category-intro-ctn{
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #393939;
}
.category-intro-ctn h1{
	font-size: 2rem;
	line-height: 3rem;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.category-intro-ctn a{
	color: var(--color-primary);
}

.woocommerce-page ul.products{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
	margin-bottom: 40px;
}

.woocommerce-page ul.products::before{
	display: none;
}

.woocommerce-page ul.products>li.product{
	width: 100%;
	margin: 0;
	float: none;
}

.woocommerce-page ul.products li.product{
	border: 1px solid #E6E6E6;
	border-radius: 20px;
}
.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
	line-height: 1.5rem;
	height: 3rem;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.woocommerce-page ul.products li.product .price{
	font-size: 1.375rem;
	color:var(--color-primary);
	font-weight: 600;
	margin: 0;
}

.woocommerce-page ul.products li.product .price del{
	color: #002762;
	font-size: 1.125rem;
	opacity: 1;
}

.woocommerce-page ul.products li.product .onsale{
	background: var(--color-primary);
	display: none;
}

.woocommerce-page .product .price ins{
	text-decoration: none;
}

.product-small .qty-btn,
.summary .qty-btn{
	border-radius: 50%;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
}
.product-small .quantity-wrapper{
	margin: 0;
}

.product-small .quantity,
.summary .quantity{
	display: flex;
	align-items: center;
    gap: 6px;
	width: 100%;
}
.product-small .quantity input.qty,
.summary .quantity input.qty{
/* 	width: calc(100% - 92px); */
	flex: 1;
}
ul.products li.product a.add_to_cart_button.button,
.woocommerce div.product form.cart .button{
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	height: 40px;
	border-radius: 25px;
	background: var(--color-primary);
	color: var(--bs-white);
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 0;
}

.woocommerce a.added_to_cart{
	display:none;
}

ul.products li.product .title-wrapper h2{
	font-size: 1rem;
	line-height: 1.25rem;
	height: 2.5rem;
	margin: 0 0 10px;
	overflow: hidden;
	text-transform: unset;
}
.caravan-content .woocommerce-price-suffix,
ul.products li.product .woocommerce-price-suffix,
.search-result-item .woocommerce-price-suffix{
	display: none;
}
.faq-inner-ctn{
	padding: 60px 85px;
	background: #FBFBFB;
	margin: 50px 0 100px;
	border-radius: 20px;
}
.faq-inner-ctn h2{
	text-align: center;
	margin-bottom: 40px;
	font-size: 2rem;
	line-height: 2.25rem;
	text-transform: uppercase;
}

.horse-float-faq-item+.horse-float-faq-item{
	    border-top: 1px solid #D8D8D8;
    margin-top: 30px;
    padding-top: 30px;
}

.faq-inner-ctn h3{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.75rem;
	margin-bottom: 30px;
}

.category-selected-row{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 30px 0;
}

.category-selected-row .berocket_single_filter_widget,
.category-selected-row .woocommerce-result-count{
	padding:0;
	margin: 0;
}
.category-selected-row .berocket_single_filter_widget{
	flex: 1;
	padding-right: 10px;
}
.category-selected-row .woocommerce-result-count{
	    float: none;
    width: fit-content;
}
.category-selected-row .bapf_sfa_min_space .bapf_sfa_taxonomy>ul li a,
.category-selected-row .bapf_sfa_min_space ul.bapf_sfa_unall li a{
	padding: 9px 10px 9px 30px;
	background: #E6E6E6;
	color: #393939;
	border-radius: 6px;
}
.category-selected-row .bapf_sfa_min_space .bapf_sfa_taxonomy>ul li a:after,
.category-selected-row .bapf_sfa_min_space ul.bapf_sfa_unall li a:before{
	font-size: 24px;
	right: auto;
	top: 4px;
	left: 10px;
	color: #393939;
}

.product-small .col-inner{
	height: 100%;
    display: flex;
    flex-direction: column;
}

.product-small .col-inner .box-text{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.woocommerce nav.woocommerce-pagination{
	width: 100%;
	margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers{
	border: none;
	gap: 11px;
	display: flex;
	justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li *{
	display: block;
	border: 2px solid #393939;
	height: 36px;
	width: 36px;
	color: #393939;
	padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li *:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--bs-white);
}

.bm-category-list-ctn{
	width: 100%;
    overflow-x: auto;
	margin-bottom: 20px;
}

.bm-category-list-ctn::-webkit-scrollbar {
    display: none; 
}

ul.bm-category-list{	
	justify-content: center;
	position: relative;
	width: auto;
	gap: 10px;
}

ul.bm-category-list::before{
/* 	content: '';
	border-bottom: 5px solid #BBBBBB;
	width: 100%;
	position: absolute;
	bottom: 0; */
}

ul.bm-category-list>li a{
	font-size: 0.875rem;
    text-transform: uppercase;
	white-space: nowrap;
	color: #000000;
	font-weight: 600;
/* 	border-bottom: 5px solid transparent; */
	position: relative;
    z-index: 10;
/* 	transition: border-color 0.3s; */
	padding-bottom: 10px;
	display: block;
	position: relative;
	padding: 10px 20px;
}
ul.bm-category-list>li a:after {
    content: "";
    border-right: 2px solid #102262;
    right: -7px;
    position: absolute;
    top: 7px;
    display: block;
    width: 1px;
    height: 26px;
}
ul.bm-category-list>li:last-child a:after{
	display: none;
}
ul.bm-category-list>li+li{
/* 	margin-left: 30px; */
}

ul.bm-category-list>li:hover a,
ul.bm-category-list>li.active a{
	color: var(--color-primary);
/* 	border-color: var(--color-primary); */
}

.mb-category-ctn{
	position: fixed;
    background: white;
    bottom: -70vh;
    z-index: 1001;
    left: 0;
    margin: 0;
    border-radius: 20px 20px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 70vh;
	min-height: 300px;
	display:none;
	width: 100%;
	transition: all 0.2s 
ease;
}

.mb-category-ctn.active{
	display: block;
	bottom: -5px;
}

.mb-category-ctn .bm-category-list{
	flex-direction: column;
    padding: 30px 20px 15px;
    width: 100%;
}

.mb-category-ctn ul.bm-category-list>li+li {
    margin-left: 0;
}

.mb-category-ctn ul.bm-category-list::before{
	display: none;
}
.mb-category-ctn ul.bm-category-list>li a:after{
	display:none;
}
.current-category-btn{
	padding: 10px 20px;
    width: 100%;
    border-radius: 50px;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
    border: 1px solid #393939;
    background-color: transparent;
    position: relative;
    color: var(--color-primary);
}

.current-category-btn:before{
	content: "\f078";
    position: absolute;
    font-family: FontAwesome;
    font-size: 1rem;
    z-index: 1;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
	color: #393939;
}

.mb-category-ctn .current-category-btn{
	display: none;
}

.mb-category-ctn ul.bm-category-list>li a{
	border:none;
}

@media (min-width: 992px){
	.current-category-btn{
		display:none;
	}
}
@media (max-width: 991px){
	.woocommerce nav.woocommerce-breadcrumb{
		margin-bottom: 20px;
	}
	.category-intro-ctn{
		margin: 0;
	}
	.archive-products-sec>.row>.col.large-12{
		gap: 12px;
	}
	.category-dropdown,
	.woocommerce-ordering{
		width: auto;
    flex: 1;
		max-width: 49.5%;
	}
	.woocommerce-page ul.products{
		gap: 12px;
		grid-template-columns: repeat(2, 1fr);
	}
	.woocommerce-ordering>select{
		width: 100%;
	}
	.woocommerce ul.products[class*=columns-] li.product.product-small, .woocommerce-page ul.products[class*=columns-] li.product.product-small{
		width: 100%;
		margin: 0;
	}
	.product-small .box-text{
		padding: 0 12px 12px;
	}
	.product-gallery-slider{
		padding: 12px;
	}
	.woocommerce-page ul.products li.product .price{
		font-size: 16px;
		text-align: center;
	}
	.woocommerce-page ul.products li.product .price del{
		font-size: 15px;
	}
	ul.products li.product .title-wrapper h2{
		text-align: center;
	}
	.product-add-to-cart{
		margin-top: 0;
	}
	.faq-inner-ctn {
		padding: 40px 20px 30px;
		margin: 30px 0 60px;
	}
	.faq-inner-ctn h2{
		margin-bottom: 20px;
		font-size: 24px;
	}
	.faq-inner-ctn h3{
		font-size:18px;
		margin-bottom: 20px;
	}
	.category-selected-row{
		flex-direction: column;
		margin: 10px 0;
		gap: 20px;
	}
	.category-selected-row .woocommerce-result-count{
		width: 100%; 
	}
	
	.summary .quantity,
	.woocommerce div.product form.cart .button[type="submit"] {
		flex: 1;
	}
	.woocommerce div.product form.cart .button[type="submit"]{
		margin: 0;
	}
	
	.category-page-row .bm-category-list{
		display:none;
	}
	.bm-category-list-ctn{
		margin: 0;
	}
}

/* single product */
.woocommerce-notices-wrapper,
main>.product{
	max-width: 1440px;
    padding: 0 20px;
	margin: 0 auto;
}

.woocommerce-message {
    border-top-color: var(--color-primary);
}

main>.product{
    margin: 40px auto 50px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}
.woocommerce div.product div.summary{
	width: 100%;
/*     flex: 1; */
	grid-column: 2;
    grid-row: span 2;
}
div.product .related{
	grid-row: 4;
    grid-column: span 2;
}
.related>h2{
	text-align: center;
	text-transform: unset;
}

.summary .product_meta{
	display: none;
}
.woocommerce div.product form.cart{
	display: flex;
	flex-direction: column;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button[type="submit"]{
	max-width: 260px;
}

.woocommerce div.product table.variations tr{
	display: flex;
    flex-direction: column;
    margin: 0 0 20px;
}

.woocommerce div.product form.cart .variations th.label{
	width: 100%;
    font-size: 1.125rem;
    text-transform: uppercase;
	line-height: 1.25rem;
    margin: 0 0 20px;
}

.woocommerce div.product form.cart .variations select{
	width: 100%;
	height: 60px;
    padding: 0 20px;
    border-radius: 50px;
}

.product table.variations a.reset_variations{
	display: none;
}
.summary form.cart{
/* 	max-width: 260px; */
}

.product .onsale{
	display: none;
}

.price.product-page-price::after, 
.woocommerce-variation-price .price::after{
/* 	content: 'Inc GST';
    font-size: 20px;
    margin-left: 10px;
    font-weight: 600; */
}
div.product .summary p.price{
	font-size: 1.375rem;
    color: var(--color-primary);
	margin-bottom: 10px;
}
 .price-ctn ins,
 .price-ctn del{
	text-decoration: none;
}
.woocommerce div.product p.price del,
.caravan-slide-item .price-ctn del span{
	color: #002762;
    opacity: 1;
	font-size: 0.8125rem;
}
.caravan-slide-item .price-ctn del span{
	text-decoration: line-through;
}
small.woocommerce-price-suffix{
	font-size: 1rem;
    color: #393939;
}

.product-sku{
	font-size: 1rem;
    margin: 0 0 24px;
}

.text-below-price-ctn{
	font-size: 0.75rem;
    line-height: 1rem;
    color: #393939;
    max-width: 350px;
	margin-bottom: 30px;
}
.woocommerce.single nav.woocommerce-breadcrumb{
	max-width: 1440px;
    padding: 0 20px;
    margin: 20px auto 40px;
}
.woocommerce div.product .product_title{
	font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
}

.after-add-text h5{
	padding: 24px 0 20px;
    border-top: 1px solid #0000001A;
    font-size: 1.125rem;
    text-transform: uppercase;
	margin: 0;
}

.finance-options-ctn{
	display: flex;
    align-items: center;
    gap: 20px;
	margin-bottom: 20px;
}

.term-text{
	font-size: 0.75rem;
    margin: 0 0 20px;
}
.flex-direction-nav>li{
	position: absolute;
	top: 250px;
    transform: translateY(-50%);
	z-index: 2;
}
.flex-direction-nav>li>a{
	height: 42px;
	width: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--bs-white);
	border: 1px solid #D6D6D6;
	border-radius: 50%;
}

.flex-direction-nav .flex-nav-prev{
	
}
.flex-direction-nav .flex-nav-next{
	right: 0;
    left: auto;
}
.woocommerce-product-gallery__wrapper{
	height: 500px;
}
.woocommerce-product-gallery__wrapper>div{
	height: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image>a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

div.product .single_variation_wrap{
	display: flex;
}

div.product .woocommerce-variation-price {
	display: none;
}

.product-total-calculation{
	font-size: 16px;
    margin: 0 0 20px;
}
#product-total-price{
	font-size: 1.375rem;
	color: var(--color-primary);
}
#product-total-price *:not(.price-range){
	text-decoration: none;
}
.product-total-calculation .woocommerce-price-suffix,
.product-total-calculation del{
	display: none;
}
@media (max-width: 991px){
	main>.product{
		display: block;
	}
	.woocommerce-product-gallery__wrapper{
		height: auto;
	}
	.flex-direction-nav>li{
		top: 50%;
	}
	.finance-options-ctn{
		flex-wrap: wrap;
	}
	.woocommerce div.product form.cart:not(.variations_form){
		flex-direction: row;
	}
	.woocommerce-variation-add-to-cart{
		display: flex;
    	width: 100%;
	}
	div.product .related{
		margin-top: 30px;
	}
}

/* single product page enquire form */
.gform-theme .gform_required_legend{
	display: none;
}

#gform_1 .gform_fields{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#gform_1 .gform_fields>.gfield{
	grid-row: 1;
	grid-column: 1;
    padding: 0;
    margin: 0;
}
#gform_1 .gform_fields>.gfield:nth-child(2){
	grid-row: 2;
}
#gform_1 .gform_fields>.gfield:nth-child(3){
	grid-row: 3;
}
#gform_1 .gform_fields>.gfield:nth-child(4){
	grid-row: 4;
}
#gform_1 .gform_fields>.gfield:nth-child(5){
	grid-row: 5;
}
#gform_1 .gform_fields>.gfield.gfield--type-textarea{
	grid-row: span 5;
	grid-column: 2;
}

#gform_1 .ginput_container_textarea{
	height: 100%;
}
#gform_1 input,
#gform_1 textarea{
	padding: 13px 20px;
	border: none;
	box-shadow: none;
	background: #F7F7F7;
	border-radius: 50px;
	font-size: 0.875rem;
	line-height: 14px;
}
#gform_1 input{
	height: 40px;
}
#gform_1 input[type="submit"]{
	    background: var(--color-primary);
    width: 120px;

}
#gform_1 textarea{
	height: 100%;
    max-height: 100%;
    min-height: auto;
    border-radius: 20px;
    border: none;
}
#gform_1 .gfield--type-captcha{
	grid-row: 6;
}
#gform_1 #field_submit{
	grid-column: 2;
    grid-row: 6;
	display: flex;
    justify-content: flex-end;
}

#gform_1 .gform_fields>.gfield.gfield--type-captcha{
	grid-row: 6;
}

@media (max-width:991px){
	#gform_1 .gform_fields{
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	#gform_1 #field_submit{
		justify-content: flex-start;
	}
}
/* single product page tabs */
.woocommerce div.product .wc-tabs-wrapper{
	width: 100%;
	grid-row: 3;
    grid-column: span 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
	margin: 0;
	display: flex;
    gap: 4px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border:none;
    border-radius: 20px 20px 0 0;
    padding: 0 40px;
    text-transform: uppercase;
	margin: 0;
	background: var(--color-primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	height: 52px;
	display: flex;
    align-items: center;
    text-align: center;
	justify-content: center;
	color: var(--bs-white);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #F7F7F7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #393939;
}
.woocommerce div.product .woocommerce-tabs .panel{
	padding: 50px;
    margin: 0;
    background: #F7F7F7;
	border-radius: 0 0 20px 20px;
	font-size: 0.875rem;
}
.woocommerce-tabs .panel .row{
	gap: 20px;
}
.woocommerce-tabs .panel h3{
	font-size: 30px;
	margin-bottom: 20px;
}
.woocommerce-tabs .panel .image-ctn{
	gap: 17px;
	display: flex;
}
.woocommerce-tabs .panel .image-ctn img{
	border-radius: 20px;
    width: 100%;
	max-height: 370px;
}
.woocommerce-tabs .panel .about-image-ctn{
	margin-top: 30px;
}
.woocommerce-tabs .panel .about-image-ctn img{
	width: 50%;
}
.woocommerce-tabs .panel h5{
	font-size: 18px;
}
.woocommerce-tabs ul{
	list-style: none;
    /*margin: 0 0 20px 15px;*/
}

#tab-body_specs_features ul,
#tab-storage_features ul{
	list-style: disc;
    margin: 0 0 20px 15px;
	line-height: 2rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display: none;
}
.woocommerce-tabs table {
    width: 100%;
}
.woocommerce-tabs table:not(:last-child) {
    margin-bottom: 2rem;
}
.woocommerce-tabs tr {
    border-bottom: 1px solid #3939391A;
}
.woocommerce-tabs td {
    padding: 1rem 0;
}

.woocommerce-tabs td:first-child {
    width: 40%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
	color: #333333;
}

.woocommerce-tabs .panel .about-image-ctn.image-ctn img{
	cursor: pointer;
}
@media (max-width: 991px){
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		overflow-x: auto;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		padding: 0 10px;
		min-width: 120px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size: 12px;
		line-height: 14px;
		height: 44px;
		overflow: hidden;
	}
	.woocommerce div.product .woocommerce-tabs .panel{
		padding: 30px 15px;
		font-size: 14px;
		line-height: 18px;
	}
	.woocommerce-tabs .panel h3{
		font-size: 24px;
		line-height: 30px;
	}
	.woocommerce-tabs .panel .about-image-ctn{
		flex-direction: column;
	}
	.woocommerce-tabs .panel .about-image-ctn img{
		width: 100%;
	}
	.woocommerce-tabs .panel .row{
		flex-direction: column;
	}
}

/* Product Video Slider Styles */
.woocommerce div.product div.images.woocommerce-product-gallery{
	width: 100%;
    grid-column: 1;
}
.product-video-slider-container {
    margin: 40px 0;
	grid-row: 2;
    grid-column: 1;
	max-width: 700px;
}

.video-slider-title {
    margin-bottom: 20px;
    font-size: 1.25rem;
}

div.product .video-slider {
    position: relative;
	padding: 0 0 60px;
	max-width: 100%;
    overflow: hidden;
	max-height: 315px;
}

div.product .video-slider:after{
	content: "";
    position: absolute;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
    height: 100%;
    width: 25%;
    pointer-events: none;
    z-index: 2;
	right: 0;
    top: 0;
    transform: rotate(180deg);
}
div.product .video-slide {
    padding: 0 10px;
	max-width: 100%;
}

div.product .video-wrapper {
    position: relative;
    width: 100%;
	max-width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background-color: #000;
    border-radius: 10px;
    overflow: hidden;
}

div.product .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
div.product .video-slider .slick-list{
	left: -10px;
}
div.product .video-slider .slick-prev,
div.product .video-slider .slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #D6D6D6;
    color: #393939;
    font-size: 0.875rem;
    transition: all 0.3s ease;
	top: auto;
	bottom: -20px;
	position: absolute;
}


div.product .video-slider .slick-prev {
    left: 0;
}

div.product .video-slider .slick-next {
    left: 50px;
}

div.product .video-slider .slick-dots li.slick-active button:before {
    color: var(--color-secondary);
}

div.product .video-slider-title{
	text-transform: uppercase;
}

/* Responsive styles */
@media (max-width: 991px) {
    .product-video-slider-container {
        margin: 30px 0;
        padding: 20px 0;
    }
    
    div.product .video-slider-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    
    div.product .video-slide {
        padding: 0 10px;
    }
    
    div.product .video-slider .slick-prev,
    div.product .video-slider .slick-next {
        font-size: 14px;
    }
    
}


@media (max-width:1400px) and (min-width: 992px){
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.product-video-slider-container{
		max-width: calc(50vw - 35px);
	}
}


/* horse floats floor plans */
.hf-floorplan{
	display :none;
}
.hf-floorplan.active{
	display: block;
}
.hf-floorplans{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 60px;
}
.hf-floorplans>button{
	padding: 17px 10px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    border-radius: 50px;
    border: 2px solid var(--color-primary);
    font-weight: 600;
}

.hf-floorplans>button.active{
	color: var(--bs-white);
	background: var(--color-primary);
}
.hf-floorplan .top{
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #D8D8D8;
}
.hf-floorplan .top h4{
	font-size: 1.25rem;
	margin: 0;
    display: flex;
    flex-direction: column;
}
.hf-floorplan .top h4 span{
	font-size: 0.875rem;
	line-height: 20px;
    font-weight: 500;
}
.hf-floorplan .top .price-ctn{
	font-size: 2rem;
	font-weight: 600;
	color: var(--color-primary);
}

.hf-floorplan .middle{
	display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    padding: 40px 0;
    flex-wrap: wrap;
    row-gap: 10px;
}
.hf-floorplan .middle .features-ctn ul li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 0;
	list-style: none;
}
.hf-floorplan .middle h4{
	margin: 0;
}
.hf-floorplan .features-ctn ul{
	margin: 0;
    display: flex;
    gap: 30px;
    font-weight: 500;
}
.hf-floorplan .features-ctn ul li span {
    line-height: 20px;
}
.hf-floorplan .features-ctn img{
	height: 50px;
	width: auto;
}
.hf-floorplan .bottom{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
	padding: 40px 0;
}
.hf-floorplan .bottom .product__specs{
	padding: 19px 30px;
    border: 1px solid #DDDDDD;
    background: var(--bs-white);
    border-radius: 20px;
    height: fit-content;
    font-size: 14px;
}
.hf-floorplan .product__specs table{
	width: 100%;
}

.hf-floorplan .product__specs tr{
    border: none;
}
.hf-floorplan .product__specs tr td{
    padding: 0;
    line-height: 30px;
}
.hf-floorplan .product__specs tr>td:last-child{
	text-align: right;
}
.hf-floorplan img{
	width: 100%;
    height: auto;
}
.hf-floorplan .gallery-ctn{
	padding: 40px 0;
    border-top: 1px solid;
}
.hf-floorplan ul {
	list-style: none;
}

.hf-floorplan .gallery-ctn{
	text-align: center;
}
.hf-floorplan ul.caravan_gallery_2{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
	gap: 15px;
	margin: 0;
}
.hf-floorplan .caravan_gallery_2 img{
	height: 300px;
	object-fit: cover;
	border-radius: 20px;
}
.gallery-ctn h4{
	margin-bottom: 30px;
}
.hf-floorplan .gallery-ctn .caravan_gallery_2 li{
	display: none;
}
.hf-floorplan .gallery-ctn .caravan_gallery_2 li:nth-child(-n+9) {
    display: block;
}
.load-more-btn{
	margin: 40px auto 0;
    background-color: var(--color-primary);
    color: var(--bs-white);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 14px 50px;
    max-width: 100%;
    border: none;
    cursor: pointer;
}
@media (max-width:991px){
	.hf-floorplans{
		grid-template-columns: repeat(3, 1fr);
		gap: 6px;
		margin-bottom: 30px;
	}
	.hf-floorplan .bottom,
	.hf-floorplan ul.caravan_gallery_2{
		grid-template-columns: repeat(1, 1fr);
	}
	.hf-floorplan .caravan_gallery_2 img{
		height: 250px;
	}
	.hf-floorplan .features-ctn img{
		height: 30px;
	}
	.hf-floorplans>button{
		padding: 10px 5px;
		font-size: 14px;
		line-height: 16px;
	}
	.hf-floorplan .top{
		padding-bottom: 20px;
	}
	.hf-floorplan .middle,
	.hf-floorplan .bottom{
		padding: 20px 0;
	}
	.hf-floorplan .bottom{
		gap: 20px;
	}
	.hf-floorplan .features-ctn ul{
		flex-wrap: wrap;
    	margin: 10px 0 0;
		row-gap: 10px;
		column-gap: 20px;
	}
	.hf-floorplan .bottom .product__specs{
		padding: 20px;
		font-size: 12px;
	}
	.hf-floorplan .gallery-ctn{
		padding: 20px 0;
	}
	.hf-floorplan .gallery-ctn h4{
		margin-bottom: 20px;
	}
}


/* caravan */
.floorplan-gallery{
    display: flex;
    gap: 10px;
}
.floorplan-gallery>li{
    flex: 1;
}
.floorplan-gallery img{
    max-height: 330px;
    width: auto;
    object-fit: contain;
}

.caravan-floorplan .price-ctn{
    padding: 60px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0000001A;
}
.caravan-floorplan .price-ctn>li{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.caravan-floorplan .price-ctn h4{
    margin: 0;
    font-size: 20px;
}
.caravan-floorplan .price-ctn h3{
    font-size: 30px;
    margin: 0;
}

.caravan-floorplan .price-ctn p{
    margin: 0;
    font-size: 14px;
}
.caravan-floorplan p.price-pw{
    font-size: 20px;
    text-align: right;
    font-weight: 600;
}

.caravan-floorplan .features-ctn{
    padding: 45px 0;
}
.caravan-floorplan .features-ctn>ul{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.caravan-floorplan .features-ctn>ul>li{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    font-size: 1rem;
}

.caravan-floorplan .features-ctn img{
    height:64px;
    width: auto;
    object-fit: contain;
}

.caravan-floorplan .parameters-ctn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}
.caravan-floorplan .parameters-ctn>li{
    flex: 1;
}
.caravan-floorplan .parameters-ctn table{
    width: 100%;
    display: flex;
    padding: 19px 30px;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    background: white;
}
.caravan-floorplan .parameters-ctn table tbody{
    width: 100%;
}
.parameters-ctn table tr{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 30px;
    border: none;
}

.caravan-floorplan .parameters-ctn td{
    padding: 0;
}
a.vr-tour-link{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    border: 2px solid var(--color-primary);
    border-radius: 50px;
    padding: 18px 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    gap: 10px;
}

.disclaimer{
    margin: 20px 0 0;
    padding: 0 40px;
    font-size: 1rem;
}

.caravan-specs h4{
    margin-bottom: 20px;
}

.caravan-specs ul.specs-toggle>li+li{
    margin: 50px 0 0;
}
.caravan-specs ul.specs-toggle h4{
    text-transform: uppercase;
}

.caravan-specs ul.specs-toggle ul{
    margin: 0;
}

.caravan-specs ul.specs-toggle>li li{
    line-height: 30px;
}

.inclusions-list,
.gallery-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 50px;
}
.gallery-grid{
    row-gap: 20px;
}
.inclusions-list>li,
.gallery-grid>li{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 20px;
}
.gallery-grid>li a{
	display: block;
	width: 100%;
	height: 200px;
}
.inclusions-list img,
.gallery-grid>li img{
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
	height: 100%;
}
.inclusions-list img{
	max-height: 150px;
}

.woocommerce-tabs ul.inclusions-nav,
.woocommerce-tabs ul.gallery-nav{
    display: flex;
    justify-content: center;
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    margin-bottom: 40px;
}
.inclusions-nav>li,
.gallery-nav>li{
    flex: 1;
    padding: 17px 10px;
    text-align: center;
    border: 2px solid var(--color-primary);
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
}

.inclusions-nav>li.active,
.gallery-nav>li.active{
    color:white;
    background:var(--color-primary);
}

.inclusions-list:not(.active),
.gallery-grid:not(.active){
    display: none;
}

@media (max-width:991px){
    .floorplan-gallery{
        flex-direction: column;
        gap: 20px;
    }
    .caravan-floorplan .price-ctn{
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .caravan-floorplan .price-ctn>li:first-child{
        width: 100%;
        margin-bottom: 25px;
    }
    .caravan-floorplan .price-ctn h3{
        font-size: 24px;
    }
    .caravan-floorplan .features-ctn{
        padding: 30px 0;
        border-bottom: 1px solid #0000001A;
    }
    .caravan-floorplan .features-ctn>ul{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 0;
    }
    .caravan-floorplan .features-ctn>ul>li{
        gap: 6px;
    }
    .caravan-floorplan .features-ctn img{
        height: 48px;
    }
    .caravan-floorplan .parameters-ctn{
        margin: 30px 0 0;
        flex-direction: column;
        gap: 20px;
    }
    .caravan-floorplan .parameters-ctn>li{
        width: 100%;
    }
    .caravan-floorplan .parameters-ctn table{
        padding: 20px;
        border-radius: 10px;
    }
    a.vr-tour-link{
        max-width: 100%;
        padding: 14px;
        font-size: 16px;
    }
    .disclaimer{
        padding: 0;
        margin-bottom: 20px;
    }
    .caravan-specs h4{
        margin-bottom: 10px;
    }
    .caravan-specs ul.specs-toggle>li+li{
        margin-top: 30px;
    }
    .inclusions-nav>li, 
    .gallery-nav>li{
        font-size: 14px;
        padding: 14px 10px;
    }
    .inclusions-nav, .gallery-nav{
        gap: 10px;
        margin-bottom: 15px;
    }
    .inclusions-list, 
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        row-gap: 20px;
    }
    .woocommerce-tabs .panel h5 {
        font-size: 12px;
    }
	.gallery-grid>li a{
		height: 130px;
	}
}

/* cart page */

.custom-cart-wrapper {
    display: flex;
	flex-direction: column;
	background-color: #F7F7F7;
	border-radius: 20px;
    padding: 30px;
	flex: 1;
}


.custom-cart-row>.col{
	padding: 0;
}
.woocommerce-cart h1{
	margin-bottom: 38px;
	text-align: center;
	font-size: 2rem;
    text-transform: uppercase;
}
.custom-cart-row{
	gap: 3%;
    flex-wrap: nowrap;
	margin-bottom: 100px;
	max-width: 100%;
}
.custom-cart-login-form{
	padding: 40px 30px;
    background: #393939;
    color: var(--bs-white);
	border-radius: 20px;
}

.custom-cart-login-form p{
	margin: 0;
}

.wc-progress-bar-ctn {
	padding: 20px 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F6781A;
	border-radius: 20px;
}

.wc-progress-bar-labels {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}

.wc-progress-bar-labels p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	flex: 1;
	position: relative;
}

.wc-progress-bar-labels p.active {
	color: #ffffff;
	font-weight: bold;
}

.wc-progress-bar {
	height: 8px;
	background: #f9bb8c;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.progress-fill {
	height: 100%;
	background: #ffffff;
	border-radius: 4px;
	transition: width 0.3s ease;
}

.custom-cart-login-form h5{
	margin-bottom: 30px;
}
.cart-login-from-register{
	font-weight: 400;
	margin-bottom: 30px;
}
.cart-login-from-register a{
	color: var(--color-primary);
    margin-left: 10px;
}
.custom-cart-login-form form :not(.login-remember) label{ 
	display: none;
}

.custom-cart-login-form form{
	display: flex;
    flex-direction: column;
    gap: 20px;
}
.custom-cart-login-form form .login-username input,
.custom-cart-login-form form .login-password input{
	width: 100%;
    border-radius: 25px;
    background: #7d7d7d54;
    box-shadow: none;
    border: none;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 16px;
	color: var(--bs-white);
}

.custom-cart-login-form form input::placeholder{
	color: var(--bs-white);
}

.custom-cart-login-form .login-remember label{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	gap: 10px;
}

.custom-cart-login-form input[type="submit"]{
	padding: 17px 0;
    width: 100%;
    background-color: var(--color-primary);
    color: var(--bs-white);
    border-radius: 25px;
    font-size: 1rem;
    text-transform: uppercase;
}

.cart-login-form-find-password{
	text-align: center;
	margin-top: 20px;
}

.product-image img{
	background-color: var(--bs-white);
}

.cart-progress-section,
.cart-progress-section .wc-progress-bar-ctn {
    margin-bottom: 20px;
}

.cart-item-count {
	font-size: 0.875rem;
}

/* Cart Items */
.custom-cart-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}

.custom-cart-item:not(:first-child) {
	padding-top: 30px;
}

.product-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.product-image,
.product-image a {
	display: flex;
    width: 100px;
    height: 100px;
}

.product-image img {
    width: 100%;
	height: 100%;
	border: 1px solid #E6E6E6;
    border-radius: 12px;
}

.product-details {
    flex: 1;
}

.product-name {
	font-size: 1.25rem;
    font-weight: 700;
	line-height: 100%;
    margin-bottom: 1rem;
}

.product-remove .remove,
.bin-icon {
    width: 24px;
    height: 24px;
}

.bin-icon {
    display: inline-block;
    background-image: url("/wp-content/uploads/2025/10/cart-bin-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-subtotal {
	display: flex;
	justify-content: space-between;
    padding-right: 55px;
}

.product-subtotal .amount {
	font-size: 1.25rem;
	font-weight: 700;
	color: #F87800;
}

/* Cart Summary */
.cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
	padding: 20px 0;
}

.cart-subtotal .amount {
	font-size: 2rem;
	color: #F87800;
}

.cart-buttons {
    display: flex;
    gap: 15px;
}

.cart-buttons a.button {
    flex: 1;
	height: 60px;
    padding: 0 20px;
	align-content: center;
    text-align: center;
    border-radius: 100px;
    font-weight: 700;
}

.cart-buttons a.continue-shopping,
.cart-buttons a.continue-shopping:hover {
    background: #393939;
	color: #fff;
}

.cart-buttons a.checkout,
.cart-buttons a.checkout:hover {
    background: #F6781A;
	color: #fff;
}
.woocommerce-cart>main{
	max-width: 1440px;
    padding: 0 20px;
	margin: 0 auto;
}
@media (max-width: 1440px) {
    .woocommerce-cart>main {
        max-width: 1200px;
        padding: 0px 20px;
        margin: 0px auto;
    }
}
@media (max-width: 991px){
	.custom-cart-wrapper{
		padding: 20px 18px;
	}
	.custom-cart-row{
		flex-direction: column;
    	gap: 30px;
		margin: 0 0 60px;
	}
	.woocommerce-cart h1{
		font-size: 24px;
    	margin-bottom: 30px;
	}
	.wc-progress-bar-ctn{
		padding: 20px 18px;
	}
	.custom-cart-wrapper{
		padding: 20px 18px;
	}
	
	.woocommerce-cart-form .product-image img,
	.woocommerce-cart-form .product-image a{
		width: 80px;
		height: 80px;
	}
	.custom-cart-login-form{
		padding: 30px 20px;
	}
	.custom-cart-login-form h5{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.woocommerce-cart-form .product-info{
		margin: 0;
	}
	.woocommerce-cart-form .product-subtotal{
		padding: 0;
	}
	.woocommerce-cart-form .custom-cart-item{
		padding-bottom: 20px;
	}
	.cart-buttons a.button{
		padding: 20px 0;
	}
	.cart-login-from-register{
		margin-bottom: 20px;
	}
	.cart_item .product-name{
		font-size: 16px;
	}
}