/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.30
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/
li.woocommerce-product-gallery__image:not(:first-child) img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
body.single-product {
    padding-top: 60px;
}
.block_master_text a:hover {
	text-decoration: underline !important;
}
.product .tikt-product-card--layout-2 {
    background-color: #111 !important;
}
.tikt-product-card--layout-2 .tikt-product-layout-2__title,
.tikt-product-card--layout-2 .tikt-product-layout-2__desc li,
.tikt-product-card--layout-2 .tikt-product-layout-2__desc li strong {
    color: unset !important;
}
aside#tikt-drawer-description a,
aside#tikt-drawer-contact a {
    color: rgb(227, 2, 19);
}
aside#tikt-drawer-description a:hover,
aside#tikt-drawer-contact a:hover {
    text-decoration: underline !important;
}
table.shop_attributes.tikt-variation-attributes td, table.shop_attributes.tikt-variation-attributes th {
    padding: 7px 0;
}
table.shop_attributes.tikt-variation-attributes tr:nth-child(odd) td, table.shop_attributes.tikt-variation-attributes tr:nth-child(odd) th {
    border-bottom: 1px solid #ffffff1a;
}
table.shop_attributes.tikt-variation-attributes tr:nth-child(even) td, table.shop_attributes.tikt-variation-attributes tr:nth-child(even) th {
    background: rgb(255 255 255 / 5%);
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #e30213;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
	.container-fluid {
	    padding-left: 10%;
	    padding-right: 10%;
	}
}

@media only screen and (min-width: 1600px) {
	.tikt-overlay-menu {
	    top: var(--masthead-height, 83px) !important;
	    height: calc(100vh - var(--masthead-height, 83px)) !important;
	}
}
@media only screen and (min-width: 980px) {
	.tikt-overlay-menu__top {
		display: none !important;
	}
}

@media only screen and (max-width:1600px) {
	#hero {
	    height: calc(100vh);
	}
}


@media only screen and (min-width: 561px) and (max-width: 1029px) {
	.container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .block_grid_repeater_with_image.home-benefits-grid .col-lg-3 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    margin-bottom: 20px;
	}

}
@media only screen and (min-width: 561px) and (max-width: 1029px) and (orientation: portrait) {
	nav.navbar .col-lg-3, nav.navbar .col-lg-6 {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	#hero {
        height: 70vh;
    }
    #footer-contact {
        height: 60vh;
    }
    header#masthead .navbar {
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}
	.block_text_image .container-fluid .image-position-right_image .text-image-content,
	.block_text_image .container-fluid .image-position-left_image .text-image-content {
	    padding-left: 0;
	    padding-right: 0;
	    margin-bottom: 40px;
	}
}
@media only screen and (min-width: 561px) and (max-width: 830px) and (orientation: portrait) {
	#hero h1 {
		font-size: 70px !important;
	}
	h2, .h2 {
	    font-size: 48px !important;
	}
	footer#colophon h6 {
	    margin-top: 40px;
	}
	.section-padding-medium {
	    padding: 60px 0 !important;
	}
	.tikt-child-cat-card .tikt-child-cat-bottom h3,
	.product-details-wrapper .summary h1.product_title {
		font-size: 29px !important;
	}
    ul.products .col-md-4 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0;
	    margin: 0 !important;
	}
	.single-product div[id^=product-].product.type-product {
	    margin-right: 30px !important;
	    margin-left: 30px !important;
	    margin-top: 40px;
	    padding: 20px !important;
	}
	.product-details-wrapper .summary {
	    padding-left: 20px !important;
	}
		section.related.products ul.products .col-md-4 {
	    -ms-flex: 0 0 45%;
	    flex: 0 0 45%;
	    max-width: 45%;
	}
	.load-more-images {
		font-size: 12px !important;
	}
	.row.justify-content-center.w-100 .col-md-8 {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	section#default-page {
	    padding-top: 70px !important;
	}
}

@media only screen and (max-width: 830px) {
	.tikt-child-cat-card {
		flex-direction: row;
		gap: 20px;
	}
	.row.tikt-cat-children-grid .col-lg-4.col-md-4.col-sm-6.mb-4 {
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	    display: block !important;
	    flex: none !important;
	    max-width: none;
	}
	.tikt-child-cat-card .image img {
		border-radius: 18px;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		aspect-ratio: 1.2 / 1;
		max-width: 260px;
	}
	.tikt-child-cat-overlay {
		flex: 1;
		justify-content: space-between;
		align-items: flex-start;
	}
	.archive-product-wrapper .tikt-child-cat-card .tikt-child-cat-name {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.archive-product-wrapper .tikt-child-cat-card .count {
		margin-left: 0;
		margin-top: 6px;
	}
	ul.products {
		grid-template-columns: repeat(2, minmax(10px, 1fr)) !important;
        -moz-column-gap: 10px !important;
        column-gap: 10px !important;
    }
	.product .tikt-child-cat-card {
        flex-direction: column;
        gap: 5px;
		padding: 10px;
    }
	.product .tikt-child-cat-card .image img {
        aspect-ratio: 4 / 3;
        max-width: max-content;
    }
	.product .tikt-child-cat-card .tikt-child-cat-bottom {
		flex-direction: column;
	}
	.product .tikt-child-cat-card .tikt-child-cat-bottom h3 {
        font-size: 21px !important;
    }
}

@media only screen and (max-width: 767px) {
	.cg-layout-horizontal .cg-thumb-swiper.swiper-container {
		height: auto !important;
	}
	.cg-layout-horizontal .cg-thumbs-count-2:not(.swiper-container-initialized) .swiper-wrapper, .cg-layout-horizontal .cg-thumbs-count-3:not(.swiper-container-initialized) .swiper-wrapper {
	    justify-content: flex-start !important;
	}
	.cg-layout-horizontal .cg-thumb-swiper.swiper-container ul.swiper-wrapper {
	    margin-left: 10px;
	}
	/*.cg-layout-horizontal .cg-thumb-swiper.swiper-container ul.swiper-wrapper li.swiper-slide {
        height: auto;
        opacity: 1;
        border-radius: 0 !important;
    }*/
    .product-details-wrapper .images .swiper-wrapper img {
	    aspect-ratio: 4 / 3;
	    object-fit: cover;
	    object-position: center;
	}
	.cg-thumb-swiper li {
	    border: 2px solid transparent;
	}
	.cg-thumb-swiper li.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
	    border: 2px solid rgb(227, 2, 19);
	}
}

@media only screen and (max-width: 560px) {
	body.single-product {
		padding-top: 10px;
	}
	.tikt-child-cat-card .image img {
		border-radius: 8px;
		max-width: 110px;
	}
	.tikt-child-cat-card .tikt-child-cat-bottom i {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        max-width: 34px;
        font-size: 20px;
    }
	.product .tikt-child-cat-card .tikt-child-cat-bottom h3 {
        font-size: 17px !important;
    }
	.product .tikt-child-cat-card .image .tikt-product-sku {
		font-size: 8px;
		padding: 2px 6px;
		bottom: 6px;
		left: 6px;
	}
	.product .tikt-child-cat-card .tikt-child-cat-bottom i {
		display: none;
	}
	.product .tikt-product-price {
		margin-top: 4px
	}
	.product-details-wrapper .images img, .product-details-wrapper .woocommerce-product-gallery img {
		border-radius: 0px !important;
	}
	ul.products div.product:only-child {
	    grid-column: 1 / -1;
	}
}