/* addons.css */
.addons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 20px;
}

.addon-product {
    cursor: pointer;
    text-align: center;
	background: white;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    border-radius: 3px;
}

 .single-product .addon-product .woocommerce-Price-amount bdi{
	font-size: 15px !important;
    font-weight: 700 !important;
	 color: rgb(16, 16, 16);
    letter-spacing: normal;
    line-height: 22.4px;
}

.addon-products-title {
	font-size: 16px !important;
    font-weight: 300 !important;
	color: rgb(16, 16, 16);
    letter-spacing: normal;
    line-height: 22.4px;
    padding: 0 20px;
}


.addon-product img {
    width: 100%;
    height: 130px !important;
    object-fit: contain;
}

.addon-product img {
    max-width: 100%;
    height: auto;
}

/* Simple modal styling */
.addons.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}


.addons.modal .wrapper{
padding-left:40px;	
	width:100%;
}

.addons.modal .addtocart{
	font-family:"Heebo Regular", Heebo Regular;
	background-color:#AE9C6C;
	color:white;
	font-size:18px;
	    padding: 8px 36px;

	border:unset!important;
}

.addons.modal .addtocart:hover{
	background-color:#444;
	transition:0.s;
	cursor:pointer;
	
}
.addons .modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 30px 50px;
    border: 1px solid #888;
    width: 50vw;
	border-radius: 20px;
	display: flex;
    column-gap: 20px;
	justify-content: space-evenly;
}



.addons .modal-content *{
	max-width: 100%;
	max-height 100%;
}

.addons .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.addons .close:hover,
.addons .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.product-slider > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 14px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
	cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

/* Add to your CSS file */
.modal-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}

.loading-circle {
  border: 4px solid rgba(0,0,0,.1);
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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


.slider-controls {
max-width: unset !important;
    width: calc(100% + 80px);
    transform: translate(40px, 300px);
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}

#addonModal .fa-angle-right:before,
#addonModal .fa-angle-left:before {
	font-size: 30px;
}


#addonModal .fa-angle-right,
#addonModal .fa-angle-left {
		opacity: 0;
	transition: 0.5s;
}

#addonModal .modal-product-title {
	font-family: "Heebo Regular", Heebo Regular;
    font-size: 24px;
    font-weight: 400;
	margin: 0;
    margin-top: 10px;
    width: 100%;
	height: fit-content;
    color: #AE9C6C;
    border-bottom: 1px solid;
	padding-bottom: 20px;
}

#addonModal .close-modal {
    color: #AE9C6C;
    font-size: 27px;
    position: unset;
    cursor: pointer;
    padding-top: 3px;
}

.addons-grid {
	display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
}

.addons-grid .addon-product:hover{
	box-shadow:3px 3px 18px rgba(0,0,0,0.25);
	transition:0.2s;
	cursor:pointer;
}

.addon-product {
    width: 46%;
    box-sizing: border-box;
}

.addons .modal-content .price{
	font-weight:bold;
	margin-right:2px;
	margin-bottom:19px;
}

.addons .modal-content .slider-wrapper {
    max-width: 300px;
}

 .removeThat:hover{
	 color:red;
	opacity:0.8;
	transition:0.2s;
	cursor:pointer;
	
}
/* 
.elementor-element *{
	max-height: 100%;
}
 */
.elementor-element.elementor-arrows-position-outside .swiper{
	max-height: 45vh;
}


.modal-product-desc{
	font-family:"Heebo Regular", sans-serif;
	font-size:18px;
	padding:4px;
	padding-top:20px;
	margin-bottom:7px;
}
@media (max-width: 992px){
	.addons .modal-content {
   	 width: 80%;
	}
	.addons .close-modal{
		position: absolute!important;
    	right: 16%!important;
	}
	.addons.modal .wrapper{
		padding-left:0px;
	}
	.addons .slider-controls { 
		position: relative!important;
    	top: -201px!important;
	}
	.product-slider {
    	margin-top: -64px;
	}
	.addons p.modal-product-desc {
    	font-size: 14px;
	}
	#addonModal .modal-product-title{
		font-size:20px;
	}

	.addons .modal-content{
		flex-flow: column-reverse;
    	padding:14px 30px;
		padding-top: 0;
		
	}
}
@media (max-width: 1300px){
	.elementor-element.elementor-arrows-position-outside .swiper,
	.elementor img{
		max-height: 40vh;
	}
		.addon-products-title{
		padding:0 10px!important;
		font-size:14px!important;
	}

}

@media(min-width: 992px){
	.single-product div#priceCon {
		width: 320px !important;
	}
	.addons .product-slider{
		margin-top:10%;
	}


}

.elementor-swiper-button {
	color: black !important;
}


.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev {
	left: 20px !important;
}

.elementor-image-carousel-wrapper .fas.fa-angle-right,
.elementor-image-carousel-wrapper .fas.fa-angle-left {
	opacity: 0 !important;
	transition: 1s;
}


.woocommerce-cart .cart-items .cart-item div.product-name {
	color: rgb(16, 16, 16) !important;
	font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.11em;
}

.woocommerce-cart div.cart-items div.cart-item .product-name div.sub-title {
	font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: rgb(97, 97, 97);
	padding-top: 16px;
}