

/* Start:/local/components/bagdaulet/calculator/templates/.default/style.css?17617280633219*/
.calc-container {
	margin-bottom: 30px;
}
.title {
    font-family: Roboto, sans-serif;
    padding-bottom: 24px;
    padding-top: 24px;
	font-weight: 600;
	font-size: 24px;
}
.text-red {
	color: #ff3a4d;
}
.link-button {
	color: #111;
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer!important;
}
.link-button:hover {
	text-decoration: none;
	color: #222;
}
.button {
	margin-top: 20px;
	background: #f72136;
    color: #fff;
    text-decoration: none;
    text-align: center;
	border: none;
    width: 200px;
    height: 50px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	cursor: pointer;
	padding: 5px 15px;
}
.button:disabled {
	background: #999;
    cursor: default;
}
.btn-toBasket {
    color: #f72136;
    width: 39%;
    border: #f72136 1px solid;
    background: transparent;
}
.btn-toBasket:hover {
	color: #fff;
	background: #f72136;
}
.item {
    font-size: 16px;
    margin-bottom: 10px;
}
#main form input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.section-name {
	font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
.subsection-title {
	font-weight: bold;
    font-size: 18px;
    background-color: #f0f0f0;
    padding: 8px;
}
.total {
	font-size: 24px;
    margin: 20px 0;
}
.delivery-prices {
	margin-bottom: 20px;
}
.d-flex {
	display: flex;
	grid-gap: 10px;
}
.product-item {
	border-bottom: 1px dotted #999;
    padding: 12px 0;
}
.product-item img{
	max-width: 120px;
	height: 100%;
}
.product-item .item-name {
    color: #ff3a4d;
	font-size: 18px;
	margin-bottom: 10px;
}

.product_qty {
    display: flex;
    align-items: center;
    width: 100px;
    text-align: center;
    margin-top: 10px;
}
.product_qty .minus, .product_qty .plus {
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    border: 0px;
    cursor: pointer;
    scale: 1.2;
}
 .product_qty .minus,  .product_qty .plus {
    background: url(/bitrix/templates/dresscodeV2/images/plusMinus+.png) 0 0 no-repeat;
}
 .product_qty .plus {
    background-position: 0 -30px;
}
.product_qty input {
    width: 32px;
    text-align: center;
    float: left;
    border: 1px solid #f1f1f1;
    font: normal normal 14px "bender", arial, sans-serif;
    height: 30px;
    margin-bottom: 2px;
    font-weight: 600;
}
.item-info .price {
	margin-top: 10px;
}
.item-info .price span {
	font-size: 16px;
	font-weight: 600;
}
.item-info .availability {
	margin-top: 10px;
}
.item-info .availability span{
	color: #73b24e;
}

.product_total {
	margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
.calc-form {
	display: flex;
    flex-direction: column;
    grid-gap: 10px;
	max-width: 600px;
}
.calc-input-wrap {
	display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.calc-input-wrap label {
	font-size: 14px;
    font-weight: 600;
}
input.calc-input-text {
	padding: 10px;
    border: 1px solid #ddd;
    max-width: 100%;
    width: auto;
}

@media(max-width: 768px){
	.title, .total {
		font-size: 18px;
	}
	..product-item .item-name {
		font-size: 15px;
	}
	.button, .item, .section-name {
		font-size: 13px;
	}
	button.button {
		padding: 0 15px;
	}
	a.button {
		padding: 10px 15px;
	}
}
/* End */
/* /local/components/bagdaulet/calculator/templates/.default/style.css?17617280633219 */
