.wrap.wrap-first {
    max-width: 1250px;
}
@media (max-width: 767px) {
    #accordionCard {
        display: none !important;
    }
}
.icon-like {
    position: relative;
}
.icon-like > span {
    top: 8px;
    left: 8px;
}
.link-like {
    background-image: url(images/heart_grey.png);
    background-size: contain;
}
.link-like[action="remove"],
.link-like:hover {
    background-image: url(images/heart_pink.png);
}
.modal-backdrop {
    display: none !important;
}
.modal-open {
    overflow: auto !important;
}
h1 {
    font-size: 32px;
}
h1.product-title:first-letter {
    text-transform: uppercase;
}
/*.slider_adapt {height: 0; overflow: hidden;}*/
.product-item-list-col-3 {
    opacity: 1 !important;
}
.yes-opacity {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}
#counter2 {
    width: 550px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 859px) {
    .product-image-list > li + li {
        margin-left: 0;
        padding-left: 10px;
    }
}
.input-group .form-control {
    height: 34px;
}
/*#asd_social_likes div {display: inline-block; height: 15px;}*/
#vk_like {
    width: auto !important;
}
#vk_like iframe {
    width: 85px !important;
}

.menu-header > li {
    margin-left: 20px;
}
.menu-header > li a {
    display: block;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}
.menu-header > li a:hover,
.menu-header > li a:focus {
    color: #355cdb;
}
.menu-header > li a .icons {
    display: block;
    height: 32px;
    margin: 0 auto;
}
.menu-header > li a .menu-txt {
    margin-top: 5px;
}
.menu-footer li > a {
    letter-spacing: 1.2px;
    line-height: 1.8;
}

.slider-control {
    bottom: 20px;
    position: absolute;
}
.slider-control.arrow-prev {
    left: 30px;
}
.slider-control.arrow-next {
    right: 30px;
}

.BackToTop {
    z-index: 99999 !important;
}
.logo {
    left: 30px;
}
.logo span {
    font-size: 18px;
}
div.title-search-result {
    width: 100% !important;
    background: #fff !important;
    left: 0% !important;
    margin-left: 0% !important;
    top: 202px !important;
    z-index: 9999 !important;
}
div.title-search-result.search-fixed-top {
    position: fixed !important;
    top: 125px !important;
}
@media (min-width: 859px) {
    div.title-search-result .form-result {
        width: 50% !important;
        position: relative;
        left: 50% !important;
        margin-left: -25% !important;
    }
}
div.title-search-result h4 {
    text-transform: uppercase;
    font-family: "HeliosCondThin", sans-serif;
    font-size: 16px;
}
div.title-search-result li a {
    line-height: 200%;
    font-size: 17px;
}
div.title-search-result .product-element span {
    letter-spacing: 1.2px;
}
#search-block {
    display: none;
}
#search-block .navbar-form {
    padding: 0;
}

.chars-fixed-top {
    background: #fff;
    position: fixed !important;
    top: 160px !important;
    right: 18px !important;
    z-index: 9999 !important;
}

@media (max-width: 860px) {
    div.title-search-result {
        width: 90% !important;
        margin-left: 5% !important;
        top: 136px !important;
    }
    #search-block .navbar-form {
        margin: 0 -16px !important;
    }
}

span.blue {
    cursor: pointer;
}

.link-up-bord:hover {
    border-bottom: 1px dashed #ffffff;
}

#popover-time .red {
    color: #db6570;
}
p.grad-opacity {
    -webkit-mask-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 1)),
        to(rgba(0, 0, 0, 0))
    );
}

.row.yet {
    margin-top: 20px;
}
.banner .btn {
    width: 200px;
}
/*a.new-block.new-block-main {min-height: 220px;}*/
@media (min-width: 1100px) {
    a.new-block.new-block-main:hover h2,
    a.new-block.new-block-main:hover div,
    .banner:hover div {
        display: block !important;
        z-index: 1 !important;
    }
}
@media (max-width: 850px) {
    .banner .btn {
        width: 150px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.icons.icon-map-gray {
    background-position: -158px -65px;
}

span.block {
    display: block;
}

@media (max-width: 860px) {
    .search-block .input-group {
        width: 75%;
    }
    .link-up-bord {
        display: none;
    }
}

.list-yet > li + li {
    margin-top: 5px;
}

h4.toggle {
    margin-bottom: 15px;
}
h4.toggle:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 7px;
    background: url(img/ico_arrow_down_grey.png) no-repeat right center;
}
h4.toggle.active:after {
    background: url(img/ico_arrow_down_blue.png) no-repeat right center;
}

.dropdown-menu.noclose a.city:before {
    display: none !important;
}

p.pay a {
    font-size: 140%;
    color: #f07ab6;
}

.product-delivery-info a.city:before {
    display: none;
}

#ajaxloc p {
    margin-bottom: 3px;
}

a.inlineblock {
    display: inline-block !important;
    padding-right: 10px !important;
}
a.decoration {
    text-decoration: underline;
}
.fancyright {
    top: auto !important;
    bottom: 20px !important;
    left: auto !important;
    right: 20px !important;
    position: fixed !important;
    visibility: visible !important;
}
.fancyright .fancybox-inner {
    height: auto !important;
}

.list-content a:hover {
    text-decoration: none !important;
}

.green-sweb {
    color: #4ba300;
}
.wholereg {
    text-decoration: underline;
}
.table-striped th,
.table-striped td {
    padding: 8px 2px !important;
    vertical-align: middle !important;
}
.table-striped th.text-center,
.table-striped td {
    white-space: nowrap;
}

.section-advantage {
    margin-top: 50px;
}

input[name="DELIVERY_ID"] {
    position: relative;
    top: 25px;
}
@media (max-width: 860px) {
    input[name="DELIVERY_ID"] {
        position: relative;
        top: -5px;
    }
}

.list-group-item:hover {
    background-color: #f7f7f7 !important;
    border-color: #355cdb !important;
}

@media (max-width: 767px) {
    .deadline.big {
        display: none;
    }
    .gocollection {
        margin-bottom: 15px;
    }
}

@media (min-width: 767px) {
    .gocollection {
        float: right;
    }
}

@media (max-width: 767px) {
    li.shop-icon {
        width: 60px !important;
        height: auto !important;
    }
}

.form-group .efpb__btn {
    align-self: flex-start;
}

.menu-gallery__more-tags {
    margin: auto 0;
}

.fancybox-mobile {
    z-index: 100000 !important;
}

.rr-widget[data-s="62cd3a5aae0b09beb11dd0e2"],
.rr-widget[data-s="62cd3a76ae0b09beb11dd0e4"] {max-width: 100% !important;}

/* glc_form */
.glc_form {
    display: block;
    padding: 20px 0;
}
.glc_form > * {
    display: block;
}
.glc_form input {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px;
    outline: none;
    border: 1px solid #c1c5c8;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.5);
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    max-width: 600px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.glc_form input.is-valid {
    border-color: green !important;
}
.glc_form input.is-invalid {
    border-color: red !important;
}
.glc_form span.mf-req {
    color: red;
}
#glcFormBtn {
    background-color: #ef6ea8;
    border-color: #ef6ea8;
    color: #fff !important;
    padding: 10px 15px;
    text-align: center;
}
#glcFormBtn._hide, #glcFormInp._hide {
    display: none !important;
}
/**/