 
@media only screen and (max-width: 768px) and (orientation: portrait) {
  /* Mobile portrait styles */
  
  .custom-payment-icons {
    clear: both;
    margin-top: 120px;
    text-align: center;
	
	position: absolute;
    bottom: -250px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
    margin-top: 40px !important;
 }
 
 .woocommerce-product-gallery {
	flex: 1;
	max-width: calc(100% - 0px) !important;
	width: 100% !important;
	margin: 0px !important;
}

.single-product div.product .entry-summary {
	padding-left: 0px !important;
}


table.has-fixed-layout td {
	padding: 5px !important;
	font-size: 12px !important;
	line-height: 16px;
}

.checkout-footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

.checkout-footer-menu li {
	display: block;
	margin: 0 15px;
	text-align: left;
}


.woocommerce-checkout .checkout-footer-menu a {
	color: #444;
	text-decoration: none;
	font-size: 18px;
}


.variation-section .label-cls{
	color: #999999;
    text-transform: uppercase;
	font-size:12px !important;
	line-height:15px;
}
.variation-section .value-cls{
	font-weight:700; 
	color:#000;	 
	font-size:12px !important;
	line-height:15px;
} 
.qtycls .qtyleft{
		width:60%;

}
.qtycls .qtyleft,
.qtycls .qtyright{
	display: inline-block;
}

.woocommerce-cart .cart-collaterals{ width:100% !important; }

.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 /* Adjust padding/spacing for WooCommerce table data cells with data-title */
.woocommerce-cart  table.shop_table td[data-title] {
    padding: 5px 10px !important; /* top/bottom 5px, left/right 10px */
	display: block;
	text-align: right !important;
	
}
 
 
 

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3{
	display:none;
}
 
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination{
	padding: 0px;
	margin: 0px;
	text-align: right;
}


  
}



@media only screen and (max-width: 812px) and (orientation: landscape) {
 
  .custom-payment-icons {
    clear: both;
    margin-top: 120px;
    text-align: center;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
    margin-top: 40px !important;
 }
  
  

.woocommerce-cart .cart-collaterals{ width:100% !important; }

.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 
.woocommerce-cart .cart-collaterals{ width:100% !important; }

.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 /* Adjust padding/spacing for WooCommerce table data cells with data-title */
.woocommerce-cart  table.shop_table td[data-title] {
    padding: 5px 10px !important; /* top/bottom 5px, left/right 10px */
	
}
 
 
 
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3{
	display:none;
}
 
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination{
	padding: 0px;
	margin: 0px;
	text-align: right;
}


.woocommerce-cart table.shop_table tr {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.woocommerce-cart .woocommerce-cart-form{
    padding-right: 0px !important;
}

.woocommerce-cart .woocommerce-cart-form .subtotal-price{
	text-align: right;

}

}


/* Example: apply for landscape widths between 420px and 980px */
@media (orientation: landscape) and (min-width: 420px) and (max-width: 980px) {
  /* iPhone 14 Pro Max in landscape will match here */

.woocommerce-cart .woocommerce-cart-form table.shop_table tr {
    display: table-row !important;
    flex-direction: row !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
	
}


.woocommerce-cart .cart-collaterals table.shop_table tr {
    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
	
}


}









@media only screen   and (device-width: 430px)   and (device-height: 932px)   and (orientation: landscape) {
  
  /* Your CSS for iPhone 14 Pro Max in landscape */
  .custom-payment-icons {
    clear: both;
    margin-top: 90px;
    text-align: center;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {
    margin-top: 110px !important;
 }
 
 
 
.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 
.woocommerce-cart .cart-collaterals{ width:100% !important; }

.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 /* Adjust padding/spacing for WooCommerce table data cells with data-title */
.woocommerce-cart  table.shop_table td[data-title] {
    padding: 5px 10px !important; /* top/bottom 5px, left/right 10px */
	
}
 
 
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3{
	display:none;
}
 
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination{
	padding: 0px;
	margin: 0px;
	text-align: right;
}


 
}




@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* Tablet portrait styles */
   

 .woocommerce-cart .woocommerce-cart-form {
    float: left;
    width: 100% !important;
    /* padding-right: 100px; */
    position: relative;
}
 
 
 
.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 
.woocommerce-cart .cart-collaterals{ width:100% !important; }

.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 /* Adjust padding/spacing for WooCommerce table data cells with data-title */
.woocommerce-cart  table.shop_table td[data-title] {
    padding: 5px 10px !important; /* top/bottom 5px, left/right 10px */
	
}
 
  

.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3{
	display:none;
}
 
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination{
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.cart-item-mobile {
     display: block !important;  
}
 
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Tablet landscape styles */
  
   .woocommerce-cart .woocommerce-cart-form {
    float: left;
    width: 100% !important;
    /* padding-right: 100px; */
    position: relative;
}
 
 
 
 

.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 
 
.woocommerce-cart .cart-collaterals{ width:100% !important; }

.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 /* Adjust padding/spacing for WooCommerce table data cells with data-title */
.woocommerce-cart  table.shop_table td[data-title] {
    padding: 5px 10px !important; /* top/bottom 5px, left/right 10px */
	
}
 
 
.woocommerce-cart  table.shop_table td[data-title] {
    display: flex;
    justify-content: space-between; /* optional, for separating left and right */
    gap: 20px; /* adjust space between items */
}


.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3{
	display:none;
}
 
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination{
	padding: 0px;
	margin: 0px;
	text-align: right;
}

/*
 .woocommerce-cart table.shop_table tr {
    display: table-row !important;
 }
 */
 
 .woocommerce-cart .woocommerce-cart-form {
    padding-right: 0;
}
 
}


@media screen and (min-width: 992px) and (max-width: 1300px) {
    /* Add your custom CSS rules here */
 .main-navigation li{
	padding:0 5px;
 }
 
 .woocommerce-cart .woocommerce-cart-form {
    float: left;
    width: 100% !important;
   padding-right: 0px !important;  
    position: relative;
}
   
   .woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 
.woocommerce-cart .cart-collaterals{ width:100% !important; }

.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 /* Adjust padding/spacing for WooCommerce table data cells with data-title */
.woocommerce-cart  table.shop_table td[data-title] {
    padding: 5px 10px !important; /* top/bottom 5px, left/right 10px */
	
}
 
 
.woocommerce-cart  table.shop_table td[data-title] {
    display: flex;
    justify-content: space-between; /* optional, for separating left and right */
    gap: 20px; /* adjust space between items */
}


.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3{
	display:none;
}
 
.woocommerce-cart .cart-collaterals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination{
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.woocommerce-cart .cart-collaterals table.shop_table tbody td{
	        padding: 20px !important;
			display: table-cell;

}



}


/* ONLY FOR DESKTOP */

@media (min-width: 1025px) {
	
.single-product .entry-summary .woocommerce-tabs .woocommerce-Tabs-panel{
	padding: 5px !important;
	font-size: 14px !important;
	line-height: 20px;
 }




.woocommerce-cart-form{ width:100% !important;  padding-right:0px !important; }
.woocommerce-cart table.shop_table tbody td{
	padding:20px !important;
}
.woocommerce-cart .cart-collaterals{
	float:right !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
     padding: 5px 0px 5px 20px !important;
}

.single-product .summary-price-box{
	float:left;
}

.single-product .title-with-rating{
	float:right;
}


.woocommerce-checkout .woocommerce-billing-fields h3{
	text-align:center;
	background: #f5f5f5;
	padding: 14px;
	font-size: 21px;
	text-transform: uppercase;
}


 
.woocommerce-checkout .woocommerce-billing-fields{
	border: 1px solid #ccc;
    padding: 15px;
}

 
.woocommerce-cart .cart-collaterals {
 	width: 100% !important;
	margin-bottom: 50px;
 	position: sticky;
 }
 
 
 .cart-collaterals table th {
    position: absolute;
    right: 30%;
}


.woocommerce-cart-form .product-subtotal{
	    text-align: right;
}


.woocommerce-checkout #order_review .shop_table tbody td{
	  padding: 20px 0px 0px 0px;
}

.woocommerce-checkout #order_review .shop_table tbody tr{
	  border-bottom:1px solid #ccc;
}

.widget .mc4wp-form input, .widget .mc4wp-form select{
	height:auto !important;
}

/*
#block-26{
    margin-bottom: -25px;
}
*/

#block-26 h6{
	margin-bottom: 0px !important;
    padding-bottom: 1px !important;
    text-transform: uppercase;
	font-size:13px !important;
	line-height:17px;
	font-weight:500;
}

#site-footer .footer-extra__inner {
    flex-wrap: wrap;
     display: flex;
    justify-content: space-between;
    align-items: center;
 
}

#site-footer .copyright{ 
	text-align: left;
	margin-bottom: 0px !important;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
#site-footer .copyright a{ text-decoration:underline;}
#site-footer .footer-payments{ text-align:right; max-width:45%;}
#site-footer  .footer-extra{ border:none !important;}
#site-footer .footer-widgets{   padding-bottom: 10px;  }


.footer-extra { width:100%; }
.footer-extra .copyright{ width:75%; }
.footer-extra .footer-payments{ width:25%; } 

#site-footer .footer-payments{
	position:relative;
}

#site-footer .footer-payments .payments li:first-child img {
	position: absolute;
	bottom: -5px;
	right: 160px;
 	width: 100%;
	text-align: center;
}


.woocommerce-checkout #payment li.payment_method_stripe_cc label{
	    padding-left: 22px;
}

.woocommerce-checkout #payment li.payment_method_stripe_cc span.wc-stripe-card-icons-container{
	padding:0px 6px;
}


#tp-widget-wrapper, 
.tp-widget-wrapper{ text-align:left !important; }

.trustpilot-widget {
  text-align: left !important;
  display: flex;
  justify-content: flex-start;
}


#mailpoet_form_1 form.mailpoet_form {
    padding: 0px !important;
}


#form_email_1.mailpoet_text,
#mailpoet_form_1 .mailpoet_submit{
    padding: 15px !important;
}
 

.tp-widget-wrapper {
    text-align: left !important;
}

#block-37 img{ max-width:50% !important;}

.widget .form-subscribe-btn,
.widget .form-input-cls{ display:inline-block; }
.footer-widgets-area-diff .diff-row{
	  flex-wrap: nowrap;
}



 
.newsletter-title {
    font-size: 24px !important;
    margin-left: 70px !important;
    text-align: right !important;
}


#tnp-modal-body{
	padding:0px 0px 50px 0px !important;
	position:relative;
}
#tnp-modal-close{ z-index:9;}




#tnp-modal-body .poplink{
    position: absolute;
    bottom: 33px;
    right: 30px;
    background: #000;
    color: #fff;
    padding: 5px 15px;
}
}















@media (max-width: 768px) {
	
	 

  .woocommerce-cart-form table.shop_table {
    display: block;
    overflow-x: auto;
    width: 100%;
  }

  .woocommerce-cart-form table.shop_table thead {
    display: none;
  }

  .woocommerce-cart-form table.shop_table tr {
    display: block;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px;
  }

  .woocommerce-cart-form table.shop_table td {
    display: block;
    text-align: left;
    width: 100%;
  }

  .woocommerce-cart-form table.shop_table td:before {
    content: attr(data-title) ": ";
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  
  
  #tnp-modal-body h2{
     position: absolute;
    top: 12%;
    right: 10%;
    font-size: 22px !important;
  }
  
  #tnp-modal-body{
	  padding:0px 0px 50px 0px;
  }
  #tnp-modal-close{
	  z-index:9;
	right: 30px !important;

  }
  
  .popuppolicy{
	  text-align: center;
	}
  .poplink {
    position: absolute;
    bottom: 10px;
    background: #000;
    color: #fff;
    padding: 10px 10px;
	left:40%;
}
  
}
 




@media (max-width: 767px) {
  .woocommerce-cart-form table.shop_table thead {
    display: none;
  }

  .woocommerce-cart-form table.shop_table tbody,
  .woocommerce-cart-form table.shop_table tr,
  .woocommerce-cart-form table.shop_table td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .woocommerce-cart-form table.shop_table tr {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #f9f9f9;
  }

  .woocommerce-cart-form table.shop_table td::before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #444;
  }

  .woocommerce-cart-form .product-thumbnail img {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
  }

  .woocommerce-cart-form input.qty {
    width: 60px;
  }
  
  
  
  
  .woocommerce-cart table.shop_table .product-name {
	width: 100% !important;
	display: inline-block;
}

  .woocommerce-cart table.shop_table_responsive thead,
  .woocommerce-cart table.shop_table th{
	  display:none !important;
  }
  
    .woocommerce-cart .cart-header-part h1,
  .top-checkout-btn{
	    text-align: center;
		padding: 5px 0px;
		text-transform:uppercase;
  }
      .woocommerce-cart   .cart-header-part{display:block; }
	  
	  
	  
	  .cart-thumbnail img {
	max-width: 150px;
	/* border: 1px solid #ddd; */
}


.woocommerce-cart table.shop_table tr{
	display:block !important;
	margin-bottom: 20px;
	padding: 15px;
	border: none !important;
	background:transparent !important;
}



}



/* Mobile cart layout: image left, details right */
@media (max-width: 768px) {
    .woocommerce-cart-form table.shop_table tbody tr {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    /* Product name cell */
    .woocommerce-cart-form table.shop_table td.product-name {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        border: none;
        width: 100%;
    }

    /* Thumbnail image */
    .woocommerce-cart-form table.shop_table td.product-name .cart-thumbnail {
        flex: 0 0 80px;
    }
    .woocommerce-cart-form table.shop_table td.product-name .cart-thumbnail img {
        max-width: 100%;
        height: auto;
    }

    /* Product text/details container */
    .woocommerce-cart-form table.shop_table td.product-name .cart-item-text {
        flex: 1;
    }

    /* Hide table headers for mobile */
    .woocommerce-cart-form table.shop_table thead {
        display: none;
    }

    /* Price, qty, subtotal inline */
    .woocommerce-cart-form table.shop_table td.product-quantity,
    .woocommerce-cart-form table.shop_table td.product-price,
    .woocommerce-cart-form table.shop_table td.product-subtotal {
        display: block;
        text-align: left;
        width: 100%;
        border: none;
        padding: 4px 0;
    }

    /* Remove item link styling */
    .woocommerce-cart-form table.shop_table .remove-cart-item {
        margin-top: 5px;
    }
}


@media (max-width: 768px) {
    .cart-item-mobile {
        display: flex;
        gap: 10px;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }
    .cart-item-left {
        flex: 0 0 80px;
    }
    .cart-item-left img {
        max-width: 100%;
        height: auto;
    }
    .cart-item-right {
        flex: 1;
    }
	.desktop-cart{ display:none !important; }
	.woocommerce-cart .remove-cart-item{ padding-top:10px !important; }
	
	
	.wc-proceed-to-checkout{
		  display: inline-block !important;
	}
	
	.coupon #coupon_code,
	.coupon .button,
	.wc-proceed-to-checkout a{
		  width:100% !important;
		  max-width:100% !important;
	}
	
	.coupon #coupon_code{ text-align:center; }
		
.add_to_cart_button{ color:#FFF !important; }
.single_add_to_cart_button{
		background-color: #dee6f4 !important;
		color: #000 !important;
 }
 
 .woocommerce-cart .loop_button-text,
 .product_type_variable {
	color: #FFF !important;
}

.rz-popup-add-to-cart .modal-content {
	width: 85%;
	right: 0 !important;
	top: 0 !important;
	left: 8% !important;
	max-width: 470px;
	transform: translateX(100%);
	transition: transform .5s;
	background-color: #fff;
	overflow: auto;
	height: 100%;
	scrollbar-color: #1f1f1f #e2e2e278;
	scrollbar-width: thin;
}

.woocommerce-cart .cart-collaterals .cart_totals{
	background:#FFF !important; 
}

.custom-product-thumb img {
    width: 100px;
 }


.extra-footer h6 {
	color: #FFF;
	line-height: 1px;
	margin: 5px;
	line-height: 20px;
}


.newsletter-popup-modal .newsletter-popup-form {
    margin-bottom: 70px;
}

.newsletter-popup-modal .newsletter-title {
	font-size: 20px !important;
	margin-bottom: 10px;
	text-align: right !important;
}
 
.newsletter-title {
	font-size: 24px !important;
	margin-left: 70px !important;
	text-align: right !important;
}

.quick-view-button,.modal-content .rz-wishlist-button,
.product-variation-item--color{
	display:none !important;
}

a.button.product_type_variable .loop_button-text{
	color:#FFF !important;
}

.tnp-subscription-minimal input.tnp-email{
	width: 100% !important;
    max-width: 100% !important;
	margin-bottom: 10px;
}

.tnp-subscription.tnp-subscription-popup,
#tnp-modal-content{
	max-width:90% !important;
}
#tnp-modal-body h2{
	right: 5% !important;
	font-size: 20px !important;
}

.social-media-cls {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
    bottom: 80px !important;
    right: 0%;
 }


}

@media (min-width: 768px) {
	.cart-item-mobile{ display:none !important; }
	
.poplink{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #000;
    padding: 5px 15px;
    color: #fff;
}

}

.cart_totals { position:relative; }
.custom-payment-icons{ 
	position: absolute;
	bottom: 0px;
	left: 440px;
}


/* Responsive: mobile & tablet */
@media (max-width: 991px) {   
  .custom-checkout-header {
    flex-direction: column;   /* stack items */
    text-align: center;
  }
  .custom-checkout-header .checkout-left,
  .custom-checkout-header .sitelogo,
  .custom-checkout-header .checkout-right {
    flex: 100%;
    width: 100%;
    text-align: center;
    margin: 8px 0;
  }
  
  #page-header{ text-align:center; }
  
  
  /* paypal cart setting */
  
  
  
  
  .razzi-history-products{
	    margin-top: 70px;
  }
  
  .custom-payment-icons {
	position: absolute;
	bottom: -60px;
	left: 0;
	border: 1px solid #000;
}

.custom-payment-icons{ max-width:100%;}

.custom-payment-icons img {
	max-width: 70%;
 }

.footer-payments img,
.woocommerce-checkout #block-31 figure img {
	max-width: 50%;
}


.woocommerce-cart .cross-sells {
    margin-top: 130px !important;
    float: left;
    width: 100%;
}

 
.footer-extra { width:100% !important; }
.footer-extra .copyright{ width:100% !important; }
.footer-extra .footer-payments{ width:100% !important; text-align: center !important; } 


.imgclshome {
  display: flex;
  flex-direction: column;   /* stack banners vertically */
  align-items: center;      /* center horizontally */
  justify-content: center;  /* center vertically if needed */
  text-align: center;
}


.imgclshome img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* centers images horizontally */
}



.woocommerce-checkout #payment li.payment_method_stripe_cc label{
	    padding-left: 20px;
}

.woocommerce-checkout #payment li.payment_method_stripe_cc span.wc-stripe-card-icons-container{
	padding:10px;
}
 
 li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon{     width: 28px !important;  }
 
 #mailpoet_form_1 .mailpoet_submit,
 #mailpoet_form_1 .mailpoet_text{
	 padding:10px !important; 
	 width:100% !important;
 }
 
 
 #site-footer .social-links {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

#block-37,
#block-26{ text-align:center; }
#block-37 img{ max-width:50% !important;}



.password-input .show-password-input {
	position: absolute !important;
	right: 5px !important;
	background-position: right 0px !important;
}

.woocommerce-account .woocommerce-MyAccount-content a.button{
	float:none !important; 
	border:1px solid #000;
	  color: #000 !important;
}

.woocommerce-account  .woocommerce-MyAccount-content{ text-align:center; }

}












/* Standard laptops / desktops (992px – 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {

.footer-extra .copyright {
    width: 78%;
 }

.footer-extra .footer-payments {
    width: 22%;
 }

}
 




 
 /* Large desktops (1200px and up) */
@media (min-width: 1200px) {

.footer-extra .copyright {
    width: 66%;
 }

.footer-extra .footer-payments {
    width: 34%;
 }

#site-footer .footer-payments .payments li:first-child img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

}

 
 
 /* Large desktops (1200px and up) */
@media (min-width: 1400px) {

.footer-extra .copyright {
    width: 77%;
 }

.footer-extra .footer-payments {
    width: 23%;
 }

#site-footer .footer-payments .payments li:first-child img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

}



 
 
 /* Large desktops (1200px and up) */
@media (min-width: 1500px) {

.footer-extra .copyright {
    width: 77%;
 }

.footer-extra .footer-payments {
    width: 23%;
 }

#site-footer .footer-payments .payments li:first-child img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

}

.main-navigation li.menu-item-6379 .menu-item-mega:nth-child(2) > .dropdown-toggle {
	opacity:0
}

form.ajax-filter.instant-filter.filter-buttons-form {
  display: flex;
  justify-content: center; /* Center horizontally */
  gap: 15px; /* Space between buttons */
  margin: 30px auto; /* Top-bottom spacing */
  flex-wrap: wrap; /* If screen is small, buttons go to next line */
  max-width: 100%;
  padding: 10px 0;
}

form.ajax-filter.instant-filter.filter-buttons-form select {
  padding: 10px 20px;
  font-size: 16px;
  min-width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  appearance: none;
  background-color: white;
  cursor: pointer;
}
.catalog-toolbar-filters__v2 .products-filter__filters {
    display: flex
;
    align-items: center;
    flex-wrap: wrap;
    width: 40%;
}
.full-content .catalog-toolbar-filters__v2 .products-filter__filter {
    width: calc(100% / 3);
}
.single-product div.product.layout-v3 .woocommerce-product-gallery__image {
    float: left;
    width: calc(50% - 30px);
    margin: 0px 0px 10px 10px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    background: transparent !important; /* Background transparent */
    color: #000 !important; /* Text color ka dhyan rakhna (optional) */
    box-shadow: none !important; /* Shadow hata diya */
    border: none !important; /* Border bhi hata diya */
}
.woocommerce-message {
    background-color: #f5f5f5;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    padding: 20px 30px;
    margin: 0 0 2em;
    position: relative;
    background-color: #1e85be;
    color: #111111;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 14px;
    outline: none;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    padding: 20px 30px;
    margin: 0 0 2em;
    position: relative;
    background-color: #f5f5f5;
    color: #111111;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 14px;
    outline: none;
text-align: center;
}


.woocommerce-message {
    background-color: #f5f5f5 !important;
    color: white !important;
}
.notifyjs-razzi-success {
    color: #111111 !important;
    background-color: #f5f5f5 !important;
}
.notifyjs-razzi-base .btn-button {
    color: #ff6f61 !important;
}
.woocommerce-message {
    background-color: #f5f5f5 !important;
    color: #111111 !important;
}
.woocommerce-message a, .woocommerce-info a, .woocommerce-error a {
    color: #ff6f61;
}
.wcboost-wishlist-edit-link-wrapper {
    display: none;
}
@media (max-width: 991px) {
.catalog-toolbar-filters__v2 .products-filter__filters {
    display: -webkit-box;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
}
.quick-view-modal .modal-content {
    max-height: 600px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    padding: 0;
}
.gt_float_switcher .gt_options {
    position: relative;
    z-index: 777;
    max-height: 250px;
    overflow-y: auto;
    transform: translateY(-30px);
    opacity: 0;
    cursor: pointer;
    transition: all .8s cubic-bezier(.3,1.1,.4,1.1);
    margin-top: 135px;
}
@media (max-width: 767px) {
    .menu-mobile-panel-content .mobile-logo .logo-image
Specificity: (0,3,0)
 {
        max-width: 100px !important;
    }
.rz-modal .modal-header {
    padding: 25px 45px 20px 20px;
    display: flex
;
    align-items: normal;
    justify-content: center;
    position: relative;
    background-color: var(--rz-background-color-light);
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
}
@media (max-width: 767px) {
    .menu-mobile-panel-content .mobile-logo .logo-image {
        max-width: 100px !important;
    }

}
.ra-menu-mobile-modal ul.nav-menu > li > a
 {
    font-size: 18px !important;
}
.ra-menu-mobile-modal .modal-content
Specificity: (0,2,0)
 {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 28px !important;
    padding-bottom: 0;
}
.quick-view-modal .modal-content p.product-size-guide
 {
    display: none;
}
@media (min-width: 1200px) {
    .container, .single-post .site-content > .container {
        width: 950px;
    }
}
.rz-popup-add-to-cart .modal-content {
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.single-product div.product .single-product-extra-content .widget fieldset
 {
    margin-top: 0.5em;
    margin-bottom: 1.2em;
    border: 1px solid #e2e2e2;
    display: none;
}

.cky-consent-container .cky-consent-bar
 {
    background: #ffffff;
    border: 1px solid;
    padding: 0px 24px !important;
    box-shadow: 0 -1px 10px 0 #acabab4d;
}
.cky-notice .cky-title {
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    display: none;
}


.cky-notice-group
 {
    display: flex
;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto;
    text-align: -webkit-match-parent;
}
.razzi-size-guide-tabs__nav
 {
    list-style: none;
    display: flex
;
    justify-content: center;
    margin: 0 -4px;
    padding: 0 0 28px 30px;
    z-index: 1;
    position: relative;
    float: none;
}
.ti-widget.ti-feed-widget {
    margin-bottom: 128px !important;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  width: 100%;
  min-width: 600px; /* Force scrolling if too wide */
  border-collapse: collapse;
}

.table-responsive td {
  padding: 8px;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive table {
  width: 100%;
  min-width: 600px; /* Force scroll on smaller screens */
  border-collapse: collapse;
}

.table-responsive td {
  padding: 8px;
  text-align: center;
  white-space: nowrap;
}
.grecaptcha-badge {
    margin-bottom: 122px;
}
.responsive-table {
    width: 100%;
    border-collapse: collapse;
  }

  .responsive-table th,
  .responsive-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }

  .responsive-table th {
    background-color: #f2f2f2;
  }

  @media screen and (max-width: 768px) {
    .responsive-table thead {
      display: none;
    }

    .responsive-table tr {
      display: block;
      margin-bottom: 1rem;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 10px;
    }

    .responsive-table td {
      display: flex;
      justify-content: space-between;
      padding: 10px 5px;
      border: none;
      border-bottom: 1px solid #eee;
    }

    .responsive-table td::before {
      content: attr(data-label);
      font-weight: bold;
    }

    .responsive-table td:last-child {
      border-bottom: none;
    }
  }
table.order_details .woocommerce-table__product-table .wc-item-meta li {
    display: flex
;
    margin-bottom: 10px;
}
.cky-sidebar-left .cky-prefrence-btn-wrapper .emoji, .cky-notice-btn-wrapper .cky-btn.cky-btn-accept .emoji, .newsletter-popup-modal  .newsletter-popup-wrapper .n-close{ display: none !important}



/* PRADEEP EDIT */

p.stock.in-stock strong{
    font-weight: bold;
}

.wcboost-variation-swatches__name,
ul.wcboost-variation-swatches__wrapper .wcboost-variation-swatches__item{
	border-radius:0px !important;
	padding:0px !important;
}

.single-product div.product.product-type-variable form.variations_form .variations td.value,
.single-product div.product.product-type-variable form.cart .variations td.label{
	    margin-bottom: 10px;
}

.wcboost-variation-swatches__name{
	font-size:14px !important;
}


.custom-price {
    font-weight: bold;
}

.custom-price .discount {
    color: #e53935; /* red for discount */
    margin-left: 6px;
}

li .custom-price .discount{
	display:none;
}

.custom-price .regular-price {
    color: #999;
    margin-left: 6px;
}
 

.sale-tag {
    position: relative;
    display: inline-block;
    background-color: #e53935;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 4px 10px 4px 8px;
    margin-left: 8px;
    border-radius: 3px;
    line-height: 1.2;
    vertical-align: middle;
}

.sale-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e53935;
}




/* Container for the full gallery layout */
.custom-gallery-layout {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

/* Left vertical thumbnails */
.custom-gallery-thumbnails {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 80px;
}

.custom-gallery-thumbnails .woocommerce-product-gallery__image {
	width: 100%;
	cursor: pointer;
}

.custom-gallery-thumbnails img {
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border-color 0.3s;
}

.custom-gallery-thumbnails img:hover {
	border-color: #000;
}

/* Main image on the right */
.woocommerce-product-gallery {
	flex: 1;
	max-width: calc(100% - 100px); /* adjust based on thumbnail width + gap */
}

.woocommerce-product-gallery__wrapper img {
	width: 100%;
	height: auto;
}


@media (max-width: 768px) {
	.custom-gallery-layout {
		flex-direction: column;
	}

	.custom-gallery-thumbnails {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
		max-width: 100%;
	}
}


.product-short-description-in-specifications{
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #e0e0e0;
}

table.has-fixed-layout tr:first-child td{
	text-align:center !important;
	color:#000 !important;
	font-weight:700 !important;
}

table.has-fixed-layout tr:nth-child(odd) {
    background: #fbfbfb;
}

table.has-fixed-layout td{
	padding:5px !important;
	font-size:14px;
 line-height: 16px;
}

table.has-fixed-layout tr td:first-child{
	    width: 20%;
}
table.has-fixed-layout tr td:last-child {
    width: 15%;
	text-align:center !important;
}

 

/* Initially hide short description to prevent flash */
.woocommerce-product-details__short-description {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease;
}
 
#tab-specifications p {
  line-height: 10px;
  margin-bottom: 10px;
}

#tab-specifications p:only-of-type {
  line-height: 1.5; /* fallback for single paragraph */
  margin-bottom: 0;
}
.reset_variations{ display:none !important; }
.sale-tag::after {
    border-right: 8px solid #e53935 !important;
    left: -8px !important;
	  border-left: 0px;
}
.page-template-default .product-variation-items,
.razzi-posts__taxs-list ul li:first-of-type a, .product-template-default.single .product-button-wrapper .rz-wishlist-button{
  display: none;
}
 


@media only screen and (max-width: 767px) {
  /* Styles for mobile */

	#block-25{
		position: relative;
	}

	#trustpilot-widget-trustbox-0-wrapper{
		position: absolute;
    bottom: -150px;
    width: 100%;
}
	
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles for tablets */
	
		#block-25{
		position: relative;
	}
	
#trustpilot-widget-trustbox-0-wrapper {
 position: absolute;
        bottom: -122px;
        right: 20px;
        width: 100%;
}
}



	@media only screen and (min-width: 1025px) {
  /* Styles for desktops */
		#block-25{
			position:relative;
		}
  #trustpilot-widget-trustbox-0-wrapper {
		position: absolute;
		bottom: -125px;
		right: -60px;
}
		
}

@media  only screen and (min-width: 375px) and (max-width: 921px)  {
.footer-trustpilot-parent-div { margin-left: 0px !important}
} 
 


#tp-widget-wrapper,
#tp-widget-wrapper.visible,
.tp-widget-wrapper{
    text-align: left !important;
}

.footer-trustpilot-parent-div{margin-left: -153px}

.noboder a,
a.yaymail-element
.yaymail-element a{ text-decoration:none !important; 
color:red !important;
}






.page-template-default .product-variation-items{
  display: none !important;
}

.single-product .product-variation-items{
	display:block !important;
}

.p-LinkAutofillPrompt {
    display: none !important;
}
.woocommerce-checkout .stripe-card-element-link-autofill-prompt {
    display: none !important;
}
iframe[name^="cardButton"] {
    display: none !important;
}



/* Hide Chrome autofill icons (card/payment) */
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}



input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}

#link-pay-text{ 
	color:transparent !important; 
}
.related .product-variation-item--color, .products.upsells .product-variation-items,
.related .product-variation-items,
.ButtonContainer--pay{ display:none !important; }
.main-navigation .nav-menu > li > a{ text-transform: uppercase; font-weight: 400}


/* Rp Css Start*/

.page-id-13588 .razzi-slide-heading{
	font-size:60px !important;
   	font-weight:bold !important;
    line-height:1.2;
	text-transform:uppercase;
	text-shadow: 2px 0px 1px #00000082;
	margin-bottom:0 !important;
}

.page-id-13588 .razzi-slide-description{
	color:#fff !important;
	font-size:60px !important;
	margin-bottom:20px !important;
	font-weight: 500 !important;
	line-height:1.2;
	text-shadow: 2px 0px 1px #00000082;
}

.page-id-13588 .razzi-slide-description p{
	margin-bottom: 40px;
}

	.page-id-13588 .razzi-slide-button span{	
		text-shadow: 2px 0px 1px #00000082;
		font-size: 25px;
	}

.page-id-13588 .razzi-slides-elementor .item-slider:before{
	background:#00000026;
}

@media (max-width: 990px){
	.page-id-13588 .razzi-slide-heading{
	font-size:30px !important;
	}
	
	.page-id-13588 .razzi-slide-description{
		font-size: 40px !important;
  	margin-bottom: 0px !important;
		color: #ff5123 !important !important !important;
		text-shadow: 1px 0px 1px #000;
	}

	.page-id-13588 .razzi-slides-elementor .slick-slide-inner{
		background:#00000040;
	}
	
	.page-id-13588 .razzi-slide-button{
	margin-top:10px;
	}
	

}

#topbar{
    height:25px !important;
    background: #d5c2bd !important;
}


.site-header .counter{
	background: #a07d74 !important;
}

.elementor-13588 .elementor-element.elementor-element-23f6b686 .razzi-posts-carousel .post-meta{
	display:none;
}

.elementor-13588 .star-rating{
	display:none
}

.razzi-container-wide{
	padding-left:10px !important;
	padding-right:15px !important;
}

.page-id-13588 .ti-widget.ti-feed-widget{
	margin-bottom: 0px !important;
}

#popmake-17046{
	padding:0;
	border:none;
	background: transparent;
	box-shadow:none;
	width: 42% !important;
  height: auto !important;
}

#popmake-17046 .black_friday_sale h2{
	color:#fff !important;
	text-align:center;
	font-size: 16px;
  margin-bottom: 0;
}

#popmake-17046 .black_friday_sale h2 span{
	font-size: 18px;
}

#popmake-17046 .black_friday_sale p{
	text-align:center;
	font-weight: 500
}

#popmake-17046 .tnp-submit{
	background: #fff !important;
	color: #000 !important;
	width: 100%;
}

#popmake-17046 .tnp-privacy-field a{
	   color: #ffffff;
    font-weight: 500;
}

#popmake-17046 .sale_text{
	  font-size: 45px !important;
    margin-top: 15px;
}

#popmake-17406 .tnp-privacy-field{
	margin-top: 20px !important;
}

#popmake-17046 img{
	margin-bottom: -1%;
}


@media (max-width: 991px){
	.pum-theme-14245, .pum-theme-lightbox{
		overflow-y: hidden !important;
		width: 100%;
  	max-width: 100% !important;
		width: 100% !important;
	}
	
	
	.responsive_none .desk_img{
		display:none;
	}
	
	.responsive_none .mob_img{
		display:block;
	}
	
	#popmake-17046 .black_friday_sale h2{
	font-size: 15px;
  margin-bottom: 0;
}
	
	
#popmake-17046 .sale_text{
	  font-size: 40px !important;
    margin-top: 15px;
}

#popmake-17046 .black_friday_sale h2 span{
	font-size: 20px;
}
	/*
	#popmake-17046 .popmake-close{
		top:-15px;
	}*/
	
	.home{
		overflow-x:hidden !important;
	}
	
	#popmake-17046{
		width: 90% !important;
		left: 5% !important;
		top: 7% !important;
	}
}

.popup_main_box{
	background: url('https://lbvfashion.com/wp-content/uploads/2025/12/lbv-popup-background.jpg');
	background-size:contain;
}

@media(min-width: 992px){
	.responsive_none{
		flex: 1;
	}
	
	.responsive_none .desk_img{
		display:block;
	}
	
	.responsive_none .mob_img{
		display:none;
	}
	
}


.bc-cart-table {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}

.bc-cart-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

.bc-cart-image img {
  width: 110px;
  height: auto;
  border-radius: 6px;
}

.bc-cart-details {
  flex: 1;
  padding-left: 20px;
}

.bc-cart-details h3 {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}

.bc-cart-details p {
  margin: 4px 0;
  font-size: 15px;
}

.bc-price {
  font-weight: 600;
}

.bc-cart-controls {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
  text-align: left;
}

.bc-cart-controls label {
  font-size: 14px;
  color: #777;
  margin-bottom: 2px;
}

.bc-cart-controls select {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
}

.bc-cart-links {
  margin-top: 10px;
}

.bc-cart-links a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.page-id-17149 .cart-head-text, .page-id-17149 .cart-header-part, .page-id-17149 .woocommerce-cart-form__contents, .page-id-17149 .cross-sells, .page-id-17149 .razzi-history-products, .page-id-17149 tr.cart-subtotal, .page-id-17149 .continue-button{
	display:none;
}

.page-id-17149 .cart-collaterals{
	margin-bottom:0%;
}

.page-id-17149 .checkout-button{
	max-width: 100% !important;
	text-transform:uppercase;
	letter-spacing:5px;
}

.page-id-17149 .coupon button{
	text-transform:uppercase;
	letter-spacing:2px;
}

.page-id-17149 .checkout-button::after{
	content:' Securly';
}

.page-id-17149 .site-content{
	padding-top:20px;
	padding-bottom: 50px;
}

.page-id-17149 .star-rating{
	display:none;
}

.page-id-17149 ul.products.product-loop-center li.product .price{
	display:inline-flex;
}

.page-id-17149 ul.products li.product .product-inner, .page-id-17149 ul.products li.product{
	padding-bottom: 0px;
}

.page-id-17149 input[type="text"]{
	letter-spacing:2px;
	text-transform: uppercase;
	border: none;
  border-bottom: 1px solid;
  font-size: 14px;
}

.page-id-17149 .woocommerce .comodo-ssl-seal{
	display:none;
}

.page-id-17149 .bc-cart-table{
	margin-top:0;
}

.page-id-17149 .cart-collaterals .cart_totals{
	background-color: transparent !important;
	border: 1px solid #000;
	padding: 15px !important;
}

.page-id-17149 #ppcp-recaptcha-v2-container{
	display:none;
}

.page-id-17149 .order-total th{
	font-size: 18px !important;
	letter-spacing: 2px;
}

.page-id-17149 .shipping-title{
	font-size: 20px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500 !important;
}

.page-id-17149 .shipping-title::after{
	content:' Details'
}

.page-id-17149 .wc-proceed-to-checkout{
	position: relative !important;
	margin-top:0 !important;
}

.page-id-17149 .shop_table .woocommerce-shipping-totals td{
	padding: 5px !important; 
}

.page-id-17149 #shipping_method{
	border-top: 1px solid #ddd;
  padding-top: 20px;
	font-size: 16px;
}

.page-id-17149 .cart-collaterals .shop_table input[type="radio"] + label{
	color:#000 !important;
}

.left_bag_heading h2::after{
	content: "";
  position: absolute;
  bottom: -50%;
  left: 0.2%;
  right: 0;
  border-top: 0.0625rem solid #cbc7bf;
  z-index: -1;
	width: 10%;
}

.right_bag_heading h2::after{
	content: "";
  position: absolute;
  bottom: -50%;
  left: 0.2%;
  right: 0;
  border-top: 0.0625rem solid #cbc7bf;
  z-index: -1;
	width: 25%;
}

.related_bag_heading h2::after{
	content: "";
  position: absolute;
  bottom: -50%;
  left: 0%;
  right: 0;
  border-top: 0.0625rem solid #cbc7bf;
  z-index: -1;
	width: 7%;
}

.elementor-element-79a6dd9, .elementor-element-fb33229{
	padding-bottom:0;
}

.elementor-element-579cc76 .e-con-inner, .elementor-element-59d6fad{
	padding-top:0;
}

.page-id-17149 .cart-collaterals .shop_table input[type="radio"]:checked + label:before, .page-id-17149 .cart-collaterals .shop_table input[type="radio"]:checked + label:after, .page-id-17149 .cart-collaterals .shop_table input[type="radio"] + label:before{
	display:none !important;
}

.page-id-17149 .woocommerce-shipping-destination, .page-id-17149 .woocommerce-shipping-calculator{
	display:none;
}

.bc-cart-item:last-child {
  border-bottom: none;
}

.footer-widgets .tnp-privacy-field a{
	white-space: break-spaces;
}

.page-id-17514 .custom-checkout-header, .page-id-17514 .custom-checkout-footer, .page-id-17514 .woocommerce-form-login-toggle, .page-id-17514 .checkout-form-cols{
	display:none !important;
}

.page-id-17514 .checkout-login form{
	display:block !important;
}

.checkout_custom_header h3.elementor-icon-box-title{
	margin-top: 0;
  margin-bottom: 2px;
}

.elementor-element-a732617{
	height:fit-content;
}

.page-id-17514 .woocommerce-checkout .woocommerce-billing-fields{
	padding:0;
}

.page-id-17514 form.checkout h3{
	letter-spacing:2px;
	text-transform:uppercase;
	font-family:'Lato';
	font-weight:600 !important;
	line-height: 15px;
}

.page-id-17514 .woocommerce-billing-fields__field-wrapper{
	padding-left:20px;
	padding-right:20px;
}

.page-id-17514 .woocommerce-checkout-review-order-table{
	border:none;
	padding:0;
	margin-bottom:15px;
}

.page-id-17514 .woocommerce-checkout-review-order-table thead{
	display:none;
}

.page-id-17514 .cart-subtotal th, .page-id-17514 .order-total th{
	text-transform:uppercase;
	letter-spacing:2px
}

.page-id-17514 .cart-subtotal th, .page-id-17514 .cart-subtotal td{
	border-top:1px solid #E2E2E2;
}

.page-id-17514 .shipping-title::after{
	content: ' CHARGES';
}

.page-id-17514 #shipping_method{
  padding-top: 5px;	
}

.page-id-17514 table.shop_table td .woocommerce-shipping-methods li{
	margin-bottom:15px;
}

.page-id-17514 .wc_payment_methods li{
	padding:0 !important;
	border: none !important;
	border-top: 1px solid #E2E2E2 !important;
  padding-top: 25px !important;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight: 500;
}

.page-id-17514 .wc-stripe-card-icons-container{
	padding: 0 8% !important;
}

.page-id-17514 li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon{
	height: 26px;
  max-height: 26px;
  max-width: 26px;
  width: 26px;
}

.page-id-17514 .payment_method_ppcp-gateway img{
	height: 20px;
	max-height: 20px;
	max-width: 20px;
	width: 20px;
	margin-left: 2%;
}

.page-id-17514 .wc_payment_methods li:last-child{
	padding-bottom: 20px !important;
	border-bottom: 1px solid #E2E2E2 !important;
}

.page-id-17514 .woocommerce-checkout-payment .place-order button{
	text-transform:uppercase !important;
	letter-spacing: 5px;
	font-size:18px !important;
	font-weight: 600;
}

.page-id-17514 #ship-to-different-address{
	padding-top:20px;
}

.page-id-17514 #ship-to-different-address label{
	font-weight: 600;
	color:#000;
}

.page-id-17514 .cart-subtotal th, .page-id-17514 .cart-subtotal td{
	padding-top:5px !important;
}

.elementor-element-11cb62b{
	min-width: 100% !important;
}

.page-id-17514 form.checkout .form-row label{
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight: 500;
}

.page-id-17514 .custom-product-info{
	font-size:15px;
}

.page-id-17514{
	background:#fbfbfb;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:not(.swiper-wrapper){
	opacity:1;
}

#billing_gazchaps_getaddress_io_enter_address_manually_button_field, #shipping_gazchaps_getaddress_io_enter_address_manually_button_field{
	width:100%;
	float:left;
	margin-bottom:10px;
}


#billing_gazchaps_getaddress_io_enter_address_manually_button_field button, #shipping_gazchaps_getaddress_io_enter_address_manually_button_field button{
	background: transparent;
	color: #000;
	padding: 0;
	text-decoration: underline;
	text-transform: uppercase;
}

#billing_gazchaps_getaddress_io_enter_address_manually_button_field br, #shipping_gazchaps_getaddress_io_enter_address_manually_button_field br{
	display:none;
}

#billing_address_1_field, #shipping_address_1_field{
	display: inline-block;
  width: 51%;
	padding-right: 20px;
}

#billing_address_2_field, #shipping_address_2_field{
	display: inline-block;
	width: 48%;
	margin-left: 1%;
}

.page-id-17514 .woocommerce-form-login p:first-child{
	display:none;
}

.page-id-17514 .woocommerce-form-login p:nth-of-type(4){
	display:flex;
	margin-bottom:0 !important;
}


.page-id-17514 .woocommerce-form-login__rememberme{
	display:inline !important;
	order:2;
	align-self: center;
	margin-left:15px;
	padding-top:4%;
}

.page-id-17514 .woocommerce-form-login__rememberme span::after, .page-id-17514 .woocommerce-form-login__rememberme span::before{
	    top: 50% !important;
}

.page-id-17514 .woocommerce-form-login__submit{
	line-height: 45px;
  min-width: auto !important;
}

.custom-checkout-form-cols{
	border-top: 2px solid #ddd;
  background: #f0f0f0;
	margin-left:0;
	margin-right:0;
	padding-bottom:20px;
	padding-top:10px;
	margin-bottom:50px;
}

.custom-checkout-form-cols form{
	border:none !important;
	padding:0 !important;
}

.custom-checkout-form-cols .woocommerce-form-login label .required, .custom-checkout-form-cols .woocommerce-form-login label .screen-reader-text{
	display:none !important;
}

.form_heading_text{
	font-size:20px;
	font-weight:500;
	margin-top:0;
	font-family:roboto;
	color:#000;
}

.checkout-create-account{
	border-left:1px solid #ddd;
}

.woocommerce-page .payment_box #wc-stripe-card-element{
	border: none !important;
  padding-top: 20px !important;
}

.page-id-17514 h3#ship-to-different-address{
	padding-top:10px;
}

.checkout-guest{
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-top: 30px;
}

.checkout-guest h3{
	font-family: roboto;
	font-size: 30px;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
}

.checkout-guest p{
	margin:0;
}

/* Fullscreen Image Popup Styling */
.custom-free-socks-popup .pum-container {
    padding: 0 !important;
    border-radius: 12px;
    overflow: hidden;
}

/* Background Image */
#popmake-17794 .pum-content {
    background-image: url(https://lbvfashion.com/wp-content/uploads/2025/11/lbv-scarf-promo.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 20px;
    color: #fff;
}

/* Main Heading */
.custom-free-socks-popup h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
	    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #000;
    color: #fff;
    font-weight: 500;
}

/* Sub Heading */
.custom-free-socks-popup p.sub-text {
    font-size: 18px;
    margin-bottom: 30px;
	color:#fff;
		letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #000;
    color: #fff;
    font-weight: 500;
}

/* Buttons */
.custom-free-socks-popup .btn-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.custom-free-socks-popup .free-btn {
    background: #fff;
    color: #000;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: 0.2s ease;
}

.custom-free-socks-popup .free-btn:hover {
    background: #f2f2f2;
}

/* Footer Text */
.custom-free-socks-popup .footer-text {
    font-size: 14px;
    color: #fff;
	    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #000;
    color: #fff;
    font-weight: 500;
}

/* Close Button */
.custom-free-socks-popup .pum-close {
    top: 20px !important;
    right: 20px !important;
    color: #fff !important;
    font-size: 28px !important;
}

#popmake-17794{
	padding:0;
	border:none;
}


.page-id-17149 .coupon-login-notice{
	display:none;
}

#mobile-custom-checkout-form-cols{
	display:none;
}

@media(max-width: 991px){
	.elementor-element-e867153{
		width: 100%;
	}
	
	.elementor-17149 .elementor-element.elementor-element-e867153 .razzi-button{
		width:100%;
	}
	
	.page-id-17149 #coupon_code{
		border:1px solid;
		margin-bottom:5px;
	}
	
	.page-id-17149 .cart-collaterals .shop_table tr.woocommerce-shipping-totals h3{
		display:block !important;
	}
	
	.page-id-17149 .shop_table .cart-subtotal{
		display:none !important;
	}
	
	.page-id-17149 .woocommerce-shipping-totals{
		padding:0 !important;
	}
	
	.page-id-17149 #shipping_method li label{
		margin-left: -12%;
		min-width: 112%;
	}
	
	.page-id-17149 #shipping_method li{
		font-size: 13px;
	}
	
	.page-id-17149 .shop_table .order-total{
		display: inline-flex !important;
  width: 100%;
	}
	
	.page-id-17149 .shop_table  .order-total th{
		display: inline-block !important;
	}
	
	.page-id-17149 .cart-item-mobile{
		display:none !important;
	}
	
	.page-id-17149 .cart-collaterals .cart_totals{
		margin-top:15px;
	}
	
	.bc-cart-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }

  /* Image Left */
  .bc-cart-image img {
    width: 90px;
    height: auto;
  }

  .bc-cart-details {
    padding-left: 10px;
    flex: 1;
  }

  .bc-cart-details h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }


  .bc-cart-controls {
    width: 100%;
    flex-direction: column;
    margin-top: 8px;
		display:inline-block;
  }

  .bc-cart-controls label {
    font-size: 13px;
  }

  .bc-cart-controls select {
    font-size: 14px;
    padding: 5px 6px;
  }

  .bc-cart-links {
    margin-top: 5px;
    font-size: 13px;
  }

	
	.bc-cart-item{
		display:inline;
	}
	
	.bc-cart-image{
		width: 25%;
  	float: left;
	}
	
	.bc-cart-details{
		width: 75%;
  	float: left;
	}

	.res_half{
		width: 49%;
		float: left;
		margin-bottom: 10px;
	}
	
	.res_ml{
		margin-left:1%;
	}
	
	#custom-checkout-form-cols{
		display:none;
	}
	
	#mobile-custom-checkout-form-cols{
		display:block;
		border:none;
		background:transparent;
	}
	
	.checkout-guest{
		padding-top: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.checkout-guest h3{
		font-size:20px;
	}
	
	.page-id-17514 .woocommerce-billing-fields__field-wrapper{
		padding-left:0px;
		padding-right:0px;
	}
	
	.custom-checkout-form-cols{
		margin-bottom: 15px;
	}
	
	.page-id-17514 input{
		height: 40px;
	}
	
	.page-id-17514 .elementor-element-2d21b66 .elementor-divider{
		padding-block-start:4px !important;
	}
	
	
	.page-id-17514 .wc-stripe-card-icons-container{
		padding: 0 3% !important;
	}
	
	.page-id-17514 .lost_password{
		margin-top:8px;
	}
	
	.custom-create-account-form button {
		padding: 0px 30px;
		line-height: 35px;
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.custom-accordion .acc-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}

.custom-accordion .acc-btn {
  width: 100%;
  padding: 0px 16px;
  background: #f7f7f7;
  border: none;
  outline: none;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
	color: #000;
  font-family: roboto;
  letter-spacing: 2px;
  line-height: 40px;
	text-transform:uppercase;
}

.custom-accordion .acc-btn::after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 20px;
  transition: 0.3s;
}

.custom-accordion .acc-btn.active {
  background: #e8e8e8;
}

.custom-accordion .acc-btn.active::after {
  content: "-";
}

.custom-accordion .acc-content {
  max-height: 0;
  overflow: hidden;
  padding: 0px 16px;
  background: #e8e8e8;
  transition: max-height 0.3s ease;
}

.custom-accordion .acc-content p {
  margin: 15px 0;
}

ul.products li.product .star-rating{
	display:none;
}

.sale-tag{
	display:none;
}


.catalog-toolbar.layout-v3{
	float:right;
	margin-bottom:0 !important;
}

.catalog-toolbar.layout-v3 .toggle-filters{
	display:none !important;
}

.catalog-toolbar.layout-v3  select{
	  font-size: 15px;
    border: none;
    padding: 0;
    text-transform: capitalize;
}

#rz-products-filter__activated{
	margin:0;
}

.products-filter__filters{
	width: 100%;
}

.products-filter--swatches .swatch-color{
	display:inline-flex;
	padding-right: 20px;
}

.products-filter--swatches .swatch-color .bg-color{
	border: 1px solid #ddd;
}

.products-filter__filter-name{
	margin-bottom:10px
}

.products-filter__option-name{
    border: 1px solid lightgrey;
    padding: 7px 9px;
    font-size: 14px;
}

.products-filter__option-name:hover{
	background: #000 !important;
	color:#fff !important;
	padding: 7px 9px;
}

#page-header{
	padding-top: 10px;
  padding-bottom: 10px;
  /*background: rgba(246, 243, 235, 0.60) !important;*/
	border-bottom:.03571rem solid #e3e3e3;
}

.site-breadcrumb{
	text-align:left;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
	color: #000;
	font-size:12px;
}

.page-header__title{
	text-align:left;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top:0px !important;
	padding-bottom:0px !important;
}

#page-header .featured-image{
	display:none;
}

.page-header--layout-1 .page-header__content{
	width: 97% !important;
}

.page-id-18159 .site-content{
	padding-top:40px;
}

#page-header .razzi-container{
	padding-left: 20px;
}

#post-11868{
	padding-left:20px;
	padding-right: 20px;
}

.page-id-18159 .razzi-button{
	width:50%;
}

.footer-widgets-area .wp-block-tnp-minimal{
	padding-left: 0 !important;
}

.footer-widgets-area .wp-block-tnp-minimal form{
	text-align:left !important;
}

.razzi-faq .faq-title{
	font-size:17px;
	font-weight: normal;
}

.razzi-faq .box-content{
	padding: 12px 0;
}

.razzi-faq .faq-desc{
	padding: 20px;
}

.razzi-faq .faq-desc p{
	color:#000;
}

.site-content{
	padding-top: 20px;
	padding-bottom: 20px;
}

.elementor-element-eb04fc1 .razzi-button-link{
	width: 100%;
}

.elementor-repeater-item-335607f .razzi-slide-description{
	visibility:hidden;
}

.elementor-repeater-item-335607f.item-slider:before{
	background:transparent !important;
}

.elementor-repeater-item-335607f .razzi-slide-button
{
    position: fixed;
    left: 6%;
	  bottom:25%;
}

.woocommerce-cart .cart-collaterals .shop_table input[type="radio"]{
	display: block;
	position: absolute;
	margin-top: 1%;
}

@media(min-width: 992px){
	#block-37 img{
		width: 25%;
	}
}

.grecaptcha-badge{
	display:none !important;
}

.footer-widgets{
	background:#f3f3f3;
}

#site-footer{
	border-top: none;
}

@media(min-width: 992px){
	.footer-widgets-area-1{
		max-width: 18%;
	}
	
	.footer-widgets-area-diff{
		flex: 0 0 82%;
    max-width: 82%;
	}
	
	.footer-widgets-diff-2, .footer-widgets-diff-3, .footer-widgets-diff-4{
		width: 18%;
	}
	
	.footer-widgets-diff-5{
		width: 44%;
	}
	
	.footer-extra {
		margin-bottom:0;
	}
	
	#social-links-widget-3 .facebook svg{
		width: 24px !important;
    height: 24px !important;
	}
	
	.razzi-widget__social-links .social-links a.social.facebook{
		margin-top: 2px;
	}
}

.footer-widgets .widget-title, #block-26 h6{
	font-size: 16px !important;
	font-weight: normal;
	letter-spacing:1px;
}

.site-footer input[type="email"]{
	background:#fff;
	margin-right:0;
	border: none;
}

#site-footer .tnp-submit{
	text-transform:uppercase;
}

.site-footer .menu li a{
	letter-spacing:1px;
}

#site-footer .copyright{
	font-size: 16px;
}

#site-footer .footer-payments .payments li:first-child img{
	position:relative;
}

.page-id-18192 .username{
	  margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-family: roboto;
    text-transform: uppercase;
    font-weight: 500;
}

.page-id-18192 .elementor-element-e8df37e .razzi-button-link{
	padding: 0px 35px;
	line-height: 40px;
	background: transparent;
	color: #000;
	border: 1px solid;
	font-weight: 400;
}

.page-id-18192 .elementor-icon-box-title{
	margin-top:0
	margin-bottom:0;
}

@media(min-width: 992px){
.icon_left_width.elementor-view-default.elementor-widget.elementor-widget-icon{
		width: 15%;
		float:left;
		
	}
	
.right_content_width.elementor-widget.elementor-widget-shortcode, .right_content_width.elementor-widget.elementor-widget-razzi-button{
		width: 85%;
		float:left;
	}
	
	.right_content_width.elementor-widget.elementor-widget-shortcode a, .right_content_width.elementor-widget.elementor-widget-razzi-button a{
		float:right;
	}
	
	.dashboard_section .mt-0{
		margin-top:0;	
	}
	
	.dashboard_section p{
		font-size:18px;
	}
	
}

.dashboard_section{
	display:block;
}

.elementor-element-fb6fac8 .woocommerce-MyAccount-navigation{
	display:none;
}

.elementor-element-fb6fac8 .woocommerce-MyAccount-content{
	width:100%;
	padding-left:0;
}

.page-id-18192 .tnp-subscription input{
	border-radius: 5px;
	background: #fff;
	font-size: 17px;
}

.page-id-18192 .tnp-subscription .tnp-submit{
	width: 100%;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 17px;
	padding: .4em 0.7em;
}

.page-id-18192 .site-content{
	padding-bottom: 0;
}

.page-id-18192 .woocommerce-EditAccountForm{
	display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Make form rows half width */
.page-id-18192 .woocommerce-EditAccountForm .form-row-first,
.page-id-18192 .woocommerce-EditAccountForm .form-row-last, .page-id-18192 .woocommerce-EditAccountForm .form-row-wide{
    width: calc(50% - 10px);
}

.page-id-18192 .woocommerce-EditAccountForm h3, .page-id-18192 form h2{
	width: 100%;
	font-size: 20px;
}

.page-id-18192 .clear{
	display:none;
}

.page-id-18192 fieldset{
	margin: 25px 0 0 0 !important;
	display: flex !important;
	gap: 20px;
}

.page-id-18192 .woocommerce-MyAccount-content button.button{
	text-transform: uppercase;
	padding: 0 35px;
	line-height: 45px;
	font-weight: 500;
}

.woocommerce-edit-address .woocommerce-Address{
	background-color: #f2f2f2 !important;
	border-radius: 10px !important;
	color: #000 !important;
}

.page-id-18192 .woocommerce-order-details, .page-id-18192 .woocommerce-customer-details, .page-id-18192 .woocommerce-order-total, .page-id-18192 .order-item{
	padding: 10px;
}

.page-id-18192 .woocommerce-customer-details address{
	color:#000;
}

.page-id-18192 .woocommerce-info{
	font-size: 18px;
}

.woocommerce-account .woocommerce-info a.button{
	background: #000;
	border-color: #000;
	font-size: 18px;
	letter-spacing: 2px;
}

.page-id-18192 .rtwwcpig-invoice{
	background: #000 !important;
	border-color:#000 !important;
	color:#fff !important;
}

.page-id-18192 .idpc_lookup {
	display:none !important;
}

.page-id-18192 .address-field label{
	position: relative !important;
	visibility: visible;
	width: 100%;
	top: 0;
	height: auto;
	color: #000;
	opacity: 1;
	overflow: visible;
}

.page-id-18192 .woocommerce-address-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.page-id-18192 .woocommerce-address-fields__field-wrapper .form-row {
    margin: 0 0 20px 0;
    width: calc(50% - 10px) !important;
    margin-left: 0 !important;
}

.page-id-18192 .woocommerce-MyAccount-content .woocommerce-address-fields > p{
	padding: 0 !important;
}

.page-id-18192 .screen-reader-text{
	clip-path: border-box;
}

@media (max-width: 991px){
	.responsive_order_2{
		order:2;
	}
	
	.elementor-element-dd273f7 .elementor-icon-box-wrapper{
		padding: 0 20px;
		display:block;
	}
	
	.elementor-element-dd273f7  .elementor-icon-box-icon{
		width: 20%;
		float:left;
		text-align: right;
    padding-right: 10px;
	}
	
	.elementor-element-dd273f7  .elementor-icon-box-content{
		width: 80%;
		float:left;
	}
	
	.elementor-element-dd273f7  .elementor-icon-box-content h3{
		text-align: left;
    margin-top: 0;
    font-size: 18px !important;
		margin-bottom:0;
	}
	
	.elementor-element-f6867fe{
		padding: 0 20px;
	}
	
	.elementor-element-f6867fe .razzi-button{
		width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
	}
	
	.icon_left_width.elementor-view-default.elementor-widget.elementor-widget-icon{
		width: 15%;
		float:left;
		
	}
	
.right_content_width.elementor-widget.elementor-widget-shortcode, .right_content_width.elementor-widget.elementor-widget-razzi-button{
		width: 85%;
		float:left;
	}
	
	.right_content_width.elementor-widget.elementor-widget-shortcode a, .right_content_width.elementor-widget.elementor-widget-razzi-button a{
		float:right;
	}
	
	.page-id-18192 .username{
		font-size: 16px;
	}
	
	.footer-widgets{
		padding-bottom:0 !important;
	}
	
	.footer-widgets-diff-5{
		margin-bottom:0 !important;
	}
	
	.footer-extra{
		margin-bottom: 0;
    padding-bottom: 10px !important;
	}
	
	.footer-payments img{
		max-width:100% !important; 
	}
	
	.page-id-18192 .woocommerce-EditAccountForm{
		display:block;
	}
	
	.page-id-18192 .woocommerce-EditAccountForm h3, .page-id-18192 form h2{
		width: 100%;
		text-align:left;
	}
	
.page-id-18192 .woocommerce-form-row{
	 width: 100% !important;
	 text-align: left;
	}
	
	.page-id-18192 fieldset{
		display: block !important;
    text-align: left;
	}
	
	.page-id-18192 .woocommerce-MyAccount-content button.button{
		width: 100%;
	}
	
	.page-id-18192 .woocommerce-MyAccount-content a.button.rtwwcpig-invoice{
		color: #fff !important;
	}
	
	.woocommerce-account .col2-set .woocommerce-Address{
		text-align:left;
	}
	
	.page-id-18192 .woocommerce-address-fields{
		text-align:left;
	}
	
	.page-id-18192 .woocommerce-address-fields__field-wrapper .form-row{
		width: 100% !important;
		padding-right: 0 !important;
	}
	
}

.woocommerce-cart-form .ssl-trust-badge{
	display:none;
}

@media (min-width: 992px){
	.tax-product_cat #primary-sidebar{
		width: 15%;
		padding-right:1%;
	}
	
	.tax-product_cat #primary{
		width: 85%;
	}
	
	.tax-product_cat .products-filter__filter-name{
		font-weight: normal;
        font-size: 16px;
        margin-bottom: 20px;
        padding-bottom: 20px;
	}
}

@media (max-width: 991px){
    .mobile-catalog-page-header{
        width: 100%;
        border-bottom: .03571rem solid #e3e3e3;
    }
    
    .mobile-catalog-page-header--layout-1 .page-header__title{
        text-align: left;
        margin: 5px 0;
    }
    
    .single-product .site-breadcrumb{
        padding: 5px 0 !important;
    }
    
    #page-header{
        margin-bottom: 20px;
    }
}

.yith-wcaf-registration-form .already-an-affiliate-wrapper, .yith-wcaf-registration-form .become-an-affiliate-form, .yith-wcaf-registration-form .pending-request-wrapper, .yith-wcaf-registration-form .rejected-request-wrapper{
    border-radius: 0;
}

.page-id-19021 .yith-wcaf-registration-form .u-column1, .page-id-19021 .yith-wcaf-registration-form .u-column2{
    width: 50%;
    border: 1px solid;
    padding: 20px;
    height: max-content;
}

.page-id-19021 .u-columns{
    display: inline-flex;
    width: 100%;
    gap: 20px;
}

.page-id-19021 .yith-wcaf-registration-form .login-form, .page-id-19021 .yith-wcaf-registration-form .register-form{
    padding: 0;
    border:none;
    background:transparent;
    padding-top:15px;
}

.page-id-19021 .u-columns h2{
    margin-bottom: 0;
    margin-top:0;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.page-id-19021 input[type=password], .page-id-19021 input[type=text], .page-id-19021 input[type=email]{
    width: 100%;
}

.page-id-19021 .yith-wcaf-registration-form input[type=submit]{
    padding:0;
    text-transform: uppercase;
    letter-spacing:2px;
    margin-bottom: 10px;
}

.page-id-19021 .site-content{
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-id-19021 .show-password-input{
    display: none;
}

.page-id-18192 .yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li.is-active{
    border-bottom: 2px solid #000000 !important;
}

.page-id-18192 .yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li a, .page-id-18192 .yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-label{
    color: #000 !important;
}

.page-id-18192 .yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box .stat-item .stat-label{
    font-weight: 500;
}

.page-id-18192 .yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats .stat-box{
    border-radius: 0;
}

.page-id-18192 .yith-wcaf-dashboard .yith-wcaf-dashboard-summary .affiliate-stats, .page-id-18192 .yith-wcaf-dashboard .yith-wcaf-dashboard-summary .latest-clicks, .yith-wcaf-dashboard .yith-wcaf-dashboard-summary .latest-commissions{
    margin-bottom: 40px;
}

.page-id-18192 .yith-wcaf-dashboard .dashboard-title{
    margin-bottom: 0;
}

.page-id-18192 .yith-wcaf-dashboard table.yith-wcaf-table tr th{
    padding: 15px 30px; 
}

.page-id-18192 .yith-wcaf-dashboard .dashboard-title h3{
    font-size: 20px;
    font-family: roboto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-id-18192 .yith-wcaf-dashboard-commissions .dashboard-title, .page-id-18192 .yith-wcaf-dashboard-clicks .dashboard-title, .page-id-18192 .yith-wcaf-dashboard-payments .dashboard-title, .page-id-18192 .yith-wcaf-link-generator .dashboard-title, .page-id-18192 .yith-wcaf-dashboard-settings .dashboard-title{
    display: none;
}


.page-id-18192 #original_url{
    width: 100%;
}

@media(min-width: 991px){
    .page-id-18192 #payment_email{
        width: 50%;
    }
    
    .page-id-18192 #referral_url{
        padding-right: 35%;
    }
    
    .page-id-18192 #generated_url{
        padding-right: 47%;
    }
}

.page-id-18192 .affiliate-info label, .page-id-18192 .link-generator label{
    font-weight: 500 !important;
}


.page-id-18192 .yith-wcaf-link-generator .link-generator-box{
    border-radius: 0;
}

.page-id-18192 .yith-wcaf-dashboard-commissions .select2-container .select2-selection--single{
    margin-top:0 !important;
}

.page-id-18927 #content{
    background: #f6f2f2ab;
}

.elementor-element-dbbdd80 .elementor-column-gap-wide{
    box-shadow: 0px 0px 34px #bbb7b7;
}

.page-id-18927 label{
    text-transform: uppercase !important;
    color:#000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.page-id-18927 .wps_wgm_message_length, .page-id-18927 .mwg_wgm_preview_email{
    display:none;
}

.page-id-18927 #wps_wgm_price{
    margin-top: 10px;
}


.blog .page-header__content, .single-post .page-header__content{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.razzi-blog-page .page-header+.site-content{
    padding-top: 40px;
}

.blog #content .container, .single-post #content .container{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.tax-product_cat .woocommerce-products-header, .home_content {
    height: 0;
}

.tax-product_cat .woocommerce-products-header p, .home_content p, .home_content  h1{
    opacity: 0;
}

.ka-sr-refundable-error-msg .ka-sr-asf-for-refund-btn{
    background: #000 !important;
    border: #000 !important;
    padding: 10px 40px;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
}

.show-refund-from{
    background: #EDEDED;
    border: none;
}

.show-refund-from i.fa-closee{
    background: transparent;
    color: #000;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.ka-sr-select-quantitay-to-refund{
    display: block;
}

.ka-sr-select-reason-to-refund select{
    height: 49px !important;
    border-radius: 4px;
}

.ka-sr-select-reason-to-refund label{
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.ka-sr-submit-refund-request{
    background: #000 !important;
    border: #000 !important;
    padding: 10px 40px !important;
    letter-spacing: 1px;
    font-size: 16px !important;
    font-weight: 500;
    border-radius: 2px !important;
}

@media (min-width: 992px){
    .ka-sr-select-quantitay-to-refund, .ka-sr-select-reason-to-refund{
        width: 50%;
        float: left;
    }
    
    .ka-sr-select-quantitay-to-refund input[type=number], .ka-sr-select-reason-to-refund select{
        width: 95%;
    }
}

/* Rp Css Start*/


