

/* Start:/local/components/main/basket/templates/.default/style.css?17225075393130*/
#breadcrumb0{
	background:#fff;
} 
.wrapper_fw {
    position: relative;
}
 
.wrapper_fw a {
	position: relative;
    max-width: 120px;
    min-width: 70px;
    height: 120px;
    line-height: 220px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}
 
.wrapper_fw img {
	 max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

.basket{ 
	padding:10px;
	border-radius:5px;
	position: relative;
}

.basket_a{
	display:block;
	color:rgba(58, 58, 58, 1);
	font-weight:600;
	font-size:16px;
	text-decoration:none; 
	text-transform: uppercase
}

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


.delete_product i{
	color: #d4dce5;
    font-size: 26px;
}

.basket_total{
	font-size: 19px;
    color: #2f4a79;
    font-weight: 600;
}

.fcalc {
    color: #999 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    width: 28px;
    display: inline-block;
    text-align: center;
}


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

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


.count {
    height: 40px;
    width: 60px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 0px;
    border-bottom: 0px;
    text-align: center;
    margin-left: -5px;
    padding: 4px;
    margin-right: -5px;
    color: #666666;
}



.catalog-props__item {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
}

.catalog-props__item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    height: 3px;
    width: 100%;
    background: url(/local/templates/main/images/dott.png) 0 0 repeat-x;
}


.catalog-props__item .name {
    position: relative;
    z-index: 2;
    color: #2f4a79;
    background:rgba(246, 247, 248, 1);
    padding-right: 5px;
    white-space: nowrap;
}

.catalog-props__item .val {
    position: relative;
    z-index: 2;
    color: #333;
    background:rgba(246, 247, 248, 1);
    padding-left: 5px; 
    text-align: right;
}

.catalog-props__item + .catalog-props__item {
    margin-top: 10px;
}

 

.btn-oformit{
	display: block;
    padding: 13px 0;
    background: #f8473a;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
	transition: all .3s linear;
}


.btn-oformit:hover{
	background: #f60;
	color:#fff;
}


.btn-clean{
	display: block;
    padding: 13px 0;
    background: #fff;
    text-align: center;
    color: #103F6E;
    text-decoration: none;
    border-radius: 5px;
	border:1px solid #103F6E;
    font-size: 15px;
	transition: all .3s linear;
}


.btn-clean:hover{
	background:red;
	color:#fff;
	border:1px solid red;
}

/* End */
/* /local/components/main/basket/templates/.default/style.css?17225075393130 */
