/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.product-tabs.tabs {    width: 100%;    float: left;}

.del_price{
	width:100%;
    float: left;
	position:relative;
}

.del_price .product_custom{
	width:100%;
    float: left;
	opacity:0;
}

.del_price .product_custom .product-add-to-cart{
	width: 22%;
    float: left;
    position: absolute;
    top: 60%;
    right: 35px;
}

.del_price .product_custom .product-add-to-cart #zakeke-customize{
	 text-wrap: auto;
}

.ajax_call{
	width:100%;
    float: left;
}

.price_carts{
    width:100%;
    float: left;
    
    margin-top: 20px;
}

.price_carts .price_pop{
	display:none;
	width: 700px;
	min-height: 300px;
    position: fixed;
    padding: 20px;
    top: 30%;
    z-index: 9999;
    left: 46%;
    transform: translate(-48%, -30%);
    background: #fff;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 67%);
	border-radius:10px;
}

.price_carts .cart_overlay{
	width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(51, 51, 51, .5);
    z-index: 9996;
    top: 0;
	display:none;
}

.price_carts .cart_pop{
	/* width: 700px;
    position: fixed;
    padding: 20px;
    top: 30%;
    z-index: 9999;
    left: 46%;
    transform: translate(-48%, -30%);
    background: #fff;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 67%);
	border-radius:10px; */
}

.price_carts  .spinners{
	display:none;
}	

.price_carts  .spinners .spinner_new{
	position: absolute;
    height: 300px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
}

.price_carts .cart_pop .closes{
	position: absolute;
    right: 5px;
    background: black;
    top: 5px;
    border-radius: 5px;
    padding: 5px;
	cursor:pointer;
}

.price_carts .cart_pop .closes i{
	color:white;
}

.price_carts .cart_pop .quick_view{
	width:100%;
	float:left;
}

.price_carts .cart_pop .images_cart{
	width:100%;
	float:left;
}

.price_carts .cart_pop .images_cart .images{
	width: 35%;
    float: left;
    display: flex;
    align-items: center;	
	height: 300px;
}

.price_carts .cart_pop .images_cart .images img{
	width:100%;
	border-radius: 10px;
}

.price_carts .cart_pop .images_cart .cart_txt{
	width: 65%;
    float: left;
	padding: 15px;
    box-sizing: border-box;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_title{
	width: 100%;
    float: left;
    color: #404040;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: -.5px;
    margin: 10px 0px;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_price{
	width: 100%;
    float: left;
    color: #404040;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: -.5px;
    /* margin: 10px 0px;*/
}

.price_carts .cart_pop .images_cart .cart_txt .quick_desc{
	width: 100%;
    float: left;
    font-size: 15px;
    color: #232323;
    text-align: justify;
    line-height: 25px;
    margin: 5px 0px 10px;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_variation{
	width:100%;
	float:left;
	margin-bottom: 10px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_variation ul li{
	width:100%;
	float:left;
	color: #404040;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: -.5px;
	list-style-type: disclosure-closed;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_buttons{
	width:100%;
	float:left;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_buttons .buttons{ 
	width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_buttons .buttons .buts{ 
	width: 100%;
    float: left;
    display: flex;
    gap: 10px;
    background: black;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
	cursor:pointer;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_buttons .buttons .buts .image{ 
	float:left;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_buttons .buttons .buts .image i{ 
    color: white;
}

.price_carts .cart_pop .images_cart .cart_txt .quick_buttons .buttons .buts .txt{ 
	font-size: 15px;
    color: white;
	float:left;
}

.price_carts .cart_pop .cart_details{
	width:100%;
	float:left;
}

.price_carts .cart_pop .cart_details .head{
	width: 100%;
    float: left;
    color: #404040;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: -.5px;
    margin: 10px 0;
}

.price_carts .cart_pop .cart_details .cart_d{
	width:100%;
	float:left;
}

.price_carts .cart_pop .cart_details .cart_d .info{ 
	width:100%;
	float:left;
	font-size: 15px;
    color: #232323;
    text-align: justify;
    line-height: 25px;
    margin: 5px 0 10px;
}
.price_carts .cart_pop .cart_details .cart_d .tot_pop{
	width:100%;
	float:left;
}
.price_carts .cart_pop .cart_details .cart_d .tot_pop table{
	width:100%;
	float:left;
}
.price_carts .cart_pop .cart_details .cart_d .tot_pop table tr{
	width:100%;
	float:left;
}

.price_carts .cart_pop .cart_details .cart_d .tot_pop table tr:nth-child(1){
	border-top: 1px solid;
}

.price_carts .cart_pop .cart_details .cart_d .tot_pop table tr:nth-child(3){
	border-bottom: 1px solid;
}

.price_carts .cart_pop .cart_details .cart_d .tot_pop table tr:nth-child(odd){
	background: rgb(52 51 51 / 5%);
}

.price_carts .cart_pop .cart_details .cart_d .tot_pop table tr td{
	width: 50%;
    float: left;
    text-align: center;
    font-size: 15px;
    border-right: 0;
	background: none !important;
}



.price_con{
    width:100%;
    float: left;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.price_con .price_center{
    width:100%;
    float: left;
}

.price_con .price_center .price_d_con{
    width:100%;
    float: left;
	position:relative;
}

.price_con .price_center .price_d{
    width:75%;
    float: left;
	position:relative;
}

.price_con .price_center .price_d_con .com_head{
	width: 100%;
    float: left;
}

.price_con .price_center .price_d_con .com_head .com_h{
	padding: 15px;
    background: #339f88;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    color: white;
    text-align: center;
	border-radius:5px 5px 0px 0px;
	text-transform: uppercase;
}

.price_con .price_center .price_d_con .spinner{
    width: 100%;
    height: 100%;
    /* float: left; */
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
	display:none;
}

.price_con .price_center .price_d_con .spinner .spinner_new{
    position: absolute;
    top: 50%;
    right: 46%;
    transform: translate(-50%, -50%);
}

.price_con .price_center .price_d_con .ajax_call_t{
	width:100%;
	float:left;
}

.price_con .price_center .price_d_con .ajax_call_t{
	width:100%;
	float:left;
}

.price_con .price_center .price_d_con .ajax_call_t .com_button{
	width: 100%;
    float: left;
    background: #ede7de;
    border-radius: 0px 0px 5px 5px;
    padding: 90px 0px;
	display: flex;
    justify-content: center;
	margin-top: 5px;
}

.price_con .price_center .price_d_con .ajax_call_t .com_button .buts{
	color: white;
    text-align: center;
	background: #e3b063;
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 5px;
	cursor:pointer;
	font-size:15px;
	
}

.price_con .price_center .price_d .p_head { 
    font-family: Manrope, sans-serif;
    font-size: 15px;
    /* color: #222529; */
	
    font-weight: 700;
    margin: 20px 0;
    /* background: #339f88; */
	background:black;
    text-align: center;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
}

.price_con .price_center .price_d .y_com {
	width: 100%;
    float: left;	
}

.price_con .price_center .price_d .y_com .cart_load{
	width: 100%;
    float: left;	
	position:relative;
}

.price_con .price_center .price_d .y_com a{
	background: #fff;
    padding: 11px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: -8%;
    border: 1px solid rgba(51, 51, 51, .5);
    cursor: pointer;
    z-index: 99;
}

.price_con .price_center .price_d .y_com a:hover{
	background:black;
}

.price_con .price_center .price_d .y_com a:hover i{
	color:white;
}

.price_con .price_center .price_d .y_com i{	
	font-size: 25px;
}

.price_con .price_center .price_d .y_com .count{
	position: absolute;
    background: red;
    padding: 0px 5px;
    border-radius: 50%;
    top: -9px;
    font-size: 11px;
    right: -7px;
    color: #fff;
    font-family: 'Jost';
}

.price_con .price_center .price_d .y_com .yo_head{
	width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
	font-size: 15px;
}

.price_con .price_center .price_d .y_com .list_com{
	width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    gap: 10px;
	margin: 10px 0px;
}

.price_con .price_center .price_d .y_com .list_com .add_more{
	position: absolute;
    left: 0;
    bottom: 50px;
    font-size: 15px;
    width: 230px;
    z-index: 999;
}

.price_con .price_center .price_d .y_com .list_com .add_more .add_but{
	padding: 10px 20px;
    background: #000;
    color: white;
    border-radius: 5px;
    cursor: pointer;
	text-transform: uppercase;
    font-weight: 500;
	margin-bottom:10px;
	text-align: center;
}

.price_con .price_center .price_d .y_com .list_com .more_box{
	width:200%;
	float:left;
	display:none;
}

.price_con .price_center .price_d .y_com .list_com .more_box .en_val{
	width: 100%;
    float: left;
    background: white;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(51, 51, 51, .2);
	border-radius: 5px;
}

.price_con .price_center .price_d .y_com .list_com .more_box .en_val .spinner_s {
    width: 199%;
    height: 76%;
    position: absolute;
    left: 1px;
    z-index: 99;
    background: rgba(255, 255, 255, .8);
    display: none;
}

.price_con .price_center .price_d .y_com .list_com .more_box .en_val .spinner_s .spinner_new {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
}

.y_com .list_com .more_box .en_val .val_head{
	width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.y_com .list_com .more_box .en_val .val_box{
	width:100%;
	float:left;
}

.y_com .list_com .more_box .en_val .val_box .val_in{
	width: 100%;
    float: left;
    margin-bottom: 5px;
}

.y_com .list_com .more_box .en_val .val_box .val_in input{
	width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(51, 51, 51, .2);
    outline: none;
	border-radius: 5px;
}

.y_com .list_com .more_box .en_val .val_box .but_a{
	width:100%;
	float:left;
}

.y_com .list_com .more_box .en_val .val_box .but_a .but{
	width: 100%;
    float: left;
    padding: 10px;
    background: black;
    color: white;
    text-align: center;
	border-radius: 5px;
	cursor:pointer;
}

.y_com .list_com .more_box .en_val ul > li{ 
    width: 100%;
    float: left;
    padding: 5px;
    text-align: center;   
    display: flex;
    gap: 5px; 
}

.y_com .list_com .more_box .en_val  ul > li .price_quan{ 
    width: 25%;
    float: left;    
    padding: 5px;
    text-align: center;  
    border:1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px 0 5px;  
}

.y_com .list_com .more_box .en_val ul > li .price_quan .pack_no{ 
    width: 100%;
    float: left;
    font-size: 14px; 
}

.y_com .list_com .more_box .en_val ul > li .price_quan .unit{ 
    width: 100%;
    float: left;
    font-size: 11px;
    color: #399f88;
}

.y_com .list_com .more_box .en_val ul > li .price_m{ 
    width: 25%;
    float: left;    
    padding: 5px;
    text-align: center;  
    border:1px solid #e2e2e2;
    border-radius: 5px;
    padding: 20px 0px;  
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;

}

.y_com .list_com .more_box .en_val ul > li .price_m span:first-child{
    font-weight: 700;
    padding-right: 2px;
}

.y_com .list_com .more_box .en_val ul > li .price_m:hover{
    border-color: #7baecc;    
    cursor: pointer;
}

.y_com .list_com .more_box .en_val ul > li .price_m.del_active{
    border-color: #7baecc;    
    cursor: pointer;
}

.price_con .price_center .price_d .y_com .list_com .list_head{
	background: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
	font-size: 11px;
}

.price_con .price_center .price_d .y_com .list_com .list_head span{
	font-weight: 400;
    padding: 2px 10px;
    color: #000;
    border-right: 1px solid;
}

.price_con .price_center .price_d .y_com .list_com .list_head span:last-child{
    border-right: 0;
}

.price_con .price_center .price_d .head_days { 
    width: 100%;
    float: left;
    margin-top: 10px;
    font-family: Manrope, sans-serif;
}

.price_d .head_days > ul{
	display: flex;
    gap: 5px;
}



.price_d .head_days > ul > li{ 
    width: 25%;
    float: left;
    text-align: center; 
    
}

.price_d .head_days > ul > li:first-child .li_con{
    border:none;
    background:none;
}



.price_d .head_days > ul > li .li_con{
    width:100%;
    border:1px solid #e2e2e2;
    border-radius: 5px;
    /* padding: 10px 0px;
    background: #7baecc;   */
	font-size:12px;
}
.price_d .head_days > ul > li:nth-child(1) .li_con .days{
	background: white;
}

.price_d .head_days > ul > li:nth-child(1) .li_con .date{
	background: white;
}

.price_d .head_days > ul > li .li_con .days{
    font-weight: 700;
    font-family: Manrope, sans-serif;
    color: #fff;
    /* margin-bottom: 5px; */
    background: black;
    padding: 7px;
    border-radius: 5px 5px 0px 0px;
}

.price_d .head_days > ul > li .li_con .date{
    font-family: Manrope, sans-serif;
    color: #000000;
    background: #ffffff;
    padding: 7px;
    border-radius: 0px 0px 5px 5px;
}



.price_d .head_quan { 
    width: 100%;
    float: left;
    margin-top: 10px;
    font-family: Manrope, sans-serif;
	position:relative;
	padding-bottom:10px;
    border-bottom: 1px solid rgba(51, 51, 51, .2);
    margin-bottom: 10px;
	min-height: 425px;
}


.price_d .head_quan .message{
	width: 100%;
    float: left;
}

.price_d .head_quan .message .mess{
    border: 1px solid rgba(51, 51, 51, .2);
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 50%;
    padding: 50px 47px;
	border-radius: 10px;
}

.price_d .head_quan .cart_box{
	width: 100%;
    float: left;
    position: absolute;
    background: rgba(255, 255, 255, .7);
    height: 100%;
	display:none;
}

.price_d .head_quan .cart_box .box_head{
	width: 100%;
    float: left;
    background: black;
	position: relative;
	border-radius: 5px 5px 0px 0px;
}

.price_d .head_quan .cart_box .box_head .head{
	color: #fff;
    font-size: 15px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.price_d .head_quan .cart_box .box_head .closes{	
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    /* opacity: .2; */
    position: absolute;
    right: 8px;
    top: 8px;
}

.price_d .head_quan .cart_box .box_head .closes:hover{
	text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

.price_d .head_quan .cart_box .cart_con{
	width: 100%;
    float: left;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid rgba(51, 51, 51, .2);
	border-radius: 0px 0px 5px 5px;
	backdrop-filter: blur(2px);
	flex-direction: column;
}

.price_d .head_quan .cart_box .cart_con .cart_mess{
	width: 70%;
    float: left;
}

.price_d .head_quan .cart_box .cart_con .cart_mess{
	width: 70%;
    float: left;
}

.price_d .head_quan .cart_box .cart_con .shipping_add{
	width: 70%;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
    margin-top: 10px;
    font-weight: 600;
	opacity:0;
}

.price_d .head_quan .cart_box .cart_con .cart_mess .message_cart{
	font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
	margin-bottom: 10px;
    font-weight: 600;
}

.price_d .head_quan .cart_box .cart_con .cart_mess .qty_mess{
	font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
}

.price_d .head_quan .cart_box .cart_con .cart_mess .qty_mess span{
	color: #40a493;
}

.price_d .head_quan .cart_box .cart_con .cart_mess .avail_qty{
	font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
}

.price_d .head_quan .cart_box .cart_con .cart_mess .avail_qty span{
	color: #40a493;
}

.price_d .head_quan .cart_box .cart_con .cart_mess .qty_add{
	font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
}

.price_d .head_quan .cart_box .cart_con .cart_mess .qty_add span{
	color: #40a493;
}

.price_d .head_quan .cart_box .cart_con .cart_inner{
	width: 70%;
    float: left;
}

.price_d .head_quan .cart_box .cart_con .cart_inner .list_li{
	width: 100%;
    float: left;
	display: flex;
    flex-direction: column;
    row-gap: 10px;	
}

.price_d .head_quan .cart_box .cart_con .cart_inner .list_li .li_con{
	width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.price_d .head_quan .cart_box .cart_con .cart_inner .list_li .li_con:nth-child(3){
	border-bottom: 1px solid rgba(51, 51, 51, .2);
    padding-bottom: 9px;
}
.price_d .head_quan .cart_box .cart_con .cart_inner .list_li .li_con:nth-child(5){
	border-bottom: 1px solid rgba(51, 51, 51, .2);
    padding-bottom: 9px;
}

.price_d .head_quan .cart_box .cart_con .cart_inner .list_li .li_con .col_one{
	font-size: 16px;
    font-weight: 700;
}

.price_d .head_quan .cart_box .cart_con .cart_inner .list_li .li_con .col_two{
	font-size: 16px;
}

.price_d .head_quan .cart_box .cart_con .cart_inner .list_li .li_con .but_col{
	width: 100%;
    float: left;
}

.price_d .head_quan .cart_box .cart_con .cart_inner .list_li .li_con .but_col .but{
	text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: #3aa288;
    color: white;
    margin-top: 10px;
    border-radius: 5px;
}

.price_d .head_quan .cart_box .cart_con .cart_inner .list_li .li_con .but_col .but:hover{
	background: #26816a;
    cursor: pointer;
}

.price_d .head_quan  ul > li{ 
    width: 100%;
    float: left;
    padding: 5px;
    text-align: center;   
    display: flex;
    gap: 5px; 
}

.price_d .head_quan  ul > li .price_quan{ 
    width: 25%;
    float: left;    
    padding: 5px;
    text-align: center;  
    border:1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px 0 5px;  
}


.show-more {
	display: block;
    text-align: center;
    padding: 10px;
    background: black;
    width: 100%;
    float: left;
    color: white;
    margin-top: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
	cursor:pointer;
}

.price_d .head_quan ul > li .price_quan .pack_no{ 
    width: 100%;
    float: left;
    font-size: 14px; 
}

.price_d .head_quan ul > li .price_quan .unit{ 
    width: 100%;
    float: left;
    font-size: 11px;
    color: #399f88;
}

.price_d .head_quan ul > li .price_m{ 
    width: 25%;
    float: left;    
    padding: 5px;
    text-align: center;  
    border:1px solid #e2e2e2;
    border-radius: 5px;
    padding: 20px 0px;  
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;

}

.price_d .head_quan ul > li .price_m span:first-child{
    font-weight: 700;
    padding-right: 2px;
}

.price_d .head_quan ul > li .price_m:hover{
    border-color: #7baecc;    
    cursor: pointer;
}

.price_d .head_quan ul > li .price_m.del_active{
    border-color: #7baecc;    
    cursor: pointer;
}

.button_css .input-group-btn-vertical{
	display:none;
}

.button_css .js-cart-line-product-quantity {
    border: none !important;
    font-size: 15px;
    font-weight: 600;
	width: 41px !important;
}

.button_css .quan_in{
	padding: 9px;
    display: block;
}



.cart{
    width: 25%;
    float: left;
    padding: 20px 10px;
}


.cart .cart_box{
	width: 100%;
    float: left;
    background: rgba(255, 255, 255, .7);
    height: 100%;	
}

.cart .cart_box .box_head{
	width: 100%;
    float: left;
    background: black;
	position: relative;
	border-radius: 5px 5px 0px 0px;
}

.cart .cart_box .box_head .head{
	color: #fff;
    font-size: 15px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.cart .cart_box .box_head .closes{	
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    /* opacity: .2; */
    position: absolute;
    right: 8px;
    top: 8px;
}

.cart .cart_box .box_head .closes:hover{
	text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}

.cart .cart_box .deli_com{
	width: 100%;
    float: left;
    padding: 10px;
    text-align: center;
    
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin-top: 10px;
}

.cart .cart_box .deli_com .mes_com{
	width: 100%;
    float: left;
    line-height: 30px;
    padding: 200px 0px;
	display: flex;
    justify-content: center;
}

.cart .cart_box .deli_com .mes_com p{
	width: 60%;
}

.cart .cart_box .cart_con{
	width: 100%;
    float: left;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid rgba(51, 51, 51, .2);
	border-radius: 0px 0px 5px 5px;
	backdrop-filter: blur(2px);
	flex-direction: column;
	display:none;
}

.cart .cart_box .cart_con .cart_mess{
	width: 100%;
    float: left;
    padding: 90px 0px;
}



.cart .cart_box .cart_con .shipping_add{
	width: 70%;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
    margin-top: 10px;
    font-weight: 600;
	opacity:0;
}

.cart .cart_box .cart_con .cart_mess .message_cart{
	font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
	margin-bottom: 10px;
    font-weight: 600;
}

.cart .cart_box .cart_con .cart_mess .qty_mess{
	font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
}

.cart .cart_box .cart_con .cart_mess .qty_mess span{
	color: #40a493;
}

.cart .cart_box .cart_con .cart_mess .avail_qty{
	font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
}

.cart .cart_box .cart_con .cart_mess .avail_qty span{
	color: #40a493;
}

.cart .cart_box .cart_con .cart_mess .qty_add{
	font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    float: left;
}

.cart .cart_box .cart_con .cart_mess .qty_add span{
	color: #40a493;
}

.cart .cart_box .cart_con .cart_inner{
	width: 100%;
    float: left;
}

.cart .cart_box .cart_con .cart_inner .list_li{
	width: 100%;
    float: left;
	display: flex;
    flex-direction: column;
    row-gap: 10px;	
}

.cart .cart_box .cart_con .cart_inner .list_li .li_con{
	width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.cart .cart_box .cart_con .cart_inner .list_li .li_con:nth-child(3){
	border-bottom: 1px solid rgba(51, 51, 51, .2);
    padding-bottom: 9px;
}

.cart .cart_box .cart_con .cart_inner .list_li .li_con:nth-child(5){
	border-bottom: 1px solid rgba(51, 51, 51, .2);
    padding-bottom: 9px;
}

.cart .cart_box .cart_con .cart_inner .list_li .li_con .col_one{
	font-size: 16px;
    font-weight: 700;
}

.cart .cart_box .cart_con .cart_inner .list_li .li_con .col_two{
	font-size: 16px;
}

.cart .cart_box .cart_con .cart_inner .list_li .li_con .but_col{
	width: 100%;
    float: left;
}

.cart .cart_box .cart_con .cart_inner .list_li .li_con .but_col .but{
	text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
   /*  background: #3aa288; */
	background: #000000;
    color: #ffffff;
    margin-top: 10px;
    border-radius: 5px;
}

.cart .cart_box .cart_con .cart_inner .list_li .li_con .but_col .but:hover{
	background: #26816a;
    cursor: pointer;
}

.total-product-custom-surcharge{
	opacity:0;
}

.order_delivery{
	width:100%;
	float:left;
}

.order_delivery .card-header{
	padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.order_delivery .card-header h3{
	font-size:15px;
	margin-bottom: 0;
}

.order_delivery .card_sub_head{
	width:100%;
	float:left;
}

.order_delivery .card_sub_head p{
	padding: 10px;
    font-size: 20px;
    margin-bottom: 0;
}

.order_delivery table thead th{
	 vertical-align: middle;
}

.order_delivery table thead th:nth-child(1){
	width: 50%;
}

.order_delivery table thead th.text-center {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.order_delivery table tbody td{
	font-size:14px;
}

.order_delivery table tbody td strong{
	font-weight: 600;
    /* margin-bottom: -5px; */
    display: block;
    line-height: 28px;
}

.order_delivery table tbody td.text-center {
    font-size: 15px !important;
    text-align: center;
}

.order_delivery .text-muted{
	width:100%;
	float:left;
}

.order_delivery .text-muted p{
	padding: 10px;
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}
	