.elementor-widget-text-editor p:last-child{
	margin-bottom:0 !important;
}

.brand-card{
    transition: .3s ease;
}

.brand-card img{
    filter: drop-shadow(0 4px 20px #00000080);
/*     transition: .3s ease; */
    
}

.brand-card::before{
    /*opacity: 1;*/
    transition: .6s linear;
    transform: scale(1);
}

.brand-card:hover::before{
    /*opacity: 0;*/
    transform: scale(0);
}


.brand-card:hover{
    /*padding: 0 !important;*/
    height: auto !important;
}

.brand-card:hover .e-con-inner{
    /*padding: 0 !important;*/
    height: auto !important;
}


.brand-card .brand-logo{
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: .8s ease;
}

.brand-card:hover .brand-logo{
    opacity: 0;
    transform: translateY(100%)scale(0);
}

.brand-card .brand-product-sample{
    position: relative;
    transform: translateY(0) scale(1);
    transition: .8s ease;
    padding: 0;
}

.brand-card:hover .brand-product-sample{
    animation: padPulse .8s forwards;
}

.brand-card:not(:hover) .brand-product-sample{
    transform: translateY(0px);
    animation: padReset  .8s forwards;
}

.brand-card .brand-product-sample{
    position: relative;
}

.brand-card .brand-product-sample img{
    position: relative;
    z-index: 20;
}

.brand-card .brand-product-sample{
	height: 160px;
}

.brand-card .brand-product-sample .jet-listing-dynamic-image::before{
    content: '' !important;
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    height: 100%;
    transform: translate(-50%,-50%) scale(.8);
    transform-origin: center;
    
    z-index: 10;
    border-radius: 100%;
    transition: .6s linear;
}

.brand-card:hover .brand-product-sample .jet-listing-dynamic-image::before{
	background: linear-gradient(127.09deg, #2BB3A3 60%, #000080 86.58%);
    transform: translate(-50%,-50%) scale(1);
}
.jet-listing-grid__item:first-child .brand-card .brand-product-sample .jet-listing-dynamic-image::before{
	background: linear-gradient(127.09deg, #000080 10%, #2BB3A3 55%);
	
}
.jet-listing-grid__item:nth-child(2) .brand-card:hover .brand-product-sample .jet-listing-dynamic-image::before{
	background: linear-gradient(127.09deg, #E70A2B 10%, #2BB3A3 55%);
	
}
.jet-listing-grid__item:nth-child(3) .brand-card:hover .brand-product-sample .jet-listing-dynamic-image::before{
	background: linear-gradient(127.09deg, #FFD700 10%, #2BB3A3 55%);
	
}

.jet-listing-grid__item:nth-child(4) .brand-card:hover .brand-product-sample .jet-listing-dynamic-image::before{
	
	background: linear-gradient(127.09deg, #B117F7 10%, #2BB3A3 55%);
}



/* Mini Cart */

.oom-mini-cart-qty-minus, .oom-mini-cart-qty-plus{
	padding: 0 !important;
	cursor: pointer !important;
}

.oom-mini-cart-qty-controls input {
    padding: 0 !important;
}

.oom-mini-cart-remove-item {
    cursor: pointer !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    line-height: 1 !important;
}

.oom-mini-cart-close, .oom-mini-cart-close:focus {
    font-size: 1.5rem !important;
    cursor: pointer !important;
    padding: 0 !important;
    background-color: unset !important;
}

/* Product Cards */

.add-to-cart-minus{
	cursor:pointer;
}

.add-to-cart-plus{
	cursor:pointer;
}

.custom-add-to-cart-icon{
	cursor:pointer;
}

/* Add to cart */

.add-to-cart-main .add_to_cart_button, .add-to-cart-main .single_add_to_cart_button{
    display: none !important;
}

.add-to-cart-main .quantity button{
    /*display: none;*/
    height: 25px !important;
    width: 25px !important;
    padding: 0 !important;
    line-height: 1 !important;
    font-size: 0 !important;
    background: transparent !important;
	border: 0 !important;
}

.add-to-cart-main .quantity button{
    position: relative;
    
}

.add-to-cart-main .quantity button.plus::before{
    content: url('https://smokefreeph.oomdcstaging.com/wp-content/uploads/2026/02/plus-1-1.svg');
     z-index: 20;
     line-height: 1;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
}

.add-to-cart-main .quantity button.minus::before{
    content: url('https://smokefreeph.oomdcstaging.com/wp-content/uploads/2026/02/minus-1-1.svg');
     z-index: 20;
     position: absolute;
     top: 0;
     left: 0;
     line-height: 1;
     height: 100%;
     width: 100%;
}

:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty {
    border: 0;
    font-weight: 700;
}

/* Woocommerce */

.woocommerce-checkout #alg_checkout_files_upload_form_1 {
  display: block!important;
}

.custom-checkout-consents .woocommerce-form__label{
    display: flex;
    align-items: center;
}
.custom-checkout-consents .woocommerce-form__label span{
    max-height: max-content;
}

:where(.woocommerce) .select2-container {
    width: 100% !important;
}


/*upload*/
        .custom-file-upload {
    position: relative;
    width: 100%;
}

.file-label {
    display: inline-block;
    padding: 20px;
    width: 100%;
    text-align: center;
    border: 2px dashed #ccc;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    color: #555;
}

.file-label:hover {
    border-color: #888;
}

#custom-checkout-upload-container{
    margin-bottom: 20px;
}
#custom-checkout-upload-container p{
	font-weight: 700;
}
#account_profile_file_preview{
	margin: 10px 0;
}

/* From Old Smokeless */

.select2-container{
    width: 100% !important;
}

.added_to_cart.wc-forward {
    display: none !important
}

.delivery-info {
    border: 1px solid #eaeaea;
    background-color: #f8f8f8;
    border-radius: 20px;
    padding: 30px 30px
}


.delivery-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none
}

.delivery-info ul li {
    font-weight: 700;
    font-size: 12px;
    color: #434343
}

.delivery-info ul li img {
    float: left
}

.delivery-info ul li p {
    padding-left: 30px
}


.woocommerce-cart table.shop_table_responsive thead {
    display: none
}

.woocommerce-cart .product-thumbnail {
    padding: 0
}

.woocommerce-cart .product-thumbnail img {
    width: 125px;
    height: 125px;
    max-width: 100% !important
}


.woocommerce-checkout .xoo-el-header img {
    display: none
}

.woocommerce-checkout #alg_checkout_files_upload_form_1 {
    display: none
}

/* Zone Map */


.meta-map {
    margin-bottom: 15px;
    text-align: right;
}

.meta-map .meta-close-zone{
    display: none;
}

/* .meta-map .map-holder{
    height: 0;
    overflow:hidden;
    transition: .3s ease;
} */

.meta-map .map-holder .zone-map-label{
    display: none !important;
    text-align: center;
    margin-bottom: 15px;
    border-top: 1px solid #000000;
    padding-top: 15px;
}

.meta-map .map-holder .zone-map-label.active{
    display: block !important;
}

.meta-map .map-holder img{
    max-width: 800px;
    width: 100%;
    object-fit: contain;
    display: none;
}

.meta-map .map-holder img.active{
    display:block;
}

.meta-map .map-holder.active{
    height: auto;
}

.meta-map{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, .5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
    display: none;
}

.meta-map.active{
    display: flex;
}

.meta-map .meta-close-zone{
    display: block;
    font-size: 30px;
    color: #fa9113 !important;
}

.meta-map .map-holder{
    max-width: 800px;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
}

.meta-map .map-holder .zone-map-label{
    border-top: 0;
}

.meta-map .map-holder .zone-map-label.active{
    padding-top: 0;
}


.btn-holder{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap:5px
}

.btn-holder i{
    color: #007bff;
    font-size: 15px;
}

.show-map.button{
    background-color: #fa9113 !important;
    border-radius: 50px;
    color: #fff;
    font-size: 14px !important;
    font-weight: 700;
    margin-bottom: 0;
}

.show-map{
    font-size: 13px;
    /* color: #283762; */
    font-weight: 700;
    display: block;
}

.payment-btn{
    padding: 0.6180469716em 1.41575em;
    min-width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping th{
    width: 100%;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals h2{
    display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals.calculated_shipping{
    width: 100% !important;
}
.elementor-widget-woocommerce-product-price .price{
	margin-bottom: 0;
}
.elementor-add-to-cart table.variations{
	margin-bottom: 0;
}
@keyframes padPulse {
    0%{ 
        padding: 0;
        transform: translateY(0px) scale(1);
    }

    60%{ 
        padding: 10px;
        transform: translateY(-50px) scale(2.0);
    }
	    
	100%{ 
        padding: 8px;
        transform: translateY(-50px) scale(1.8);
    }
}

@keyframes padReset {
    from{
        padding: 10px;
        transform: translateY(-50px) scale(1.6);
    }
    to{ 
        padding: 0;
        transform: translateY(0px) scale(1);
    }
}

@media(max-width: 1024px){
	.brand-card .brand-product-sample{
		height: 150px;
	}	
}

@media (max-width: 767px){
    .contact-details .elementor-icon-list-item a{
        text-align: center !important;
    }
}