/*!
Theme Name: TDShopSite
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: td

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

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

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.grecaptcha-badge {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}


.blockUI::before {
   content: "";
   width: 48px;
   height: 48px;
   border: 5px solid #FFF;
   border-bottom-color: transparent;
   border-radius: 50%;
   display: inline-block;
   box-sizing: border-box;
   animation: rotation 1s linear infinite;
   position: relative;
   top: 35%;
   left: 50%;
}


@keyframes rotation {
   0% {
       transform: rotate(0deg);
   }
   100% {
       transform: rotate(360deg);
   }
   } 


.home .tabs__buttons .tabs__btn{
	position: relative;
}
.home .tabs__buttons .tabs__btn img.no-active-img {
	opacity: 1;
	display: inline-block;
	transition: all ease .4s;
}
.home .tabs__buttons .tabs__btn.active img.no-active-img {
	opacity: 0;
	display: none;
	transition: all ease .4s;
}

.home .tabs__buttons .tabs__btn.active img.active-img {
	opacity: 1;
	display: inline-block;
	transition: all ease .4s;
}

.home .tabs__buttons .tabs__btn img.active-img {

	opacity: 0;
	display: none;
	transition: all ease .4s;
}

.added_to_cart {
	display: none !important;
}


.card .image-gallery__main {
	height: auto;
}
.card .image-gallery__main img
{
	object-fit: cover
}

.single-product .woocommerce-notices-wrapper {
	display: none !important;
}

.woocommerce-shop .woocommerce-notices-wrapper{

	display: none !important;

 }


 body:has(.woocommerce-no-products-found) .shop__search {
	display: none;
}

body:has(.woocommerce-no-products-found) .filters {
	position: relative;
}



.woocommerce-no-products-found .woocommerce-info {
	background: 0 0;
	text-align: center;
	font-size: 18px;
}

#reply-title {
	display: none !important;
}

.comment-notes {
	display: none !important;
}
.comment-form-cookies-consent {
	display: none !important;
}

.comment-form {
	display: flex;
	flex-direction: column;
}

.comment-form .comment__form-group {
	order: 1;
}

.comment-form  .form-submit {
	order: 2;
}

.single-product .woo-selected-variation-item-name {
	display: none !important;
}

.reset_variations {
	display: none !important;
}

.single-product .variations label {
	font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.55px;
    font-size: 18px;
    font-weight: 700;
}

.single-product  .woocommerce-variation-price {
	display: none !important;
}
.tinv-cell {
	display: none !important;
}
.tinv-overlay {
	display: none !important;
}

.tinv-modal.tinv-modal-open .tinv-overlay {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.wishlish__empty {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wishlist__empty-text {
	text-align: center;
}

.basket-page__product-name {
	color: #000;
}

.woocommerce-cart .basket-page__product-details {
color: #000;
}

[name="update_cart"] {
	display: none;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	display: none !important;
}

.woocommerce-cart .coupon  {
	margin-top: 40px;
    padding: 0 30px 0 30px;
}

.woocommerce-cart  .checkout-button {
	color: var(--black-color);
    
}

.woocommerce-cart .cart-collaterals {
	display: none !important;
}

.woocommerce-cart .basket-page__blocks-border {
 display: flex;
}

.woocommerce-cart .wc-empty-cart-message {
	display: none !important;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none !important;
}

#billing_country_field {
	display: none !important;
}

#order_review_heading {
	display: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
	display: none !important;
}

.woocommerce-checkout  .wc_payment_methods img {
	display: none !important;
}

.woocommerce-checkout  .wc_payment_methods p {
	display: none !important;
}

.woocommerce-checkout  .place-order {
	display: none !important;
}
.trans {
    text-align: right;
}
.card .image-gallery__main img {width:350px}