

/* Start:/local/templates/dev.kuppersbusch-shop/components/bitrix/sale.basket.basket/cart/style.css?178541025711407*/
.basketPage {
    padding: 100px 0 24px 0;
    background: #000 url("/local/templates/dev.kuppersbusch-shop/images/basketbg.png") no-repeat 0 0;
    -webkit-background-size: 100% 350px;
    background-size: 100% 350px;
    margin-bottom: -9px;
}
.basketPage__product {
    width: 100%;
}
.basketPage .crumbs {
    margin-bottom: 19px;
}
.basketPage .h2 {
    margin-left: 0;
    margin-bottom: 81px;
}
.basketPage__inner {
    position: relative;
    text-align: center;
    line-height: 2.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 330px;
}
.basketPage__item {
    width: 1000px;
    height: auto;
    background: var(--color-gred);
    margin-left: 100px;
    position: relative;
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom:20px;

}
.basketPage__description {
    padding-left: 40px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-right: 70px;
    margin-top: 8px;
}
.basketPage__img {
    position: relative;
    width: 194px;
    height: auto;
    margin-left: -116px;
}
.basketPage__img img {

    }
.basketPage__img:after {
    content: '';
    background: var(--color-red);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.basketPage__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.basketPage__tags .order__tag_green {
    margin-right: 14px;
}
.basketPage__tags .order__tag {
    margin-bottom: 10px;
}
.basketPage__name {
    margin-bottom: 15px;
    line-height: 24px;
    text-align: left;
	font-size: 16px;
}
.basketPage__characteristic {
    line-height: 22px;
    color: #505050;
}
.basketPage__sumCount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
	flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.basketPage__price {
    font-weight: 600;
    margin-right: 36px;
}
.basketPage__saleprice + .basketPage__price {
    position: relative;
    top: -20px;
    text-decoration: line-through;
}
.basketPage__prices {
    position: relative;
    text-align: left;
}
.basketPage__saleprice {
    font-weight: 600;
    color: #e22e2e;
    margin-bottom: 5px;
}
.basketPage__sumProduct, .basketPage__sumSaleProduct {
    font-weight: bold;
    margin-left: 30px;
    font-size:18px;
}
.basketPage__sumSaleProduct {
    color: #e22e2e;
    font-weight: 600;
	font-size: 16px;
}

.basketPage__wrap-order {
    position: absolute;
    right: 360px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.basketPage__order {
    width: 310px;
    position: absolute; /*fixed;*/
	margin-bottom: 160px;
	margin-top: -50px;
	color: var(--color-white)
}

.basketPage__amountOfGoods, .basketPage__discount, .basketPage__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.basketPage__sum {
    font-weight: bold;
    position: relative;
    left: 2px;
	font-size: 18px;
}
.basketPage__title {
    color: var(--color-red);
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    letter-spacing: 2px;
    padding-bottom: 18px;
    margin-bottom: 28px;
}
.basketPage__text {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: -1px;
}
.basketPage__text_red {
    color: var(--color-red);
}
.basketPage__discount {
    margin-bottom: 20px;
}
.basketPage__total {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 28px;
}
.basketPage__totalsum {
    font-weight: bold;
    position: relative;
    top: 3px;
    left: 3px;
	font-size: 22px
}
.basketPage .button {
    width: 100%;
    margin-bottom: 50px;
	background-color: var(--color-red);
	border: none;
	padding: 15px;
    color: #fff;
}
.button.to_catalog {
    width: 250px;
    display: block;
	height: 55px;
    padding: 10px;
}
.basketPage .delete {
    right: 50px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
}
.basketPage .delete:hover {
    background-image: url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#closeWhite");
}
.count {
    position: relative;
    top: -5px;
}
.count:before {
    content: '';
    position: absolute;
    top: 38px;
   /* left: 4px;*/
    width: 100%;
    height: 1px;
    background: #FFFFFF;
}
.count__input {
    background: none;
    border: none;
    text-align: center;
    width: 80px;
    font-size: 16px;
	color: #fff;
}
.order__tag {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 10px;
}
.order__tag_green {
    color: #9bb79d;
    margin-right: 30px;
}
.order__tag_brown {
    color: #bb9979;
}
.order__tag_red {
    color: var(--color-red);
}
.order__tag_outlet {
    color: #d75810;
}
#basket-coupon {
	color: #fff;
	background-color: transparent;
	border: none; 
	border-bottom: 1px solid rgba(255, 255, 255, 0.15); 
	padding: 3px;
	width: 100%; 
	height: 39px; 
	font-size: 18px;
}
.coupon {
    float: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
	margin-top: 10px;
    margin-left: 2px;
}

.basket-coupon-block-coupon-btn {
    height: 40px;
    line-height: 0;
    border: none;
    background: var(--color-red);
    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    padding: 0 50px;
	margin-top: 20px;
	float:left;

}


.basket-coupon-block-coupon-btn-del {
    height: 40px;
    line-height: 0;
    border: none;
    background: #353535;
    color: var(--color-white);
    text-align: center;
    padding: 10px;
	margin: 20px 20px;
	float: left;
}
.decrement {
    background: transparent url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#decrement") no-repeat 0 0;
}
.increment {
    background: transparent url("/local/templates/dev.kuppersbusch-shop/images/sprite.svg#increment") no-repeat 0 0;   
}
.decrement, .increment {
    border: none;
    font-size: 36px;
    width: 19px;
    height: 19px;
    position: relative;
    top: 3px;
    outline: none;
}
/*
.basketPage__wrap-order.fix {
    top: auto;
    bottom: 0;
    right: 34px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.basketPage__wrap-order.fix .basketPage__order {
    position: static;
}*/

.delete {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(/local/templates/dev.kuppersbusch-shop/images/sprite.svg#close) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    right: 35px;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    cursor: pointer;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
}

.bx-sbb-empty-cart-text{
	color: var(--color-white);
	margin: 40px;
}

.w1440 {
		margin-top: 120px !important;
	}		


@media screen and (max-width:1400px) {
    .w1440 {
		margin-top: 120px !important;
	}		
	.basketPage__item {
        width: 90%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .basketPage__description {
        margin-right: 20px;
    }

    .order__item {
        width: 100%;
    }
    
    .basketPage__product {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .basketPage__wrap-order, .basketPage__order {
        position: static;
    }
    .basketPage__description {
        width: 45%;
    }
    
    .basketPage__wrap-order {
        width: 50%;
        margin: 0 auto;
    }
    .basketPage__order {
        width: 100%;
    }
}
@media screen and (max-width:1280px) {
    .basketPage__item {
        width: 85%;
	}
	.order__product {
        width: 75%;
    }
	.basketPage .delete {
        right: 25px;
    }
    .basketPage__description {
        width: 40%;
    }
}
@media screen and (max-width:1024px) {
.order__product {
        width: 75%;
    }
    .order__product-img {
        position: static;
        width: 200px;
        margin: 0 auto 30px;
    }
    .order__product-name {
        margin: 0 0 15px 0;
        text-align: center;
        width: 100%;
    }
    .order__item {
        display: block;
    }
    .order__description {
        margin-left: 0;
        text-align: center;
    }
    .order__tags {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .order__img {
        width: 100%;
        height: 100%;
    }
    .basketPage__item {
        margin-left: 5px;
		width: 100%;
    }
    .basketPage__img {
        margin-left: -50px;
    }
    .basketPage__name {
        font-size: 14px;
		text-align: center;
    }
    .basketPage__characteristic {
        font-size: 10px;
        line-height: 18px;
    }
    .basketPage__description {
        padding-left: 15px;
    }
    .count__input {
        width: 45px;
    }
    .decrement, .increment {
        width: 10px;
        top: 7px;
    }
    .basketPage__description {
        margin-right: 0;
    }
    .basketPage__price, .basketPage__saleprice {
        font-size: 10px;
        margin-right: 15px;
        margin-top: 3px;
    }
    .count:before {

    }
    .basketPage__sumProduct, .basketPage__sumSaleProduct {
        font-size: 18px;
        margin-left: 30px;
    }
    .basketPage__sumSaleProduct {
        margin-top: 3px;
    }
}
@media screen and (max-width:960px) {
    
	
	.basketPage__product {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .basketPage__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 400px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .basketPage__img {
        margin: 0 auto 20px;
    }
    .basketPage__description {
        width: 100%;
    }
    .basketPage .delete {
        top: 40px;
    }
    .basketPage__wrap-order, .basketPage__order {
        width: 75%;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
	.basketPage__item {
		width: 300px;
	}
	
	.basketPage__wrap-order, .basketPage__order {
		width: 300px;
		margin: 0 auto;
	}
	
	
}

/* End */
/* /local/templates/dev.kuppersbusch-shop/components/bitrix/sale.basket.basket/cart/style.css?178541025711407 */
