		.hero-content {
            padding-top: 60px;
            padding-bottom: 40px;
			text-align:left;
        }
        
        .hero-heading {
            font-size: 3.5rem;
            line-height: 1.2;
            color:#fff;
			font-weight:bold;
			 font-family: "Satoshi-Black", sans-serif;
        }
        
        .thin-text {
            font-weight: 300;
			 font-family: "Satoshi-Regular", sans-serif;
			
        }
        
        .hero-divider {
            width: 100%;
            height: 1px;
            background-color: white;
            margin: 45px 0 10px;
        }
        
        .hero-text {
            font-size:15px;
            max-width: 900px;
            margin-left: auto;
            margin-bottom: 0px;
			color:#fff;
			font-weight:400;
        }
        
        .buttons-container {
            text-align:left;
        }
        .buttons-container a {
            margin-right: 8px;
        }
        .carousel-caption{
			width:100%; 
			left:0;
		}
		#carouselExampleCaptions .carousel-item:before{
			position:absolute;
			content:'';
			width:100%;
			height:100%;
			z-index:9;
			background-color:rgba(0, 0, 0, 0.4);
		}
		#carouselExampleCaptions .carousel-caption{
			z-index:99;
		}
		#carouselExampleCaptions .carousel-indicators{
			z-index: 99;
		}
		.btn-solid{
			background: #245DC1;
			background: linear-gradient(90deg, rgba(36, 93, 193, 1) 0%, rgba(17, 44, 91, 1) 100%);
			border-radius:8px;
			color:#fff;
			font-size:16px;
			font-weight:700;
			padding:16px 34px;
			transition: transform 0.3s ease-out;
		}
		.btn-solid:hover{transform: translateY(-7px);}
		.btn-bdr-only{
			background:none;
			border:1px solid #fff;
			border-radius:8px;
			color:#fff;
			font-size:16px;
			font-weight:700;
			padding:14px 34px;
			transition: transform 0.3s ease-out;
		}
		.btn-bdr-only:hover{transform: translateY(-7px);}
		.carousel-indicators {
		  position: absolute;
		  right: 0;
		  left: 0;
		  z-index: 2;
		  display: flex;
		  justify-content: right;
		  padding: 0;
		  margin-right:0;
		  margin-bottom:0;
		  margin-left:0%;
		      max-width: 1100px;
			margin: 0 auto;
			bottom: 80px;
		}
		.carousel-indicators [data-bs-target] {
		  
		  width:auto;
		  height:auto;
		  padding: 0;
		  margin-right: 3px;
		  margin-left: 3px;
		  text-indent:inherit;
		  cursor: pointer;
		  background: none;
			background-clip: border-box;
		  background-clip: inherit;
		  border: 0;
			border-top-width: 0px;
			border-top-style: none;
			border-top-color: currentcolor;
			border-bottom-width: 0px;
			border-bottom-style: none;
			border-bottom-color: currentcolor;
		  border-top: 10px solid transparent;
		  border-bottom: 10px solid transparent;
		  opacity: .5;
		  transition: opacity .6s ease;
		  color: #fff;
		  font-weight:bold;
		  font-family: "Satoshi-Black", sans-serif;
		  
		}
		.carousel-indicators .active {
		opacity: 1;
		font-size:32px;
		}
		
.product-card {
    border: 1px solid #eee;
    padding: 15px;
    background: #fff;
    transition: 0.3s;
    height: 100%;
}

.product-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-img img {
    width: 100%;
}

.product-title {
    font-size: 18px;
    margin: 10px 0;
}

.product-short-desc {
    font-size: 14px;
    margin-bottom: 10px;
	width: 80%;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.shop-banner{
	
	background:url(https://shareittofriends.com/demo/avlon/wp-content/uploads/2026/03/woocommer-banner.webp) center center no-repeat; background-size:cover;
}
.shop-banner h1{
	text-align:center;
	padding-top: 200px;
  padding-bottom: 10px;
	color:#fff; text-transform:uppercase;font-weight:800;
}
.shop-banner .site-breadcrumb{padding-bottom: 140px;text-align: center;color:#fff; font-size:15px; font-weight:800;}
.shop-wrapper{background:#edf1f2;}
body.archive .woocommerce-breadcrumb{display:none;}
body.archive .site-breadcrumb .woocommerce-breadcrumb{display:block;}
.site-sidebar{background:#f9f9f9; padding-left: 40px; padding-top:40px; border-right:1px solid #d8d8d8;}
.product-holder{padding-right:50px; padding-top:40px;padding-left:50px;}

/* Grid View */
.products.grid-view-active li.product {
    width: 33.33%;
    float: left;
}

/* List View */
.products.list-view-active li.product {
    width: 100% !important;
}
.products.list-view-active{
	display: grid;
  grid-template-columns: 1fr;
}
.products.list-view-active .product-card {
    display: flex;
    gap: 20px;
}

.products.list-view-active .product-img {
    width: 30%;
}

.products.list-view-active .product-content {
    width: 70%;
}

/* Buttons */
.view-toggle button {
    border: none;
    background: #eee;
    padding: 5px 10px;
    margin-left: 5px;
    cursor: pointer;
}

.view-toggle button.active {
    background: #000;
    color: #fff;
}


/* Sidebar Default */
.site-sidebar {
    position: relative;
    transition: all 0.3s ease;
}

/* Toggle Button */
.sidebar-toggle {
    position: absolute;
    top: 10px;
    right: -15px;
    background: #000;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
}

/* Collapse State */
.sidebar-collapsed .site-sidebar {
    width: 60px;
    overflow: hidden;
}

.sidebar-collapsed .site-sidebar h3,
.sidebar-collapsed .site-sidebar .widget {
    display: none;
}

/* Expand Product Area */
.sidebar-collapsed #productArea {
    width: 100%;
}

/* Smooth Layout */
#productArea {
    transition: all 0.3s ease;
}

.cart-drawer {
    position: fixed;
    right: -400px;
    top: 0;
    width: 350px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.cart-drawer.active {
    right: 0;
}

.cart-header {
    padding: 15px;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

.cart-footer {
    padding: 15px;
}

.quote-btn {
    display: block;
    
    text-align: center;
    
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 9998;
}

.cart-overlay.active {
    display: block;
}
.cart-drawer.active {
    right: 0;
}
.modal-product-form{ max-width:700px;}
.modal-product-form .modal-header {display: block;}
.woocommerce-notices-wrapper{display:none;}
.qty-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.qty-box button {
    width: 25px;
    height: 25px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.qty-box input {
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
}


/* Drawer Main */
.cart-drawer {
    position: fixed;
    top: 0;
    right: -420px;
    width: 420px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
}

.cart-drawer.active {
    right: 0;
}

/* Header */
.cart-drawer h4 {
    font-size: 20px;
    font-weight: 600;
    padding:0 0 10px;
   
    margin: 0;
}

/* Body */
.side-cart-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* Product list header row */
.cart_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each item */
.mini_cart_item {
    border:1px solid #ccc;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px !important;
	padding: 10px 0 !important;
}

/* Inner layout */
.cart-item-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Image */
.cart-img img {
    width:85px !important;
    height:85px;
    object-fit: contain;
    background: #eef1f5;
    border-radius: 10px;
    
}

/* Info */
.cart-info {
    flex: 1;
}

/* Title */
.cart-info h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0px;
  padding: 0;
}

/* Description */
.mini-desc {
    font-size: 12px;
    color: #777;
    margin-bottom: 8px;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Quantity Section */
.qty-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Buttons */
.qty-box button {
    width:32px;
    height:32px;
    border-radius:10px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
	color:#000;
}

.qty-box button:hover {
    background: #000;
    color: #fff;
}

/* Input */
.qty-box input {
    color:#000;
    text-align: center;
    border: none;
    font-size: 14px;
	padding: 13px 3px;
}

/* Footer */
.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}


/* Overlay */
.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}
.custom-product-card{list-style-type:none;}
.details-product-holder{background:#e9f1f3; padding: 35px 0;}
.details-product-holder .woocommerce-breadcrumb{display:none;}
.details-product-holder .woocommerce-product-gallery__image{border-radius:15px; background:#fff; overflow:hidden; box-shadow:0 0 6px 6px #f1f1f1;}
.details-product-holder div.product div.images .flex-control-thumbs{gap: 15px;  display: flex; margin-top:15px;}
.details-product-holder div.product div.images .flex-control-thumbs li{border-radius:15px;overflow:hidden; box-shadow:0 0 6px 6px #f1f1f1;}
.details-product-holder .tinv-wishlist{display:none;}
.details-product-holder .product_title{font-size:32px; color:#222222; border-bottom:1px solid #ccc; font-weight:700; padding-bottom:10px !important;}
.details-product-holder p.price{display:none;}
.product-details-btn{width:40px; height:40px;margin-left: auto; margin-right: 0;transform: translateX(0); transition: transform 0.3s ease-in-out; }
.product-details-btn:hover{transform: translateX(7px); }
.product-details-btn img{width:100%;}
.related-carousel .owl-stage-outer{padding:15px 0 30px;}
body.single-product .details-product-holder .single_add_to_cart_button{background: #245DC1;
  background: linear-gradient(90deg, rgba(36, 93, 193, 1) 0%, rgba(17, 44, 91, 1) 100%);
  border-radius:28px;  color: #fff;  font-size: 16px;  font-weight: 700;  padding: 16px 64px;  transition: transform 0.3s ease-out;}
  .related-product-holder{background:#fff; padding: 35px 0; }
  .details-product-holder .woocommerce-tabs ul.tabs{display:none;}
    .details-product-holder .woocommerce-tabs .panel{display:none !important;}
	.details-product-holder .product_meta{display:none !important;}
	.modal-title{font-weight:900;}
	.modal-header p{font-size:13px;}
	.modal-header .btn-close{position:absolute; top:20px; right:20px;}
	#cartProductList{padding-left:5px; text-decoration:underline;}
	.logo{margin-right: auto;}
	.main-menu{justify-content: end;}
	.top-cart-val {
    position: relative;
  margin-left:0px;
  border: 1px solid #c70404;
  padding: 12px;
    padding-top: 12px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  padding-top: 15px;
}
li.mini_cart_item{
	position:relative;
}
.remove-item {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.remove-item:hover {
    color: red;
}
/* Cart Icon */
.cart-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url('../images/shopping_cart.svg') no-repeat center;
    background-size: contain;
}

/* Count Badge */
.cart-count {
    position: absolute;
    top:0px;
    right:0px;
    background: #ff3b3b;
    color: #fff;
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.woof_list_label {
  display: flex;
  flex-wrap: wrap;
}
ul.woof_list_label li:first-child {
  order: 4;
}
ul.woof_list_label li:nth-child(2) {
  order: 1;
}
ul.woof_list_label li:nth-child(3) {
  order: 2;
}
ul.woof_list_label li:nth-child(4) {
  order: 3;
}



.woof_block_html_items ul.woof_list {
  display: grid;
  grid-template-columns:1fr;
}
.woof_block_html_items ul.woof_list li.woof_term_31  {
  order: 4;
}
.woof_block_html_items ul.woof_list li.woof_term_32  {
  order: 2;
}
.woof_block_html_items ul.woof_list li.woof_term_33  {
  order: 1;
}
.woof_block_html_items ul.woof_list li.woof_term_30  {
  order: 3;
}
.woof_container_5 ul.woof_list li a{display:none !important;}
.woocommerce .shop-top-bar .grid-view.active{background-color:#fff; border-radius:6px;}



/* Remove default arrows */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.qty {
    -moz-appearance: textfield;
    text-align: center;
    width: 60px;
}

/* Custom layout */
.custom-quantity {
    display: flex;
    align-items: center;
}

.custom-quantity button {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    cursor: pointer;
}

.custom-quantity .plus {
    border-left: 0;
}

.custom-quantity .minus {
    border-right: 0;
}

.view-toggle button.active{background-color:#fff !important; border-radius:4px;}
.wpcf7 form.sent .wpcf7-response-output {
  margin: 0 !important;
  border-color: #46b450 !important;
  color: #46b450 !important;
  border: 0 !important;
  padding: 4px 0 !important;
  position: absolute !important;
  bottom: 10px !important;
  left: 0px !important;
  font-size: 18px !important;
  border: 1px solid #46b450 !important;
  display: block !important;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
#requestModal.fade{display:none;}
.pop-close-btn{background-image: linear-gradient(to right, #245DC1, #112C5B);
  border: 0;
  padding: 12px 50px 13px;
  display: block;
  font-family: "Satoshi-Bold", sans-serif;
  text-align: center;
  color: #FFFFFF;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 12px;
  width: auto;
  margin: 8px auto !important;}
  
  #successModal .modal-body h3{background: #245DC1;
  background: linear-gradient(to right, #245DC1 0%, #112C5B 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size:30px;
  font-family: "Satoshi-Black", sans-serif;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 1.29;
  display: inline-block;}
    #successModal .modal-body ul li{list-style-type:none;}
	.modal-backdrop.fade{display:none;}