body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    color: #444
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #23a1d1
}

a:hover {
    text-decoration: none
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    font-size: 12px;
    font-weight: normal
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline
}

.nav-tabs {
    margin-bottom: 15px
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top {
    background-color: #eee;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px
}

#top .container {
    padding: 0 20px
}

#top #form-currency .currency-select, #top #form-language .language-select {
    text-align: left
}

#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
    text-shadow: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none
}

#top .btn-link:hover, #top-links a:hover {
    color: #444
}

#top-links .dropdown-menu a {
    text-shadow: none
}

#top-links .dropdown-menu a:hover {
    color: #FFF
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px
}

#top-links {
    padding-top: 6px
}

#top-links a + a {
    margin-left: 15px
}

#logo {
    margin: 0 0 10px 0
}

#search {
    margin-bottom: 0px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF
}

#cart {
    margin-bottom: 10px
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF
}

#cart.open > .btn {
    background-image: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none
}

#cart.open > .btn:hover {
    color: #444
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001
}

#cart .dropdown-menu {
    min-width: 100%
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0
}

#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1)
}

#menu .dropdown-menu {
    padding-bottom: 0
}

#menu .dropdown-inner {
    display: table
}

#menu .dropdown-inner ul {
    display: table-cell
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px
}

#menu .dropdown-inner li a:hover {
    color: #fff
}

#menu .see-all {
    display: block;
    margin-top: .5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2)
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #229ac8
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1)
    }

    #menu .dropdown-inner {
        display: block
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1)
    }

    #menu .see-all {
        margin-top: 0;
        border: 0;
        border-radius: 0;
        color: #fff
    }
}

.alert {
    padding: 8px 14px 8px 14px;
    margin-top: 15px;
}

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pagination {
    margin: 0
}

.buttons {
    margin: 1em 0;
    //height: 50px;
}

.btn {
    //padding: 7.5px 12px;
    //font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-xs {
    font-size: 9px
}

.btn-sm {
    font-size: 10.2px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px
}

.btn-group > .btn-xs {
    font-size: 9px
}

.btn-group > .btn-sm {
    font-size: 10.2px
}

.btn-group > .btn-lg {
    font-size: 15px
}

.btn-default {
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e70;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
    height:40px;
}

.btn-primary {
    color: #fff;
    background-color: #e70;
    //min-width: 150px;
    //max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    font-size: 13px;
    line-height: 30px;
    white-space: nowrap;
    text-align: center;
    height:40px;

}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #d50;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    word-wrap: break-word;
    white-space: normal;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.list-group a {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 12px
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #FFF
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome
}

.news-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    padding: 15px;
}

.news-thumb .image {
    text-align: center
}

.news-thumb .image a {
    display: block
}

.news-thumb .image a:hover {
    opacity: .8
}

.news-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.news-thumb h4 {
    font-weight: bold;
    font-size: 16px;
}

.news-thumb .caption {
    min-height: 50px
}

.news-thumb a {
    color: #000000;
}

.news-share {
    min-height: 40px;
    margin-bottom:60px;
}

.banner-news p a {
    color: #000000;
}

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    //min-height: 490px;
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block
}

.product-thumb .image a:hover {
    opacity: .8
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto
}

.product-grid .product-thumb .image {
    float: none
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
       // padding: 0 15px
    }
}

.product-thumb h4 {
    font-weight: bold
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px
}

.product-list .product-thumb .caption {
    //margin-left: 230px
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 20px
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px
    }

    .product-grid .product-thumb .caption {
        min-height: 140px;
    }
}

.product-thumb .rating {
    padding-bottom: 10px
}

.rating .fa-stack {
    font-size: 6px;
    margin-right: 0px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 16px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 16px;
}

.rating .fa-star + .fa-star-o {
    color: #e69500
}

h2.price {
    margin: 0
}

.product-thumb .price {
    color: #444
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: 0;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0
}

.thumbnails > li {
    margin-left: 20px
}

.thumbnails {
    margin-left: -20px
}

.thumbnails > img {
    width: 100%
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd
}

.image-additional {
    max-width: 78px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
        /*clear: left*/
    }
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%
    }
}

#column-left .product-layout, #column-right .product-layout {
    width: 100%
}

.input-group .form-control[name^=quantity] {
    min-width: 50px
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/open-sans/OpenSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/open-sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/open-sans/OpenSans-ExtraBold.ttf") format("truetype")
}

body {
    font-family: 'Open Sans';
    //padding-top: 150px;
}

.navigation {
    height: 35px;
    background-color: #000
}

.left-nav {
    display: inline-block
}

.left-nav a {
    color: #fff;
    font-family: "Open Sans";
    font-size: 11px;
    text-decoration: none;
    margin: 0 10px 0 0;
    text-transform: uppercase;
    line-height: 35px
}

.left-nav .href {
    color:#eea437;
    font-weight: 700;
}

.left-nav a:hover {
    color: #efa437
}

.right-nav .header-top-button-promo {
    /*display: inline-block;*/
    display: none;
    height: 35px;
    width: 127px;
    margin: 0;
    background-color: #efa437;
    cursor: pointer
}

.right-nav .header-top-button-promo img {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-left: 10px
}

.right-nav .header-top-button-promo p {
    display: inline-block;
    color: #fff;
    font-family: "Open Sans";
    font-size: 11px;
    font-weight: 500;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    line-height: 35px
}

.right-nav .header-top-country-block {
    display: inline-block;
    margin-left: 20px
}

.right-nav .header-top-country-title {
    display: inline-block;
    color: #fff;
    font-family: "Open Sans";
    font-size: 11px;
    margin: 0;
    text-transform: uppercase
}

.prmn-cmngr__city, .right-nav .header-top-country-name {
    display: inline-block;
    color: #fff;
    font-family: "Open Sans";
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer
}

.prmn-cmngr__city:hover, .right-nav .header-top-country-name:hover {
    color: #d6963a
}

.right-nav .header-top-auth-block {
    display: inline-block;
    margin-left: 20px;
    font-family: "Open Sans";
    text-transform: uppercase
}

.right-nav .header-top-auth-block a {
    display: inline-block;
    color: #fff;
    font-family: "Open Sans";
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 0 10px
}

.header-top-auth-block a:hover {
    color: #efa437
}

.navigation .container .search-block input {
    height: 45px;
    width: 100%;
    border: 2px solid #f3f3f3;
    background-color: #fff;
    padding: 0 0 0 30px;
    color: #959595;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    box-sizing: border-box
}

.no-mobile {
    display: inline-block
}

.button-down-arrow img {
    width: 17px;
    height: 17px;
    margin: 3px;
}

.button-like img {
    width: 32px;
    height: 29px;
    margin: 7px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.pos-button-like {
    display: inline-block;
}

.pos-button-down-arrow {
    display: inline-block;
    vertical-align: top;
}

.button-down-arrow {
    width: 23px;
    height: 23px;
    background: #f2f2f2;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 10px;
}

.button-like {
    width: 44px;
    height: 44px;
    background: #f2f2f2;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.button-cart img {
    width: 32px;
    height: 29px;
    margin: 7px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.button-cart {
    width: 44px;
    height: 44px;
    background: #f2f2f2;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.amount-tov-cart {
    width: 18px;
    height: 18px;
    background-color: #efa437;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 50;
}

.amount-tov-cart p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

.amount-tov-like {
    width: 18px;
    height: 18px;
    background-color: #efa437;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 85px;
    z-index: 50;
}

.amount-tov-like p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

.amount-tov-compare {
    width: 18px;
    height: 18px;
    background-color: #efa437;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 40px;
    z-index: 50;
}

.amount-tov-compare p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

.row-left-header-top-link {
    width: 55%;
    height: 35px;
    background-color: #000;
    display: inline-block;
    position: absolute
}

.row-right-header-top-link {
    width: 45%;
    height: 35px;
    background-color: #595959;
    display: inline-block;
    position: absolute;
    left: 55%
}

.time-work-header-block, .header-search-button-block, .number-work-header-block {
    padding-left: 5px;
    padding-right: 5px
}

.pos-button-like, .amount-tov-cart, .pos-button-cart {
    display: inline-block
}

.time-work-time {
    color: #463f3f;
    font-family: "Open Sans";
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.time-work-day {
    color: #463f3f;
    font-family: "Open Sans";
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.number-work-header-block {
    display: inline-block
}

.number-phone {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block
}

.number-phone a {
    color: #059A0C;
}

.operator-phone {
    height: 10px;
    color: #959595;
    font-family: "Open Sans";
    font-size: 11px;
    line-height: 14px;
    font-weight: 600
}

.time-cart, .logo-search {
    height: 70px;
    margin-top: 1px
}

.time-cart {
    padding-left: 0
}

.button-cart:hover, .button-like:hover {
    background: #e7e7e7
}

.specials-homepage {
    padding: 0
}

.heading-title {
    display: inline-block;
    padding-left: 15px
}

.popular-category-name {
    position: relative;
    text-align: center;
    top: 10px;
    font-size: 14px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 600
}

.mobile-left-nav > div, .mobile-right-nav > a {
    line-height: 35px;
    color: #eea437
}

.mobile-right-nav > a {
    float: right
}

.header-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
    background: #FFF;
    border-bottom: 1px solid #e7e7e7;
}

.mobile-bottom {
    margin-bottom: 15px;
}

.button-menu-mobile .navbar-toggle {
    margin: 0;
    border: 0;
    float: left;
    color: #eea437;
    line-height: 35px;
    padding: 0
}

.left-nav .navbar-nav a {
    color: #000
}

.mobile-left-nav .navbar-nav {
    margin-top: 0;
    margin-bottom: 0
}

.left-nav .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0
}

.mobile-logo-header-block {
    clear: both;
    padding-top: 15px
}

.mobile-logo-header-block .pos-button-like, .mobile-logo-header-block .pos-button-cart {
    //float: right
}

.mobile-logo-header-block .pos-button-like {
    //margin-right: 15px
}

.mobile-col-header-search-block {
    margin-top: 15px
}

.mobile-col-header-search-block input {
    border-radius: 0
}

.right-nav .prmn-cmngr .prmn-cmngr__confirm:hover, .right-nav .prmn-cmngr .prmn-cmngr__confirm {
    color: #000
}

.breadcrumbs {
    height: 30px;
    line-height: 30px
}

.breadcrumbs a {
    text-decoration: underline;
    color: #959595
}

.breadcrumbs span {
    color: #959595;
    font-family: "Open Sans";
    font-size: 13px;
    margin: 0 2px
}

.heading-title {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    margin: 20px 0 20px 0
}

.filter-opt-name {
    display: inline-block
}

.collapse-value {
    display: block;
    //float: right;
}

.catalog-quick-links {
    border: 1px solid #fff;
    background-color: #fff;
    overflow: hidden;
}

.catalog-quick-links .href {
    margin: 0 14px 15px 14px
}

.catalog-quick-links .href a {
    text-decoration: underline;
    color: #2f76b6;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 12px;
    margin: 0 10px 0 0
}

.catalog-manufacturer {
    border: 1px solid #fff;
    background-color: #f3f3f3;
    overflow: hidden;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.catalog-manufacturer .manufacturer {
    margin: 5px 14px 7px 14px
}

.catalog-manufacturer .manufacturer a {
    text-decoration: underline;
    color: #b6b6b6;
    font-family: "Open Sans";
    font-size: 12px;
    margin: 0 10px 0 0
}

.manufacturer a span {
    color: #2f2f2f;
    white-space: nowrap;
}

.manufacturer a span:hover {
    color: #eea437
}

.product-manufacturer {
    border: 1px solid #fff;
    background-color: #f3f3f3;
    overflow: hidden;
}

.product-manufacturer .manufacturer {
    margin: 5px 14px 7px 14px
}

.product-manufacturer .manufacturer a {
    text-decoration: underline;
    color: #b6b6b6;
    font-family: "Open Sans";
    font-size: 12px;
    margin: 0 10px 0 0
}

.line-catalog-page {
    border-bottom: 4px solid #e7e7e7;
    margin: 15px;
    box-sizing: border-box
}

.reset-padding-row {
    padding: 0
}

.sort-button .form-group label, .limit-button .form-group label, .sort-button .form-group select, .limit-button .form-group select {
    border-radius: 0
}

.block-rassrochca-block-tov {
    width: 100%;
    height: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff
}

.title-block-rassrochca-block-tov {
    font-size: 13px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    color: #959595;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #959595;
    border-style: dashed;
    box-sizing: border-box;
    line-height: 15px;
    padding: 1px 0 0 0
}

.dis-block-rassrochca-block-tov {
    font-size: 13px;
    text-align: right;
    float: right;
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    color: #959595
}

.discription-block-rassrochca-block-tov {
    min-height: 100px;
    min-width: 325px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    position: absolute;
    z-index: 1000;
    top: 10px
}

.discription-block-rassrochca-block-tov {
    min-height: 100px;
    min-width: 325px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    position: absolute;
    z-index: 1000;
    top: 10px
}

.romb-discription-block-rassrochca-block-tov {
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(-45deg);
    top: -10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    left: 30px
}

.romb-discription-block-rassrochca-block-tov-none {
    width: 30px;
    height: 20px;
    position: relative;
    background: #fff;
    top: -19px;
    left: 23px
}

.block-discription-block-rassrochca-block-tov {
    background-color: #fff;
    margin: -40px 0 0 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.title-discription-block-rassrochca-block-tov {
    margin: 10px auto;
    font-family: "Open Sans";
    font-weight: 600;
    color: #959595
}

.title-line-discription-rassrochca {
    font-size: 10px;
    font-weight: 600;
    min-width: 8px;
    display: inline-block
}

.srock-line-discription-rassrochca {
    font-size: 11px;
    font-weight: 500;
    min-width: 30px;
    display: inline-block;
    float: right;
    margin-right: 10px
}

.price-line-discription-rassrochca {
    font-size: 14px;
    font-weight: 500;
    min-width: 100px;
    display: inline-block;
    float: right;
    text-align: right
}

.price-line-discription-rassrochca b {
    font-weight: 600
}

.birca-tov-stock-rassrochca-block-tov {
    width: auto;
    background: #C0270E;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 15px;
    border-radius: 50px 0 0 50px;
    border: 2px solid #ddd;
    cursor: pointer;
    z-index: 1000;
}

.birca-tov-stock-rassrochca-block-tov p {
    width: auto;
    margin: 1px 20px 3px 20px;
    font-family: "Open Sans";
    color: #f2f2f2;
    cursor: pointer
}

.birca-tov-stock-markdown-block-tov {
    width: auto;
    background: #eea437;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 15px;
    border-radius: 50px 0 0 50px;
    border: 2px solid #ddd;
    cursor: pointer;
    z-index: 1000;
}

.birca-tov-stock-markdown-block-tov p {
    width: auto;
    margin: 1px 20px 3px 20px;
    font-family: "Open Sans";
    color: #f2f2f2;
    cursor: pointer
}

.caption .title {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    color: #000;
    min-height: 50px
}

.caption .title a {
    color: #000
}

.description-sod-tov {
    margin: 0 auto 5px;
    //min-height: 80px;
    /*background-color: #FFF;*/
    color: #000;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    text-align: left
}

.rating .fa-star-o {
    color: #999;
}

.amount-star {
    display: inline-block
}

.product-thumb .rating {
    min-height: 34px;
    padding-top: 10px;
    padding-bottom: 0;
    display: inline-block;
    margin-left: 10px;
}

.rating .fa-stack {
    vertical-align: baseline
}

.amount-star {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px
}

.price-tov {
    text-align: right;
    min-height: 25px;
}

.new-price-tov {
    display: inline-block
}

.new-price {
    font-weight: 700;
    font-family: "Open Sans";
    font-size: 18px;
    margin: 0
}

.old-price {
    font-size: 14px;
    font-family: "Open Sans";
    color: #d1d1d1;
    text-decoration: line-through;
    margin: 0
}

.old-price-tov {
    display: inline-block
}

.price-star-block {
    display: inline-block;
    float: left;
    /*text-align: right;*/
    /*vertical-align: bottom;*/
    /*width: 100%;*/
    position: absolute;
    bottom: 70px;
    right: 30px;
}

.price-block {
    position: absolute;
    bottom: 70px;
}

.button-wishlist-add-cart:hover {
    background: #cb8723
}

.button-wishlist-add-cart {
    width: 31px;
    background: #eea437;
    border-radius: 20%;
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    cursor: pointer;
}

.button-wishlist-add-cart img {
    width: 18px;
    height: 18px;
    margin: 7px;
    cursor: pointer
}

.button-wishlist-add-cart-red:hover {
    background: #820000;
}

.button-wishlist-add-cart-red {
    width: 31px;
    background: #c00000;
    border-radius: 20%;
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    cursor: pointer;
}

.button-wishlist-add-cart-red img {
    width: 18px;
    height: 18px;
    margin: 7px;
    cursor: pointer
}

.button-wishlist-add-cart-gray:hover {
    background: #9B9B9B;
}

.button-wishlist-add-cart-gray {
    width: 31px;
    background: #BDBDBD;
    border-radius: 20%;
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    cursor: pointer;
}

.button-wishlist-add-cart-gray img {
    width: 18px;
    height: 18px;
    margin: 7px;
    cursor: pointer
}

.button-add-cart-gray:hover {
    background: #d50;
}

.button-add-cart:hover {
    background: #04850A
}

.button-add-cart-gray:hover {
    background: #d50;
}

.button-add-cart-gray {
    width: 31px;
    //height: 31px;
    background: #e70;
    border-radius: 20%;
    display: inline-block;
    //margin: 0 2px;
    vertical-align: top;
    cursor: pointer;
    //float: right
}

.button-add-cart-gray img {
    width: 18px;
    height: 18px;
  //  display: block;
    margin: 7px;
    cursor: pointer
}


.buttons-catalog {
    display: block;	
    width: 100%;
    height: 50px;
    padding: 10px;
}

.block-promo-block-tov {
    width: 100%;
    height: 26px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #ffe823
}

.title-block-promo-block-tov {
    color: #000;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    margin-bottom: 0
}

.dis-block-promo-block-tov {
    color: #000;
    font-size: 16px;
    text-align: right;
    float: right;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    margin-bottom: 0
}

.product-thumb .caption {
    padding: 0px;
    min-height: 125px
}

.pagination > li > a, .pagination > li > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
    color: #959595;
    height: 30px;
    background: #e7e7e7;
    border: 1px solid #d1d1d1;
    display: inline-block;
    margin: 2px;
    vertical-align: top;
    line-height: 15px;
    text-align: center;
    font-size: 13px;
    box-sizing: border-box;
    cursor: pointer
}

.pagination-counter {
    line-height: 34px
}

.title-catalog-manufacturer p {
    color: #959595;
    font-family: "Open Sans";
    font-size: 12px;
    margin: 8px 0 5px 14px
}

.img-block-banner-left-catalog-page {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top
}

.flex-block-img-banner-left-catalog-page {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 10px;
    display: flex
}

.title-block-left-catalog-page {
    display: inline-block;
    overflow: hidden;
    vertical-align: top
}

.title-block-left-catalog-page p {
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0
}

.child-cat li {
    list-style-type: none;
    min-height: 150px;
    margin-bottom: 10px;
    text-align: center;
}

.child-cat li a {
    color: #000
}

.product-page .heading-title {
    color: #000;
    font-family: "Open Sans";
    font-size: 24px;
    margin: 15px 0 20px 0
}

.product-page .product-code {
    display: inline-block;
    margin-right: 10px
}

.product-page .code-tov {
    display: inline-block;
    color: #000;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 15px
}

.prod-dash {
    color: #e7e7e7;
    margin: 0 10px;
    float: left;
    font-weight: 900
}

.prod-rate {
    display: inline-block;
    float: left
}

.line-col-info-tov-items {
    width: 100%;
    border-bottom: 4px solid #e7e7e7
}

.product-page {
    margin-top: 15px
}

.right-block {
    float: right
}

.ur-price-tov-items {
    font-size: 15px;
    margin: 4px 5px 10px 0;
    color: #959595;
    font-family: "Open Sans";
    font-weight: 500;
    display: inline-block
}

.button-compare-items-tov {
    width: 31px;
    height: 31px;
    background: #f3f3f3;
    border-radius: 20%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    cursor: pointer
}

.button-like-items-tov {
    width: 31px;
    height: 31px;
    background: #f3f3f3;
    border-radius: 20%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    cursor: pointer
}

.button-share-items-tov {
    width: 31px;
    height: 31px;
    background: #f3f3f3;
    border-radius: 20%;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
    cursor: pointer
}

.button-compare-items-tov img {
    width: 20px;
    height: 20px;
    margin: 5px
}

.button-like-items-tov img {
    width: 20px;
    height: 20px;
    margin: 6px
}

.button-share-items-tov img {
    width: 20px;
    height: 20px;
    margin: 5px
}

.button-compare-items-tov:hover, .button-like-items-tov:hover, .button-share-items-tov:hover {
    background: #e4e4e4
}

.prod-images {
    margin-top: 20px
}

.product-page .thumbnails > li {
    margin-left: 0
}

.product-page .thumbnails {
    position: relative;
    margin-left: 0
}

.product-page .thumbnail {
    border-radius: 0
}

.product-page .slick-slide img {
    margin: 0 auto
}

.product-page .slick-vertical .slick-slide {
    margin: 5px 0;
    border: 1px solid #e7e7e7
}

.product-page .slick-vertical .slick-slide:hover {
    background: #e4e4e4
}

.price-description-info-tov-items-block {
    padding: 0 0 15px 0;
    margin-top: 20px
}

.new-price-tov-items {
    color: #000;
    font-family: "Open Sans";
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    //display: inline-block
}

.old-price-tov-items {
    color: #efa437;
    font-family: "Open Sans";
    font-size: 12px;
    display: inline-block
}

.price-description-info-tov-items-block .ur-price-tov-items {
    color: #959595;
    margin: 0;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 500;
    display: inline-block
}

.old-price-tov-items span {
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 10px;
}

.head-prod-descr {
    margin: 15px 0;
    font-size: 14px
}

.hr-decr {
    margin-top:5px;
    width: 100%;
    display: block;
    height: 5px;
    background-color: #e7e7e7
}

.block-buttons {
    margin: 5px 0
}

.button-buy-items {
    height: 49px;
    width: 178px;
    background-color: #efa437;
    border-radius: 50px
}

.button-buy-items p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 46px;
    margin: 0;
    text-align: center;
    cursor: pointer
}

.row .prod-code, .row .supplier-code, .row .first-supplier-code {
    font-size: 12px;
    margin-top: 7px
}

.prod-code .text-color, .supplier-code .text-color, .first-supplier-code .text-color {
    color: #71ab21;
    margin-right: 10px
}

.prod-manuf, .prod-official-dealer {
    display: inline-block;
    margin-right: 10px
}

.prod-official-dealer img {
    width: 90px;
    height: 31px
}

.birca-tov-stock-new {
    position: absolute;
    right: 0;
    top: 45px;
    background: #f90000;
    overflow: hidden;
    border-radius: 50px 0 0 50px;
    height: 28px;
    z-index: 5
}

.birca-tov-present-new {
    position: absolute;
    right: 15px;
    top: 55px;
    background: #ffe823;
    overflow: hidden;
    border-radius: 50px 0 0 50px;
    height: 28px;
    z-index: 5
}

.birca-tov-present-new p {
    color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    padding: 0 20px;
    text-align: center;
    line-height: 26px
}

.birca-tov-stock-new p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
    padding: 0 20px;
    text-align: center;
    line-height: 26px
}

.lens-photo-block-items {
    position: absolute;
    top: 83%;
    right: 10px;
    height: 30px;
    width: 30px;
    cursor: pointer
}

.lens-photo-block-items img {
    height: 30px;
    width: 30px
}

.prod-images .thumbnail {
    padding: 0;
    margin-bottom: 0
}

.acces-items-tov {
    width: 145px;
    height: 250px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    display: inline-block;
    margin: 3px;
    float: left
}

.acces-items-tov a {
    text-decoration: none
}

.acces-items-img-block {
    width: 145px;
    height: 120px;
    text-align: center
}

.acces-items-img-block img {
    max-width: 135px;
    max-height: 110px;
    margin: 0 auto
}

.acces-items-title {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none;
    padding: 12px
}

.col-sm-7 .price-description-info-tov-items-block.row {
    border-bottom: 0
}

.info-rassrochka.col-md-12 .button-info-rassrochka {
    width: auto;
    height: auto
}

.old-price-tov-items.col-md-4.col-sm-12 {
    margin: 0
}

.ammount-pay-tov {
    height: 42px;
    background-color: #efa437;
    border-radius: 0 50px 50px 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000
}

.ammount-pay-tov img {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 5px 10px;
    float: right
}

.ammount-pay-tov p {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    margin: 5px 3px;
    position: relative
}

.col-horizontal-tab-rel {
    margin-top: 0
}

.info-rassrochka td {
    font-size: 12px
}

.button-cart {
    width: 44px;
    height: 44px;
    background: #f2f2f2;
    border-radius: 50%;
    cursor: pointer
}

.button-cart:hover {
    background: #e7e7e7
}

.button-cart img {
    width: 32px;
    height: 29px;
    margin: 7px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.active-mini-cart-top-block {
    min-height: 100px;
    width: 266px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    position: absolute;
    z-index: 1000
}

.romb-mini-cart-top-block {
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(-45deg);
    top: -10px;
    left: 220px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09)
}

.romb-mini-cart-top-block-none {
    width: 30px;
    height: 20px;
    position: relative;
    background: #fff;
    top: -20px;
    left: 215px
}

.container-active-mini-cart-top-block {
    overflow: hidden;
    width: 266px;
    background-color: #fff;
    margin: -20px 0 0 0
}

.title-mini-cart-top {
    color: #959595;
    font-family: "Open Sans";
    font-size: 16px;
    margin: 0 0 10px 20px
}

.tov-mini-cart-top {
    width: 235px;
    margin: 8px auto 8px auto;
    border-bottom: 1px solid #d1d1d1
}

.phone-mini-cart-block {
    width: 235px;
    margin: 8px auto 8px auto
}

.phone-mini-cart-block img {
    display: inline-block;
    max-height: 22px;
    max-width: 22px;
    vertical-align: top;
}

.phone-mini-cart-block p {
    display: inline-block;
    color: #000;
    font-family: "Open Sans";
    font-size: 18px;
    margin: 0 0 0 5px;
    position: relative;
    top: -2px;
    font-weight: 300
}

.delete-tov-mini-cart-top {
    margin: 4px 0 0 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../img/icon/delete.svg");
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
    cursor: pointer
}

.info-tov-mini-cart-top {
    display: inline-block;
    width: 215px
}

.title-tov-mini-cart-top {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 17px;
    width: 100px;
    margin: 0 0 0 8px;
    float: left;
    cursor: pointer
}

.price-tov-mini-cart-top {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    float: right;
    cursor: pointer
}

.info-sum-mini-cart-top {
    width: 215px;
    margin: 10px auto 0 auto;
    overflow: hidden
}

.title-sum-mini-cart-top {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    float: left
}

.sum-mini-cart-top {
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    float: right
}

.link-full-cart-mini-cart-button {
    height: 31px;
    width: 237px;
    background-color: #efa437;
    margin: 20px auto 15px auto;
    border-radius: 50px;
    cursor: pointer
}

.link-full-cart-mini-cart-button:hover {
    background-color: #d6963a
}

.link-full-cart-mini-cart-button p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 30px;
    text-align: center
}

.button-sl-view-tov {
    height: 35px;
    width: 240px;
    //border: 1px solid #000;
    border-radius: 3px;
    background-color: #e70;
    color: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 10px;
    /*margin-top: 90px;*/
    cursor: pointer;
    padding-top: 3px;
}

.button-sl-view-tov:hover {
    background-color:#d50;
}

.button-sl-view-tov img {
    height: 20px;
    margin: 5px 0 0 20px;
    display: inline-block
}

.button-sl-view-tov p {
    color: #FFFFFF;
    font-family: "Open Sans";
    font-size: 13px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    vertical-align: bottom
}

.button-add-view-tov {
    height: 31px;
    width: 227px;
    border-radius: 50px;
    background-color: #eea437;
    margin: 2px auto;
    cursor: pointer
}

.button-add-view-tov p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    display: block;
    line-height: 30px;
    text-align: center
}

.button-add-view-tov:hover {
    background-color: #d6963a
}

body {
    margin: 0
}

@media screen and (min-width: 1170px) {
    .view-structure-pc {
        display: block
    }

    #YMapsID {
        height: 600px;
    }

    .button-add-cart {
        height: 32px;
        min-width: 55px;
        background: #059A0C;
        border-radius: 5px;
        display: inline-block;
        //margin: 0 2px;
        vertical-align: top;
        cursor: pointer;
        //float: right;
        border: none;
        color: #FFFFFF;
        font-weight: 600;
    }

    .button-add-cart-product {
        height: 40px;
        min-width: 110px;
        background: #059A0C;
        border-radius: 5px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        border: none;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 18px;
    }

    .button-in-cart-product {
        cursor: pointer;
        font-weight: 600;
        font-size: 18px;
        height: 40px;
        min-width: 110px;
        border-radius: 5px;
        border: 1px solid #23a1d1;
        text-align: center;
    }

    .button-in-cart-product a:hover {
        color: #23a1d1;
    }


    .button-add-cart img {
        width: 18px;
        height: 18px;
    //  display: block;
        margin: 7px;
        cursor: pointer
    }
}

@media screen and (max-width: 1169px) {
    .view-structure-pc {
        display: none
    }

    #YMapsID {
        height: 250px;
    }

    .button-add-cart {
        height: 32px;
        background: #059A0C;
        border-radius: 5px;
        display: inline-block;
        margin: 0 2px;
        vertical-align: top;
        cursor: pointer;
        float: right;
        border: none;
        color: #FFFFFF;
        font-weight: 600;
    }

    .button-add-cart-product {
        height: 40px;
        min-width: 110px;
        background: #059A0C;
        border-radius: 5px;
        display: inline-block;
    //margin: 0 2px;
        vertical-align: top;
        cursor: pointer;
    //float: right;
        border: none;
        color: #FFFFFF;
        font-weight: 600;
        font-size: 18px;
    }

    .button-add-cart img {
        width: 18px;
        height: 18px;
    //  display: block;
        margin: 7px 7px 0 25px;
        cursor: pointer
    }
}

.content-section-view-pc section .start-item-sub-section {
    width: 290px;
    height: 350px;
    display: inline-block;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box;
    vertical-align: top
}

.content-section-view-pc section .start-item-sub-section .text-block {
    width: 280px;
    height: 100px
}

.content-section-view-pc section .start-item-sub-section a {
    text-decoration: none
}

.content-section-view-pc section .start-item-sub-section .text-block .name {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 8px 8px 8px 8px;
    color: #fff;
    text-decoration: none
}

.content-section-view-pc section .start-item-sub-section .text-block .price {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 0 0;
    color: #fff
}

.content-section-view-pc section .start-item-sub-section .text-block .offer {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: 2px 0 0 0;
    color: #fff
}

.content-section-view-pc section .start-item-sub-section .img-inline-block {
    width: 290px;
    height: 250px;
    display: block
}

.content-section-view-pc section .start-item-sub-section .img-inline-block .img-flex-block {
    width: 290px;
    height: 250px;
    display: flex
}

.content-section-view-pc section .start-item-sub-section .img-inline-block .img-flex-block img {
    max-width: 200px;
    max-height: 200px;
    margin: auto;
    display: block
}

.row-block-category-view-pc {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e7e7e7
}

.col-block-category-view-pc {
    width: 1171px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    height:100%;
}

.item-category-block-view-pc {
    width: 100%;
    height: 90px;
    border-left: 1px solid #e7e7e7;
    box-sizing: border-box
}

.item-category-view-pc {
    width: 114px;
    height: 90px;
    display: inline-block;
    border-right: 1px solid #e7e7e7;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer
}

.img-block-item-view-pc {
    width: 117px;
    height: 48px;
    margin: 5px 0;
    cursor: pointer
}

#id-category-9, .item-category-group-mobile-sale, .item-category-view-pc:last-child {
    background-color: #eea437;
    color: #FFFFFF;
    margin-left: -4px;
}

.img-grey-item-view-pc {
    width: 37px;
    //height: 45px;
    display: block;
    margin: 0 auto;
    cursor: pointer
}

.img-color-item-view-pc {
    width: 37px;
    //height: 40px;
    display: none;
    margin: 0 auto;
    cursor: pointer
}

.item-category-view-pc:hover .img-grey-item-view-pc {
    display: none
}

.item-category-view-pc:hover .img-color-item-view-pc {
    display: block
}

.item-category-view-pc p {
    padding: 0 10px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer
}

.content-category-view-pc {
    width: 1171px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    min-height: 300px;
    box-sizing: border-box
}

.content-category-view-pc section {
    width: 1169px;
    overflow: hidden;
    min-height: 420px;
    box-sizing: border-box;
    position: relative
}

.item-section-block-view-pc {
    width: 300px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 100%;
    right: 300px;
    border-right: 1px solid #e7e7e7
}

.item-section-view-pc {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer
}

.item-section-view-pc:hover {
    background: #e7e7e7;
}
.item-section-view-pc-select {
    background: #eea437 !important;
    color: #FFFFFF !important;
}

.item-section-view-pc p {
    margin: 0;
    font-size: 12px;
    line-height: 30px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    cursor: pointer
}

.content-section-view-pc {
    width: 870px;
    height: 100%;
    //display: inline-block;
    position: relative;
    left: 300px;
    top: 0;
    bottom: 100%;
    right: 870px;
}

.content-section-view-pc section {
    width: 888px;
    min-height: 420px;
    border: 0;
    box-sizing: border-box;
    margin: 0 0 40px 0
}

.content-section-view-pc section .item-sub-section {
    width: 281px;
    height: 90px;
    display: inline-block;
    //border-bottom: 1px solid #e7e7e7;
    //border-right: 1px solid #e7e7e7;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer
}

.content-section-view-pc section .item-sub-section:hover {
    border-top: 2px solid #8bbe45;
    border-bottom: 2px solid #8bbe45;
    border-left: 2px solid #8bbe45;
    border-right: 2px solid #8bbe45;
    box-sizing: border-box;
    z-index: 9999;
}

.content-section-view-pc section .item-sub-section .text-block {
    width: 180px;
    height: 80px;
    display: inline-block;
    border: 0;
    vertical-align: top;
    margin: 10px 0 0 0
}

.content-section-view-pc section .item-sub-section .name {
    margin: 0 5px 5px 0;
    font-size: 11px;
    color: #000;
    padding: 0 0 0 0px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.5;
}

.content-section-view-pc section .item-sub-section .price {
    margin: 0 5px 5px 0;
    font-size: 10px;
    color: #000;
    padding: 0 0 0 0px;
    box-sizing: border-box;
    cursor: pointer;
    float: left
}

.content-section-view-pc section .item-sub-section .offer {
    margin: 0 5px 5px 0;
    font-size: 10px;
    color: #000;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    cursor: pointer
}

.content-section-view-pc section .item-sub-section .img-inline-block {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 0;
    vertical-align: top;
    cursor: pointer
}

.content-section-view-pc section .item-sub-section .img-flex-block {
    width: 90px;
    height: 90px;
    display: flex;
    border: 0;
    vertical-align: top;
    cursor: pointer
}

.content-section-view-pc section .item-sub-section .img-flex-block img {
    max-width: 60px;
    max-height: 60px;
    display: block;
    margin: auto;
    cursor: pointer
}

body {
    margin: 0
}

@media screen and (min-width: 1170px) {
    .view-structure-mobile {
        display: none
    }
}

@media screen and (max-width: 1169px) {
    .view-structure-mobile {
        display: block;
        margin: 15px 15px 0 15px
    }
}

.row-category-group-mobile {
    width: 100%;
    overflow: hidden
}

.col-category-group-mobile {
    overflow: hidden;
    margin: 0 auto;
    border-top: 1px solid #e7e7e7
}

.items-category-group-mobile {
    width: 100%;
    height: 90px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-right: 0;
    border-top: 0;
    box-sizing: border-box;
    display: table
}

.item-category-group-mobile {
    width: 150px;
    height: 90px;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box;
    vertical-align: top;
    display: table-cell;
    cursor: pointer
}

.img-block-item-category-group-mobile {
    width: 150px;
    height: 60px;
    display: flex;
    vertical-align: top;
    horiz-align: center;
    cursor: pointer;
    margin: auto;
}

.img-grey-item-view-mobile {
    width: 50px;
    height: 60px;
    display: block;
    margin: auto;
    cursor: pointer
}

.img-color-item-view-mobile {
    width: 30px;
    height: 30px;
    display: none;
    margin: auto;
    cursor: pointer
}

.title-item-category-group-mobile {
    margin: 0;
    text-align: center;
    font-size: 15px;
    padding: 0 10px;
    cursor: pointer
}

.content-items-category-group-mobile {
    width: 100%;
    overflow: hidden
}

.content-items-category-group-mobile section {
    width: 100%;
    overflow: hidden;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box
}

.item-section-mobile {
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    cursor: pointer
}

.item-section-mobile:hover {
    background: #eea437
}

.title-item-section-mobile {
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer
}

.content-item-section-mobile {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.item-sub-section-mobile {
    box-sizing: border-box;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    height: 90px;
    cursor: pointer
}

.img-block-inline-block-item-sub-section-mobile {
    width: 90px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.img-block-item-sub-section-mobile {
    width: 90px;
    height: 90px;
    display: flex;
    cursor: pointer
}

.img-block-item-sub-section-mobile img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    margin: auto;
    cursor: pointer
}

.description-block-item-sub-section-mobile {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 10px 0 0 0;
    width: 70%;
}

.name-item-sub-section-mobile {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #666;
    cursor: pointer
}

.offer-item-sub-section-mobile {
    margin: 0 0 5px 0;
    font-size: 10px;
    color: #000;
    cursor: pointer
}

.price-item-sub-section-mobile {
    margin: 0 0 5px 0;
    font-size: 10px;
    color: #000;
    cursor: pointer
}

.view-structure-mobile-hamburger {
    width: 100%;
    overflow: hidden
}

.row-category-group-mobile-hamburger {
    width: 100%;
    overflow: hidden
}

.col-category-group-mobile-hamburger {
    width: 100%;
    overflow: hidden
}

.items-category-group-mobile-hamburger {
    width: 100%;
    overflow: hidden
}

.item-category-group-mobile-hamburger {
    width: 100%;
    height: 45px;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid #e7e7e7;
    background: #fff
}

.title-item-category-group-mobile-hamburger {
    line-height: 45px;
    font-size: 15px;
    text-align: left;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    margin: 0
}

.content-items-category-group-mobile-hamburger {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e7e7e7
}

.item-section-mobile-hamburger {
    width: 100%;
    height: 35px;
    overflow: hidden;
    background: #fff
}

.item-section-mobile-hamburger a {
    text-decoration: none
}

.title-item-section-mobile-hamburger {
    line-height: 35px;
    font-size: 13px;
    text-align: left;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.row-header-top-2-link {
    width: 100%;
    background: #f3f3f3;
    border-top: 1px solid #d3d3d3
}

.link-header-top-2-block {
    margin: 0 auto;
    text-align: center
}

.link-header-top-2-block a {
    display: inline-block;
    font-family: "Open Sans";
    font-size: 12px;
    text-decoration: none;
    color: #000;
    margin: 10px 10px;
    font-weight: 400
}

.link-header-top-2-block a:hover {
    color: #efa437
}

@media screen and (min-width: 1170px) {
    .row-header-top-2-link {
        display: block
    }
}

@media screen and (max-width: 1169px) {
    .row-header-top-2-link {
        display: none
    }
}

.prmn-cmngr {
    position: relative;
    //width:125px;
}

.prmn-cmngr a {
    cursor: pointer
}

.prmn-cmngr .prmn-cmngr__popup {
    position: absolute;
    top: 25px;
    left: -50px;
    background: #FFF;
    padding: 15px 25px;
    min-width: 250px;
    max-width: 400px;
    z-index: 9999;
    border: 1px solid #dadada;
    -webkit-box-shadow: 0 2px 5px #5b5a5a;
    -moz-box-shadow: 0 2px 5px #5b5a5a;
    box-shadow: 0 2px 5px #5b5a5a
}

.prmn-cmngr .prmn-cmngr__confirm {
    line-height: 20px;
    font-size: 16px;
    text-align: center
}

.prmn-cmngr .prmn-cmngr__confirm-city {
    white-space: nowrap
}

.prmn-cmngr .prmn-cmngr__confirm-btns {
    margin-top: 15px
}

.prmn-cmngr-cities a {
    cursor: pointer
}

.prmn-cmngr-cities .prmn-cmngr-cities__city {
    margin-bottom: 5px
}

.prmn-cmngr-cities .prmn-cmngr-cities__search-block {
    margin-bottom: 15px
}

.prmn-cmngr-cities .prmn-cmngr-cities__search-label {
    font-size: 12px;
}

.prmn-cmngr-cities .prmn-cmngr-cities__search {
    width: 100%
}

.prmn-cmngr-cities .form-group {
    width: 100%
}

.prmn-cmngr_top {
    padding: 7px 12px;
    font-size: 12px
}

#d_ajax_search_results {
    margin: 0;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    background-color: #fff;
    box-shadow: -2.237px 3.316px 43px 0 rgba(0, 0, 0, 0.16);
    position: absolute;
    z-index: 1005;
    padding: 10px 0;
    margin-top: 36px
}

#search-autocomplite {
    width: 100%;
    height: 50px;
    position: absolute;
    padding: 10px;
    padding-left: 10.5px;
    margin-top: .5px
}

#search-autocomplite ~ input {
    position: relative !important
}

#search .input-lg {
    border-radius: 6px;
}

input[name="search"] {
    background-color: transparent
}

#d_ajax_search_results #d_ajax_search_results_body {
    color: #fff;
    position: relative
}

#d_ajax_search_results_body > .row:hover, .selected, #d_ajax_search_results_body > .result_block > .row:hover {
    background-color: #eee
}

.fa-spinner {
    align-self: center;
    color: black
}

h4 {
    margin-bottom: 0
}

.all_results:hover {
    cursor: pointer
}

.all_results {
    padding-left: 20px;
    font-size: 13px;
    display: block;
    padding-top: 7px;
    clear: both;
    padding-bottom: 7px
}

#d_ajax_search_results_body > .result_block > .result-link > div > img, #d_ajax_search_results_body > .result-link > div > img {
    border: 1px solid #eee
}

.name {
    //padding-left: 20px !important
}

.block-text {
    width: 100%;
    padding-top: 24px;
    padding-left: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.block-text:first-letter {
    text-transform: uppercase
}

.where-find {
    background-color: #f5f5f5;
    color: #929292;
    margin-top: 10px;
    float: left
}

.forkeydon {
    font-size: 13px;
    color: #000;
    line-height: 1.2;
    text-align: left;
    height: 13px
}

.result_block {
    overflow: hidden;
    padding-bottom: 10px
}

hr {
    margin-bottom: 0;
    border-top: 2px solid #eee
}

.saggestion {
    font-size: 15px;
    padding-left: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #838383;
    line-height: 1.333;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    margin-top: -11px
}

.saggestion-result {
    color: #000;
    font-weight: 600
}

#d_ajax_search_results .row {
    font-size: 13px;
    color: #000;
    line-height: 1.538;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-top: 7px;
    text-align: center;
    margin: 0;
    width: 100%;
    display: table
}

#d_ajax_search_results .row .col {
    display: table-cell;
    float: none;
    padding: 0
}

#d_ajax_search_results .row .col .old-price {
    text-decoration: line-through
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus, textarea:focus, input:focus {
        font-size: 16px !important;
        background: #eee
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    textarea, select, input {
        //font-size: 16px !important
    }
    input::placeholder {
        //font-size: 9px !important
    }

}

.radio {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.shipping-courier-block-content {
    margin-left: 10px;
}

.simplecheckout-block .col-sm-2,
.simplecheckout-block .col-sm-3,
.simplecheckout-block .col-sm-4,
.simplecheckout-block .col-sm-6,
.simplecheckout-block .col-sm-12 {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}


input:focus {
    font-size: 16px !important;
    background: #eee
}

#d_ajax_search_results {
    width: 100% !important;
    margin: 0;
    margin-top: 3px;
    position: absolute;
    list-style-type: none;
    z-index: 1005;
    background-color: #fff;
    border-top: 0;
    color: #555
}

#d_ajax_search_results #d_ajax_search_results_body {
    position: relative;
    padding: 5px
}

#d_ajax_search_results_body > .result_block > .result-link > div > img, #d_ajax_search_results_body > .result-link > div > img {
    border: 1px solid #eee
}

#search_input::-webkit-input-placeholder {
    color: #fff
}

#search_input {
    background-color: transparent;
    color: #fff;
    margin-top: -9px;
    width: 72%;
    font-size: 16px;
    display: inline-block;
    box-shadow: none !important;
    border: 0
}

.fa-arrow-left {
    margin-left: 0 !important
}

#search-autocomplite {
    width: 100%;
    height: 50px;
    position: absolute;
    padding: 10px;
    font-size: 16px;
    padding-left: 38px;
    margin-top: -6px
}

#help {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-top: -20px;
    margin-left: -15px;
    font-size: 20px;
    font-weight: 600;
    color: grey
}

#search_mobile {
    width: 100%;
    background-color: transparent
}

.no-results {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-left: -30px;
    font-size: 20px;
    font-weight: 600;
    color: grey
}

.modal .fa {
    color: white;
    margin-right: 10px;
    margin-top: 8px;
    margin-left: 10px
}

.block-text {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.block-text:first-letter {
    text-transform: uppercase
}

.where-find {
    background-color: #f5f5f5;
    color: #929292
}

.saggestion {
    margin-top: -23px;
    font-size: 15px;
    padding-left: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #838383;
    line-height: 1.333;
    background-color: #f5f5f5;
    margin-left: -20px;
    border-bottom: 1px solid #e0e0e0
}

.saggestion-result {
    color: #000;
    font-weight: 600
}

.fa-exclamation-circle, .lul {
    color: grey !important
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 40%;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
    max-width: 350px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 45px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size :20px;
}

.modal-body {
    position: relative;
    padding: 20px;
    font-size: 12px;
    line-height: 26px;
    //font-weight: 600;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.fa-spinner {
    align-self: center
}

.name {
    margin-left: 18px
}

#d_ajax_search_results .row {
    font-size: 13px;
    color: #000;
    line-height: 1.538;
    margin: 0;
    width: 100%;
    height: 50px;
    display: table;
    margin-right: 20px !important;
    padding-bottom: 12px;
    padding-right: 33px
}

#d_ajax_search_results .row .col {
    display: table-cell;
    float: none;
    padding: 0
}

#d_ajax_search_results .row .col.va-center {
    vertical-align: middle
}

#d_ajax_search_results .row .col .old-price {
    text-decoration: line-through
}

.price {
    //margin-top: -10px !important;
    font-weight: 700;
    margin-right: 9px
}

.first-col-footer {
    display: inline-block;
    width: 246px;
    padding-right: 5px;
}

.middle-footer {
    display: inline-block;
    vertical-align: top
}

.last-col-footer {
    display: inline-block;
    width: 220px;
    vertical-align: top
}

.title-last-col-footer {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin: 29px 0 10px 0
}

.address-footer p {
    margin: 0 0 10px 6px;
    display: inline-block;
    width: 180px
}

.phone-footer p {
    margin: 0 0 10px 8px;
    display: inline-block
}

.email-footer p {
    margin: 0 0 0 10px;
    display: inline-block
}

.title-row-info {
    color: #959595;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
    margin: 29px 0 10px 0;
    font-weight: bold;
    border-bottom: 1px dotted #959595;
    padding-bottom: 7px;
}

.link-info-block {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    text-decoration: none;
    font-weight: 500
}

.link-info-block p {
    line-height: 18px;
    cursor: pointer;
    margin: 8px 0
}

.link-info-block p:hover {
    color: #eea437
}

.title-row-footer {
    color: #959595;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin: 29px 0 10px 0
}

.link-footer-block {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    text-decoration: none;
    font-weight: 500
}

.link-footer-block p {
    line-height: 18px;
    cursor: pointer;
    margin: 8px 0
}

.link-footer-block p:hover {
    color: #eea437
}

.social-footer a {
    border-radius: 50%;
    background: #e3e3e3;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 0 7px 0 0
}

.social-footer a:hover {
    background: #d1d1d1
}

.social-footer a img {
    display: block;
    position: relative;
    margin: 7px auto
}

.address-footer img {
    display: inline;
    vertical-align: top
}

.phone-footer img {
    display: inline;
    vertical-align: top
}

.email-footer img {
    display: inline;
    vertical-align: top
}

.cart-footer {
    width: 652px
}

.cart-footer img {
    width: 100% !important;
}

@media screen and (min-width: 1170px) {
    .bank-footer-block {
        color: #959595;
        font-family: "Open Sans";
        font-size: 11px;
        line-height: 16px;
        margin: 0
    }

    .logo-footer img {
        height: 48px;
        margin: 10px 0 11px 0
    }

    .container-footer {
        overflow: hidden;
        width: 100%;
        background-color: #f3f3f3
    }

    .footer {
        height: 100%;
        width: 1170px;
        margin: 0 auto
    }

    .info-footer {
        height: 344px;
        width: 1170px
    }

    .cart-footer {
        height: 50px;
        width: 1170px
    }

    .row-link-footer {
        width: 100%;
        overflow: hidden;
        display: none
    }

    .col-link-footer {
        width: 300px;
        overflow: hidden
    }

    .middle-col-footer {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 170px
    }
}

@media screen and (max-width: 1169px) {
    .bank-footer-block {
        color: #959595;
        font-family: "Open Sans";
        font-size: 11px;
        line-height: 16px;
        margin: 10px 0 0 0
    }

    .logo-footer img {
        height: 60px;
        margin: 10px 0 11px 0
    }

    .container-footer {
        overflow: hidden;
        width: 100%;
        background-color: #f3f3f3
    }

    .footer {
        height: 100%;
        width: 300px;
        margin: 0 auto
    }

    .info-footer {
        overflow: hidden;
        width: 300px
    }

    .cart-footer {
        height: 84px;
        width: 300px;
        margin: 15px 0 0 0
    }

    .row-link-footer {
        width: 100%;
        overflow: hidden;
        display: block
    }

    .col-link-footer {
        width: 300px;
        margin: 0 auto;
        overflow: hidden
    }

    .middle-col-footer {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 147px
    }

    .first-col-footer {
        display: inline-block;
        width: 300px
    }
}
.line-discription-block-rassrochca-block-tov.row .col-sm-2{
    padding: 0;
    margin-bottom: 5px;
}
.block-rassrochca-block-tov .discription-block-rassrochca-block-tov {
    top: 45px;
}
.right-nav {
    line-height: 35px;
}

.product-code {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
}
.not-in-stock {
    color: #ac0300;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.in-stock {
    color: #3B9839;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.not-in-stock-product-info {
    color: #ac0300;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 0px;
}

.btn-title {
    display: none;
}

.ya-share2__item_more {
    width: 32px;
    height: 32px;
}

.redefinition-bootstrap .ya-share2__container_size_s .ya-share2__icon {
    content: unset;
    background-color: transparent;
    border: transparent;
    box-sizing: border-box;
    position: relative;
    /*background-image: none;*/
    width: 31px;
    height: 31px;
}
.redefinition-bootstrap .ya-share2__container_size_s .ya-share2__item_more .ya-share2__icon_more {
    background-size: 18px 18px;
    background-image: url('/image/catalog/img/icon/003-share-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    margin: 7px;
}


@keyframes spinner-line-fade-more {
    0%, 100% {
        opacity: 0; /* minimum opacity */
    }
    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-quick {
    0%, 39%, 100% {
        opacity: 0.25; /* minimum opacity */
    }
    40% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-default {
    0%, 100% {
        opacity: 0.22; /* minimum opacity */
    }
    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-shrink {
    0%, 25%, 100% {
        /* minimum scale and opacity */
        transform: scale(0.5);
        opacity: 0.25;
    }
    26% {
        transform: scale(1);
        opacity: 1;
    }
}
.modal-wrapper {
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    //background:rgba(0,0,0,.7);
    z-index:1000000;
}

.overlay {
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
}

.modal-window {
    width:300px;
    height:500px;
    z-index:2;
}

@media (min-width: 968px){
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}
.product-layout.product-grid {
    background-color: #FFF;
}
.owl-item .birca-tov-stock-rassrochca-block-tov {
    z-index: 999;
    right: 0;
}

.well-2 {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
}

.content-404 a {
    color: #666;
    font-size: 16px;
}

.scroll-up {
    padding: 10px;
    width:38px;
    background: #0C1021;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:93px;
    left:100px;
    display:none;
    z-index: 9999;
}
.scroll-down {
    padding: 10px;
    width:38px;
    background: #0C1021;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    left:100px;
    display:none;
    z-index: 9999;
}

.product-thumb .manuf-href {
    right: 15px;
    //position: absolute;
    z-index: 1000;
    float: right;
}
.cursor-pointer {
    cursor: pointer;
}

#input-sort {
    min-width:200px;
}

#input-sort option {
    font-family: "Helvetica Neue",Helvetica,Arial,"sans-serif";
}
select:focus {
    font-size: 12px !important;
}

.b-source_tooltip {
    margin-left: 6px;
}

.b-source_tooltip:hover {
    background-position: 0 -12px;
}

.b-source_tooltip {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 1px;
    cursor: pointer;
    pointer-events: auto;
    background: url(/image/catalog/b-source_tooltip.png);
    vertical-align: text-top;
}

.product-card-up {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
}

.product-cart-height-485 {
    min-height: 415px;
}

.product-card-down {
    margin-bottom: 10px;
    //margin-left: 0px;
    margin-right: 0px;
}

.btn-small {
    width : 150px !important;
}

.w-130 {
    min-width : 130px !important;
}

.erip-text {
    font-weight: 700;
    font-size: 18px;
}
.erip-number {
    color: #ffd60c;
    font-weight: 700;
    font-size: 24px;
}
.erip-comment {
    color: #F00;
    font-weight: 600;
    font-size: 14px;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0px !important;
}

.city-services {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 2px dotted #000000;
}

.href-product-cart {
    font-size: 14px;
    border-bottom: 1px dotted #23a1d1;
}

.multi-price {
    font-weight: 700;
}
.row-address_current_city_id {
    display: none !important;
}

.hide-phone {
    position: absolute;
    color: rgb(17, 105, 238);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(20, 33, 167, 0) 0%, white 35%, white 100%) repeat scroll 0% 0%;
    display: flex;
    -moz-box-pack: end;
    justify-content: flex-end;
    -moz-box-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: -40px;
}

.hide-phone-text {
    font-size: 12px;
    font-weight: 400;
    margin-right: 70px;
    color: rgb(17, 105, 238);
    cursor: pointer;
}

.content-reviews {
    font-family: 'Circe', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 150%;
    letter-spacing: 1px;
}

.list-group {
    margin-top: 20px;
}

.row-m-t{
    margin-top : 20px;
    margin-bottom : 20px;
}

.f-right {
    float: right;
}

.control-label {
    text-align: left !important;
}

.wait {
    text-align: center;
    font-weight: 700;
    color: #4e4e4e;
    font-size: 20px;
    height: 100px;
}

h2 a {
    color: #444;
}

.dropdown-menu-header {
    background: #959595;
}

.dropdown-menu-header a {
    width: 100% !important;
    margin: 0 !important;
}
.dropdown-menu-header a:hover {
    background: #eea437 !important;
}
.dropdown-menu-header {
    line-height: 20px !important;
}
.cart-name {
    font-size: 16px;
    font-weight: 600;
}

.cart-total {
    font-size: 16px;
    font-weight: 600;
    float: right;
    padding-right: 10px;
}

#removeCoupon {
    cursor: pointer;
}

.container-subscribe {
    background-color: #f3f3f3;
    min-height: 130px;
    padding:5px;
}

#subscribe-email_error {
    display: none;
}

#subscribe-email_success {
    display: none;
}
