@media only screen and (max-width: 767px) {
    .bee1_quickview_popup div.bee1popup-quick-view-content {
        width: 95%;
        padding: 20px;
    }
    div#bee1popup-quick-view-content .flex-new .wqbee1popupv-product-images {
        width: 100%;
    }
    .bee1_quickview_popup .flex-new {
        display: block;
    }
    .flex-new .bee1popup-product-images-slider img {
        aspect-ratio: 5/4;
        height: auto;
        object-fit: cover;
    }
    .bee1_quickview_popup div.bee1popup-quick-view-content {
        overflow: scroll;
    }
    .bee1_quickview_popup h1.product_title.entry-title {
        font-size: 26px;
    }
    .cart_product_box {
        width: 100%;
    }
    .cart_footer {
        width: 100%;
    }
    .cart_modals .total_price {
        font-size: 17px;
    }
    .bee1popup-product-info {
        width: 100%;
    }
    .cart_price.width28, .cart_price_subtotal.width28{
        width: 25%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .bee1_quickview_popup div.bee1popup-quick-view-content {
        width: 95%;
        padding: 20px;
    }
    .bee1popup-product-info {
        width: 50%;
    }
    .flex-new .bee1popup-product-images-slider img {
        height: 50vh;
    }
    .bee1_quickview_popup h1.product_title.entry-title {
        padding: 40px 0 10px;
        font-size: 35px;
    }
    .cart_price.width28, .cart_price_subtotal.width28{
        width: 25%;
    }
}
/* @media only screen and (max-width: 550px) {
.default_cart_title_wrap {
	display: none;
}
.default_cart_title_wrap_mobile {
	display: block;
	flex: 0 0 100%;
}
.complete_content_minicart .default_cart_products {
	flex-wrap: wrap;
	justify-content: space-between;
}
	.price_qty_section {
	width: calc(100% - 0px);
	justify-content: space-between;
	display: flex;
	max-width: 50%;
}
} */

@media only screen and (max-width: 550px) {
.default_cart_title_wrap_mobile {
    display: none;
}
.complete_content_minicart .default_cart_products {
	flex-wrap: wrap;
	justify-content: space-between;
}
.cart_product_box .price_qty_section {
    width: calc(100% - 120px);
    justify-content: space-between;
    display: flex;
    max-width: 100%;
    left: 0;
}
.complete_content_minicart .default_cart_title_wrap {
    max-width: calc(100% - 110px);
    margin-left: 0px;
    width: 100%;
}
.complete_content_minicart .default_cart_img {
    max-width: 95px;
    max-height: 95px;
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.cart_product_box .default_cart_products {
    position: relative;
}
.cart_product_box .cart_modals .cart_body {
    padding-top: 5px;
}
.complete_content_minicart .default_cart_products {
    align-items: flex-start;
	min-height: 106px;
}
.cart_product_box .default_cart_title_wrap {
    position: relative;
    top: 10px;
}
.cart_product_box .price_qty_section {
    position: absolute;
    bottom: 15px;
}
	.default_cart_cross_title {
    font-size: 14px;
}
.cart_product_box .default_cart_price_subtotal {
    font-size: 14px;
}
.cart_product_box .price_qty_section {
    padding-left: 7px;
}
.cart_product_box .price_cart_item {
    display: flex;
    align-items: center;
}
	
	
	
	
.default_cart_products.bee1_mobile_grid .default_cart_title_wrap p {
    font-size: 14px;
    line-height: 1.3;
}
.default_cart_products.bee1_mobile_grid .price_cart_item > div {
    line-height: 1.2;
}
.default_cart_products.bee1_mobile_grid .price_cart_item {
    display: block;
    align-items: center;
}
.default_cart_products.bee1_mobile_grid .cart_quantity_wrap_item .cart_quantity {
    padding-top: 3px;
    padding-bottom: 3px;
}
.complete_content_minicart .default_cart_products.bee1_mobile_grid {
    padding-left: 5px;
}
.cart_product_box .default_cart_products.bee1_mobile_grid .price_qty_section {
    width: calc(44% - 0px);
    position: static;
}
.complete_content_minicart .default_cart_products.bee1_mobile_grid .default_cart_title_wrap {
    max-width: calc(25% - 7px);
    margin-left: 0px;
    width: 100%;
	top: 0;
}
.cart_product_box .default_cart_products.bee1_mobile_grid .price_qty_section {
    padding-left: 0px;
}

.complete_content_minicart .default_cart_products.bee1_mobile_grid {
    align-items: center;
}
}