.article{
    display: block;
    color: #2b2d2f;
    font: 1.2 rem;
}


.splash{
    background-color: #f3efe6;
}
ul.atrs{
    background-color: #f3efe6;
    padding: 2rem;
}
ul.atrs li {
    width: 80px;
    display: inline-block;
    padding: 0.5rem;
    margin: 0px;
    border-bottom: 1px solid gainsboro;

    border-left: 0px;

}

div.product__main{

}

div.product__h1{

}

div.product__top{

}

div.product__images{

}


div.product__pricebox{
    /*

    border-width: 1px;
    border-style: solid;
    border-color: #e7e0d1;
    background-color: #fffbf4;*/
    width: 100%;
    padding: 1.2rem;
    background: #f3efe6;
}

dl.dlist-inline dt{
    float: left;
}
div.card-product{
    margin-top: 0.8rem;
}

div.full__dialog{
    max-width: 100%;
    margin: 0px;
    height: 100%;
}

.sd-city-input{
    margin-bottom: 2rem;

}

#bodyf{
    padding: 2rem;
}
/* ----------------------------------*/
.price {
    /*margin: 10px 0px 0px 10px;*/
    font-size: 35px;
    color: #d64848;
    font-weight: bold;
    display: inline;
    /*
    background-color: #f05f19;
    color: white;

     */
}
.old_price {
    font-size: 1rem;
    font-style: normal !important;
    color: #717171!important;
    text-decoration: line-through;
    /*display:block;*/
}
div.h4{
    font-size: 1.3rem;
    font-weight: 700;
    padding-top: 0.8rem;
}
.prod-grid-stars{
    margin: 1rem;
}
.prod-grid-stars span {
    display: inline-block;
    margin-right: 4.6px;

    width: 13px;
    height: 13px;
    background-image: url(/assets/build/img/ext/star.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.headcart, .headclock, .headmap, .headphone{
    margin: 0.5em;
    height: 30px;
    padding-left: 35px;
    float: left;
}

.headcart{
    background: url(/assets/build/img/ext/buy.svg) no-repeat;
    background-size: 30px;
    background-position: 0 0;
}
.headclock{

    background: url(/assets/build/img/ext/clock.svg) no-repeat;
    background-size: 30px;
    background-position: 0 0;
}
.headmap{
    background: url(/assets/build/img/ext/geo.svg) no-repeat;
    background-size: 30px;
    background-position: 0 0;
    white-space: nowrap;
}
.headphone{
    background: url(/assets/build/img/ext/phone.svg) no-repeat;
    background-size: 30px;
    background-position: 0 0;
    white-space: nowrap;
}

.head_city a, .head__phone a{
    font-size: 1.4rem;
    font-weight: bold;
}

.head_city a{
    text-color: #d64848;
    text-decoration: underline dotted;
}

.head__phone a {
    color: #333;
}

a div.catalog {
    font-size: 0.9rem;
    color: grey;
    padding-bottom: 1px;
}
a span.catalog {
    font-size: 0.9rem;
    color: grey;
    padding-bottom: 1px;
    display: block;
}

.free__cost{
    display: none;
}

.cost{
    font-weight: bold ;
    white-space: nowrap;
}
.header.th{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    margin: 10px 0px 0px 10px;
    color: #212529;
    font-weight: bold;
}
.cart #msCart .alert-warning{
    display: none;
}
#msCart .price{
    font-size: 1rem;
    display: inline-grid;
    padding-right: 3rem;
}

div.burger-menu{
    background: url(/assets/build/img/ext/burger.svg) no-repeat;
    background-size: 30px;
    background-position: 0 0;
    width: 30px;
    height: 30px;
}

.mainmenu div span {
    display: block;
    text-align: center;
}
.question{
    background-image:url(/assets/build/img/icons/q.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    min-width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    float: right;
}