/*
Theme Name: StarJuiceUSA
Theme URI: https://starjuiceusa.com
Author: StarJuiceUSA
Author URI: https://starjuiceusa.com
Description: Blank starter theme for StarJuiceUSA
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
*{
    margin: 0;
    padding: 0;
/*     box-sizing: border-box;
    font-family: Arial, sans-serif; */
}
body{
	background-color: #F0F0F1;
}
.slide_animated_wave svg path {
    fill: #F0F0F1;
}
.container{
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0px 55px;
}
.login_form_container{
    width: 100%;
    padding: 50px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}
.login_form_container .main_form{
    border: 1px solid #fff;
    border-radius: 12px;
    max-width: 400px;
    background-color: #fff;
    padding: 38px;
    width: 100%;
}
.login_form_container .main_form .main_form_heading h2{
    font-size: 28px;
    font-family: NewSpirit-Medium;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.login_form_container .main_form .main_form_heading h6{
    font-size: 18px;
    font-family: NewSpirit-Medium;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-top: 10px;
}
.login_form_container .login_info{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.login_form_container .login_info .login_email , .login_password{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 13px 11px;
    border: 1px solid #e3e3e3;
    width: 100%;
    border-radius: 6px;
    color: #000;
}
.login_form_container .login_info .submit_btn{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 12px;
    border: 1px solid #e3e3e3;
    width: 100%;
    border-radius: 6px;
    background-color: #000;
    color: #fff;
    font-family: NewSpirit-Medium;
    cursor: pointer;

}
/*.register_form{
    width: 100%;
    padding: 50px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}*/
.register_form .main_register{
    width: 100%;
    padding: 43px 30px;
    background-color: #5b776e;
    border-radius: 10px;
    background-image: url(../img/form-bg.png);
    background-size: cover;
    background-position: center;
}
.register_form .main_register .register_form_heading h2{
    text-align: center;
    padding-bottom: 10px;
    color: #e5e5e5;
    font-family: 'Playfair Display', 'sans-serif';
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
}
.register_form .registration_info_data .row_50{
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    gap: 8px;
}
.register_form .registration_info_data .col_100{
    width: 100%;
    padding-bottom: 10px;
}
.register_form .registration_info_data .input_field{
    min-height: 48px;
    color: #5b776e;
    font-size: 16px;
    width: 100%;
    display: block;
    background-color: #fff;
    border: 1px solid #527267;
    padding: 10px 15px;
    border-radius: 10px;
}
.registration_info_data .certificate_heading h3{
    color: #e5e5e5;
    font-size: 16px;
    font-family: Gotham, sans-serif;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
}
.registration_info_data .registration_submit_btn{
    cursor: pointer;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid #527267;
    font-family: 'NewSpirit-Medium', sans-serif;
    padding: 10px 28px;
    color: #527267;
    background-color: white;
    border-color: white;
}
.registration_info_data .registration_submit_btn:hover{
    color: white;
    background-color: #527267;
}
.contact_form_sec .registration_info_data .content_dec{
    color: white !important;
    margin: 0;
    padding: 6px 0 0;
    text-align: left !important;
}
.contact_form_sec .registration_info_data .content_dec .special_dec{
    color: #61b598;
}
.contact_form_sec .registration_info_data .content_dec .special_dec:hover{
    color: #fff;
}
.custom-shop {
    margin: auto;
    padding-top: 100px;
/*     background-color: #F0F0F1; */
}
.starjuice_products {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.product_item {
    text-align: center;
    width: calc(33% - 23px);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    transition: 0.5s;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
}
.product_item:hover{
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.12);
}

.product_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
    color: #527267;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
}
.product_title a{
    text-decoration: none;
    color: inherit;
    font-family: 'Playfair Display', serif;
}
.product_item .main_price .add_to_cart a{
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 7px 12px;
    color: #fff;
    text-decoration: none;
    font-family: "Plus Jakarta Sans";
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: flex;
    align-items: center;
    width: fit-content;
    min-height: 38px;
    border-radius: 999px;
    border: 1px solid #527267;
    background: #527267;
    transition: .25s ease;
}
.product_item .main_price .add_to_cart a:hover{
    background-color: transparent;
    color: #527267;
}
.product_item .product_item_img{
    background-color: #deece2;
    overflow: hidden;
}
.main_product .product_sub_title{
    color: #65696f;
    font-size: 11px;
    font-weight: 500;
    line-height: 16.5px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}
.main_product{
    background-color: #fff;
    padding: 16px;
}
.main_product .main_price .price{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Plus Jakarta Sans";
    text-align: left;
    width: 50%;
}
.main_product .main_price .price span.wps_sfw_interval {
    display: none;
}
.main_product .main_price .price span.wps_sfw_expiry_interval {
    font-size: 10px;
    line-height: 1;
}
.product_item .product_item_img:hover img{
    transform:scale(1.1);
}
.product_item .product_item_img img{
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    aspect-ratio: 1;
    height: auto;  
    transition: .3s;
    display: block;
}
.product_item .main_price .add_to_cart:has(.added_to_cart.wc-forward) .add_to_cart_button {
    display: none;
}
.product_item .main_price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}
.bg_video_sec{
    position: relative;
    min-height: 600px;
    background-color: transparent !important;
}
.bg_video{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #5b776e;
}
.sec_dec_list{
    padding-left: 17px;
}
.wc_payment_methods {
    list-style: none;
}
.sec_dec_list li{
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: black;
    font-family: 'NewSpirit-Medium', sans-serif;
    margin-bottom: 15px;
}
/* Overlay */
#mini-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

/* Drawer */
.mini-cart {
    position: fixed;
    top: 0;
    right: -500px;
    width: 500px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
}

/* Active state */
.mini-cart.active {
    right: 0;
}

#mini-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Header */
.mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

#mini-cart-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* Content */
.mini-cart-content {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

/* Footer buttons */
.mini-cart .woocommerce-mini-cart__buttons {
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mini-cart .button {
    width: 100%;
    text-align: center;
}

/* Toggle button */
.mini-cart-toggle {
    position: fixed;
    bottom: 30px;
    aspect-ratio: 1;
    border-radius: 100%;
    right: 30px;
    padding: 15px;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 9997;
}
.woocommerce-mini-cart-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
}
.mini-cart-toggle .cart-count {
    color: #000;
    background: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 3px;
    border-radius: 100%;
    aspect-ratio: 1;
    position: absolute;
    top: 9px;
    right: 8px;
}
.mini-cart-thumb img {
    width: 150px;
    height: auto;
    object-fit: contain;
    background-color: #fff;
}

.mini-cart-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mini-cart-toggle .cart_svg{
    width: 30px;
    display: block;
    aspect-ratio: 1;
}
.mini-cart-title {
    font-size: 18px;
    font-family: NewSpirit-Medium;
    font-weight: 500;
    color: #000;
    padding-bottom: 8px;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.mini-cart-price {
    font-weight: 600;
    margin-bottom: 8px;
    text-decoration: none;
    font-family: 'NewSpirit-Medium';
}

.mini-cart-qty {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mini-cart-qty button {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border: none;
    background: none;
}
.mini-cart-qty input {
    width: 45px;
    text-align: center;
    border: none;
}

.mini-cart-footer {
    border-top: 1px solid #eee;
    padding-top: 25px;
}

.mini-cart-buttons {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mini-cart-buttons .button {
    width: 100%;
    text-align: center;
}
.mini-cart-buttons .view-cart{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 12px;
    border: 1px solid #e3e3e3;
    width: 100%;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
    font-family: NewSpirit-Medium;
    text-decoration: none;
}
.mini-cart-buttons .checkout{
    background: transparent;
    border: none;
    font-family: NewSpirit-Medium;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;             
    cursor: pointer;
    padding: 10px 0;
    font-weight: 400;
    line-height: 21px;
    transition: all 0.3s ease;
}
.mini-cart-buttons .checkout:hover{
    color: #000;
}
.mini-cart-border {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
}
.remove_from_cart_button{
    font-size: 14px;
    font-family: NewSpirit-Medium;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.mini-cart-subtotal strong{
    font-size: 18px;
    font-family: NewSpirit-Medium;
    font-weight: 500;
    color: #000;
}
.woocommerce-cart-form{
    width: 65%;
}
.cart-collaterals{
    display: flex;
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals{
	border: 1px solid #deece2;
    padding: 0px 20px 20px 20px;
    height: fit-content;
	border-radius: 4px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
}
.custom-cart .main_cart_sec{
    display: flex;
    gap: 30px;
    width: 100%;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
    width: 35%;
}
.woocommerce table.shop_table{
    border: none;
}
.woocommerce table.shop_table th{
    font-size: 13px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    color: #65696f;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.woocommerce-cart-form__cart-item .product-name a{
     font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    color: #0e1216;
    text-decoration: none;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img{
    width: 180px;
    height: auto;
    object-fit: contain;
    background-color: #fff;
}
.custom-cart{
    padding: 90px 0px;
/*     background-color: #F0F0F1; */
}
.cart-collaterals .cart_totals  h2{
    font-size: 18px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px;
    background-color: #deece2;
    padding: 16px 24px;
	border: 1px solid #deece2;
    border-radius: 4px 4px 0px 0px;
	margin: 0 -20px;

}
.woocommerce table.cart td.actions .input-text{
    width: 100px;
    padding: 8px 14px;
    border: 1px solid #000;
    border-radius: 3px;
}
.woocommerce table.shop_table td{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Plus Jakarta Sans";
}
.cart-collaterals .cart_totals  .wc-proceed-to-checkout a{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 16px;
    border: 1px solid #e3e3e3;
    width: 100%;
    border-radius: 4px;
    background-color: #043e1e;
    color: #fff;
    font-family: Plus Jakarta Sans;
    text-decoration: none;
    transition: .3s;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.cart-collaterals .cart_totals  .wc-proceed-to-checkout a:hover{
    background-color: #fff;
    color: #043e1e;
    border: 1px solid #043e1e;
    transition: .3s;
    
}
#wc-stripe-express-checkout__order-attribution-inputs{
    display: none;
}
#customer_details, .checkout_reviews_sec{
    width: 100%!important;
}
.custom-cart .woocommerce-checkout{
    /*display: flex;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.custom-cart .woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
    grid-column: 1 / -1;
    width: 100%;
}
.woocommerce-billing-fields h3{
    font-size: 22px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}
.checkout_reviews_sec #order_review_heading{
    font-size: 22px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}
.woocommerce-additional-fields h3{
    font-size: 22px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
    flex-direction: column;
    display: flex;
    width: 50%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    width: 100%;
}
.checkout_reviews_sec{
    width: 50%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    width: 100%;
}
:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    width: 100%;
    color: rgb(0, 0, 0);
    padding: 13px 11px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-image: initial;
    border-radius: 4px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    width: 100%;
    color: rgb(0, 0, 0);
    padding: 13px 11px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-image: initial;
    border-radius: 4px;
	font-family: 'Plus Jakarta Sans';
}
.woocommerce form .form-row label{
    font-size: 14px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    color: #000;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 11px 25px;
    border: 1px solid #043e1e;
    border-radius: 4px;
    background-color: #043e1e;
    color: #ffff;
    font-family: Plus Jakarta Sans;
    cursor: pointer;
    float: inline-start;
    margin-top: 15px;
}
.woocommerce-info{
    border-top-color: #000000;
}
.woocommerce-info::before{
    color: #000000;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    color: #000;
}
.shop_hero_sec{
    padding: 200px 0 150px;
    background: linear-gradient(135deg, oklch(0.22 0.07 155 / 0.88) 0%, oklch(0.32 0.09 155 / 0.75) 50%, oklch(0.22 0.07 155 / 0.55) 100%);
    position: relative;
}
.shop_hero_sec:before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url(https://starjuiceusa.com/store/wp-content/uploads/2026/03/Star-Gut-A-BackGround.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 1200px;
}
.shop_hero_sec .page_title{
    color: white;
    font-family: 'Playfair Display', 'sans-serif';
    font-size: 64px;
    font-weight: 600;
    line-height: 65px;
}
.custom-qty-wrapper{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    width:130px;
    height:45px;
    border-radius:6px;
    overflow:hidden;
}
.woocommerce .quantity .qty{
    background: transparent;
}
.custom-qty-wrapper input.qty{
    width:50px;
    height:100%;
    border:none;
    text-align:center;
    font-size:16px;
    outline:none;
}

.qty-btn{
    width:40px;
    height:100%;
    border:none;
    background:transparent;
    cursor:pointer;
    font-size:20px;
    font-weight:600;
    transition:0.3s;
}

.qty-btn:hover{
    background:#deece2;
    color:#000;
}
.thankyou_sec{
	padding: 100px 0px
}
.thankyou_sec .wholesaler-thankyou p,strong ,h3{
	font-size: 21px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-family: 'NewSpirit-Medium', sans-serif;
	padding-bottom: 5px;
}
.thankyou_sec .wholesaler-thankyou ul li{
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-family: 'NewSpirit-Medium', sans-serif;
	padding-bottom: 5px;
}
.thankyou_sec .thankyou-buttons {
	padding-top: 25px;
}
.thankyou-buttons a{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	padding: 13px 28px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	background-color: #000;
	color: #fff;
	font-family: NewSpirit-Medium;
	cursor: pointer;
	text-decoration: none;
}
@media(max-width: 767px){
    .bg_video_sec{
        min-height: 200px;
    }
    .shop_hero_sec{
        padding: 150px 0 100px;
    }
    .shop_hero_sec .page_title {
        font-size: 43px;
    }
    .shop_hero_sec:before{
        background-size: 500px;
    }
	.custom-shop{
		padding-top: 60px;
	}
}
@media (max-width: 1024px) {
    .container {
        padding: 0px 20px;
    }
    .starjuice_products{
        flex-wrap: wrap;
    }
    .custom-cart .main_cart_sec {
        flex-direction: column;
    }
    .product_item{
        width: calc(50% - 10px);
    }
    .woocommerce-cart-form {
        width: 100%;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
        width: 100%;
    }
    .custom-cart .woocommerce-checkout{
        /*flex-direction: column;*/
        grid-template-columns: repeat(1, 1fr);
    }
    .woocommerce .col2-set, .woocommerce-page .col2-set{
        width: 100%;
    }
    .checkout_reviews_sec{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .product_item{
        width: 100%;
    }
}
@media (max-width: 500px){
    .register_form .registration_info_data .row_50{
        flex-direction: column;
    }
    .register_form .main_register{
        padding: 25px;
    }
    .login_form_container .main_form{
        padding: 25px;
    }
    #billing_first_name_field{
        width: 100%;
        float: none;
    }
    #billing_last_name_field{
        width: 100%;
        float: none;
    }
	.thankyou_sec{
		padding: 40px 0px
	}
	.thankyou_sec .wholesaler-thankyou p,strong ,h3{
		font-size: 18px;
	}
	.thankyou_sec .wholesaler-thankyou ul li{
		font-size: 14px;
	}
}