
/* -------------------------------------------- */
/*                                              */
/*               Product page                   */
/*                                              */
/* -------------------------------------------- */
.cg-product-header{
    background-color: #0000;
    background-image: linear-gradient(62deg, #0c3225, #11493b);
    padding: 34px 0;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.cg-product-header h1{
    margin:0;
    font-size: 24px;
    font-weight: 400;
}
.section-product-details .cg-section-content{
    display: flex;
}
.section-product-details{
    margin-top:40px;
}
.section-product-details .product_title {
    padding: 0 0 20px;
    border-bottom: 1px solid #f1f1f1;
}
.section-product-details .price .woocommerce-Price-amount{
    color: #f4b925;
    font-size:36px;
}
.section-product-details .summary{
    font-size:14px;
}
.section-product-details .cart{
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 20px;
    border-color: #eaeaea;
}
.section-product-details .cart .add-to-cart-form{
    display: flex;
}
.section-product-details .cart button{
    color: #0a3325;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ffffff00;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
	font-family: 'Satoshi', sans-serif;
    border-radius: 200px;
    border: 1px solid #0a3325;
}
.section-product-details .cart button:hover{
	background-color: #0a3325;
	color:#fff;
}
.section-product-details .cart .quantity-form{
    display:flex;
    align-items:center;
}
.section-product-details .cart .quantity-form .minus, .section-product-details .cart .quantity-form .plus{
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    width: 20px;
    justify-content: center;
    font-weight:600;
    font-size:20px;
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
}
.section-product-details .cart .quantity-form .quantity-input, .auction_form .quantity .input-text{
    width:50px;
    text-align:center;
    margin:0 5px;
    padding: 10px 0;
	font-family: 'Satoshi', sans-serif;
}
.section-product-details .cart .quantity-form{
    margin-right:20px;
}
.section-product-details .product_meta{
    padding: 20px 0;
}
.section-product-details .product_meta a{
    color: #ababab;
    font-weight: 400;
    text-decoration: none;
}
.section-product-details .col-left .woocommerce-product-gallery{
	padding-right: 50px;
}
.section-product-details .col-left .woocommerce-product-gallery__wrapper{
	margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    overflow: hidden;
}
.section-product-details .col-left .woocommerce-product-gallery__wrapper .cg-product-badge{
    width: 300px;
    transform: translateX(-28%) translateY(142%) rotate(-45deg);
}
.section-product-details .col-left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
}
.section-product-details .col-left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image a{
    width: 100%;
    height: 100%;
    display: flex;
}
.section-product-details .col-left .woocommerce-product-gallery__image{
    text-align:center;
	position: relative;
    overflow: hidden;
	background-size: 0;
    background-repeat: no-repeat;
}
.section-product-details .col-left .woocommerce-product-gallery__image .wp-post-image{
	width: 100%;
    height: auto;
    object-fit: contain;
}
.section-product-details .col-left .woocommerce-product-gallery__thumbnails{
    position:relative;
    display:flex;
    border: 1px solid #00000020;
    border-radius:10px;
    margin-top:10px;
}
.section-product-details .col-left .woocommerce-product-gallery__thumbnails .arrow-left, .section-product-details .col-left .woocommerce-product-gallery__thumbnails .arrow-right{
    width:50px;
    min-width: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size: 40px;
}
.section-product-details .col-left .woocommerce-product-gallery__thumbnails .arrow-left:hover, .section-product-details .col-left .woocommerce-product-gallery__thumbnails .arrow-right:hover{
    background-color:#F4F4F490;
}
.section-product-details .col-left .woocommerce-product-gallery__thumbnails .gallery-thumbnails{
    overflow:hidden;
    flex-basis: 0;
    flex-grow: 1;
    padding:10px 0;
}
.section-product-details .col-left .woocommerce-product-gallery__thumbnails .gallery-thumbnails .thumbnails{
    display:flex;
    transition:all 0.5s ease-out;
	width: fit-content;
}

.section-product-additional-details{
    margin-top:50px;
}
.section-product-additional-details .woocommerce-tabs .tabs{
    display: flex;
    justify-content: center;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    text-align: center;
    border-color: #eaeaea;
}
.section-product-additional-details .woocommerce-tabs .tabs li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-product-additional-details .woocommerce-tabs .tabs a{
    display: inline-block;
    color: #999;
    border-top: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    margin-top: -1px;
    margin-bottom: -1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 90%;
    padding: 10px;
}
.section-product-additional-details .woocommerce-tabs .tabs .active a {
    border-color: #03a368;
    color: #03a368;
    text-decoration: none;
}
.section-product-additional-details .woocommerce-tabs .woocommerce-Tabs-panel h2{
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
}
.section-product-additional-details .woocommerce-tabs .woocommerce-Tabs-panel p{
    font-size: 14px;
}
.section-product-additional-details .woocommerce-tabs .woocommerce-Tabs-panel--description a{
	color:#000;
}


.section-product-additional-details .related, .section-product-additional-details .up-sells{
    margin-top:50px;
}
.section-product-additional-details .related > h2, .section-product-additional-details .up-sells > h2{
    font-weight:600;
    font-size:30px;
}
.section-product-additional-details .related .products, .section-product-additional-details .up-sells .products, .cart-page .cart-collaterals .cross-sells .products{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    padding:0 50px 50px 50px;
    column-gap: 30px;
    list-style:none;
	row-gap: 30px;
}
.section-product-additional-details .related .products li, .section-product-additional-details .up-sells .products li, .cart-page .cart-collaterals .cross-sells .products li{
    display:flex;
    flex-direction:column;
    align-items: center;
    text-align: center;
    position:relative;
    justify-content: space-between;
}
.section-product-additional-details .related .products li .cg-add-to-cart-holder, .section-product-additional-details .up-sells .products li .cg-add-to-cart-holder, .cart-page .cart-collaterals .cross-sells .products li .cg-add-to-cart-holder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-product-additional-details .related .products li .mp-archive-quantity, .section-product-additional-details .up-sells .products li .mp-archive-quantity, .cart-page .cart-collaterals .cross-sells .products li .mp-archive-quantity{
    display: flex;
    column-gap: 5px;
    align-items: center;
}
.section-product-additional-details .related .products li .mp-archive-quantity input, .section-product-additional-details .up-sells .products li .mp-archive-quantity input, .cart-page .cart-collaterals .cross-sells .products li .mp-archive-quantity input{
    width: 40px;
    border-radius: 0;
    border: 1px solid #b3b3b3;
    padding: 5px 0 5px 5px;
}
.section-product-additional-details .related .products li .cg-add-to-cart-holder .add_to_cart_button, .section-product-additional-details .up-sells .products li .cg-add-to-cart-holder .add_to_cart_button, .cart-page .cart-collaterals .cross-sells .products li .cg-add-to-cart-holder .add_to_cart_button, .section-product-additional-details .related .products li .button{
    margin-top:10px;
    padding: 6px 15px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color:#0a3325;
	text-decoration:none;
    background-color: #ffffff00;  
    font-weight: 600;
    border-radius: 200px;
	text-transform: uppercase;
    border: 1px solid #0a3325;
}
.section-product-additional-details .related .products li .cg-add-to-cart-holder .add_to_cart_button:hover, .section-product-additional-details .up-sells .products li .cg-add-to-cart-holder .add_to_cart_button:hover, .cart-page .cart-collaterals .cross-sells .products li .cg-add-to-cart-holder .add_to_cart_button:hover, .section-product-additional-details .related .products li .button:hover{
	background-color:#0a3325;
	color:#fff;
}
.section-product-additional-details .related .products li img, .section-product-additional-details .up-sells .products li img, .cart-page .cart-collaterals .cross-sells .products li img{
    width: 100%;
    height: auto;
}
.section-product-additional-details .related .products a:not(.mp-default-button):not(.button), .section-product-additional-details .up-sells .products a:not(.mp-default-button):not(.button), .cart-page .cart-collaterals .cross-sells .products a:not(.mp-default-button):not(.button){
    color:#000;
    text-decoration:none;
    padding-bottom:20px;
	max-width:300px;
}
.section-product-additional-details .related .products a h2, .section-product-additional-details .up-sells .products a h2, .cart-page .cart-collaterals .cross-sells .products, .cart-page .cart-collaterals .cross-sells .products a h2{
    font-weight:400;
    font-size:14px;
    text-align:center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.section-product-additional-details .related .products a .price, .section-product-additional-details .up-sells .products a .price, .cart-page .cart-collaterals .cross-sells .products a .price{
    font-weight:700;
    font-size:20px;
}
.section-product-additional-details .related .products a .price .woocommerce-Price-amount{
    color: #e5aa09;
    font-size: 18px;
    font-weight: 600;
}
.section-product-additional-details .up-sells .products a .price ins, .cart-page .cart-collaterals .cross-sells .products a .price ins{
	text-decoration:none;
}
.section-product-additional-details .related .products a .onsale, .section-product-additional-details .up-sells .products a .onsale, .cart-page .cart-collaterals .cross-sells .products a .onsale{
    display:none;
}
.section-product-additional-details .related .products .button, .section-product-additional-details .up-sells .products .button, .cart-page .cart-collaterals .cross-sells .products .button{
    margin-top: 20px;
}



.image-preview{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#00000090;
    z-index: 999999;
    transform:translateZ(10px);
    display:none;
    justify-content:center;
    align-items:center;
    transition: 0.3s all ease-out;
    opacity:0;
}
.image-preview .image-preview_holder{
    width:100%;
    height:100%;
    max-width:900px;
    max-height:800px;
    background-color: #fff;
    border-radius: 20px;
}
.image-preview .image-preview_holder .image-preview_content{
    position:relative;
    display:flex;
    height:100%;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-left, .image-preview .image-preview_holder .image-preview_content .image-preview_arrow-right{
    width:50px;
    min-width: 50px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size: 40px;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-left:hover{
    background-color:#F4F4F440;   
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-right:hover{
    background-color:#F4F4F440;   
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_arrow-left i, .image-preview .image-preview_holder .image-preview_content .image-preview_arrow-right i{
    color:#000;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_image{
    flex-basis:0;
    flex-grow:1;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_image img{
    width:80%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_close{
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
}
.image-preview .image-preview_holder .image-preview_content .image-preview_close i{
    color:#000;
    padding:20px;
	font-size: 30px;
}

/* -------------------------------------------- */
/*                                              */
/*              Responsiveness                  */
/*                                              */
/* -------------------------------------------- */
@media screen and (max-width:1024px){
	.section-product-details .cg-section-content{
		flex-direction: column;
	}
	.section-product-additional-details .related .products, .section-product-additional-details .up-sells .products, .cart-page .cart-collaterals .cross-sells .products{
		grid-template-columns: repeat(1, 1fr);
	}
	.section-product-details .col-left .woocommerce-product-gallery__wrapper .cg-product-badge{
	    transform: translateX(-27%) translateY(142%) rotate(-45deg);
	}
}
@media screen and (max-width:768px){
	
	.product .cg-section-content{
		padding:0;
	}
	.section-product-details .col-left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image{
		width:300px;
		height:300px;
	}
	.section-product-additional-details .woocommerce-tabs .tabs{
		padding:0;
	}
	.cg-product-header h1{
		text-align: center;
	}
	.woocommerce-notices-wrapper{
		padding: 20px 0;
	}
	
}
