.basket {
	margin-top: 39px; 
}

.basket h1 {
	font-size: 36px;
	line-height: 40px;
	color: #000000;
	text-align: left;
}

.basket h2 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 9px;
}

.basket__content {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	width: 100%;
}

.basket__right {
	width: 370px;
}

.basket__left {
	width: 730px;
}

.basket__total {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 20px;
	border-radius: 2px;
}

.basket-checkout-block-total-inner {
	display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.basket-checkout-block-total-title {
	font-family: "ForumRegular";
	font-size: 24px;
	line-height: 24px;
}

.basket-checkout-block-total-count {
	font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    color: #B3B3B3;
}

.basket-checkout-block-total-price {
	margin-top: 16px;
}

.basket-total__container {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.basket-total__left {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
}

.basket-total__right {
	font-family: "ForumRegular";
	font-size: 18px;
	line-height: 20px;
}

.basket-total__right--pink {
	color: #A08181;
}

.basket-total__container--itogo {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 14px;
    padding-top: 18px;
}

.basket-total__left--itogo {
	font-size: 16px;
    line-height: 19px;
    font-weight: normal;
}

.basket-total__right--itogo {
	font-size: 20px;
    line-height: 22px;
}

.basket-btn-checkout {
	width: 100%;
	height: 44px;
	background: #A08181;
	border-radius: 2px;
	font-family: "ForumRegular";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 10px;
}

.basket-btn-checkout:hover {
	opacity: 0.6;
}

.form {
	margin-top: 26px;
}

.form-group {
	position: relative;
}

.form-control {
	border: 1px dashed rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    height: 40px;
    width: 100%;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	padding: 13px 15px 12px 15px;
	display: block;
	background: #ffffff;
}

.basket-coupon-block-coupon-btn {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	width: 28px;
	height: 28px;
	background: url(images/send.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.basket-coupon-block-coupon-btn:hover {
	opacity: 0.6;
}

.basket-coupon-block-coupon-btn--del {
	background: url(images/del.svg);
}

.basket-coupon-ok {
	color: #A08181;
}

.basket-coupon-err {
	color: #CA0505;
}

.bonus-rub {
	margin-top: 15px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.06);
	padding: 14px 20px;
	border-radius: 2px;
}

.bonus-rub__container {
	display: flex;
	justify-content: space-between;
}

.bonus-rub__rub {
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/rub.svg);
	background-repeat: no-repeat;
	background-size: contain;
	float:left;
}

.bonus-rub__count {
	font-family: "ForumRegular";
	font-size: 16px;
	line-height: 18px;
	color: #A08181;
	margin-left: 10px;
}

.bonus-rub__description {
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #A08181;
	margin-left: 7px;
}

.bonus-rub__help {
	width: 17px;
	height: 17px;
	background: url(images/help.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: none;
}

.basket-settings__left {
    display: none;
}

.basket-items-list-table {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.basket-items-list-item-container {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.basket-items-list-item-container td{
	padding: 20px 0;
    text-align: left;
    vertical-align: top;
	position: relative;
}

.basket-items-list-item-descriptions-inner {
	display: flex;
}

.basket-item-block-image {
	width: 100px;
	height: 135px;
	margin-right: 20px;
}

.basket-item-block-info {
	position: relative;
	width: 230px;
}

.basket-item-block-metal {
	font-family: "JBfont";
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #A08181;
    margin-bottom: 5px;
	text-transform: capitalize;
}

.basket-item-block-model {
	font-size: 12px;
	line-height: 15px;
	color: #B3B3B3;
}

.basket-item-block-actions {
	display: flex;
    position: absolute;
    bottom: 0;
	white-space: nowrap;
}

.separate {
	color: #E5E5E5;
    margin: 0 10px;
}

.basket-item-block-favorite.active {
	color: #A08181;
}

.basket-item-block-favorite, .basket-item-actions-remove {
	cursor: pointer;
}

.basket-item-block-favorite:hover, .basket-item-actions-remove:hover {
	opacity: 0.6;
}

td.basket-items-list-item-price {
	text-align: right;
}

.basket-item-price-current-text {
	font-family: "ForumRegular";
	font-size: 16px;
	line-height: 18px;
}

.basket-item-price-old-text {
	position: relative;
	font-family: "ForumRegular";
	font-size: 14px;
	line-height: 15px;
	color: #A08181;
}

.basket-item-price-old-text::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 48%;
	height: 1px;
	width: 100%;
	background: #A08181;

}

.basket-item-block-store {
	position: absolute;
	white-space: nowrap;
	bottom: 20px;
	right: 0;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #A08181;
}

.basket-item-block-store-text {
	color: #B3B3B3;
}

.basket-item-amount-field-description {
	display: none;
}

.basket-item-block-amount {
	width: 102px;
	height: 30px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 2px;
	display: flex;
}

.basket-item-amount-filed {
	border: 0;
    width: 42px;
    height: 100%;
    padding: 0;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
}

.basket-item-amount-btn-minus {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/minus.svg);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: center;
	cursor: pointer;
}

.basket-item-amount-btn-plus {
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/plus.svg);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: center;
	cursor: pointer;
}

.basket-item-amount-btn-minus:hover, .basket-item-amount-btn-plus:hover {
	opacity: 0.6;
}

.basket-item-block-price {
	width: 108px;
}

.basket-item-property-value {
	display: none;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	border-radius: 2px;
	width: 148px;
	padding: 8px 10px 7px 10px;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #2D2D2D;
	position: absolute;
	z-index: 1000;
	background: #ffffff;
	top: 49px;
	text-align: center;
}

.basket-item-property-name {
	position: relative;
	border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 2px;
    width: 148px;
    height: 30px;
    padding: 8px 10px 7px 10px;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #2D2D2D;
	cursor: pointer;
}

.basket-item-property-name-text {
	color: #B3B3B3;
	margin-right: 5px;
}

.basket-item-property-name-open {
	position: absolute;
    right: 10px;
    top: 12px;
	display: block;
	width: 9px;
	height: 5px;
	background: url(images/open.svg);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center;
	cursor: pointer;

}

.basket-item-scu-item {
	cursor: pointer;
}

.basket-item-scu-item:hover {
	opacity: 0.6;
}

td.basket-items-list-item-sku, td.basket-items-list-item-amount {
	padding-top: 51px;
}

td.basket-items-list-item-price {
	padding-top: 57px;
}

.basket-auth {
	background: rgba(229, 229, 229, 0.3);
	border-radius: 2px;
	width: 100%;
	height: 81px;
	padding: 20px 25px;
	display: flex;
	justify-content: space-between;
	display: none;
}

.basket-auth__name {
	font-family: "ForumRegular";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #A08181;
}

.basket-auth__text {
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	margin-top: 5px;
}

.basket-auth__button {
	display: block;
    width: 100px;
    height: 35px;
    background: #A08181;
    border-radius: 2px;
    cursor: pointer;
    font-family: "ForumRegular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 3px;
}

.basket-auth__button:hover {
	opacity: 0.6;
}

.basket-checkout-block-range {
	position: relative;
}

.basket-checkout-block-range input[type=range] {
    -webkit-appearance: none;
    height: 35px;
    padding: 0;
    width: 100%;
    margin-top: 11px;
}

.basket-checkout-block-range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: content-box;
    border: none;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: url("/local/templates/addagems/img/polzunok.svg");
    background-size: cover;
    cursor: pointer;
    margin-top: -6px;
    opacity: 1;
    position: relative;
}

.basket-checkout-block-range input[type=range]::-moz-range-thumb {
    border: none;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: url("/local/templates/addagems/img/polzunok.svg");
    background-size: cover;
    cursor: pointer;
    margin-top: -6px;
    opacity: 1;

}

.basket-checkout-block-range input[type=range]::-ms-thumb {
    display: inline-block;
    border: none;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: url("/local/templates/addagems/img/polzunok.svg");
    background-size: cover;
    cursor: pointer;
    margin-top: 5px; /* note: different margin-top for IE */
}

.basket-checkout-block-range input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    border: none;
    color: transparent;
    background-color: rgba(0,0,0,0.06);
    background-position-y: 3px;
    border-radius: 0px;
}

.basket-checkout-block-range input[type=range]::-moz-range-track {
    height: 3px;
    border: none;
    background-color: rgba(0,0,0,0.06);
    background-position-y: 3px;
    border-radius: 0px;
}

.basket-checkout-block-range input[type=range]::-ms-track {
    border: none;
    color: transparent;
    height: 3px;
    background-color: rgba(0,0,0,0.06);
    background-position-y: 3px;
    border-radius: 0px;
}


.basket-checkout-block-range input[type=range]::-ms-fill-lower {
    background:  #A08181;
}

.basket-checkout-block-range input[type=range]::-moz-range-progress {
    background:  #A08181;
}

.basket-checkout-block-range input[type=range]::-ms-tooltip {
    display: none;
}

.basket-checkout-block-range output {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 20px;
    font-family: "ProximaNova";
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #A08181;
    text-align: center;
}

.basket-checkout-block-range output::after {
    content: " руб.";
}

.basket-checkout-block-range span {
    width: 100%;
    display: block;
    position: relative;
	font-family: "ProximaNova";
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #B3B3B3;
}

.basket-checkout-block-range span:before {
    content: attr(data-min);
    position: relative;
    top: -13px;
}

.basket-checkout-block-range span:after {
    position: absolute;
    right: 0px;
    top: -13px;
    content: attr(data-max);
}

.basket-item-block-amount.xs {
	display: none;
}

.basket-bonus__input {
	display: none;
}

.basket-bonus {
	display: flex;
    margin-top: 20px;
    width: 100%;
}

.basket-bonus__check {
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(images/no_check.svg);
	background-repeat: no-repeat;
}

.basket-bonus__text {
	margin-left: 10px;
	font-size: 12px;
	cursor: pointer;
}

#basket-bonus:checked ~ .basket-bonus__check {
    background: url(images/check.svg);
    background-repeat: no-repeat;
}

#basket-bonus-2:checked ~ .basket-bonus__check {
    background: url(images/check.svg);
    background-repeat: no-repeat;
}

.basket-bonus__container {
	display: none;
	margin-top: 10px;
}

.basket-bonus--2 {
	margin-top: 10px;
}

.basket-bonus__description {
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
	color: #B3B3B3;
}

/* Планшетные стили : Начало */

@media all and (max-width: 1199px) {

	.basket__content {
	    display: block;
	}

	.basket__left, .basket__right {
	    width: 100%;
	}

	.basket__total {
		margin-top: 50px;
	    background: #F7F7F7;
		border: none;
		padding: 20px 30px 30px 30px;
	}

	.basket-checkout-block-total-count {
	    color: #000000;
	}

	.form-control {
	    height: 44px;
	}

	.basket-coupon-block-coupon-btn {
	    width: 32px;
	    height: 32px;
	}

	.basket-btn-checkout {
	    margin-top: 20px;
	}

	.bonus-rub {
	    margin-top: 20px;
	    background: #F7F7F7;
		border: none;
	}

	.basket-auth {
		margin-top: 30px;
	}

	.basket-checkout-block-range input[type=range] {
	    background: #F7F7F7;
	}

	.basket-checkout-block-range {
	    width: 295px;
	}

	.basket-checkout-block-range input[type=range]::-webkit-slider-thumb {
	    height: 21px;
	    width: 21px;
	    margin-top: -10px;
	}

	.basket-checkout-block-range input[type=range]::-moz-range-thumb {
		height: 21px;
	    width: 21px;
	    margin-top: -10px;
	}

	.basket-checkout-block-range input[type=range]::-ms-thumb {
		height: 21px;
	    width: 21px;
	    margin-top: 8px; /* note: different margin-top for IE */
	}

	.basket-checkout-block-range output {
	    top: 42px;
	}

	.basket-checkout-block-range span:before,
	.basket-checkout-block-range span:after {
	    top: -9px;
	}

	.basket-settings {
	    display: flex;
	}

	.basket-settings__left, .basket-settings__right {
		width: 50%;
	}

	.basket-settings__right {
		margin-top: 10px;
	}

	.basket-bonus__container {
	    margin-top: 15px;
	}

	.basket-bonus__description {
	    color: #000000;
	}
}

/* Планшетные стили : Конец */

/* Мобильные стили : Начало */

/*@media all and (max-width: 768px) {*/
@media only screen and (max-width: 767px) and (min-width: 0) and (orientation: portrait) {
	/* .container {
	    width: 100%;
	    padding: 0 20px;
	}

	.wrapper {
	    min-width: 100%;
	} */

	.basket {
	    margin-top: 20px;
		margin-right: 20px;
		overflow: hidden;
	}

	.basket h1 {
	    font-size: 24px;
	    line-height: 26px;
	}

	.basket__content {
	    margin-top: 20px;
	}

	.basket-auth {
	    display: block;
		height: auto;
		padding: 15px;
		display: none;
	}

	.basket-checkout-block-range {
	    width: 100%;
	}

	.basket__total {
	    margin-top: 43px;
	    padding: 20px;
	}

	.basket-checkout-block-total-title {
	    font-family: "ForumRegular";
	    font-size: 18px;
	    line-height: 24px;
	}

	.basket-checkout-block-total-count {
	    color: #B3B3B3;
	}

	.basket-checkout-block-total-inner {
	    padding-bottom: 19px;
	}

	.form-control {
	    height: 40px;
	}

	.basket-coupon-block-coupon-btn {
	    width: 28px;
	    height: 28px;
	}

	.basket-btn-checkout {
	    margin-top: 10px;
	}

	.bonus-rub {
	    margin-top: 10px;
	}

	.basket-auth {
	    margin-top: 20px;
	}

	.basket-auth__button {
	    margin-top: 10px;
	}

	.basket-items-list-table {
	    margin-top: 15px;
	}

	.basket-items-list-item-sku, .basket-items-list-item-amount, .basket-items-list-item-price{
		display: none;
	}

	.basket-item-block-image {
	    width: 80px;
	    height: 108px;
	    margin-right: 10px;
	}

	.basket-items-list-item-container td {
	    padding: 15px 0;
	}

	.basket-item-block-price {
		display: flex;
	    width: 100%;
		margin-bottom: 5px;
	}

	.basket-item-price-current-text, .basket-item-price-old-text {
		font-family: "ProximaNova";
		font-weight: bold;
		font-size: 12px;
		line-height: 15px;
		color: #000000;
	}

	.basket-item-price-old-text {
		color: #A08181;
		font-weight: 600;
		margin-left: 8px;
	}

	.basket h2 {
	    font-size: 14px;
	    line-height: 15px;
	    margin-bottom: 9px;
	}

	.basket-item-block-store {
	    position: relative;
	    white-space: normal;
	    bottom: 0;
	    right: 0;
	}

	.basket-item-block-info {
	    width: calc(100% - 90px);
	}

	.basket-item-block-amount.xs {
	    display: flex;
		margin-top: 15px;
	}

	.basket-item-block-actions {
	    position: relative;
		margin-top: 15px;
	}

	.basket-item-block-properties {
		position: relative;
		margin-top: 15px;
	}

	.basket-item-property-value {
	    top: 29px;
	}

	.basket-item-price-old-text::after {
	    transform: rotate(3deg);
	}

	.basket-settings {
		display: block;
	}

	.basket-settings__left, .basket-settings__right {
		width: 100%;
	}

	.basket-settings__right {
		margin-top: 15px;
	}

	.basket-bonus__container {
		margin-top: 10px;
	}

}

/* Мобильные стили : Конец */
