/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.bee_separater{
    margin-left: 5px;
    margin-right: 5px;
}
.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: 9999;
    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_product_box {
    width: 35%;
    padding: 0;
    height: 100%;
}
.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;
    flex-wrap: nowrap;
    padding: 20px;
    align-items: center;
    position: relative;
        direction: rtl;
}
.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_modals .total_price{
    font-family: inherit;
    font-size: 1.5vw;
    font-weight: 400;
}*/
.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 - 233px)!important;
    overflow-y: auto;
}
.cart_body.body_msg_content {
    height: 100%!important;
    max-height: calc(100vh - 275px)!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: 10px 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: #fff;
}
.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;
    left: 20px;
    top: 10px;
    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: 9999;
    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: 9999;
    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: 15px;
    margin-bottom: 15px;
}
/* end popup css */