@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Adlery Pro';
    src: url('../fonts/Adlery-Pro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


.product-page-container .woostify-container {
    padding: 20px;
    border-radius: 6px;
    background: #F9F9F9;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.product-page-container .product_title {
    font-family: 'Aldery Pro',sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
    padding-right: 40px;
}

.product-page-container .price {
    font-family: 'Aldery Pro',sans-serif;
}

.product-page-container .price .amount {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
}

.product-summary .ppc-button-wrapper {
    width: 150px;
    margin: 20px 0;
}

.product-page-container .summary {
    position: relative;
}

.product-summary .shopengine_add_to_list_action {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    padding: 0;
    font-size: 30px;
}

span.woostify-single-product-stock-label {
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 600;
}

.woostify-single-product-stock .woostify-product-stock-progress {
    border-radius: 12px;
    overflow: hidden;
    background: #D9D9D9;
}

span.woostify-single-product-stock-progress-bar {
    border-radius: 12px;
}

.product-summary .shopengine_comparison_add_to_list_action {
    display: none;
}

body .product-summary .single_add_to_cart_button.button {
    background: #E59E26;
    border-radius: 8px;
    font-size: 18px;
}

.cart:not(.elementor-menu-cart__products) .quantity {
    border: 1px solid #E79E2E;
    border-radius: 8px !important;
    background: #E59E261A;
}

.cart:not(.elementor-menu-cart__products) .quantity .qty {
    color: #E59E26;
    font-size: 26px;
    font-weight: bold;
}

.quantity .product-qty {
    background: #E59E26;
    color: #fff;
    height: 80%;
    top: 10%;
    border-radius: 8px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.quantity .product-qty:hover {
    opacity: 1;
    color: #fff;
}

.quantity .product-qty[data-qty="minus"] {
    left: 10px;
}

.quantity .product-qty[data-qty="plus"] {
    right: 10px;
}

.product-gallery .flickity-prev-next-button {
    display: none !important;
}

.product-thumbnail-images .thumbnail-item {
    width: 118px;
    background: #fff;
    border: 3px solid #D2D2D2;
    padding: 10px;
    margin: 8px 0 !important;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images {
    width: 120px;
    margin-right: 20px;
}

.product-thumbnail-images img {
    border: none !important;
}

.product-thumbnail-images .thumbnail-item.is-selected {
    border-color: #E69C25;
}

body .product-images figure.image-item {
    min-height: 700px;
}

.product-images figure.image-item > a {
    display: flex;
    min-height: 700px;
    align-items: center;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-product-gallery {
    display: flex;
    justify-content: space-between;
}

.product-gallery.wc-default-gallery .flex-control-thumbs {
    order: -1;
    width: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.product-gallery .flex-viewport {
    width: calc(100% - 130px);
    background: #fff;
}

.product-gallery.wc-default-gallery .flex-control-thumbs li {
    margin: 0;
    border-radius: 8px;
    padding: 0;
    background: #fff;
}

body .product-gallery.wc-default-gallery .flex-control-thumbs li img {
    border: 3px solid #D2D2D2;
    padding: 14px;
    border-radius: 8px;
}

body .product-gallery.wc-default-gallery .flex-control-thumbs li img.flex-active {
	border-color: #E69C25;
}

.product-gallery.wc-default-gallery .woocommerce-product-gallery__wrapper > div {
    min-height: 600px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.woocommerce-product-gallery img.zoomImg {
    display: none !important;
}

.tinella-selling-points-wrapper {
    margin: 20px 0 30px;
    color: #000;
    font-weight: 600;
}

.tinella-selling-point {
    position: relative;
    padding-left: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 35px;
}

.tinella-selling-point:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/tick-icon.svg') no-repeat center center;
    background-size: contain;
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.product-page-container + .woostify-container {
    padding: 20px;
    border-radius: 6px;
    background: #F9F9F9;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.site-main .product {
    background: #f3f3f3;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding: 0;
}

.woocommerce-tabs .tabs {
    text-align: left;
    border-bottom: 3px solid #D9D9D9;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs li a {
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    position: relative;
}

body .woocommerce-tabs .tabs li {
    margin: 0;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #E59E26;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs li.active a:after {
    opacity: 1;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs li.active a {
    color: #E59E26;
}

body .woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 100%;
}

body .woocommerce-tabs .woocommerce-Tabs-panel--description {
    color: #000;
    line-height: 1.8;
}


.single-product .site-content {}

.product-page-container {
    padding-bottom: 30px;
}

.single-product main#main {
    background: #f3f3f3;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

table.woocommerce-product-attributes.shop_attributes {
    border: none;
}

table.woocommerce-product-attributes.shop_attributes td,table.woocommerce-product-attributes.shop_attributes th {
    border: none;
    border-left: 2px solid #D9D9D9;
    background: transparent;
    border-bottom: 2px solid #D9D9D9;
    padding: 10px 14px;
}

table.woocommerce-product-attributes.shop_attributes th {
    border: none;
    border-bottom: 2px solid #D9D9D9;
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 600;
}

table.woocommerce-product-attributes.shop_attributes tr:last-child td,
table.woocommerce-product-attributes.shop_attributes tr:last-child th {
    border-bottom: none;
}

.woocommerce-tabs .commentlist li {
    border-bottom: 1px solid #DDD;
    padding-bottom: 16px;
    padding-top: 16px;
}

.commentlist .woocommerce-review__author {
    color: #E59E26;
}

span.woocommerce-review__dash {
    display: none;
}

time.woocommerce-review__published-date {
    display: block;
    color: #000;
}

.woocommerce-tabs .comment_container .comment-text {
    display: block;
}

.woocommerce-tabs .comment_container .meta {
    width: 100%;
    display: flex;
    gap: 10px;
}

body .stars.selected span a,
body .star-rating > span:before {
    color: #E59E26;
}

.single-product .star-rating {
    letter-spacing: 0.2em;
    width: 96px;
}

.woocommerce-tabs .comment_container .comment-text .description {
    margin: 0;
    color: #000;
}

body .quantity .product-qty {
	top: 5px;
}

.mobile-tab-hd {
    display: none;
}

.product-block-row .container {
    padding: 20px;
    border-radius: 6px;
    background: #F9F9F9;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    margin-bottom: 30px;
}

.media-text-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mtc-media {
    width: 45%;
}

.mtc-content {
    width: 50%;
}

.product-text-col-cta a, .mtc-cta a {
    background: #E59E26;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    padding: 8px 20px;
    display: inline-flex;
}

.product-text-col-cta a:hover, .mtc-cta a:hover {
    background: #8bb900;
	color: #fff !important;
}

.mtc-media-pos-right .mtc-media {
    order: 2;
}

.product-block-row h2 {
    font-size: 30px;
    line-height: 1.3;
}

.mtc-media img {
    border-radius: 10px;
}

.product-text-cols {
    display: flex;
    flex-wrap: wrap;
}

.product-text-cols > div {
    width: 48%;
}

.product-full-width-image img {
    display: block;
    width: 100%;
}

.mtc-content-body strong,
.product-text-col-body strong {
    color: #000;
}

.footer-payment-gateways {
    max-width: 225px;
}


@media all and (max-width: 992px) {
    .product-gallery .flex-viewport {
        width: 100%;
    }
    
    .product-gallery.wc-default-gallery .flex-control-thumbs {
        width: 100%;
        display: flex;
        flex-direction: row;
        order: 2;
    }
    
    .woocommerce-product-gallery {
        flex-wrap: wrap;
    }
    
    .product-gallery.wc-default-gallery .woocommerce-product-gallery__wrapper > div {
        min-height: 300px;
    }
    
    body .product-gallery.wc-default-gallery .flex-control-thumbs li {
        margin: 0 10px 15px 0;
		width: 70px;
    }
    
    body .product-gallery.wc-default-gallery .flex-control-thumbs li img {
        border-width: 2px;
        padding: 10px;
    }
    
    .product-page-container .product_title {
        font-size: 28px;
    }
    
    body .cart:not(.elementor-menu-cart__products) .quantity {
        width: 180px;
        margin-bottom: 15px;
    }
    
    body .quantity .product-qty {
        width: 40px;
    }
    
    body .product-summary .single_add_to_cart_button.button {
        font-size: 16px;
    }
	
	.product-block-row h2 {
		font-size: 26px;
	}
}

@media all and (max-width: 767px) {
	.mobile-tab-hd.mobile-tab-active {
		color: #000;
	}

	body .woocommerce-tabs .woocommerce-Tabs-panel {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.product-page-container + .woostify-container {
		padding: 0;
	}
	
	.product-block-row {
		padding: 10px;
	}

	.product-block-row .mtc-media {
		width: 100%;
		order: -1;
	}

	.mtc-content {
		width: 100%;
		margin-top: 10px;
		order: 2;
	}

	.product-block-row .container {
		padding: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.product-block-row h2 {
		font-size: 22px;
	}
}