/*
Theme Name: Chelsea_Garden

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
.widget.woocommerce.widget_product_categories .widget-title{
	display:none;
}

.outofstock .price{
	display:none;
}

/*.related .woocommerce-loop-product__title{
	min-height: 40px;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	color: #112A36;
	margin-bottom: 4px;
	padding:16px;
}*/

.products li{
	list-style:none;
}

.products-archive {
	position:relative;
}
/* .products-archive .products .woocommerce-loop-product__title {
	min-height: 60px;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	color: #112A36;
	margin-bottom: 4px;
} */
#primary .products-archive .products .woocommerce-loop-product__title,.related.products ul.products .woocommerce-loop-product__title {
	height: 58px;
	overflow:hidden;
	font-weight: 400;
	font-size: 14px;
	line-height: 17.5px;
	color: #000;
	margin-bottom: 12px;
	padding: 4px 16px;
	order: 2;
	/*mask-image: linear-gradient(transparent, #000 12px, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(transparent, #000 12px, #000 80%, transparent 100%);*/

}
.products-archive .products .product .price, .related.products ul.products .product .price {
	font-weight: normal;
	font-size: 16px;

	line-height: 24px;
	/*color: #3F545D;*/
	color:#000000;
	opacity: 0.8;
	text-transform:lowercase;
	padding:0 16px;
	order:1;
	font-weight:800;
}

.woocommerce-products-header__title{
	margin-bottom:0;
	
}

.products-archive .products .product .soldout, .related.products .products .product .soldout{
	padding:0 16px;
	color:#000000;
	/*position: absolute;
    bottom: -24px;*/
    left: 0;
    background: #fff;
    display: block;
    z-index: 1;
}

.products-archive .woocommerce-ordering{
	margin-bottom:0px;
}

.woocommerce-products-header{
	margin-bottom:30px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.owl-carousel .owl-item .item-empty{
	padding:20px;
}

/*.products-archive .page-description{
	padding-top:80px;
}

.products-archive .woocommerce-ordering{
	position:absolute;
	top:0;
	left:10px;
}*/

/**
 * Products
 */
/**
 * Products
 */
.catalog-row ul.products, .related.products ul.products {
	display: grid;
	flex-wrap: wrap;
	gap:15px;
	 justify-content: space-between; 
	margin: 0px 0 24px 0;
	padding: 0;
	width: 100%;
	grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
	
	 /*display:flex;
  flex-wrap:wrap;
  justify-content:space-between;*/
}

.related.products ul.products {
	grid-template-columns: repeat(5, 1fr);
}

.catalog-row ul.products li.product, .related.products  ul.products li.product{
	display:grid;
	list-style: none;
	position: relative;
	margin-bottom: 0;
	background-color: #fff;
    padding: 14px;
	padding: 0px;
	flex-basis: 23%;
	border: 1px solid #E1EEF5;
	box-sizing: border-box;
	    border-radius: 6px;

	
}
.catalog-row ul.products li:nth-child(4n),  {
	margin-right: 0;
}

.catalog-row ul.products li.product:hover{

/*box-shadow: 0px 4px 32px rgba(17, 42, 54, 0.08);
border-radius: 2px;	*/
}


.catalog-row ul.products li.product>a:hover{
	text-decoration:none;
}

.catalog-row ul.products li.product .woocommerce-Price-amount.amount, .related.products ul.products li.product .woocommerce-Price-amount.amount{
	/*font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	color: #112A36;*/
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	color: #3F545D;
	opacity: 1;
	color:#000;
}

.catalog-row ul.products li.product .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .related.products ul.products li.product .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	opacity:1;
}

 .product .price .woocommerce-Price-currencySymbol,  .related.products .product .price .woocommerce-Price-currencySymbol{
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	color: #112A36;
 }
.woocommerce-Price-size {
	margin-right: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #112A36;
}

.woocommerce-Price-action {
	margin-left: 7px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	text-decoration-line: line-through;
	color: #C05011;
}
.catalog-row ul.products li.product img, .related.products ul.products li.product img{
	margin-bottom: 13px;
	height: auto;
	/* max-height:220px; */
	max-width: 100%;
	width: 100%;
	border-radius:6px 6px 0 0;
}

.catalog-row ul.products li.product .button, .related.products ul.products li.product .button {
	display: block;
	background-color: #68B250;
	border-radius: 4px;
	padding:8px 22.6px;
	color: #FFFFFF;
	font-size:14px;
	font-weight: 500;

	line-height: 17.5px;
	width: 80%;
	width: calc(100% - 32px);
    margin: 0 auto;
	margin-bottom:16px;
	text-align:center;
	/*background-image:url(./css/icons-svg/arrow.svg);
	background-repeat:no-repeat;
	text-indent: -99999em;
	position: absolute;
	width: 14px;
	height: 14px;
    right: 21px;
    bottom: 20px;*/
	
}

.catalog-row ul.products li.product .button:hover, .related.products ul.products li.product .button:hover{
	background-color:#499033;
}



.woocommerce-ordering select{
	background: #FFFFFF;
	border: 1px solid #E1EEF5;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;

	letter-spacing: 0.5px;
	text-transform: uppercase;

	padding:11px 13px;
min-width: 200px;

	color: #000000;
}





/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
	position: relative;
	
	margin-bottom:51px;

}

.woocommerce-product_title{
	margin-bottom:20px;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	color: #112A36;
}

.single-product div.product .product-summary{
	padding:30px 30px 32px 30px;
	background-color:#FFF;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	border-radius: 2px 2px 0 0;
}


.woocommerce-product-gallery__image a{
	display:block;
}
.product .product-image{
	border: 1px solid #E1EEF5;
box-sizing: border-box;
border-radius: 2px;
padding: 25px 33px;
}


.woocommerce-product-gallery__image a img{
	width: 100%;
    height: auto;
    margin: 0 auto;
	
}

.product .summary.entry-summary .woocommerce-product-details__short-description{
	padding:10px 20px;
	
}

.product .summary.entry-summary .woocommerce-product-details__short-description p{
	font-size:14px;
	line-height:20px;
}

.product .quantity .qty {
	width:100%;
	padding: 20px 10px;
	background: #F7F8F8;
	opacity: 0.8;
	box-sizing: border-box;
	border: none;
	min-width: 65px;
}

.product-calc__left .price {
	margin-bottom: 0;
	padding: 20px 0;
	font-weight: 800;
	font-size: 16px;
	line-height: 24px;
	color: #112A36;
}
.product-calc__left .price br {
	display: none;
}
.product .single_add_to_cart_button{
	padding: 18px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #40B63D;
	border-radius: 4px;
}

.product .single_add_to_cart_button:hover,
.product .single_add_to_cart_button:focus{
	background-color: #379E35;
	box-shadow: none;
	border-color: #379E35;
	outline: none;
}
.product .in-stok,
.not-available {
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #88959B;
}

.product .in-stok span,
.not-available span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #112A36;
}
.product .product-description{
	padding:0 30px  30px 30px;
	color: #112A36;
	background-color:#FFF;
	border-radius: 2px;
}
.product .product-description h2 {
	margin-bottom: 16px;
	font-weight: 800;
	font-size: 24px;
	line-height: 32px;
	color: #112A36;
}
.product .product-description h3 {
	margin-bottom: 12px;
	font-weight: 800;
	font-size: 20px;
	line-height: 28px;
	color: #112A36;
}
.product .product-description h4 {
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #88959B;
	margin-bottom:0;
}
.product .product-description p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #112A36;
	margin-bottom: 12px;
}
.related .main-title {
	text-align:left;
	margin-bottom: 32px;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	color: #112A36;
}

/*.related .products .product span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3F545D;
	opacity: 0.8;
	
}*/
.product .variations .label{
	display:none;
}

.product  .reset_variations{
	display:none;
}

.product .variations{
	margin-bottom:28px;
}

.product .variations  select{
	background: #FFFFFF;
	border: 1px solid #E1EEF5;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;

	letter-spacing: 0.5px;
	text-transform: uppercase;

	padding:11px 13px;


	color: #88959B;
	
}

.product-calc__wrapper {
	display: flex;
	border-bottom: 1px solid #E1EEF5;
}
.product-calc {
	min-height: 245px;
	max-height: 360px;
	overflow-y: auto;
}
.product-calc__title {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #E1EEF5;
}
.product-calc__title .price__title {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 12px;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #88959B;
}
.product-calc__title .quantity__title {
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 12px;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #88959B;
}
.product-calc__left {
	flex-basis: 80%;
}
.product-calc__right {
	flex-basis: 30%;
}


.product .variations_form.cart{
	margin-top:0px;
}

#product-gallery {
	margin-top:10px;
}

#product-gallery .owl-item .item{
	background: #F7F8F8;
border: 1px solid #E1EEF5;
box-sizing: border-box;
border-radius: 2px;
}
.product-calc__right .buttons-add-minus {
	display: flex;
	align-items: center;
}
.product-calc__right .buttons-add-minus.active input {
	background-color: #FFC898;
}
.woocommerce-pagination .page-numbers{
	padding:0;
	margin:0;
}

.woocommerce-pagination .page-numbers li{list-style:none; display:inline-block;color:#FFC898; margin-right: 10px;}

.woocommerce-pagination .page-numbers li span{
	padding: 12px 20px;
	display: block;
	 border: 1px solid #FFC898;
box-sizing: border-box;
border-radius: 6px; background-color:#FFF; 
}

.woocommerce-pagination .page-numbers li span.current{
	background-color:#172935;
	border-color:#172935;
	color:#fff;
	font-size:14px;
}

.woocommerce-pagination .page-numbers li a{
	display:block;
	color:#3F545D;
	    width: 100%;
    height: 100%;
    padding: 12px 20px;
	 border: 1px solid #E1EEF5;
box-sizing: border-box;
border-radius: 6px; background-color:#FFF; 

}

.woocommerce-pagination .page-numbers li a:hover{
	text-decoration:none;
}

.catalog-row ul.products li.product-category.product{
	padding:0;
}


.catalog-row ul.products.columns-3 li.product-category.product a{
	color: #88959B;
}

.catalog-row ul.products.columns-3 li.product-category.product .woocommerce-loop-category__title{
	 text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: inherit;
	    color: #000;
	display: flex;
    align-items: center;
    justify-content: center;	
}
.woocommerce-LoopProduct-link  {
	display: block;
	display:flex;
	flex-direction:column;
	
}
.related__image {
	position: relative;
}
.related__image-items--wrapper {
	display: flex;
	position: absolute;
	bottom: 15px;
	width: 100%;
}
.related__image  #related-popular,
.related__image  #related-stock {
	display: block;
	text-align: center;
	flex-basis: 50%;
	opacity: 1;
	padding: 6px;
	font-weight: 800;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.related__image  #related-popular {
	background-color: #D5D913;
}
.related__image  #related-stock {
	background-color: #EC8C1B;
}

.catalog-row ul.products li.product-category.product img{
	max-width:100%;
	height:auto;
}


.catalog-row ul.products li.product-category.product a.btn{
	width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
	margin-top:20px;
	color: #33281E;
	text-transform:uppercase;
	font-weight: 500;
font-size: 14px;
line-height: 20px;
padding: 10px;
}


.woocommerce-message{
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	color: #33281E;
    background-color: #cce5ff;
    border-color: #b8daff;
}

@media only screen and (max-width: 768px){
	
	.woocommerce-products-header__filters{
		display:none;
	}
	
.products-archive .woocommerce-ordering{
	margin-bottom:30px;
}



		    /*ul.products.columns-3 li.product-category.product .woocommerce-loop-category__title{
                font-size: 12px;
                padding-left: 5px;
                padding-right: 5px;
            }

            ul.products li.product-category.product a.btn{
                font-size: 12px;
                padding: 5px;
            }

            ul.products{
                display: flex;
            }
            .products-archive {
                padding-left: 12px;
            }
            ul.products li.product-category.product{

            }

            ul.products li.product{
                width: 50%;
                padding: 5px;
            }

            ul.products li.product:nth-child(even){
                border-left:0 ;
            }

            ul.products li.product .button{
                padding: 5px;
                width: 100%;
            }
            .product .product-description p{
                font-size: 14px;
            }
            .single-product div.product .product-summary{
                padding: 15px;
            }

            .product .product-image{
                padding: 0;
            }

            .product .cart{
                margin-top: 0;
            }
            .product .summary.entry-summary{
                padding: 20px;
            }
            ul.products li.product-category.product{
                margin-bottom: 5px;
            }*/

            #header .menu-cart {
								top:20px;
                left:85%;
            }


}
@media (max-width:  991px) {

	.catalog-row ul.products{
		grid-template-columns: repeat(2, 1fr);
		grid-gap:15px;
	}
	
	.catalog-row ul.products li.product:nth-child(n+2):not(:nth-child(-n+2)) {
		margin-top: 2%;
	}
	
	.woocommerce-products-header__title{
		font-size:28px;
	}
	
}
@media(max-width: 550px) {
	.single-product div.product .product-summary {
		padding: 20px 0 32px 0;
	}
	.product-summary__wrapper .product-left {
		max-width: 414px;
	}
	.product .price .woocommerce-Price-size,
	.product .price .woocommerce-Price-amount,
	.product .price .woocommerce-Price-currencySymbol {
		font-size: 14px;
		line-height: 20px;
	}
	.product-buttons__wrapper {
		display: block;
	}
	.product-buttons-shopping-cart {
		margin-right: 0;
	}
	.product .single_add_to_cart_button {
		margin-bottom: 12px;
	}
	.product-calc__left .price {
		padding: 12px 0;
	}
	.product-calc__left .price br {
		display: block;
	}
	/*.catalog-row ul.products li.product {
		flex-basis: 100%;
	}
	.catalog-row ul.products li.product:not(:first-child) {
		margin-top: 16px;
	}*/
	.product .product-description {
		padding: 0 0 30px 0;
	}
	.related .main-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	.related.products ul.products{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 414px) {
	.product .quantity .qty {
		min-width: 45px;
		padding: 20px 10px;
	}
}


/*.related.products ul.products {
	display: flex;
	margin: 48px 0 80px 0;
	padding: 0;
	width: 100%;
}
.related.products ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 0;
	background-color: #fff;
    padding: 14px;
	flex-basis: 24%;
	border: 1px solid #E1EEF5;
	box-sizing: border-box;
	margin-right: 1.3%;
}
.related.products ul.products li:nth-child(4n) {
	margin-right: 0;
}
.related.products ul.products li.product:hover{
	box-shadow: 0px 4px 32px rgba(17, 42, 54, 0.08);
	border-radius: 2px;	
}
.related.products ul.products li.product>a:hover{
	text-decoration:none;
}
.related.products ul.products li.product .woocommerce-Price-amount.amount{
	
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3F545D;
	opacity: 0.8;
}
.related.products ul.products li.product .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3F545D;
	opacity: 0.8;
}
.related.products ul.products li.product img {
	margin-bottom: 15px;
	height: auto;
	
	max-width: 100%;
	width: 100%;
}
*/
/*.related.products ul.products li.product .button {
	
	background-image:url(./css/icons-svg/arrow.svg);
	background-repeat:no-repeat;
	text-indent: -99999em;
	position: absolute;
	width: 14px;
	height: 14px;
    right: 21px;
    bottom: 20px;
	
}
.related.products ul.products li.product-category.product{
	padding:0;
	margin-bottom:24px;
}
.related.products ul.products.columns-3 li.product-category.product a{
	color: #88959B;
}
.related.products ul.products.columns-3 li.product-category.product .woocommerce-loop-category__title{
	text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
	color: #88959B;
}
.related.products ul.products li.product-category.product img{
	max-width:100%;
	height:auto;
}
.related.products ul.products li.product-category.product a.btn{
	width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
	margin-top:20px;
	color: #33281E;
	text-transform:uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
}*/

@media (max-width:  991px) {
	.related.products ul.products li.product {
		flex-basis: 48%;
	}
	.related.products ul.products li.product:nth-child(n+2):not(:nth-child(-n+2)) {
		margin-top: 2%;
	}
}
@media(max-width: 550px) {
	.related.products ul.products li.product {
		flex-basis: 100%;
	}
	.related.products ul.products li.product:last-child {
		display:none;
	}
	
	.catalog-row ul.products li.product img, .related.products ul.products li.product img{
		height: 140px;
		object-fit: cover;
	}
	.products-archive .products .product .price, .related.products ul.products .product .price{
		
	}
	.catalog-row ul.products li.product .woocommerce-Price-amount.amount, .related.products ul.products li.product .woocommerce-Price-amount.amount{
		font-size:13px;
	}
	
	.products-archive .products .product .soldout, .related.products .products .product .soldout{
		font-size:13px!important;
	}
	
	#primary .products-archive .products .woocommerce-loop-product__title, .related.products ul.products .woocommerce-loop-product__title{
		font-size:12px;
		line-height:15px;
	}
	
	.woocommerce-loop-product__title{
		height:30px!important;
	}
	
	#primary .products-archive .products .woocommerce-loop-product__title, .related.products ul.products .woocommerce-loop-product__title{
		padding:0 16px;
		
	}
	
	.catalog-row ul.products.columns-3 li.product-category.product .woocommerce-loop-category__title{
		font-size:12px;
	}
}
