.catalog .products-filtered {
    margin-bottom: 50px;
}

.catalog .loadMore {
    margin: 40px 0 0;
}

.checkout .registration .form-control.error {
    border: 1px solid #FF0000;
}

.product-list.product-list-horizontal-slider .product-order .product-type {
    position: relative;
    height: 85px;
}

.nav-tabs {
    position: relative;
    z-index: 10;
}

.catalog .product-list > li.endless_container {
    clear: both;
    text-align: center;
    margin: 0 auto;
    float: none;
    height: 140px;
    display: block;
}

.radio + label {
    padding-right: 15px;
}

.error {
    border: 1px solid #ff0000;
}

.product-photo a .second {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product-list.product-list-horizontal-slider .product-order .product-type {
    margin-bottom: 34px;
}

#setCity .modal-body, #setCity .modal-content {
}

.short-from-blog .mainpost .blog-image {
    max-width: 100%;
    width: auto;
}

.product-list.product-list-horizontal-slider.small .product-title {
    min-height: 50px;
}

.textpage h3 {
    font-weight: bold;
    font-size: 14pt;
}

.textpage {
    margin-bottom: 70px;
}

.textpage img {
    margin-right: 25px !important;
}

.textpage p {
    font-weight: normal;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #1f1f1f;
}

.textpage h3 + p {
    clear: both;
}

.textpage .owl-carousel p {
    text-align: center;
    margin: 0;
}

.textpage h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}

#header .contactType {
    white-space: nowrap;
}

.top-banner-placeholder img {
    height: auto;
    max-width: 100%;
}

#basket {
    z-index: 90000000 !important;
}

.great {
    display: block;
    color: #DE2476;
    margin: 100px auto;
    width: 500px;
    text-align: center;
}

.great h2 {
    font-size: 250px;
}

.cart .product-wrapper > .cart.next-new {
    right: 0;
}

.catalog .products > .title .h1 {
    font-weight: 700;
    margin-top: 0;
}

.cart .product-wrapper > .cart.prev-new {
    left: 0;
}

#main-photo {
    position: relative !important;
}

.zoomContainer {
    z-index: 10 !important;
}

.zoomWindowContainer > div {
    border: 1px solid rgb(136, 136, 136) !important;
}

.animated.alert{
    z-index: 100000!important;
}

@media (max-width: 768px) {
    .cart .product-wrapper > .cart.prev-new, .cart .product-wrapper > .cart.next-new {
        display: none;
    }

    .cart .product-wrapper .gallery .product-photo {
        width: 100%;
    }

    .cart .product-photo > img {
        width: 100%;
        margin: 0 !important;
    }

    .cart .additional-products {
        margin-top: 20px;
    }

    #setCity > .modal-dialog .modal-body .cities > li {
        width: 50%;
    }
}

@media (max-width: 580px) {
    #setCity > .modal-dialog .modal-body .cities > li {
        width: 100%;
    }

    #setCity > .modal-dialog {
        width: 80%;
    }

    #setCity > .modal-dialog .modal-body {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 768px) {
    .catalog > .row .title .h1, .cart .product-title .h1 {
        font-weight: 700;
        font-size: 20pt;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .product-list.product-list-horizontal-slider > li:nth-child(4n) > .product {
        padding-right: 10px !important;
    }
}

#promo_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 98;
}

#promo_popup {
    width: 700px;
    padding: 50px 115px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -350px;
    z-index: 999;
    text-align: center;
}

#promo_popup > p {
    font-size: 36px;
}

#promo_popup > img {
    max-width: 100%;
}

#promo_popup > span {
    font-size: 17px;
    font-weight: bold;
    color: #b563a8;
    display: block;
}

#promo_popup input[type="text"] {
    display: inline-block;
    height: 31px;
    width: 223px;
    border: 1px #c2c2c2 solid;
    padding-left: 10px;
    outline: none;
    margin: 10px 5px;
}

#promo_popup input[type="submit"] {
    display: block;
    height: 38px;
    color: #fff;
    width: 170px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    margin: 30px auto 0 auto;
    background: #b563a8;
    cursor: pointer;
}

#promo_popup span.close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 13px;
    height: 14px;
    background: url('/media/static/img/close.png') no-repeat;
    cursor: pointer;
    opacity: 1;
}

#promo_popup .old_price {
    color: #000 !important;
    font-size: 32px !important;
    font-weight: normal !important;
    margin-bottom: 15px !important;
    position: relative !important;
}

#promo_popup .old_price:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 3px;
    background: #b563a8;
    left: 50%;
    top: 20px;
    margin-left: -70px;
    transform: rotate(-7deg);
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
    min-width: 240px;
    font-size: 12px;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    overflow: hidden;
    margin: 5px 10px;
    cursor: pointer
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #b563a8;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.filterform > fieldset > legend {
    background: none;
    color: #b563a8;
    cursor: default;
}

.product-list.product-list-horizontal-slider .product-title a {
    font-weight: normal
}

.endless_page_template .product-order .product-price {
    font-size: 19px;
    float: right;
    line-height: 20px;
}

.endless_page_template .product-desc {
    float: left;
    font-size: 15px;
    line-height: 27px;
}
.endless_page_template .product-desc:not(.small) {
    width: 90px;
}


.catalog .product-list > li:nth-of-type(5n) .zoom-product{right: -60px}
@media screen and (min-width: 769px)  {
.catalog .product-list > li {
    width: 22%;
    margin-right: 3%;
    position: relative
}}

@media screen and (max-width: 1920px) and (min-width: 769px)  {
    .catalog .product-list > li:not(.endless_container):nth-of-type(5n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 1650px) {
     .product-list.product-list-horizontal-slider .product-order .product-price{
         font-size: 17pt;
     }
}

@media screen and (max-width: 1550px) and (min-width: 769px)  {
    .catalog .product-list > li {
        width: 22%
    }

    .catalog .product-list > li:not(.endless_container):nth-of-type(5n) {
        margin-right: 3%;
    }

    .catalog .product-list > li:nth-of-type(4n) {
        margin-right: 0;
    }
    .catalog .product-list > li:nth-of-type(5n) .zoom-product{right: -70px}
    .catalog .product-list > li:nth-of-type(4n) .zoom-product{right: -50px}
}

@media screen and (max-width: 1380px)  and (min-width: 769px) {
    .catalog .product-list > li {
        width: 30%;
    }
    .catalog .product-list > li:nth-of-type(4n) .zoom-product{right: -70px}
    .catalog .product-list > li:nth-of-type(3n) .zoom-product{right: -50px}

    .catalog .product-list > li:nth-of-type(4n) {
        margin-right: 3%;
    }
}

@media screen and (max-width: 991px) and (min-width: 769px) {
    .catalog .product-list > li {
        width: 47%;
    }
    .catalog .product-list > li:nth-of-type(3n) .zoom-product{right: -70px}
    .catalog .product-list > li:nth-of-type(2n) .zoom-product{right: -50px}
}

.zoom-product {
    position: absolute;
    top: 0;
    border: 2px solid #b563a8;
    background: #fff;
    z-index: 10;
    width: 445px;
    right: -70px;
    display: none;
    height: 475px;
}

.fll {
    float: left
}

.flr {
    float: right
}

.zoom-product .gall {
    position: relative;
    height: auto;
    width: 90px;
    padding: 20px 0;
    margin: 30px 0;
    overflow: visible;
    border-right: 1px solid #ccc;
}

.zoom-product .gallery li {
    height: 68px;
    display: block;
    float: left;
    cursor: pointer;
    border: 2px solid transparent;
}

.zoom-product .gallery li img {
    height: 64px !important;
    width: 64px !important;
}

.zoom-product .gallery {
    padding: 0 10px
}

.zoom-product .gallery .active, .zoom-product .gallery li:hover {
    border: 2px solid #b563a8;
}

.zoom-product .next, .zoom-product .prev {
    position: absolute;
    top: -15px;
    background: url(../img/icons/arrows.png) no-repeat 0 0;
    width: 42px;
    height: 24px;
    display: block;
    cursor: pointer;
    left: 20px
}

.zoom-product .prev {
    bottom: -15px;
    top: auto;
    background-position: 0 -25px;
}

.zoom-product .info {
    width: 340px;
    cursor: pointer;
}

.zoom-product .product-order {
    text-align: left;
    margin-right: 35px;
}

.product-list.product-list-horizontal-slider .zoom-product .product-desc {
    height: auto;
}

.zoom-product .bottom {
    background: #B563A8;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35px;
    text-align: center;
    left: 0;
    color: #fff;
    line-height: 37px;
}


.catalog .product-list, .catalog .products-filtered {
    overflow: visible
}

.product-list.product-list-horizontal-slider .zoom-product .product-photo img {
    padding: 10px 10px 10px 0;
}

.product-list.product-list-horizontal-slider .product-title{
    font-size: 12pt;
}

.fa-tenge:before{
    content: "₸";
}
.fa-grivna:before{
    content: "₴";
}

.flag{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 5px;
}

.flag.rus{
    background: url('../img/flags/rus.png');
}

.flag.kz{
    background: url('../img/flags/kaz.png');
}
.flag.ua{
    background: url('../img/flags/ukraine.png');
}
.flag.es{
    background: url('../img/flags/spain.png');
}
.flag.by{
    background: url('../img/flags/belarus.png');
}

.ui-widget.ui-widget-content{
    z-index: 10000;
}

.material{
    font-size: 14px;
}

.material + .price{
    font-size: 22px;
    font-weight: bold;
}

/*.owl-carousel .owl-item img{*/
    /*width: auto;*/
    /*max-width: 100%;*/
    /*transform-style: initial;*/
/*}*/

.popups{
    display: none;
    position: relative;
    padding-top: 25px;
}

.suggestions-constraints{
    display: none;
}

.suggestions-suggestion * {
    display: inline-block!important;
}

[name=address]{
    padding-left: 20px!important;
}

.pink-bg{
    display: inline-block;
    padding: 5px;
    background: rgba(181, 99, 168, 0.7);
}

.enter_text{
    visibility: hidden!important;
}
.enter-click{
    display: none!important;
}

.close-mini-car{
    position: absolute;
    right: 15px;
    top: 15px;
}