

/* Start:/local/components/shop/basket/templates/.default/style.css?17766866475115*/
@media (min-width: 992px) {
    .ibasket-items-list {
        display: grid;
        grid-template-columns: 15% 40% 25% 15% 5%;
		margin-bottom: 25px;
    }
	
	.basket_product_name{
		display: block;
		color: #000000;
		font-weight: 400;
		font-size: 16px;
		text-decoration: none; 
	}


}

@media (max-width: 992px) {
    .ibasket-items-list {
		display: flex;
        flex-flow: row;
		align-items: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
	
	
	.ibasket-items-list > .div1{
		width: 35%;
		margin-bottom: 15px;
	}
	.ibasket-items-list > .div2{
		width: 65%;
		margin-bottom: 15px;
	}
	.ibasket-items-list > .div3{
		width: 40%;
	}
	.ibasket-items-list > .div4{
		width: 40%;
	}
	.ibasket-items-list > .div5{
		width: 20%;
		text-align: center;
	}
	
	.basket_product_name{
		display: block;
		color: #000000;
		font-weight: 400;
		font-size: 15px;
		text-decoration: none; 
	}
	
}

 
.basket_product_img{ 
    margin-right: 10px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center !important;
	height: 90px;
	display: block;
}

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


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


.ibasket-items-container{
	padding: 20px;
    border: 1px solid #e8e9eb;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 10.84px 8.87px 120px 0px #00000014;
}

.basket_total{
	padding: 20px;
    border: 1px solid #e8e9eb;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 10.84px 8.87px 120px 0px #00000014;
}

.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: linear-gradient(var(--color-brand), var(--color-brand2));
	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;
}

.div_sharebasket{
    display: flex;
    justify-content: end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}
.sharebasket{
	font-size: 14px;
	color: #999;
	cursor: pointer;
	text-decoration: none;
}



/* End */


/* Start:/local/components/shop/basket.share/templates/.default/style.css?17738987745054*/
 
@media (min-width: 992px) {
    .ibasketshare-items-list {
        display: grid;
        grid-template-columns: 15% 40% 15% 15% 15%;
		margin-bottom: 25px;
		align-items: center;
    }
}

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

 
.ibasketshare_product_img{
	height:90px;
}

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

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


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

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

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

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

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


.ibasketshare-items-container{
	padding: 20px;
    border: 1px solid #e8e9eb;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 10.84px 8.87px 120px 0px #00000014;
	background: #fff;
}

.ibasketshare_total{
	padding: 20px;
    border: 1px solid #e8e9eb;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 10.84px 8.87px 120px 0px #00000014;
	background: #fff;
}

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

 

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


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

.ibasketshare_props{    
	margin-bottom:15px;
}

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

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

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

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

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

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

.ibasketshare_btn_go{
	background: var(--color-brand);
	cursor:pointer;
	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;
}


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


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


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

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

#pModalShareBasketText{
	text-decoration: underline;
	font-size: 14px;
	padding: 10px;
	display: block;
	border: 1px solid #d8d8d8;
	background: #f5f8f9;
	border-radius: 7px;
	margin-bottom: 15px;
}


/* End */
/* /local/components/shop/basket/templates/.default/style.css?17766866475115 */
/* /local/components/shop/basket.share/templates/.default/style.css?17738987745054 */
