

/* Start:/local/components/main/basket/templates/.default/style.css?17684618095499*/
@media (min-width: 992px) {
    .ibasket-items-list {
        display: grid;
        grid-template-columns: 15% 40% 25% 15% 5%;
		margin-bottom: 25px;
        background-color: #FFF;
        box-shadow: 0.11px 3.4px 5.53px 0px #02254E0A;
        box-shadow: 0.55px 16.99px 34px 0px #02254E14;
        border-radius: 16px;
        overflow: hidden;
    }
}

@media (max-width: 992px) {
    .ibasket-items-list {
		display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
        background-color: #FFF;
        box-shadow: 0.11px 3.4px 5.53px 0px #02254E0A;
        box-shadow: 0.55px 16.99px 34px 0px #02254E14;
        border-radius: 16px;
        overflow: hidden;
    }
	
	
	.ibasket-items-list > .div1{
		width: 35%;
		margin-bottom: 15px;
	}
	.ibasket-items-list > .div2{
        padding: 0px;
		width: 50%;
	}
	.ibasket-items-list > .div3{
		width: 0%;
	}
	.ibasket-items-list > .div4{
		width: 40%;
        padding: 10px 10px;
	}
	.ibasket-items-list > .div5{
		width: 60%;
        justify-content: flex-end;
	}
	
}

.ibasket-items-list > .div1{
	background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.ibasket-items-list > .div2{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 10px;
}

.ibasket-items-list > .div4{
	display: flex;
    align-items: center;
}
.ibasket-items-list > .div5{
    padding: 0px 10px;
	display: flex;
    align-items: center;
}

 
.basket_product_img{
	height:auto;
    width: 90%;
}

.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%; 
    padding-top: 2px;
    background: #1e283a;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.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;
    transition: all .2s ease-in-out;
}

.delete_product:hover {
    color: #C21A1E;
}


.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; 
}

.course-date-basket {
    background-color: #EDF1F7;
    border-radius: 90px;
    padding: 4px 8px;
    color: #02254E;
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    width: fit-content;
}
 
 

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


.basket_btn_go:hover{
	background: #C21A1E;
	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?17684618095499 */
