

/* Start:/local/components/main/basket/templates/.default/style.css?17651714344241*/
@media (min-width: 992px) {
    .ibasket-items-list {
        display: grid;
        grid-template-columns: 15% 40% 25% 15% 5%;
		margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .ibasket-items-list {
		display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
	
	
	.ibasket-items-list > .div1{
		width: 35%;
		margin-bottom: 15px;
	}
	.ibasket-items-list > .div2{
		width: 50%;
	}
	.ibasket-items-list > .div3{
		width: 40%;
	}
	.ibasket-items-list > .div4{
		width: 40%;
	}
	.ibasket-items-list > .div5{
		width: 20%;
	}
	
}

 
.basket_product_img{
	height:90px;
}

.basket_product_article{
	color: #999;
    font-size: 11px;
}

.basket_product_name{
	display: block;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none; 
}
 
.basket_product_calc{
	background: #F7F7F7; 
    border-radius: 20px;
    display: grid;
    grid-template-columns: 35px 60px 35px;
    width: 130px;
	height: 33px;
}


.basket_product_calc_btn{
    color: #ffffff !important;
    font-size: 20px !important;
    cursor: pointer !important;
    width: 33px;
    height: 33px;
    border-radius: 50%; 
    text-align: center; 
    padding-top: 2px;
    background: #1e283a;

}
 
.basket_product_count{
	height: 33px;
    width: 100%;
    background: rgb(255 255 255 / 0%);
    border: 0px;
    text-align: center;
    color: #000000;
}

.basket_product_count:focus, .basket_product_count:focus{
    outline: none;
}

/* Chrome, Safari, Edge, Opera */
.basket_product_count::-webkit-outer-spin-button, .basket_product_count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.basket_product_count[type=number] {
    -moz-appearance: textfield;
}



.basket_total{
	box-shadow: 0px 4px 18px 0px #0000000D;
    padding: 25px;
    border-radius: 15px;
}

.basket_total_name{
 font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
 
 
.basket_total_adr{
	display: inline-block;
    border-bottom: 1px dashed #999;
	cursor: pointer;
	font-size: 12px;
    color: #545454;
}

 

.delete_product{
	background: #fff;
    border: 0px;
}


.delete_product i{
	color: #d4dce5;
    font-size: 26px;
}
 
.basket_total_edit{
	font-size: 14px;
    color: #0259f0;
	cursor: pointer;
}

.basket_props{    
	margin-bottom:15px;
}

.basket_props_item {   
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
}
 
.basket_props_item .name {
    position: relative;
    z-index: 2;
    color: #000;
    background: #fff;
    padding-right: 5px;
    white-space: nowrap;
	line-height: 16px; 
}

.basket_props_item .val {
    position: relative;
    z-index: 2;
    color: #000;
    background: #fff;
    padding-left: 5px; 
    text-align: right;
}

.basket_props_item + .basket_props_item {
    margin-top: 10px;
}

.basket_props_item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    height: 3px;
    width: 100%;
    background: url(/local/templates/.default/images/dott.png) 0 0 repeat-x;
}

 
.basket_delivery_info{
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap:10px;
}

.basket_delivery_info span{
	white-space: nowrap;
	font-size:13px
}
.basket_delivery_info div{ 
	flex-grow: 1; 
}
 
 

.basket_btn_go{
	background: var(--color-brand);
	margin-bottom: 15px;
	display: block;
    padding: 13px 0; 
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
	transition: all .3s linear;
}


.basket_btn_go:hover{
	background: var(--color-brand-active);
	color:#fff;
}


.basket_btn_clean{
    display: block;
    padding: 4px 0;
    background: #fff;
    text-align: center;
    color: #696969;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #8f8f90;
    font-size: 13px;
    transition: all .3s linear;
}


.basket_btn_clean:hover{
	background:red;
	color:#fff;
	border:1px solid red;
}

.basket_delivery{
	background: #F3F4F5;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 6px;
}


/* End */
/* /local/components/main/basket/templates/.default/style.css?17651714344241 */
