/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
span.add_cart_notice {
    border: 1px solid red;
    background: #ffe9e9;
    padding: 10px;
    color: red;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    font-weight: 600;
    z-index: 99;
}
.bee1_copy_order{
    margin-right: 15px;
}
.bee1_cart_heading{
    display: flex;
}
.footer_order_message{
    list-style-type: none;
}
.bee1_purchase_type_section label{
    cursor: pointer;
}
.hideload{
    display: none!important;
}
span.cart_btn_common {
    cursor: pointer;
}
.cart_modals {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    z-index: 99;
    display: flex;
    transition: all .4s ease;
    justify-content: flex-end;    
} 
.cart_modals .cart_product_box.minicartpinfo{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cart_modals.active {
    right: 0;
    transition: all .4s ease;
}
.cart_title p {
    text-align: right;
    margin: 0;
    font-size: 18px;
    font-family:inherit;
}
.cart_title h2 {
    text-align: right;
    margin: 0;
    font-size: 25px;
    font-family: inherit;
    font-weight: 600;
}
.cart_modals .complete_content_minicart, .cart_modals .ajax_load_content{
    height:100%
}
.cross_btns {
    font-size: 0;
    width: 12px;
    height: 12px;
    float: left;
    position: relative;
    bottom: 35px;
    z-index: 999;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
}
.cart_title {
    padding: 20px;
    position: relative;
}
.cross_btns svg {
    fill: #000;
}
.cart_products {
    display: flex;
    padding: 20px;
    align-items: center;
    position: relative;
    direction: rtl;
    flex-wrap: wrap;
}
.cart_img img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    overflow: hidden;
}
.cart_img {
    width: 15%;
    flex: 0 0 15%;
    text-align: center;
    margin-left: 12px;
    overflow: hidden;
}
.cart_title_wrap .cart_cross_title {
    font-size: 20px;
    font-weight: 600;
    line-height:19px;
    padding-left:8px;
}
.cart_title_wrap .cart_cross_title a{
    font-family:inherit;
    font-size: 18px;
    font-weight: 500;
}
.cart_title_wrap {
    width: 38%;
}
.cart_note_bt a {
    font-size: 17px;
    text-decoration: none;
}
.cart_quantity {
    width: 60px;
    height: auto;
    text-align: center;
    padding: 0px;
    font-size: 13px;
    font-family: inherit;
    font-weight:400;
    padding-top:5px;
    padding-bottom:5px;
}
.cart_quantity span {
    display: block;
}
.cart_price, .cart_price_subtotal {
    width: 29%;
    text-align: left;
    font-weight: 600;
    font-size: 17px;
    font-family:inherit;
}
.remove_product svg {
    width: 9px;
}
.remove_product svg path{
    width: 11px;
}
.remove_product {
    border: none;
    outline:0px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease;
    padding-left:0px;
}
.cart_products:hover .remove_product {
    opacity: 1;
    transition: all .3s ease;
}
.cart_products:last-child {
    border: none;
}
.cart_body {
    width: 100%;
    height: 100%!important;
    max-height: calc(100vh - 290px)!important;
    overflow-y: auto;
}
.cart_body.body_msg_content {
    height: 100%!important;
    max-height: calc(100vh - 375px)!important;
}
.cart_body::-webkit-scrollbar {
    width: 5px;
}
.footer_buttons a {
    font-family:inherit;
    font-weight: 400;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0;
    padding: 10px;
    font-size: 15px;
    transition: all .3s ease;
    background: var(--e-global-color-primary);
    color: #fff;
    width: calc(50% - 5px);
}
.footer_buttons a:hover {
    transition: all .3s ease;
}
.cart_footer {
    padding: 4px 20px 20px;
    position: fixed;
/*     width: 35%; */
    bottom: 0;
    border-top: 1px solid var(--e-global-color-primary);
}
.total_price {
    text-align: center;
    padding: 10px;
    margin-bottom: 12px;
}
.footer_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    direction: rtl;
}
.cart_modals .cart_product_box.minicartpinfo {
    background: rgb(255 255 255 / 90%);
}
.cart_modals .cart_body {
    background: rgb(255 255 255 / 100%);
}
.cart_modals .cart_product_box.minicartpinfo button.cross_btns.closeminicart {
    width: 25px;
    height: 25px;
    padding: 7px;
    border-radius: 35px;
}
.cart_modals .cart_product_box.minicartpinfo button.cross_btns.closeminicart svg path {
    fill: #fff !important;
}
.cart_modals .cart_product_box.minicartpinfo button.remove_product.remove_product_mincart svg path {
    fill: #fff;
    position: relative;
    top: -2px;
}
.cart_modals .cart_product_box.minicartpinfo .remove_product {
    border: none;
    outline: 0px;
    z-index: 999;
    cursor: pointer;
    opacity: 1;
    transition: all .3s ease;
    padding: 0;
    color: #fff !important;
    width: 25px !important;
    height: 25px;
    border-radius: 70px;
    position: absolute;
    right: 5px;
    top: 4px;
    line-height: 8px;
}
.cart_title {
    background: #ddd;
}
.cart_products {
    border-bottom: 1px solid #ddd;
}
.cart_quantity {
    border: 1px solid #ddd;
}
.cart_modals .cart_product_box.minicartpinfo{
    position:relative;
}
.cart_modals .minicartload{
    position: absolute;
    top: 45%;
    text-align: center;
    width:100%;
}
.cart_modals .minicartload img{
    width: 20%;
    margin: 0 auto;
}
.loader_spinner_quickview {
    background: #0000006b;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
}
.loader_quickview {
    position: relative;
    width: 55px;
    height: 55px;
    display: block;
    background-repeat: no-repeat;
    background-size: 5px 40px;
    background-position: 0px center, 10px center, 20px center, 30px center, 40px center, 50px center;
    animation: spikeUp 1s linear infinite alternate;
}
.bee1_quickview_popup {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100vw;
    background: #0000008c;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
	overflow: scroll;
}
.bee1_quickview_popup a.reset_variations {
    margin: 0 5px;
    padding: 6px 16px;
}
.bee1_quickview_popup .attribute_button_group {
    margin-bottom: 10px;
}
.bee1_quickview_popup p.price {
    font-weight: bold;
}
.bee1_quickview_popup h1.product_title.entry-title {
    padding: 10px 0;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 46px;
}
.bee1_quickview_popup select#size, #slice {
    padding: .5em 2em;
}
.bee1_quickview_popup .woocommerce-variation-add-to-cart.variations_button {
    margin: 0 12px;
}
.bee1_quickview_popup div.bee1popup-quick-view-content {
    background: #fff;
    width: 65%;
    margin: 50px auto;
    height: fit-content;
    padding: 40px;
    position:relative;
    border-radius: 20px;
}
.bee1_quickview_popup .flex-new {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}
.bee1_quickview_popup .bee1popup-product-images-slider {
    width: 100%;
    overflow: hidden;
}
.bee1_quickview_popup a.close_quickview {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 35px;
    border-radius: 50px;
}
.variation-swatches-button {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.variation-swatches-button .swatch_button {
    width: auto;
    min-width: 30px;
    padding: 5px 35px;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.variation-swatches-button .swatch_button.selected {
    color: #000;
    border: 2px solid #b7a03d;
}
.variation-swatches-button .swatch_button:hover {
    color: #000;
    border: 2px solid #b7a03d;
}
/* Hide the default radio button */
.attribute_button_group input[type="radio"] {
    display: none;
}
/* Style the label to look like a button */
.attribute_radio {
    display: inline-block;
    margin: 5px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: inherit;
	border: inherit !important;
	background: #ddd;
	padding: 8px 16px;
}
/* Change the background and text color when the radio is checked */
.attribute_button_group input[type="radio"]:checked + .attribute_radio {
    background: var(--e-global-color-secondary);
	color:#fff;
}
/* Add hover effect */
.attribute_radio:hover {
    color: #000;
    border: 2px solid #b7a03d;
}
@keyframes spikeUp {
    0% { background-size: 5px 40px}
    16% { background-size: 5px 55px, 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 40px}
    33% { background-size: 5px 40px, 5px 55px, 5px 40px, 5px 40px, 5px 40px, 5px 40px}
    50% { background-size: 5px 40px, 5px 40px, 5px 55px, 5px 40px, 5px 40px, 5px 40px}
    66% { background-size: 5px 40px, 5px 40px, 5px 40px, 5px 55px, 5px 40px, 5px 40px}
    83% { background-size: 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 55px, 5px 40px}
    100% { background-size: 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 55px}
}
.loader_quickview {
    background-image: linear-gradient(#ddd 50px, transparent 0),
                    linear-gradient(#ddd 50px, transparent 0),
                    linear-gradient(#ddd 50px, transparent 0),
                    linear-gradient(#ddd 50px, transparent 0),
                    linear-gradient(#ddd 50px, transparent 0),
                    linear-gradient(#ddd 50px, transparent 0);
}
/* popup css */
div#bee1popup-quick-view-content .flex-new .wqbee1popupv-product-images {
    width: 50%;
}
.bee1_quickview_popup div.bee1popup-quick-view-content {
    max-height: 91vh;
}
.flex-new .bee1popup-product-images-slider img {
    height: 83vh;
    object-fit: contain;
    width: 100%;
}
.bee1_purchase_type_section input:checked + label {
    background: #515151;
    color: #fff;
}
.bee1_purchase_type_section input[value="unit"] + label {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.bee1_purchase_type_section input[value="kg"] + label {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.bee1_purchase_type_section {
    display: flex;
    gap: 0;
}
.bee1_purchase_type_section input {
    display: none;
}
.bee1_purchase_type_section label {
    background: #ddd;
    padding: 8px;
    width: 50px;
    display: inline-block;
    text-align: center;
}
.prouduct_qty_wraper input {
    width: fit-content;
    max-width: 95px;
    text-align: center;
    border: 0;
    font-size: 15px;
    font-weight: 800;
    padding: 8px 0;
}
.prouduct_qty_wraper a {
    background: #515151;
    color: #ddd;
    width: 34px;
    display: inline-block;
    text-align: center;
    height: 34px;
    line-height: 29px;
    border-radius: 50px;
    font-size: 26px;
}
.prouduct_qty_wraper {
    border: 1px solid;
    padding: 0px 3px;
}
.prouduct_qty_wraper {
    display: flex;
    align-items: center;
	justify-content:space-between;
}
.bee1_purchase_product {
    display: flex;
    gap: 20px;
    align-items: center;
}
span.bee1_unit_price {
    font-size: 18px;
    margin-top: 10px;
    display: block;
    font-weight: 600;
}
.bee1popup-product-info {
    width: 50%;
}
button.remove_product.remove_product_mincart {
    background: #999;
}
.cart_modals .cart_product_box.minicartpinfo button.cross_btns.closeminicart {
    background: #000;
}
.cart_btn_common.cart_button{
    display: flex;
    gap: 5px;
}
.cart_body .cart_products .cart_img .cart_product_media{
    max-height: 120px;
}
.cart_body .cart_products .cart_img{
    max-height: 130px;
}
.product_attributes .attribute_term_section{
    margin-bottom: 10px;
}
.bee1_prouduct_qty{
    outline: 0;
}
.single_add_to_cart_button {
	background: var(--e-global-color-secondary) !important;
	border-radius: inherit !important;
	padding: 8px 16px !important;
}
.price_calc_gm_first{
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 10px;
    color: gray;
}
/* end popup css */
.bee1_out_stock{
    opacity: .5;
    pointer-events: none !important;
}
.cart_product_title{
    flex: 0 0 100%;
}
.cart_product_title .cart_title_wrap {
    width: 100%;
    margin-top: 10px;
}
.cart_product_title .container-image-and-badge, .cart_product_title img{
    display: none!important;
}
.default_cart_title_wrap .container-image-and-badge, .default_cart_title_wrap img{
    display: none!important;
}
.default_cart_title_wrap_mobile .container-image-and-badge, .default_cart_title_wrap_mobile img{
    display: none!important;
}
.cart_quantity_wrap_item{
    display: flex;
    gap: 5px;
    align-items: center;
    border: 1px solid;
    padding: 0 7px;
    border-radius: 7px;
}
.cart_quantity_wrap_item .cart_quantity {
    width: 40px;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
}
.cart_price.width28, .cart_price_subtotal.width28 {
    width: 28%;
}
.cart_quantity_wrap{
    text-align: center;
}


/* cart side css */
.complete_content_minicart .default_cart_img {
	max-width: 95px;
	max-height: 95px;
	margin-right: 10px;
}
.complete_content_minicart .default_cart_products {
	display: flex;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	align-items: center;
}
.complete_content_minicart .default_cart_cross_title a {
	font-weight: 500;
	line-height: 1.3;
}
.complete_content_minicart .default_cart_title_wrap {
	max-width: 200px;
	margin-left: 10px;
    margin-right: 5px;
	width: 100%;
}
.complete_content_minicart .price_qty_item {
	display: flex;
	gap: 10px;
}
.complete_content_minicart .price_qty_item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.complete_content_minicart .default_cart_price_subtotal {
	font-weight: 500;
	padding: 0 10px;
}
.complete_content_minicart .default_cart_price {
	text-align: center;
	width: 100%;
	font-size: 11px;
}
.default_cart_title_wrap_mobile {
	display: none;
}
.cart_product_box.minicartpinfo {
	max-width: 515px;
	width: 100%;
    padding: 0;
    height: 100%;
}
.cart_footer {
	max-width: 515px;
	width: 100%;
}
.complete_content_minicart .default_cart_products {
	padding-left: 10px;
}
.price_qty_section {
	width: calc(100% - 330px);
	justify-content: space-between;
	display: flex;
/* 	flex-wrap: wrap; */
	align-items: center;
}
.product_regular_price{
    display: block;
}
/* end cart side css */
/* Hide arrows in WebKit browsers */
input.bee1-cart-input::-webkit-inner-spin-button,
input.bee1-cart-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.bee1-cart-input {
    -moz-appearance: textfield;
}
.bee1-custom-quantity {
    display: flex;
    gap: 5px;
    align-items: center;
    border: 1px solid #09354a;
    padding: 0 7px;
    border-radius: 7px;
    text-align: center;
}
.bee1-custom-quantity input {
    width: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 0!important;
    text-align: center!important;
}
.sidecart-row{
    display: flex;
    gap: 0px;
    text-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.sidecart-xs-3.textcenter .image-responsive{
    width: 100px;
}
/* Hide default checkbox */
.switch_club_member .bee_club_member {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The switch_club_member container */
.switch_club_member {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

/* The slider_club_member */
.slider_club_member {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 25px;
}

/* The slider_club_member handle (circle) */
.slider_club_member:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

/* When the checkbox is checked */
.bee_club_member:checked + .slider_club_member {
    background-color: #4CAF50;
}

.bee_club_member:checked + .slider_club_member:before {
    transform: translateX(25px);
}
.switch_section{
    margin-right: 40px;
}
.cart_row_empty{
    text-align: center;
    margin-top: 10%;
}
.shipping_order_message{
    font-size: 1vw;
    font-weight: 700;
    color: #bb161ec2;
}
.cart_discount_notice{
    font-size: 1vw;
    font-weight: 700;
    color: #8fae1b8f;
}
.woocommerce-button.button.reorder{
    margin-left: 5px;
    margin-right: 5px;
}
.bee1_add_product.bee1_add_product_single_product a.button.add_to_cart_button.bee1_product_add_cart {
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    border-radius: 30px 30px 30px 30px!important;
    color: #FFFFFF!important;
    background-color: var(--e-global-color-a0beca2)!important;
    transition: all 0.2s!important;
}
.bee1_add_product.bee1_add_product_single_product .prouduct_qty_wraper a {
    font-size: 20px;
}
.bee1_add_product.bee1_add_product_single_product .prouduct_qty_wraper input {
    padding: 0;
    background: transparent;
    color: #fff;
    border: 0;
    width: 50px;
}
.bee1_add_product.bee1_add_product_single_product .prouduct_qty_wraper {
    background: #96be36;
    padding: 2px 10px;
    border-radius: 50px;
}