script {
    display: none;
    font-size: 0;
}

.itemsBlock .item .img-item a:before {
    display: none;
}

.hide-btn, .itemsBlock .item a.hide-btn, .detailPageCapt .buyBlock a.hide-btn {
    display: none;
}

.slider_normal-price {
    font-size: 14px;
    display: flex;
    justify-content: center;
    padding: 4px 0;
}

.old_price {
    text-decoration: line-through;
    color: #0b0e0e;
    font-weight: normal;
}

.staps {
    min-height: 21px;
}

.detailMenu-4 {
    /*min-height: 66px;*/
}

.buy-item {
    min-height: 29px;
}

.grey-btn {
    margin: 0;
    min-width: 80px;
    background: #f15972;
    border: 0;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

.quantity-input {
    font-size: 14px;
    padding: 0 3px 1px;
    box-sizing: border-box;
    height: 88%;
    width: 27px;
    float: left;
    background: #fff;
    color: #000;
    display: inline-block;
    zoom: 1;
    margin-top: 2%;
    margin-bottom: 2%;
    line-height: 30px;
    text-align: center;
    border: 0;
    min-width: inherit;
    font-family: 'SEGOEUIL';
}

input[type="text"].quantity-input:hover, input[type="text"].quantity-input:focus {
    border: 0;
}

.item-count {
    width: 78px;
}

.captcha img {
    /*width: 100%;*/
    height: 100%;
    margin: 0;
    padding: 0;
}

.popupMain .vacancyFom input[type="email"] {
    width: 90%;
    box-sizing: border-box;
}

.fast-order-submit-btn, input[type="submit"].fast-order-submit-btn {
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    min-width: 130px;
    font-weight: normal;
    font-family: 'SEGOEUIL';
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: inherit;
}

.fancybox-inner .errortext {
    text-align: center;
    display: inherit;
}

.question-thx-massage {
    display: none;
}
.comment-thx-massage {
    display: none;
}

.catalog-filter-btn {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    float: left;
    font-family: 'SEGOEUIL';
    border: 1px solid #f15972;
    background: none !important;
    padding: 5px 25px;
    margin: 10px 25px -30px 0;
    cursor: pointer;
}

.catalog-filter-btn:hover {
    text-decoration: underline;
}

/*.top2-headeInne .captPageHeadBody .captPageHeadItem .cenaP, .top-headeTop-fixed .captPageHeadBody .captPageHeadItem .cenaP {
    min-width: 70px;
}*/

.order-delivery-description {
    max-width: 145px;
}

.order-delivery-col {
    width: 50%;
    float: left;
}

.order-delivery-col .iradio {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 27px;
}
body .ofopmPage .order-delivery-col label {
    width: 340px;
    display: block;
    margin-bottom: 12px;
}

.dostabkaBlock {
    width: 640px;
}

.itemsBlock .item .title-item a.section-item-link_row {
    width: 100%;
    padding: 0;
}

.section-menu__cnt {
    color: #aeaeae;
    font-size: 11px;
    padding-left: 5px;
}

.section-menu__opened {
    overflow: hidden;
    display: block;
}

.icheckbox_polaris,
.iradio_polaris {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 29px;
    height: 29px;
    border: none;
    cursor: pointer;
}

.pegBlock .podskazka {
    left: 352px;
}

.order-submit-btn {
    margin-top: 20px;
    background: #f15972;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 2px 15px;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    min-width: 150px;
    cursor: pointer;
}

.order-submit-btn_mobile {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}




.mobile-personal-menu {
    display: inline-block;
    float: right
}

.mobile-personal-menu__link {
    display: inline-block;
    vertical-align: text-bottom;
    height: 22px;
    margin: 0 10px 0 0;
    padding: 0;
    color: #fff;
    text-decoration: none;
}

.mobile-personal-menu__link_logout {
    background: url('../img/exitM.png') no-repeat;
    width: 22px;
    font-size: 0;
}

.othep-block2 {
    display: none;
}

.blockBand_mobile {
    width: 100%;
    float: none;
}

.full_v {
    text-align: center;
    color: #1e1e1e;
    padding-bottom: 35px;
    display: block;
    font-size: 13px;
}

.cancel-answer {
    font-style: normal;
    margin-left: 10px;
    cursor: pointer;
    color: #f79ca9;
}



.filter_preloader{
    width:100%;
    height:100%;

    display: block;
    display: none;
    position: absolute;
    left:0px;
    top:0px;
    z-index: 199;

}

.preloader_back{
    width:100%;
    height: 100%;
    position: absolute;
    left:0px;
    top:0px;
    background-color: #f79ca9;
    opacity: 0.3;
}


.filter_preloader .preloader_img{
    animation: 6s linear 0s normal none infinite running rot;
    -webkit-animation: 6s linear 0s normal none infinite running rot;
    width: 100px;
    height: 100px;
    background: url("../img/pre_loader.png") no-repeat;
    background-size: cover;

    position: absolute;
    left:50%;
    top:50%;
    margin-top:-50px;
    margin-left:-50px;

}
@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Popup basket */
#popupCart {
    position: fixed;
    z-index: 9999;
    background-color: white;
    width: 640px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
    right: 24%;
    top: 51px;
    padding: 10px;
}
body #popupCart .captPageFootBody {
    background: #fff;
}
#popupCart .captPageHeadBody .captPageHeadItem > div.cartItem {
    max-width: 245px;
}
#popupCart .close_basket {
/*    float: left;*/
/*    font-weight: normal !important;*/
    font-size: 13px;
    text-transform: none;
    text-decoration: underline;
    margin-right: 85px;
    color: #f15972;
    cursor: pointer;
}
#popupCart .captPageFootBody  .rightBuy {
    float: left;
}
#popupCart .buyBlock {
    margin-top: 0px;
    float: right;
}
#popupCart .captPageFootBody  .rightBuy {
    width: auto;
}
#popupCart .captPageHeadBody {
    background: #f5f5f5;
    display: block;
}
#popupCart .quantity-input {
    margin-top: 2px;
    margin-bottom: 1px;
}
.free-delivery__progress {
    height: 8px;
    border-radius: 5px;
    background: #eaeaea;
    border-radius: 5px;
}
.free-delivery__label {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 6px 0;
    margin-bottom: 10px;
}
.free-delivery {
    margin: 20px 0 20px 0;
    position: relative;
}
.free-delivery__description {
    color: #b1abab;
}
.free-delivery__progress  span{
    width: 30%;
    background: #f15972;;
    display: block;
    height: 100%;
    border-radius: 5px;
}
.free-delivery__sum {
    position: absolute;
    top:0px;
    right: 0px;
    font-weight: 600;
    font-size: 16px;
}
.btn-disable-sale, body .btn-disable-sale{
    background: whitesmoke;
    color: black;
    border-color: whitesmoke;
    cursor: default;
}

.category_height {
    height: auto;
}
.category_height-40 {
    height: 95px;
}

.pecommend .itemsBlock .item {
    /* margin-right: 8px; */
    margin-bottom: 40px;
}

.itemsBlock .item-desc {
    height: 150px !important;
    visibility: visible;
    width: 100%;
}

.itemsBlock .item {
	height: 430px !important;
    /* border: 1px solid #ccc; */
    /* -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35); */
    /* -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35); */
    /* box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35); */
}

.itemsBlock .buy-item {
    position: relative;
	right: 25px;
    width: 105px;
}

.itemsBlock .item-price {
    top: -26px;
	position: relative;
    left: 20px;
}

.item-CenaRetail {
    text-align: center;
}

.brands-img-header {
	width: 140px;
}
.brands-img-header img{
    width: 140px;
}

.colvoS .linus i.plus {
    position: relative;
    top: -34px;
    left: 23px;
}
.captPage .colvoS .linus i.plus {
    position: unset;
}
.quantity-input {

}
#popupCart .colvoS .linus i.plus {
    position: unset;
}
#popupCart .colvoS .linus i {
    padding: 4px 6px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal_content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 10px;
    border: 1px solid #888;
    width: 25%; /* Could be more or less, depending on screen size */
}
.modal_header {
    height: 30px;
    width: 100%;
    background-color: #f15972;
    border-radius: 5px;
}
.modal_footer {
    display: flex;
    justify-content: center;
}
.modal_footer button{
    border: none;
    height: 32px;
    margin-top: 10px;
    cursor: pointer;
}
/* The Close Button */
.modal_header .info {
    float: left;
    color: #f15972;
    font-size: 16px;
    line-height: 17px;
    margin-left: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 17px;
    text-align: center;
    background-color: #fff;
    margin-top: 5px;
}
.modal_header .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 24px;
    margin-right: 5px;
    margin-top: 2px;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item.ui-state-focus{
    background: #f698a3;
    color: #fff;
    border: none;
}
.ui-autocomplete.ui-menu {
    background: #fff;
    border: 1px solid #CCC;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}
.buy-item .no_stock {
    font-size: 14px;
    display: block;
    padding: 4px 0;
}
.bpandsList .category_select a {
    color: #f15972;
}
.contacts-block-bottom > span {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    display: block;
}
.blockBand_title {
    font-size: 30px;
    margin-bottom: 8px;
    margin-top: 25px;
    font-weight: bold;
}
.magazinItem__title {
    background-image: url(/local/templates/.default/bundle/css/../img/mapI.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #e9506c;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 8px 23px 8px 68px;
    text-transform: none;
    font-weight: normal;
    line-height: 21px;
    display: block;
}
.magBlock2Zal span {
    background: none;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
    font: 16px "proxima_nova_condensedbold";
    font-weight: 600;
    text-align: left;
    padding: 8px 23px 12px 0;
    display: block;
}
.btn-ext-search {
    background-color: #f15972 !important;
    padding: 5px 27px 5px 10px;
}
.btn-ext-search svg{
    height: 25px;
    width: 25px;
    fill: #fff;
    position: relative;
    top:5px;
}
.btn-ext-search span{
    text-transform: none !important;
    margin-left: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px;
}
.btn.fast-order-submit-btn:disabled {
    background-color: whitesmoke;
    border-color: whitesmoke;
    color: black;
    cursor: default;
}
.town-example {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}
span.h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}
.ofopmPage .email-error{
    position: relative;
    font-size: 12px;
    color: #f41a28;
    /* background: #f41a28; */
    width: 270px;
    padding: 5px 10px 8px 10px;
    left: 143px;
    /* top: 0;
     */
}
#quantity_modal .modal_body {
    padding: 10px;
}
.modal_footer button {
    padding: 5px;
}
.top-headeTop-fixed .logo_brands {
    width: 1010px;
    margin: 0 auto;
    position: relative;
}
.top-headeTop-fixed .logo_brands a img {
    border: 0px;
}
.top-headeTop-fixed .logo_brands img {
    position: absolute;
    right: 0px;
    padding: 0 15px 15px 15px;
    background-color: #ffffff;
    border-top: 1px solid #f1f1f1 !important;
    box-shadow:  0px -71px 0px 9px white, 0 0 9px rgba(0,0,0,.6);
    /*box-shadow: 0 2px 4px 1px rgba(215, 215, 215, 0.7)*/;
    /*box-shadow: -4px 0px 9px -2px rgba(0,0,0,.6);*/
}
.discount15:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10%;
    background: url("../img/sale-15.png") no-repeat;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
}
/*#coupons_block {*/
/*    display: none;*/
/*}*/