/* HOME PAGE */
.product_wrpr .p_view_icon .elementor-icon {
    transition: background-color 0.3s ease;
}
.product_wrpr:hover .p_view_icon .elementor-icon {
    background-color: #eee9e0 !important;
}
.product_wrpr .p_view_icon .elementor-icon svg{
    transition: all 0.3s ease;
}
.product_wrpr:hover .p_view_icon .elementor-icon svg {
    transform: rotate(-45deg);
}
.i_box_rev .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row-reverse !important;
    text-align:right !important;
}
@media (max-width:550px) {
    .i_box_rev .elementor-icon-box-wrapper {
        display: flex;
        flex-direction: row !important;
        text-align:left !important;
    }
}



.single_p_img .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
	gap: 20px;
}
.single_p_img ol.flex-control-thumbs {
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
	gap: 20px;
}
.single_p_img ol.flex-control-thumbs li{
    width: 100% !important;
}
.single_p_img ol.flex-control-thumbs li img{
	border-radius: 15px;
}
.single_p_img .flex-viewport {
    flex-basis: 80%;
	border-radius: 15px;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}


.product-video-slider .video-slide {
    position: relative;
}
.product-video-slider .video-slide:after {
    transform: translate(-50%,-50%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 45px 80px;
    border-color: transparent transparent transparent #d9dcd9;
    left: 52%;
    transition: .4s;
}
.product-video-slider .video-slide:before, .product-video-slider .video-slide:after {
    position: absolute;
    top: 50%;
    pointer-events: none;
}

.product-video-slider .video-slide:before {
    transform: translate(-50%,-50%);
    left: 50%;
    content: "";
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 4px solid #d9dcd9;
    transition: .4s;
}
.product-video-slider .slick-track {
    transition: all .7s ease-in-out !important;
}


.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    gap: 3px
}
.left-benefits .benefit-item {
    justify-content: end;
}

.benefit-title {
    text-align: right;
    display: block;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px;
    font-family: "Roboto", Sans-serif;
}
.right-benefits .benefit-title {
    text-align: left;
}
.b_icon_wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
}

.b_icon_wrapper img.benefit-icon {
    max-width: 60%;
    max-height: 60%;
}

@media(max-width:1024px){
	.benefit-title {
    font-size: 12px;
    font-weight: 700;
}
	.b_icon_wrapper {
    width: 40px;
    height: 40px;
}
	.b_icon_wrapper img.benefit-icon {
    max-width: 50%;
    max-height: 50%;
}
	.product-video-slider .video-slide:after {
    border-width: 25px 0 25px 45px;
}
	.product-video-slider .video-slide:before {
    width: 100px;
    height: 100px;
}
}
.single-product .ast-container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}



/* Side cart */
.elementor-menu-cart__product-image img{
    border-radius: 10px
}


/* Cart page */
.prod-detail img {
    width: 105px !important;
    height: 120px;
    border-radius: 10px;
}

.prod-detail a {
    color: black;
}
table, td, th{
    border-width: 0px !important;
}

table.shop_table tbody tr.cart_item{
    position: relative;
}
table.shop_table tbody tr.cart_item:after {
    content:"";
    width: 100%;
    height: 0.1px;
    display: block;
    background-color: #795548;
    position: absolute;
    left: 0;
    bottom: 0;
}
.shop_table{
    border: 1px solid #795548 !important;
    border-radius: 10px !important;
    overflow: hidden;
}
.shop_table thead tr {
    background-color: #eaeaea !important;
}
.coupon {
    border: 1px solid #795548;
    border-radius: 10px;
    overflow: hidden;
}
input#coupon_code {
    height: -webkit-fill-available;
    max-height: unset !important;
    border: 0px;
}
input#coupon_code:focus{
    border: 0px !important;
}
.coupon button {
    border-radius: 0px 0px 10px 0px; 
    background-color: #000 !important;
}
.page-id-8 button[name="update_cart"] , .page-id-8 a.checkout-button, .page-id-9 .wc-block-components-checkout-place-order-button{
    border-radius: 10px; 
    background-color: #000 !important;
}

.page-id-8 .cart_totals, .page-id-8 .cross-sells {
    border-color: #795548 !important;
    border-radius: 10px !important;
}
.page-id-8 .cart_totals>h2, .page-id-8 .cross-sells>h2 {
    background-color:#eaeaea !important;
     border-radius: 10px 10px 0px 0px;
     padding: 15px 20px;
 }
.cross-sells img.attachment-woocommerce_thumbnail {
    border-radius: 10px;
}
.page-id-8 .cross-sells #learn-more, .page-id-8 .cross-sells .ast-woo-product-category , .page-id-8 .cross-sells .review-rating {
    display: none !important;
}
.page-id-8 .add_to_cart_button {
    background-color: #404041 !important;
    transition: all 0.3s ease-in-out;
}
.page-id-8 .add_to_cart_button:hover{
    background-color: #000 !important;
}
 .page-id-9 .wc-block-components-product-metadata__description {
    display: none;
}

.page-id-9 .wc-block-components-order-summary-item__image img {
    border-radius: 5px;
}
.page-id-9 .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper:last-child {
    background-color: #eaeaea;
}
.woocommerce-cart .woocommerce-message, .page-id-9 .woocommerce-info {
    border-top-color: #EEE9E0;
}

@media (max-width:850px){
    .woocommerce-cart .shop_table th {
        padding: 10px 0px 10px 10px !important;
        font-size: 12px;
    }
    .woocommerce-cart .shop_table td {
        padding: 15px 0px !important;
        font-size: 12px;
    }
    .woocommerce-cart .shop_table td:first-child {
        padding-left: 10px !important;
    }
    .woocommerce-cart .shop_table td:last-child {
        padding-right: 10px !important;
    }
    .woocommerce-cart .prod-detail img {
        max-width: 60px;
    }
    .woocommerce-cart .coupon{
        padding-bottom: 0px !important;
        justify-content: space-between;
    }
    .woocommerce-cart .coupon::after {
        display: none !important;
    }
    .woocommerce-cart td.actions {
        text-align: right !important;
    }
	.woocommerce-cart .variation dd, .woocommerce-cart .variation dt , .woocommerce-cart .variation p{
		font-size: 10px !important;
	}
}

@media (max-width:550px){
    .woocommerce-cart .prod-detail{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .woocommerce-cart button[name="update_cart"] {
        margin-left: 0px !important;
        margin-top: 15px !important;
    }
}



/* 404 & Product Archive*/
.error404 div#primary, .archive div#primary {
    margin: 0px !important;
}
.error404 .ast-container, .archive .ast-container {
    max-width: 100%;
    padding: 0px;
}








/* MULTISTEP CHECKOUT */
.form-card {
    background: white;
    /* border-radius: 28px; */
    /* padding: 56px; */
    /* box-shadow: 0 20px 60px rgba(102, 126, 234, 0.15); */
    position: relative;
    overflow: hidden;
}

/* .form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.03) 0%, rgba(118, 75, 162, 0.03) 100%);
    pointer-events: none;
} */

.decorative-element {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    opacity: 0.05;
    top: -100px;
    right: -100px;
    z-index: 0;
}
.progress-container {
    margin-bottom: 48px;
    padding-top: 25px;
}

.progress-bar {
    height: 8px;
    background: #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

.progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.3) 50%, 
        transparent 100%);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.progress-steps {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.progress-step {
    flex: 1;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    transition: all 0.3s ease;
    position: relative;
    padding-top: 32px;
}
.progress-step::before {
    content: attr(data-number);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.progress-step.active {
    color: #667eea;
}
.progress-step.active::before {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.progress-step.completed {
    color: #10b981;
}
.progress-step.completed::before {
    content: '✓';
    background: #10b981;
    color: white;
}
.form-step {
    display: none;
    animation: fadeSlideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.form-step.active {
    display: block;
}
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.form-group {
    margin-bottom: 28px;
}

#multiStepForm .required {
    color: #ef4444;
}
#multiStepForm .button-group {
    display: flex;
    gap: 14px;
    margin-top: 40px;
}
#multiStepForm button {
    flex: 1;
    padding: 18px 36px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
}
#multiStepForm .btn-secondary {
    background: #f1f5f9;
    color: #475569;
    border: 2px solid #e2e8f0;
}
#multiStepForm .btn-secondary:hover {
    background: #e2e8f0;
    color: #475569;
    transform: translateY(-2px);
    border-color: #e2e8f0;
}
#multiStepForm .btn-primary {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background: linear-gradient(135deg, #404041 0%, #000 100%);
    color: white;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.35);
    position: relative;
    overflow: hidden;
}
#multiStepForm .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}
#multiStepForm .btn-primary:hover::before {
    left: 100%;
}
#multiStepForm .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(102, 126, 234, 0.45);
}
#multiStepForm .btn-primary:active {
    transform: translateY(-1px);
}
.multi-step-checkout .woocommerce-billing-fields h3 {
    display: none;
}
.form-card .error-message {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border: 2px solid #fecaca;
    color: #dc2626;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
    display: none;
    animation: shake 0.4s ease;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-8px); }
    75% { transform: translateX(8px); }
}

.form-card .error-message.active {
    display: block;
}
.thwcfd-field-radio label.radio {
    display: inline-block !important;
    width: calc(100% - 50px);
    margin-bottom: 0px;
}

#multiStepForm input[type="radio"] {
    margin-right: 5px;
}
#multiStepForm label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: Inter;
    color: #1e293b;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}
#multiStepForm div#order_review, #multiStepForm #order_review_heading {
    float: unset !important;
    width: 100% !important;
}
#multiStepForm .woocommerce-checkout-review-order-table th, #multiStepForm .woocommerce-checkout-review-order-table td {
    padding-left: 10px !important;
}
#multiStepForm input[type="text"], #multiStepForm input[type="email"], #multiStepForm input[type="number"], #multiStepForm textarea, #multiStepForm span.select2-selection{
    border-radius: 5px !important;
}