.product-brand-logo{
	margin-left: 0 !important;
}
.ldp-shell{
	max-width: 100% !important;
}
.ldp-nav-item a{
	padding: 10px 22px !important;
}
.ldp-nav-item{
	margin-top: 0 !important;
}
.mcf-parent-btn{
	text-transform: uppercase;
}
.opis-toggle{
	font-weight: bold !important;
	font-style: italic;
}
section.page-title{
	display: none !important;
}
.silki-icon{
	width: auto;
	height: 70%;
}

.product-details-cart-box{
	   margin-top: 22px !important;
    margin-bottom: -30px;
    text-align: center;
}

.product-details-cart-box .product_meta .posted_in{
	display: none;
}
.product-details-cart-box .product_meta{
	margin-top: -20px;
	margin-bottom: 20px;
}
.payment-replacement-link a.payment-replacement-anchor{
	color: #171B2A !important;
}
.payment-replacement-link img {
  width: 25px;
  animation: slowZoom 1s ease-in-out infinite;
  transform-origin: center center;
}

.ltn__shop-details-inner .modal-product-info{
	text-align: center;
}
.ltn__shop-details-inner .modal-product-info .woocommerce-product-details__short-description{
	text-align: center;
	    line-height: 1.2;
    width: 270px;
    margin: 10px auto 0;
}
.snw-button{
	    display: block;
	margin-top: -40px;
    width: 104%;
    margin-left: -3.5%;
}
.snw-button img{
	width: 100%;
}
.woocommerce table.shop_table th{
	color: #777;
}
.payment-icons{
	    position: absolute;
    right: 8%;
    display: flex
;
    height: 40px;
    align-items: center;
    width: 250px;
    justify-content: space-between;
    font-size: 36px;
    color: #777;
}
@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.payment-replacement-link .payment-replacement-anchor{
	font-weight: bold !important;
	color: #818181 !important;
	font-family: "League Spartan", sans-serif !important;
	font-size: 25px
}
.payment-replacement-link{
	width: 50%;
	text-align: center;
}
.wc-tabs{
    display: flex;
}
/* Brand logo styling (after price) */
.wc-product-brand-logo {
    margin-top: 12px;
    text-align: center;
}
/* Floating animation for product image */
.shop-content .ltn__shop-details-inner .woocommerce-product-gallery__wrapper div:first-child a img {
    animation: float-up-down 3s ease-in-out infinite;
}

@keyframes float-up-down {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.shop-content .product-brand-name h4{
	color: #C3C3C5 !important;
	font-weight: bold !important;
	margin-bottom: 0 !important;
}
.custom-black-btn{
	margin-bottom: 30px;
}
.shop-content .product-category{
	    width: 100% !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
.shop-content .product-brand-logo{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top:25px !important;
}

.shop-content .product-brand-logo img{
	max-width: 75px;
	height: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	width: 19% !important;
}

.product-price{
	margin-top: 10px;
}
.wc-product-brand-logo .brand-logo {
    max-width: 80px;
    max-height: 40px;
    object-fit: contain;
}
.ltn__product-item .product-img .product-brand {
  display: none !important;
}

.product-img img {
    max-height: 250px !important;
	   width: auto;
}
.wc-product-category {
/*  font-weight: 600 !important; */
	font-size: 12px;
 text-transform: uppercase;
	color: #777 !important;
}
.product-info .wc-product-brand{
		font-size: 17px;
	 text-transform: uppercase;
	color: #777 !important;
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a{
	padding: 12px 15px 10px !important;
}

#order_comments{
	font-weight: 100 !important;
}
.wc-stripe-wallet-notice--divider{
	display: none;
}

.custom_card_line{
	position: relative;
	scale: 1.1
}
.custom_card_line img{
	padding-right: 20px !important;
}
.custom_card_line::before{
	content: '';
    height: 20px;
    width: 2px;
    background: #9E9E9E;
    position: absolute;
    z-index: 1;
    left: 80%;
    top: 0;
	
}
tr, th, td{
	
    vertical-align: middle !important;
}
.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{
	flex-direction: row !important;
}
.wp-prodtab-list {
/* 	    margin-top: 20px !important; */
    display: flex;
	flex-direction: row;
    gap: 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.wc-corner-image {
  display: inline-block; /* ensure transform works nicely */
  transition: transform 0.2s ease;
}

.wc-corner-image:hover {
  animation: wiggle 0.5s ease-in-out infinite;
}

@keyframes wiggle {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(6deg); }
  50%  { transform: rotate(-3deg); }
  75%  { transform: rotate(6deg); }
  100% { transform: rotate(0deg); }
}

/* Wrapper for borders */
        .cart-totals-wrapper {
            position: relative;
            background: white;
        }

        /* Top striped border */
        .cart-totals-wrapper::before {
            content: "";
            position: absolute;
            left: -1px;
            top: -18px;
            width: calc(100% + 2px);
            height: 18px;
            background: repeating-linear-gradient(-45deg, transparent 0 10px, rgba(0, 0, 0, 0.06) 10px 12px), linear-gradient(#fff, #fff);
            background-blend-mode: multiply, normal;
            border-top: 1px solid #dcdcdc;
            z-index: 1;
        }

        /* Bottom striped border */
        .cart-totals-wrapper::after {
            content: "";
            position: absolute;
            left: -1px;
            bottom: -18px;
            width: calc(100% + 2px);
            height: 18px;
            background: repeating-linear-gradient(-45deg, transparent 0 10px, rgba(0, 0, 0, 0.06) 10px 12px), linear-gradient(#fff, #fff);
            background-blend-mode: multiply, normal;
            border-top: 1px solid #dcdcdc;
            transform: rotate(180deg);
            z-index: 1;
        }

        /* Left striped border */
        .cart-totals-wrapper-inner::before {
            content: "";
            position: absolute;
            left: -18px;
            top: -1px;
            width: 18px;
            height: calc(100% + 2px);
            background: repeating-linear-gradient(-45deg, transparent 0 10px, rgba(0, 0, 0, 0.06) 10px 12px), linear-gradient(#fff, #fff);
            background-blend-mode: multiply, normal;
            border-left: 1px solid #dcdcdc;
            z-index: 1;
        }

        /* Right striped border */
        .cart-totals-wrapper-inner::after {
            content: "";
            position: absolute;
            right: -18px;
            top: -1px;
            width: 18px;
            height: calc(100% + 2px);
            background: repeating-linear-gradient(-45deg, transparent 0 10px, rgba(0, 0, 0, 0.06) 10px 12px), linear-gradient(#fff, #fff);
            background-blend-mode: multiply, normal;
            border-right: 1px solid #dcdcdc;
            z-index: 1;
        }

        .cart-totals-wrapper-inner {
            position: relative;
        }

        /* Corner covers */
        .corner {
            position: absolute;
            width: 18px;
            height: 18px;
            background: white;
            z-index: 2;
        }

        .corner-top-left {
            top: -18px;
            left: -18px;
            border-top: 1px solid #dcdcdc;
            border-left: 1px solid #dcdcdc;
        }

        .corner-top-right {
            top: -18px;
            right: -18px;
            border-top: 1px solid #dcdcdc;
            border-right: 1px solid #dcdcdc;
        }

        .corner-bottom-left {
            bottom: -18px;
            left: -18px;
            border-bottom: 1px solid #dcdcdc;
            border-left: 1px solid #dcdcdc;
        }

        .corner-bottom-right {
            bottom: -18px;
            right: -18px;
            border-bottom: 1px solid #dcdcdc;
            border-right: 1px solid #dcdcdc;
        }

        .cart_totals {
            padding: 30px;
        }

.woocommerce .cart_totals tr td {
    padding-right: 0 !important;
}
.body-wrapper{
	overflow: hidden;
}
.stamp-box-icons{
	text-align:center;
	margin-top: 20px;
}
.stamp-box-icons img{
	width: 50%;
}
.header-img-x{
	text-align: center;
	display: flex;
	margin-left: 60px;
}
.header-img-x img{
	width: 50%;
	margin: 0 auto 30px;
}
.fkcart-modal-close{
	position: absolute;
    top: 10px;
    right: 10px;
}
.fkcart-title{
	font-weight: bold !important;
	color: #C6C6C6 !important;
}
#customer_details .col-2 {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
/*   width: 300px; */
  margin: 20px auto;
  font-family: monospace;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.sku_wrapper, .posted_in{
	   margin-bottom: -15px !important;
	margin-top: 4px !important;
    text-transform: uppercase !important;
	font-size: 13px !important;
}
.sku, .posted_in a{
	text-transform: capitalize !important;
	font-size: 13px !important;
}
.woocommerce table.shop_table th{
	padding-left: 35px !important;
}
.woocommerce .cart_totals tr th{
	padding-left: 0 !important;
}
.payment-section h4{
	color: #777 !important;
	font-weight: bold !important;
}
.payment-section div.row{
	max-width: 415px;
}
.elementor-element-4404710{
	margin: 20px 0;
}
.woocommerce-customer-details .woocommerce-column__title{
	text-transform: uppercase;
	text-align: left;
	color: #C8C8C8;
	font-weight: bold !important;
	font-size: 28px;
}
.custom-3-columns-row .custom-col h3{
	text-transform: uppercase;
	text-align: left;
	color: #C8C8C8;
	font-weight: 400 !important;
	font-size: 24px;
}
 .custom-3-columns-row address, .custom-3-columns-row p{
	 border: none !important;
	color: #777 !important;
}
/* Zigzag torn edge effect */
 #customer_details .col-2::before,
#customer_details .col-2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  background: 
    repeating-linear-gradient(
      -45deg,
      #fff 0px,
      #fff 10px,
      transparent 10px,
      transparent 20px
    );
}

#customer_details .col-2::before {
  top: -10px; /* move above container */
  border-top: 1px solid #ccc;
}

#customer_details .col-2::after {
  bottom: -10px; /* move below container */
  border-bottom: 1px solid #ccc;
  transform: rotate(180deg); /* flip pattern */
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	font-weight: bold !important;
}
.cart-collaterals{
	display:flex;
}
.cart-collaterals .order-total {
	text-transform: uppercase !important;
}
.cart-collaterals .order-total td {
	font-size: 20px;
}
.ltn__shop-details-img-gallery img{
	background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size: 14px !important;
	font-weight: bold !important;
	color: #777;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before{
	background-color: #777 !important;
	opacity: 1 !important;
}
.ltn__shop-details-area  div.product .modal-product-info .price ins > span, .ltn__shop-details-area modal-product-info  div.product .price ins > span, .ltn__shop-details-area  div.product .modal-product-info .price ins > span .woocommerce-Price-currencySymbol{
 font-size: 37px !important;
	color: red !important;
}
.ltn__shop-details-area  div.product .modal-product-info .other-shop-section h2{
	font-size: 23px !important;
}
.woocommerce div.product p.price, .woocommerce div.product .price ins span{
	color: red
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .price ins span{
	font-size: 20px;
}
.ltn__shop-details-area    div.product .modal-product-info .price del > span, .ltn__shop-details-area  div.product .modal-product-info .price del > span .woocommerce-Price-currencySymbol{
 font-size: 26px !important;	
}
.ltn__shop-details-area    div.product .modal-product-info .price span{
 font-size: 37px !important;
	color: #282B38 !important;
}
ins{
	color: transparent !important;
}
.product-hover-action{
	display:none;
}
.modal-product-info .product-price del{
display: flex !important;	
}
.ltn__shop-details-inner{
	margin-bottom: -35px;
}

.ltn__shop-details-inner .price{
	display: flex !important;
    flex-direction: column-reverse;
    gap: 15px;
}
/* Force 6 columns inside the .related-6cols block */
.related-6cols .row.clearfix { display: flex; flex-wrap: wrap; }

/* Desktop ≥1200px: 6 columns (override col-xl-4) */
@media (min-width: 1200px) {
  .related-6cols .row.clearfix > [class*="col-"] {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
}

/* Tablet: 3 columns */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .related-6cols .row.clearfix > [class*="col-"] {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

/* Mobile: 2 columns */
@media (max-width: 767.98px) {
  .related-6cols .row.clearfix > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
	.wc-corner-image{
		right: 1.8% !important;
    bottom: 220px !important;
	}
	#scrollUp{
		bottom: 180px !important;
	}
	
	.ltn__shop-details-inner .price{
	display: flex
;
    flex-direction: column-reverse;
    gap: 15px;
		    align-items: center;
}
	.cart-collaterals{
		flex-direction: column;
	}
}

.modal-product-info h3{
	font-size: 30px !important;
	line-height: 1.1;
}
.ltn__shop-details-area .ltn__shop-details-inner .fa-brands, .payment-section .fa-brands{
	font-size: 40px;
	color: #777777 !important;
}
.product-reviews-section{
	margin-top: 80px
}
.return-to-shop{
	padding: 0 20px;
}
.product-details-cart-box .tagged_as{
	display:none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }
}
.other-shop-section{
	margin-left:10px;
}

.custom-black-btn {
       background-color: #000;
    color: #fff;
    padding: 22px 24px;
    width: 100%;
    margin-top: -40px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
    display: inline-block;
}

.custom-black-btn:hover {
    background-color: #333;
}
.woocommerce-tabs .wc-tabs::after, .woocommerce-tabs .wc-tabs::before{
	content: none !important;
}


.payment-icons img {
    height: 50px;
    width: auto;
    filter: grayscale(100%); /* Makes them greyscale */
    opacity: 0.7; /* Slight fade for a cleaner look */
    transition: filter 0.3s, opacity 0.3s;
}

.payment-icons img:hover {
    filter: grayscale(0%); /* Restore original color on hover */
    opacity: 1;
}


ul.list li {
    padding: 8px 20px !important;
}
.cart .quantity input.input-text{
	    width: 50px !important;
    padding-left: 15px !important;
}
.modal-product-info .wc_stripe_product_payment_methods, .modal-product-info .wcpay-express-checkout-wrapper , .wc-proceed-to-checkout .wc-ppcp-cart-payments__container, .wc-proceed-to-checkout .wc-stripe-cart-checkout-container, .wc-proceed-to-checkout .wcpay-express-checkout-wrapper{
display: none;	
}
.nice-select {
    width: 100% !important;
}
.e-gallery-grid .e-gallery-image{
	background-size: contain;
    background-repeat: no-repeat;
    filter: grayscale(1);
}
.e-gallery-grid .e-gallery-image:hover{
    filter: grayscale(0);
	cursor: pointer;
}
#custom-categories .woocommerce-loop-category__title{
	display: none;
}
.ltn__product-item{
margin-bottom: 35px !important;	
}
.ltn__product-item-3 .product-info{
	padding: 5px 10px 15px !important;
}
#custom-categories .product-category{
	width: 16.5%;
	padding: 0 !important;
} 
.product-category{
	width: 25%;
	text-align:center;
}

/* .product_tag-snw-theme > div{
	border: solid 3px #ff00f2 !important;
	background: #000;
}
.product_tag-snw-theme a{
	color: #fff;
} */


.owl-carousel .owl-item img{
	object-fit:cover;
	height: 400px;
}
.ltn__blog-item-3-normal .ltn__blog-meta .ltn__blog-author,
.ltn__tagcloud-widget, .ltn__blog-area .ltn__pagination, .ltn__blog-tags-social-media, .additional_information_tab{
	display: none !important;
}
.ltn__social-media text-right ul{
	text-align: left !important;
}
/* .animated{
	animation: none !important;
} */
.n2-section-smartslider {
		padding-bottom: 3px;
		padding-top: 3px;
	z-index: 1200;
	}
.cky-title{
	font-size: 16px !important;
	text-align: center !important;
}
.cky-revisit-bottom-left{
	display: none !important;
}
.cky-notice-des{
	text-align: center;
}
.cky-notice-des p{
	margin: 0 !important;
}
.user-menu{
	margin-top: 5px !important;
}
.icon-search{
	top: 3px !important;
    position: relative !important;
}
body, p, div, span {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    hyphens: none !important;
}
body{
	overflow-x:hidden;
}
#bannerContainer{
	overflow: hidden;
}
#contact-page-map img{
	position: relative;
	z-index: -1;
	margin-top: -30px
}
#why-us-au .pt-115{
	padding-top: 50px
}
#about-us-au .pb-120{
	padding-bottom: 50px
}
.elementor hr{
	background-color: #CCCCCC !important;
    z-index: -1;
    border: solid 1px #CCCCCC !important;
}

.n2-section-smartslider{
	       box-shadow: 0px 5px 25px 0px rgba(23, 44.00000000000004, 81.99999999999999, 0.5);
    padding: 3px 0 3px;
	margin: 20px 0 24px;
    border-bottom: solid 1px #e3e3e3;
}
.ltn__drop-menu{
	margin-right: 50px;
	padding-top: 9px;
}
body, p, h1, h2, h3, h4, h5, h6{
    font-family: ;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1170px !important;
}
.bd-imagelink-61{
	    width: 100%;
    display: block;
    text-align: center;
}
.bd-imagelink-61 img{
	max-width: 400px;
	background-color: #fff;
	padding-left: 20px
}
.bd-imagelink-61 img:before, .bd-imagelink-61 img:after{
	margin-top: solid 1px red;
	content: '';
	background-color: #000;
	width: 20px;
}
.bd-imagestyles-0{
/* 		width: 110px; */
		margin: -8px 0;
	background-color: transparent !important;
	padding-left:0 !important;
/* 	margin-right: 23px; */
}
.bd-imagestyles-2{
	width: 110px;
		margin: 30px 0;
	background-color: #fff;
	padding-right: 20px
}
.bd-imagestyles-3{
	width: 200px;
	margin: 30px 0; 
	background-color: #fff;
	padding-right: 10px 
}
.bd-imagestyles-4{
	width: 600px;
	margin: 30px 0; 
	padding-right: 10px
}
.pif-cards:nth-child(-n+3) {
	min-height: 460px;
}

.pif-cards-min-390 {
	min-height: 415px !important;
}
.pif-cards-min-290 {
	min-height: 290px !important;
}
.pif-cards{
	margin: 10px;
	border: solid 1px #E3E3E3;
	padding: 1em;
	text-align: center;
	min-height: 515px;
}
.pif-cards-2{
	margin: 10px;
	border: solid 1px #E3E3E3;
	padding: 1em;
	text-align: center;
	min-height: 390px
}
.pif-cards-2 p, .pif-cards-2 h3,.pif-cards p, .pif-cards h3{
	color: #777777;
}
.pif-cards h3, .pif-cards-2 h3{
	line-height: 28.57142858px;
    font-size: 20px;
    font-weight: bold;
}
.pif-cards .title-img{
	height: 60px;
	margin-bottom: 20px;
}
.pif-cards-2 .title-img{
	height: 55px;
	margin-bottom: 20px;
}

.pif-cards p {
	font-size: 107%;
}

.pif-cards-2 {
	min-height: 399px;
}
.box-1-img{
	width: 261px;
    height: 78px;
	opacity: 0.5;
}
.box-2-img{
	
}
.box-3-img{
	    width: 201px;
    height: 151px;
	opacity: 0.5;
}
.box-4-img{
	    width: 121px;
    height: 118px;
	opacity: 0.5;
}
.box-5-img{
	width: 328px;
    height: 79px;
    opacity: 0.5;
}
.box-6-img{
	    width: 136px;
    height: 136px;
    opacity: 0.5;
}
.box-9-img{
	        width: 103px;
    height: 116px;
    opacity: 0.5;
}

.row {
	justify-content: space-between;
}

.header-contact-search, .header-search-2 {
	max-width: 750px !important;
}

.ltn__category-item-name h6 {
	font-size: 20px;
	font-weight: bold;
/* 	font-family: Open Sans !important; */
}


.pif-cards {
	margin: 0;
}

.pif-cards-2 {
	margin: 0
}

p, .about > p, .serv-caro li p, .counter-meta > p, .funfacts > li > p, .price-table p, .testimonials li p, .ser-meta > p, .whyus-meta > p, .touch-form > p, .category-box > p, .experts-box .experts-box > p, .blog-detail-meta > p, .banner-meta > p, .author-post > p, .commenter-meta > p, .times > li p, .complete-contact > p, .xyz > p, .error-page > p, .project-deta .blog-detail-meta > p, .ziehharmonika > div p, .download-box ul li p, .soom-info > p, .countdown > li > p, .s-not-found > p, .about > p, .serv-caro li p {
	transition: unset !important;
}   

.ltn__main-menu > ul > li > a {
	font-family: 'Bahnschrift Light' !important;
	font-weight: 100 !important;
}

.ltn__main-menu li > ul, .ltn__main-menu .sub-menu {
	margin-right: -75px;
}

.bg-image {
	display: none;
}

.flag {
	position: relative;
}

.flag::before {
	content: "";
	display: block;
	height: 1.5px;
	width: 45%;
	background-color: #000;
	transform: rotate(90deg);
	transform-origin: center;

	position: absolute;
	left: -18px;
	top: 20px;
}

.menu-cart-icon::before {
	content: "";
	display: block;
	height: 1.5px;
	width: 45%;
	background-color: #000;
	transform: rotate(90deg);
	transform-origin: center;

	position: absolute;
	left: -9px;
	top: 16px;
}


/* .border-bottom {
	border-bottom: 0px !important;
} */

.nasa {
	font-size: 30px;
}

.my-contact .elementor-widget-container .ltn__contact-address-area .container .row .col-lg-4 .ltn__contact-address-item h3 {
	font-size: 21px;
}

.my-contact .elementor-widget-container .ltn__contact-address-area .container .row .col-lg-4 .ltn__contact-address-item p {
	font-size: 19px;
	line-height: 1.5;
}





li:hover i, li:hover h6 {
	color: #000 !important;
	transform: scale(1.1);
	transition: all 0.5s;
}

.elementor-1538 .elementor-element.elementor-element-318a4b8 > .elementor-widget-container {
	padding: 0 0 50px 0;
}

.site-logo {
	min-width: 286px !important;
}

@media (max-width: 1049px) {
	.lab-items {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		justify-content: center !important;
		
		gap: 10px 10px !important;
		margin-top: 17px;
	}
	
	.last-child {
		grid-column: 1 / -1;
		padding-top: 0 !important;
	}
	
	
	
}
.footer-widget .footer-newsletter-widget .btn{
	height: 65px !important;
	line-height: inherit;
}
.pif-cards .title-img ,.pif-cards-2 .title-img{
	margin-top: 1em;
}
#contact-page-map{
	margin-top: -55px
}
	@media only screen and (max-width: 767px) {
    [type="submit"].btn {
        padding: 18px 30px !important;
    }
}

/* custom styling woopayments */
/* Container */
ul.wc_payment_methods.payment_methods.methods {
  margin: 0 0 24px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Each payment method - now uses flexbox with wrap */
.wc_payment_methods .wc_payment_method {
  list-style: none;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  background: #DFDCDE;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

/* Radio button */
.wc_payment_methods .wc_payment_method input.input-radio {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #9e9e9e;
  border-radius: 50%;
  margin: 16px 0 16px 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
  background: #ffffff;
}

.wc_payment_methods .wc_payment_method input.input-radio:checked {
  border-color: #5a5a5a;
  background: #5a5a5a;
}

.wc_payment_methods .wc_payment_method input.input-radio:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

/* Label - in same line as radio button */
.wc_payment_methods .wc_payment_method > label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-size: 0;
  margin: 16px 20px 16px 14px;
  flex: 1;
  min-width: 0;
}

/* Hide the payment method text, keep only icons */
.wc_payment_methods .wc_payment_method > label font {
  display: none !important;
}

/* Logo container - single logo (PayPal, Apple Pay, Google Pay) */
.wc_payment_methods .wc_payment_method > label > img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 80px;
  object-fit: contain;
  margin-left: auto;
}

/* Card icons container (for Credit Cards with multiple logos) */
.wc_payment_methods .wc_payment_method > label .wc-stripe-card-icons-container {
  display: flex;
  align-items: center;
  gap: 6px;
/*   margin-left: auto; */
}

.wc_payment_methods .wc_payment_method > label .wc-stripe-card-icons-container img {
  height: 24px;
  width: auto;
  object-fit: contain;
}

/* Hover state */
.wc_payment_methods .wc_payment_method:hover {
  border-color: #b6b6b6;
  background: #d4d1d3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Selected state */
.wc_payment_methods .wc_payment_method:has(input.input-radio:checked) {
  border-color: #9e9e9e;
  background: #DFDCDE;
  box-shadow: 0 0 0 3px rgba(158, 158, 158, 0.15);
}

/* Payment box - takes full width on new line */
.wc_payment_methods .payment_box {
  display: none !important;
  width: 100%;
  background: #E9E7E9;
  border-top: 1px solid #c9c6c8;
  padding: 20px;
  margin: 0;
  flex-basis: 100%;
}

/* Show payment box when radio is checked */
.wc_payment_methods .wc_payment_method:has(input.input-radio:checked) .payment_box {
  display: block !important;
}

/* PayPal popup notice styling */
.wc_payment_methods .payment_box .wc-ppcp-popup__container {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #c9c6c8;
}

.wc_payment_methods .payment_box .wc-ppcp-popup__container img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.wc_payment_methods .payment_box .wc-ppcp-popup__container p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #3d3d3d;
}

/* Stripe wallet notices (Apple Pay, Google Pay) */
.wc_payment_methods .payment_box .wc-stripe-wallet-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #c9c6c8;
  flex-wrap: wrap;
}

.wc_payment_methods .payment_box .wc-stripe-wallet-notice--mark {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.wc_payment_methods .payment_box .wc-stripe-wallet-notice--selected-gateway {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #2d2d2d;
}

.wc_payment_methods .payment_box .wc-stripe-wallet-notice--divider {
  width: 1px;
  height: 20px;
  background: #c9c6c8;
}

.wc_payment_methods .payment_box .wc-stripe-wallet-notice--text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  color: #3d3d3d;
  flex: 1;
  min-width: 200px;
}

.wc_payment_methods .payment_box .wc-stripe-wallet-notice--icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Stripe card element container */
.wc_payment_methods .payment_box #wc-stripe-card-element {
  background: #ffffff;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 16px;
}

/* Save card checkbox styling */
.wc_payment_methods .payment_box .wc-stripe-save-source {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wc_payment_methods .payment_box .wc-stripe-save-source label.checkbox {
  margin: 0;
  display: flex;
  align-items: center;
}

.wc_payment_methods .payment_box .wc-stripe-save-source input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  accent-color: #5a5a5a;
}

.wc_payment_methods .payment_box .wc-stripe-save-source .save-source-label {
  font-size: 14px !important;
  color: #2d2d2d !important;
  margin: 0;
  cursor: pointer;
}

/* General payment box text styling */
.wc_payment_methods .payment_box p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #3d3d3d;
}

.wc_payment_methods .payment_box p:last-child {
  margin-bottom: 0;
}

/* Form fields if they exist */
.wc_payment_methods .payment_box .form-row {
  margin-bottom: 16px;
}

.wc_payment_methods .payment_box label {
  display: block !important;
  font-size: 13px !important;
  font-weight: 500;
  color: #2d2d2d !important;
  margin-bottom: 6px;
}

.wc_payment_methods .payment_box input[type="text"],
.wc_payment_methods .payment_box input[type="tel"],
.wc_payment_methods .payment_box input[type="email"],
.wc_payment_methods .payment_box input[type="number"],
.wc_payment_methods .payment_box select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #b0b0b0;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  background: #ffffff;
  color: #2d2d2d;
}

.wc_payment_methods .payment_box input:focus,
.wc_payment_methods .payment_box select:focus {
  outline: none;
  border-color: #5a5a5a;
  box-shadow: 0 0 0 3px rgba(90, 90, 90, 0.1);
}

/* Checkout heading color fix */
.woocommerce-checkout #payment ul.payment_methods li {
  color: #111827 !important;
	padding: 20px;
}

/* Focus states for accessibility */
.wc_payment_methods .wc_payment_method input.input-radio:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(90, 90, 90, 0.2);
}

.wc_payment_methods .wc_payment_method:focus-within {
  border-color: #5a5a5a;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .wc_payment_methods .wc_payment_method input.input-radio {
    margin: 14px 0 14px 16px;
  }
  
  .wc_payment_methods .wc_payment_method > label {
    margin: 14px 16px 14px 12px;
    gap: 12px;
  }
  
  .wc_payment_methods .wc_payment_method > label > img {
    height: 24px;
    max-width: 70px;
  }
  
  .wc_payment_methods .wc_payment_method > label .wc-stripe-card-icons-container img {
    height: 20px;
  }
  
  .wc_payment_methods .wc_payment_method input.input-radio {
    width: 18px;
    height: 18px;
  }
  
  .wc_payment_methods .payment_box {
    padding: 16px;
  }
  
  .wc_payment_methods .payment_box .wc-stripe-wallet-notice {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .wc_payment_methods .payment_box .wc-stripe-wallet-notice--divider {
    display: none;
  }
}

@media (max-width: 480px) {
	 .payment-icons{
		font-size: 50px;
		width: 100%;
	}
	.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a{
		padding: 10px !important;
	}
	.shop-content .product-category{
		text-align: center !important;
	}
  .wc_payment_methods .wc_payment_method input.input-radio {
    margin: 12px 0 12px 14px;
  }
  
  .wc_payment_methods .wc_payment_method > label {
    margin: 12px 14px 12px 10px;
  }
  
  ul.wc_payment_methods.payment_methods.methods {
    gap: 10px;
  }
  
  .wc_payment_methods .payment_box {
    padding: 14px;
  }
}

	#order_review_heading{
		text-align:center;
		margin-top: -30px !important;
		color: #C8C8C8 !important;
		font-weight: bold !important;
	}
.woocommerce .shop_table tbody tr.cart_item td{
		color: #777 !important;
	}
	.woocommerce-checkout-review-order-table .product-name, .woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout-review-order-table .cart-subtotal th{
		color: #C8C8C8 !important;
	}
	.woocommerce-checkout-review-order-table .order-total th{
		color: #777 !important;
		font-weight: 700;
		font-size: 20px;
	}

.order-total .woocommerce-Price-amount, .order-total .woocommerce-Price-amount span{
		font-size: 20px;
		font-weight: bold !important;
	}
	.return-to-shop{
		text-align: center;
	}

		.woocommerce-additional-fields h3{
		text-transform:uppercase !important; font-size: 17px !important; color: #777 !important; font-weight: bold !important
	}
	.woocommerce table.shop_table .fee th{
			text-transform: capitalize !important;	
		color: #c8c8c8 !important;
		font-weight: 100 !important;
	}
	.cart-totals-wrapper-inner .order-total th{
		vertical-align: middle !important;
		font-size: 20px !important;
		color: #9e9e9e !important;
	}
	.wc-proceed-to-checkout a{
		font-weight: bold !important;
	}
	.actions button{
		font-weight: 100 !important;
	}
	#ship-to-different-address span{
		font-size: 15px;
	}

.kupite{
	margin-bottom: -35px; margin-top: 40px;
font-family: "League Spartan", sans-serif !important;
	font-weight: bold !important;
	color: rgba(119, 119, 119, 0.8);
	font-size: 20px;
}
#product-search input{
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28) !important;
	padding-left: 20px;
	color: #5c727d;
}
#product-search input::placeholder{
	font-size: 14px;
}
/* mobile  */

@media (max-width: 600px) {
	.site-logo{
		max-width: 150px !important;
		min-width: auto !important;
	}
	.wc-tabs{
		flex-direction: column-reverse;
    align-items: center;
	}
	.product-brand-logo{
		margin-left: 0 !important;
	}
	.payment-icons{
		        margin-bottom: 8px !important;
        justify-content: space-around !important;
        gap: 4px;
        font-size: 40px !important;
        position: unset;
        display: flex;
	}
	.shop-content .ltn__shop-details-inner .woocommerce-product-gallery__wrapper div:first-child a img{
		width: 70%;
		margin: 0 auto;
	}
	.woocommerce-checkout-review-order-table .order-total th{
		color: #9e9e9e !important;
		        font-size: 20px !important;
	}
	.woocommerce-privacy-policy-text p{
		text-align: center;
	}
	.woocommerce-checkout-review-order-table .product-total{
		width: 30%;
	}
	.woocommerce table.shop_table td{
		padding:27px 7px 28px 25px !important ;
	}
	.woocommerce table.shop_table th{
		padding-left: 25px !important;
	}
	.woocommerce .shop_table tbody tr td.actions{
	padding-bottom: 0!important;
}

	.woocommerce-cart-form__cart-item .product-remove{
		    display: flex !important;
    justify-content: center;
	}
	.woocommerce-cart-form__cart-item .product-price::before, .woocommerce-cart-form__cart-item .product-quantity::before{
		font-weight: 100 !important;
	} 
	.cart-totals-wrapper-inner img{
		max-width: 155px !important;
	}
	.woocommerce-cart-form__cart-item .product-quantity{
		    display: flex !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: space-between !important;
	}
	.elementor-products-grid nav.woocommerce-pagination {
    margin-top: 10px !important;
    margin-bottom: -25px !important;
}
	#product-search input{
		text-align: center;
	}
	.cart_totals{
		color: #777 !important;
	}
	.only-desktop{
		display: none !important;
	}
	.payment-section{
		text-align:center;
	}
	.woocommerce-cart-form .actions{
		margin-bottom: -20px;
	}
	.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
		text-align: center !important;
	}
	.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
		position: relative !important;
		top: 0 !important;
		left: -5px !important;
	}
	.header-email{
		color: #000;
	}
	.woocommerce .cart-collaterals .cart_totals{
		margin: 0 auto 20px;
		width: 85%;
	}
	.woocommerce-cart-form__cart-item .quantity input.input-text{
		margin: 0 !important;
	}
	.header-contact-info{
		    width: 100%;
    display: flex;
    justify-content: space-between;
	}
	.banner-marquee-shop{
		margin-top: 130px !important;
	}
	a[aria-label="Obiščite kategorijo izdelka Licila"] {
    margin-left: 2px;
}

	.product-category img{
		margin: 15px 0 0;
		width: 100%;
		height: 80%;
	}
	.woocommerce .shop_table tbody tr.cart_item td{
		padding: 15px 25px !important;
	}

	.wc-corner-image img{
		width: 75px !important;
		height: 75px !important;
	}
	.wc-corner-image{
		right: -0.5% !important;
		bottom: 220px !important;
	}
	.header-img-x img{
		width: 100%;
	}
	.header-img-x{
		margin-left: 0 !important;
	}
	.hide-on-mobile{
		display: none !important;
	}
	.cart .quantity input.input-text{
		height: 45px !important;
    padding-left: 0 !important;
	}
	.ltn__shop-details-area .ltn__shop-details-inner .modal-product-info{
	text-align: center !important;
}
	.ltn__shop-details-area .ltn__shop-details-inner form.cart{
		display: flex !important;
    align-items: center !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
		margin-bottom: 50px !important;
	}
	.payment-icons{
		        margin-bottom: 8px !important;
        justify-content: right;
        gap: 4px;
        font-size: 14px;

	}
	.ltn__shop-details-area .ltn__shop-details-inner .wc-stripe-clear, .ltn__shop-details-area .ltn__shop-details-inner .wc-stripe-product-checkout-container{
		display: none;
	}
	#custom-categories .product-category{
	width: 33%;
} 
	.slide{
	margin-top: 15px !important;	
	}
	.bd-imagelink-0{
		margin: -10px 0 -40px !important;
	}
	#contact-page-map{
		display: none !important;
	}
	.pif-cards, .pif-cards-2{
		font-size: 120% !important;
	}
	.pif-cards, .pif-cards-2{
		min-height: 100px !important;
	}
	.bd-imagestyles-0{
		margin-top: 8px !important;
		max-width: 316px !important;
/*     margin: 13px 0px !important; */
	}
	.bd-imagestyles{
	  margin-top: 32px !important;
    max-width: 300px !important;
}
	
	div#n2-ss-2 .n2-style-79d68e42447b6b96e537730c32599578-heading {
		padding-bottom: 0.3em;
	}
	#preloaderContent{
		top: 60% !important;
	}
	.site-logo img {
    max-width: 140% !important;
}
	#preloaderVideo{
		    position: absolute !important;
		object-fit: contain !important;
    top: -31% !important;
    left: -46% !important;
    object-position: right !important;
    transform: scale(1.5) !important;
    height: 100% !important;
	}
	.ltn__blog-area{
	margin: 15px auto 12px !important;
}
	
		.labderma-c-body-text div{
	width: 90% !important;
	margin: 0 auto !important;
}

	.ltn__utilize-menu-search-form{
		margin-bottom: 0;
	}
	
	
		.bd-imagestyles-4{
		margin-top: 50px !important;
    max-width: 300px !important;
	}
	.bd-imagestyles-2{
		margin-top: 38px !important;
		width: 100px !important;
		max-width: 100px !important;
	}
		.bd-imagestyles-3{
			margin-top: 38px !important;
			margin-bottom: 20px
	}
	a.bd-imagelink-61{
		margin-top: -30px;
		margin-bottom: -5px;
	}
		.bd-imagelink-61 img {
   max-width: 150px;
        background-color: #fff;
}
	
	div#n2-ss-3 .n2-font-cc34ecf9a1eb07a3a33bd67b1e2faa84-paragraph {
		font-size: 19px;
		
	}


	.lab-items{
		width: 90% !important;
		margin: 0 auto;
		overflow: visible !important;
	}
	
	.ltn__header-top-area{
		display: none;	
	}
	    
}

@media(max-width: 750px) {
	.profile-icon{
		padding-right: 45px !important;
	}
	.menu-cart-icon img{
		width: 25px !important;
	}
	.menu-cart-icon{
		right: -40px !important;
	}
	.menu-cart-icon::before{
/* 		width: 32px !important; */
		top: 9px !important;
		left: -10px !important;
	}
	.flag{
		top: -5px !important;
	}
	.ltn__drop-menu{
		margin-right: 46px;
		padding-top: 0 !important;
	}
	.flag img{
		margin-top: 3px !important;
    width: 22px !important;

	}
	.flag::before {
		top: 14px;
		left: -18px;
	}
}
#onlyOnMobile{
	margin-top: 8px;
	margin-bottom: -40px !important;
}

/* desktop  */
@media (min-width: 600px){
	.silki-icon-wrapper{
	height: 80px !important;
	width: 80px !important;
}
	.woocommerce div.product .woocommerce-tabs{
	margin: 50px 0 0;
}
	.payment-replacement-link{
		margin-left: 70px;
	}
	.only-mobile{
		display: none !important;
	}
	.wc-corner-image img{
		width: 100px !important;
		height: 100px !important;
	}
	
	.cart-collaterals .payment-section{
	margin-top: -45px;
}
	#onlyOnMobile, .hide-on-desktop{
		display: none !important;
	}
	.my-contact .elementor-widget-container .ltn__contact-address-area .container .row .col-lg-4 .ltn__contact-address-item   {
	min-height: 430px;
}
	.header-email{
	font-size: 22px !important;
		color: #000;
}
	.lab-items .fas{
		font-size: 32px !important;
		margin-bottom: 15px;
	}
	.site-logo img {
    max-width: 100% !important;

	}


/* 	.ltn__blog-area{
	margin: 90px auto 12px !important;
} */
	.lab-items li{
	max-width: 90px !important;
}
}

/* theme color  */
.ltn__secondary-bg {
    background-color: #777777 !important;
}
.ltn__main-menu li:hover > a {
    color: #777777 !important;
}

.ltn__main-menu li a {
    font-size: 110% !important;
	font-weight: 400 !important;
		color: #777777 !important;
    text-transform: uppercase !important;
}

/* a:hover {
    color: #777777 !important;
} */
.ltn__main-menu li > ul, .ltn__main-menu .sub-menu {
	    border-top: 5px solid #777777 !important;
}
.preloader-inner{
	background-color: #fff !important;
}
.header-search-2, .header-contact-search{
	width:800px !important;
}
.ltn__category-menu-title h2{
	    background-color: transparent !important;
    color: #000 !important;
    text-transform: capitalize;
	margin-top:-9px;
}
.site-logo{
	min-width: 260px
}
.ltn__header-3 .ltn__header-middle-area {
    padding: 30px 0 0px !important;
}
.ltn__category-item-name h6{
	color: #8CB2B2;
}
#ourVision .row{
	display: flex;
    flex-direction: row-reverse; /* or column-reverse */
}
#ourVision .even-row .row{
    display: flex;
    flex-direction: row; /* or column-reverse */
}

#ourVision .pb-115{
	padding: 0 !important;
}
.header-contact-serarch-column{
	margin-left: -5px !important;
}
.lab-items{
	overflow: hidden;
	padding: 0 20px;
	    justify-content: space-around;
	  align-items: flex-start !important;
    margin-top: 1rem;
	place-items: center;
}
.lab-items a{
	text-align: center !important;
}
.last-child{
	margin-top: -4px !important;
}
.ltn__top-bar-menu, div, p, h1, h2, h3, h4, h5, h6, span, ul, li, a{
	font-family: 'Bahnschrift Light' !important;
	   font-weight: 100 !important;
}
footer, .ltn__blog-author, .ltn__blog-tags, .ltn__blog-title, .ltn__blog-btn, .ltn__blog-date, .header-contact-info a{
	font-family: 'Bahnschrift Light' !important;
	font-weight: 100 !important;
}
p{
	font-size: 105%;
}
.ltn__top-bar-menu{
	    font-family: 'Bahnschrift Light' !important;
	    font-weight: 100 !important;
}
.ltn__top-bar-menu:hover{
	color: #000000 !important;
}
.ltn__top-bar-menu a{ 
font-size: 16px !important;
	font-weight: 600 !important;
}
.pagination li a, .pagination li span, .ltn__pagination ul li a{
	height: 20px !important;
    width: 20px !important;
    line-height: 18px !important;
}

.pagination{
	margin-top: -50px !important;
}
.footer-logo{
	    width: 40% !important;
    left: -12px !important;
}
.ltn__copyright-design p{
	display: flex;
	    align-items: center;
}
.footer-about-widget, .footer-newsletter-widget{
	font-size: 15.8px;
}
.footer-widget ul li, .footer-widget ol li{
	display: block;
}
footer .ltn__social-media{
	font-size: 26px
}
.ltn__copyright-design p{
	justify-content: center;
	font-size: 14px;
}
.ltn__copyright-area{
	padding: 0 !important;
}
.header-contact-info{
	font-size: 17px;
}
.header-contact-info a:nth-child(2) {
  font-weight: bold !important;
}
.spinner{
	position: absolute !important;
    margin: 0 !important;
}
#menu-item-2032 a{
	font-weight: 700 !important;
}
.ltn__blog-tags, .ltn__blog-author .fa-user{
	display: none !important;
}
.fa-calendar-alt{
	display: none;
}
.mobile-menu-toggle span{
	align-self: center;
}
.header-search-2 input{
	border: 0 !important;
	padding-left: 20px !important;
	padding-right: 50px !important;
}
.labderma-c-body-text p, .labderma-c-body-text span, .labderma-c-body-text div, .labderma-c-body-text h1 {
	color: #000 !important;
}
.ltn__blog-title{
	height: 60px
}
.ltn__blog-item-3 .ltn__blog-img{
	height: 200px !important;
}
.woocommerce form .form-row label{
	text-transform: none !important;
}
.blog-sidebar{
	display: none
}

.hustle-info, .hustle-layout, .hustle-main-wrapper {
	    max-height: 100vh !important;
    height: 100vh !important;
}
.widget-title h3{
		font-size: 20px !important;
		font-weight: 700 !important;
	}
.ltn__about-us-area .col-lg-6.align-self-center:first-of-type {
    display: none !important;
}
.ltn__about-us-area .col-lg-6.align-self-center, .section-title-area p {
	width: 100%;
	max-width: 100%
}
.icon-mail{
	display: none;
}
.n2-ss-button-container a div{
	line-height: 30px !important;
}
.elementor-2177 .elementor-element.elementor-element-0efea9c{
	z-index: -1 !important;
}


/* ====== Receipt Style for WooCommerce Order Details ====== */
.woocommerce-order-details {
  --paper: #fff;
  --ink: #2b2b2b;
  --line: #e6e6e6;
  --accent: #111;
  --muted: #7a7a7a;

  position: relative;
/*   max-width: 420px; */
  margin: 24px auto;
  padding: 24px 20px 28px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid #dcdcdc;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Courier New", monospace;
  line-height: 1.4;
}

/* Torn zigzag edges (top & bottom) */
.woocommerce-order-details::before,
.woocommerce-order-details::after {
  content: "";
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  height: 18px;
  background:
    repeating-linear-gradient(
      -45deg,
      transparent 0 10px,
      rgba(0,0,0,0.06) 10px 12px
    ),
    linear-gradient(var(--paper), var(--paper));
  background-blend-mode: multiply, normal;
  z-index: 1;
}
.woocommerce-order-details::before {
  top: -10px;
  border-top: 1px solid #dcdcdc;
}
.woocommerce-order-details::after {
  bottom: -10px;
  border-bottom: 1px solid #dcdcdc;
  transform: rotate(180deg);
}

/* .woocommerce-Price-amount:last-child {
  font-size: 25px !important;
  font-weight: bold;
} */


/* Perforation line under the title (like tear line) */
.woocommerce-order-details .woocommerce-order-details__title {
  text-align: center;
	font-weight: bold !important;
  font-size: 30px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 4px 0 18px;
  color: #C8C8C8;
  position: relative;
}
.woocommerce-thankyou-order-details{
	justify-self:center;
}
.woocommerce-order-details .woocommerce-order-details__title::after {
  content: "";
  display: block;
  height: 8px;
  margin: 10px auto 0;
  width: 92%;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0 7px,
      var(--line) 7px 10px
    );
  mask: radial-gradient(circle 2px at 5px 50%, #000 98%, transparent 100%) repeat-x left center / 10px 100%;
}

/* Table reset for receipt look */
.woocommerce-order-details .shop_table.order_details {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  border: 0;
  color: var(--ink);
}

/* Thead */
.woocommerce-order-details thead th {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 0 8px;
  border-bottom: 1px dashed var(--line);
  color: var(--muted);
}

/* Body rows */
.woocommerce-order-details tbody tr {
  border-bottom: 1px dashed var(--line);
}
.woocommerce-order-details tbody td,
.woocommerce-order-details tbody th {
  padding: 10px 0;
  vertical-align: top;
  font-size: 14px;
}
.woocommerce-order-details td.product-total,
.woocommerce-order-details th.product-total {
  text-align: right;
}

/* Product name + qty */
.woocommerce-order-details .product-name a {
  text-decoration: none;
  color: var(--ink);
  border-bottom: 1px dotted transparent;
}
.woocommerce-order-details .product-name a:hover {
  border-bottom-color: currentColor;
}
.woocommerce-order-details .product-quantity {
  font-weight: 700;
  margin-left: 6px;
  color: var(--accent);
}

/* Totals area */
.woocommerce-order-details tfoot {
  border-top: 1px solid var(--line);
}
.woocommerce-order-details tfoot tr th,
.woocommerce-order-details tfoot tr td {
  padding: 10px 0;
  font-size: 14px;
}
.woocommerce-order-details tfoot tr th {
  font-weight: 600;
  color: var(--muted);
}
.woocommerce-order-details tfoot tr td {
  text-align: right;
}

/* Make the grand total pop */
.woocommerce-order-details tfoot tr:last-child td,
.woocommerce-order-details tfoot tr:last-child th {
  padding-top: 12px;
  border-top: 1px dashed var(--line);
}
.woocommerce-order-details tfoot tr:last-child td {
  font-weight: 800;
  font-size: 16px;
  color: var(--accent);
}

/* Actions row */
.woocommerce-order-details .order-actions--heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}
.woocommerce-order-details .order-actions-button,
.woocommerce-order-details .woocommerce-button.button.invoice {
  display: inline-block;
  font-size: 12px;
  padding: 7px 10px;
  border: 1px dashed var(--ink);
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  border-radius: 0;
  transition: transform 0.08s ease-in-out;
}
.woocommerce-order-details .order-actions-button:hover,
.woocommerce-order-details .woocommerce-button.button.invoice:hover {
  transform: translateY(-1px);
}

/* Price formatting */
.woocommerce-order-details .amount {
  white-space: nowrap;
}

/* Subtle thermal-paper texture (optional, keeps print-friendly) */
.woocommerce-order-details {
  background-image:
    radial-gradient(circle at 50% 0, rgba(0,0,0,0.02), transparent 60%),
    linear-gradient(transparent 0, rgba(0,0,0,0.015) 1px, transparent 2px);
  background-size: 100% 100%, 100% 22px; /* faint ruled lines */
}

/* Print-friendly: remove shadows & keep borders light */
@media print {
  .woocommerce-order-details {
    box-shadow: none !important;
    border-color: #cfcfcf;
  }
  .woocommerce-order-details::before,
  .woocommerce-order-details::after {
    background:
      repeating-linear-gradient(
        -45deg,
        transparent 0 10px,
        #e0e0e0 10px 12px
      ),
      linear-gradient(#fff, #fff);
  }
}

.product-category product first {
    width: 100% !important;
    height: 220px !important; /* apni rectangle height set karo */
    object-fit: cover !important;
    display: block !important;
}




