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
}

h1, h2, h3, h5, h6 {
    font-family: 'Gabriela', serif
}

.fa {
    font-size: 14px
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 21px
}

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: 400
}

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: red;
    font-weight: 700
}

.dropdown-menu li > a:hover, .side-menu-wrapper li > a:hover {
    text-decoration: none;
    color: #fff;
    background-repeat: repeat-x;
    border-radius: 2px;
    background: #e0262f
}

#top {
    border-top: 1px solid rgba(251, 251, 251, 0.22);
    padding: 4px 0 3px;
    margin: 0 0 20px;
    min-height: 40px;
    background: #0d77c1;
    background-image: url(../image/stars3_top.png);
    background-position: 78px 2px;
    color: #fff
}

#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: #fff;
    text-decoration: none;
    margin: 0 5px
}

#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
}

#search {
    box-shadow: 0 0 12px 1px rgba(73, 105, 221, 0.52)
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border: none
}

#search .btn-lg {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 13px;
    background: #ff3605;
    color: #fff;
    text-shadow: none;
    border: none;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 15px rgba(229, 0, 0, 0.58);
    background: rgba(248, 80, 50, 1);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(50%, rgba(241, 111, 92, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%)
}

#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;
    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;
    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: none;
        border-radius: 0;
        color: #fff
    }
}

#content {
    min-height: 600px
}

footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #0b65a5;
    background-image: url(../image/stars3_footer_230_.png);
    border-top: 1px solid #fff;
    color: #fff
}

footer hr {
    border-top: none;
    border-bottom: 1px solid rgba(251, 251, 251, 0.22)
}

footer a {
    color: #f2f2f2
}

footer a:hover {
    color: #fff
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.alert {
    padding: 8px 14px
}

.breadcrumb {
    margin: 0 0 20px;
    padding: 8px 5px;
    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: -13px;
    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
}

.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: 15px
}

.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: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px
}

.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
}

.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
}

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

.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: 700
}

.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 10px
    }
}

@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: 0
    }
}

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

.rating .fa-stack {
    font-size: 8px
}

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

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

.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
    }

    .breadcrumb > li {
        padding: 0 0 0 10px;
        text-decoration: underline
    }

    .breadcrumb > li:after {
        border: none !important
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: 700;
    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
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    background: #fff4f
}

b, strong {
    font-weight: 600;
    color: #0d77c1
}

a {
    font-size: 15px
}

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: 16px
}

.head {
    padding: 18px 0 10px;
    background: #0d77c1;
    background-image: url(../image/stars3_top.png);
    background-position: 298px 58px
}

#logo {
    width: 152px;
    margin-top: -11px;
    margin-left: 0;
    position: relative;
    margin-bottom: 0
}

#top .container {
    padding: 0 !important
}

.btn-catalog .btn {
    background: #ff3605;
    color: #fff;
    text-shadow: none;
    border: none;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 15px rgba(229, 0, 0, 0.58);
    background: rgba(248, 80, 50, 1);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(50%, rgba(241, 111, 92, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%)
}

.btn-catalog .btn:hover {
    opacity: .95;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.76);
    background: #ff3605;
    color: #fff;
    text-shadow: none;
    border: none;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 15px rgba(229, 0, 0, 0.58);
    background: rgba(248, 80, 50, 1);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(50%, rgba(241, 111, 92, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%)
}

.btn-catalog .menu-catalog {
    padding: 1px 5px 6px 0;
    font-size: 14px;
    line-height: 0
}

.btn-catalog .glyphicon {
    font-size: 14px
}

.btn-catalog .dropdown-menu {
    padding: 10px
}

.menu-catalog span.glyphicon {
    display: inline-block;
    vertical-align: 0;
    margin: 2px 5px;
    font-size: 13px
}

.phone {
    padding: 8px
}

.phone a, .footer .phone a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none !important
}

.phone {
    font-size: 16px
}

#top-links .dropdown-menu li a {
    color: #333
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: red;
    background: none
}

.dropdown-menu-phone {
    background: none;
    font-size: 12px;
    background: #fff
}

.dropdown-menu-phone span {
    font-size: 14px
}

.dropdown-menu-phone a {
    font-size: 18px;
    background-color: none;
    font-weight: 400;
    color: #ff3e77
}

.dropdown-menu-phone div {
    width: 240px;
    text-align: center;
    padding: 2px
}

.dropdown-menu-phone hr {
    margin: 7px
}

.btn-primary {
    background: #e0262f;
    color: #fff;
    text-shadow: none;
    border: none;
    line-height: 1;
    padding: 10px 10px 12px;
    font-size: 14px;
    max-width: 120px;
    min-width: 40px;
    border-radius: 11px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
    box-shadow: 0 5px 5px rgba(229, 0, 0, 0.26);
    background: rgba(248, 80, 50, 1);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(50%, rgba(241, 111, 92, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%)
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #e0262f;
    background: #e0262f;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9)
}

a {
    color: #4281d1
}

h1, h2, h3 {
    color: #4281d1;
    margin-top: 0;
    font-size: 23px
}

.product h1 {
    font-size: 23px;
    font-family: 'Open Sans', sans-serif
}

.text-right {
    text-align: right !important
}

.btn-inverse, .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active,
.btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background: rgba(0, 0, 255, 0);
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 6px
}

#cart > .btn {
    font-size: 15px !important
}

#cart {
    margin-bottom: 15px !important
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#cart .btn-lg {
    padding: 10px 0
}

@media (min-width:320px) and (max-width:768px) {
    #cart .fa, .phone .fa-phone {
        font-size: 20px;
        line-height: 1px
    }

    #top-links {
        font-size: 15px
    }

    #top-links a {
        font-size: 14px;
        padding: 0 0 0 10px
    }

    .fa {
        font-size: 19px
    }

    .fa-shopping-cart {
        font-size: 15px
    }

    #search .fa {
        font-size: 19px !important
    }

    .btn-catalog .menu-catalog {
        padding: 1px 1px 6px 0
    }

    .dropdown-menu-phone {
        width: 240px
    }

    .dropdown-menu-phone span {
        font-size: 14px
    }

    .dropdown-menu-phone a {
        font-size: 18px
    }

    #top-links .dropdown-menu li a, .dropdown-menu > li > a {
        padding: 7px !important;
        border-radius: 2px
    }
}

@media (max-width:320px) {
    #top-links li, #top-links a {
        margin: 0 3px
    }

    .categorywall h4 {
        font-size: 10px !important
    }

    .side-menu-wrapper {
        width: 250px !important
    }
}

@media (max-width:414px) and (orientation:portrait) {
    .categorywall h4 {
        font-size: 12px !important
    }
}

@media (max-width:320px) and (orientation:portrait) {
    .categorywall h4 {
        font-size: 12px !important
    }

    .top-city {
        display: none
    }
}

@media (min-width:768px) {
    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: 13px !important
    }
}

.list-inline {
    margin-left: 0
}

.col-logo {
    padding-left: 0 !important
}

.flycart-options-header {
    background-color: #356DBB;
    color: rgba(255, 255, 255, 1)
}

.flycart-header-info {
    color: rgba(251, 255, 252, 1)
}

.flycart-options-close {
    fill: rgba(255, 255, 255, 1);
    fill: rgba(255, 255, 255, 1)
}

#search .fa {
    font-size: 18px
}

.fa-youtube-play {
    font-size: 29px;
    display: inline-block;
    vertical-align: -6px;
    color: rgba(231, 56, 39, 1);
    background: #fff;
    padding: 0 3px 0 4px;
    border-radius: 7px
}

.youtube-play {
    background: red
}

.product-thumb .button-group .youtube-play button {
    background-color: rgba(255, 5, 30, 0.89) !important
}

.iSearchBoxWrapper .iSearchBox {
    width: 100% !important
}

.pull-center {
    transform: translateX(-50%);
    left: 50%
}

.dropdown-menu .specials {
    color: red
}

.dropdown-menu .background-button a {
    color: #fff;
    background-color: #356DBB;
    color: #fff
}

.product-thumb {
    border: 1px solid rgba(221, 221, 221, 0.57);
    margin-bottom: 20px;
    overflow: auto;
    border-radius: 10px;
    background: #fff;
    overflow: hidden
}

.product-thumb .specials {
    min-height: 333px
}

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

.product-thumb .button-group button {
    color: #fff;
    background-color: #e0262f;
    text-decoration: none;
    cursor: pointer;
    line-height: 2.3;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 40px !important;
    max-width: 40px !important;
    min-width: 40px !important;
    float: right;
    padding: 1px !important;
    background: rgba(248, 80, 50, 1);
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(50%, rgba(241, 111, 92, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%)
}

.product-thumb .button-group button .fa {
    font-size: 18px;
    vertical-align: -1px;
    padding: 0;
    padding: 0 0 !important;
    margin: 0 !important
}

.product-thumb .button-group button {
    font-weight: 400
}

@media (min-width:1200px) {
    .container {
        width: 1180px
    }

    .col-lg-4 {
        width: 33.33% !important
    }
}

.product-thumb .price {
    color: #f00507 !important;
    font-size: 19px !important;
    line-height: .8;
    vertical-align: -7px;
    display: inline-block;
    font-weight: 700
}

.product-thumb .price-new {
    font-weight: 700 !important
}

.description, .description b, strong, .description p, .description a,
.description li, .main_description span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #666 !important
}

.description a {color:#4281d1!important;}


.description img {
    width: 100% !important;
    border-radius: 5px
}

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

.description b, strong {
    color: #0d77c1
}

.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #d2242c
}

.button-youtube a {
    background: red;
    color: red
}

.button-youtube {
    width: 20% !important
}

.product-thumb-top {
    margin: 8px 4px 0
}

.product-thumb .image {
    margin-top: 42px;
    padding: 3px
}

.sku {
    display: inline-block;
    float: right;
    line-height: 1.2;
    color: #b9b9b9;
    font-size: 12px;
    overflow: hidden;
    text-align: right;
    margin-top: 5px
}

.dropdown-menu.pull-right, .dropdown-menu.pull-left, .dropdown-menu.pull-center {
    margin: 12px
}

.button-cart .button {
    padding: 10px;
    background: red
}

.product-thumb .button-group {
    border-top: none;
    overflow: initial !important
}

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

.caption h4 {
    font-size: 15px;
    text-align: center;
    margin: 7px 10px 0;
    min-height: 55px;
    text-transform: uppercase;
    line-height: 1.2;
    overflow: hidden;
    height: 54px
}

.product-thumb .price-old {
    color: #b9b9b9;
    text-decoration: line-through;
    margin-left: 3px;
    font-weight: 400;
    font-size: 13px
}

#content {
    min-height: 600px !important
}

#content-b {
    min-height: 600px !important
}

@media (max-width:1200px) {
    .product-grid .product-thumb .caption {
        min-height: initial
    }
}

.thumbnails {
    margin: 0
}

.thumbnails .image-additional {
    margin: 0 10px 10px 0
}

.thumbnails > li {
    margin-left: 0
}

.youtube-product {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transform: rotate(0.000001deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #000
}

iframe {
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-transform: rotate(0.000001deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #000
}

.list-unstyled .price, .list-unstyled .price-new {
    color: #f00507;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    float: left;
    margin: 7px 7px 26px 0
}

.list-unstyled .price-old {
    color: rgba(128, 128, 128, 0.54);
    text-decoration: line-through;
    display: block;
    font-size: 15px;
    line-height: 2;
    float: left;
    margin: 10px 10px 10px 0
}

#flycart-notification.advanced .flycart-button {
    font-size: 18px;
    text-transform: initial !important
}

.quantity {
    display: inline-block;
    vertical-align: 0;
    margin: 5px 0;
    font-size: 14px
}

@media screen and (min-width:1024px) {
    .nav > li.dropdown.open .table-cell .dropdown-menu {
        display: table;
        border-radius: 0;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0
    }

    .table-cell .dropdown-menu > li {
        display: table-cell;
        height: 35px;
        vertical-align: middle
    }
}

.wishlist-compare {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
    box-shadow: 0 5px 5px rgba(229, 0, 0, 0.26);
    border: none;
    padding: 7px 8px;
    border-radius: 5px !important;
    color: #fff;
    background: #e0262f;
    margin: 10px 10px 0 0;
    background: -moz-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 80, 50, 1)), color-stop(50%, rgba(241, 111, 92, 1)), color-stop(51%, rgba(246, 41, 12, 1)), color-stop(71%, rgba(240, 47, 23, 1)), color-stop(100%, rgba(231, 56, 39, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 50%, rgba(246, 41, 12, 1) 51%, rgba(240, 47, 23, 1) 71%, rgba(231, 56, 39, 1) 100%)
}

.wishlist-compare:hover {
    color: #fff;
    text-shadow: 0 0 10px #fff
}

#top-links a:hover {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.39)
}

.tooltip-inner {
    border-radius: 7px;
    padding: 6px;
    font-size: 13px;
    opacity: 1 !important;
    color: #fff;
    background-color: #0d77c1 !important;
    box-shadow: 1px 1px 11px rgba(5, 136, 255, 0.53)
}

.tooltip-arrow {
    border-top-color: #0d77c1 !important;
    border-bottom-color: #0d77c1 !important
}

#product .btn-block {
    width: inherit;
    width: auto !important;
    padding: 10px 15px 10px 14px
}

.padding-left-0 {
    padding-left: 0
}

.padding-right-0 {
    padding-right: 0
}

#product .form-group {
    margin-bottom: initial !important
}

#product .form-control {
    max-width: 35px !important;
    width: auto
}

.product-thumb .image img {
    max-width: 170px;
    border-radius: 6px
}

.center {
    text-align: center
}

.video {
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    margin-top: 0;
    z-index: 100;
    line-height: .9
}

#d_quickcheckout .radio label, #d_quickcheckout * {
    font-size: 15px !important
}

#d_quickcheckout .form-horizontal .control-label {
    text-align: left !important;
    line-height: 1
}

.w-100 {
    width: 100% !important;
    max-width: initial
}

.pull-left .btn-default {
    background-color: #356DBB !important;
    background: #356DBB !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 5px 5px rgba(17, 65, 229, 0.26) !important;
    border: none !important;
    font-size: 14px !important;
    color: #fff !important;
    border-radius: 10px
}

.text-left .btn-danger {
    background-color: #e0262f !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 5px 5px rgba(224, 38, 47, 0.31) !important;
    background: #e0262f !important;
    padding: 8px 10px;
    border: none;
    border-left: 2px solid #fff
}

.input-group-btn .btn-primary {
    padding: 10px
}

#cart .dropdown-menu {
    background: #fff
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff
}

.form-horizontal .control-label {
    font-size: 16px !important
}

.margin-bottom-2 {
    margin-bottom: 20px
}

.margin-bottom-3 {
    margin-bottom: 30px
}

.margin-bottom-4 {
    margin-bottom: 40px
}

.margin-bottom-5 {
    margin-bottom: 50px
}

.margin-top-2 {
    margin-top: 20px
}

.margin-top-3 {
    margin-top: 30px
}

.margin-top-4 {
    margin-top: 40px
}

.margin-top-5 {
    margin-top: 50px
}

.categorywall {
    border: 1px solid rgba(221, 221, 221, 0.57);
    padding: 11px;
    border-radius: 6px
}

.categorywall .img {
    float: left;
    background: red;
    text-align: left;
    width: 130px !important
}

.categorywall .image {
    text-align: center
}

.categorywall .image img {
    width: 70px;
    height: 70px
}

.categorywall span {
    color: red
}

.categorywall-home {
    margin: 20px 0 0
}

.categorywall a {
    display: inline-block;
    vertical-align: -14px;
    margin: 2px 5px;
    font-size: 13px
}

.categorywall h4 {
    color: #356DBB;
    display: inline-block;
    vertical-align: -8px;
    text-decoration: underline;
    min-height: 27px;
    font-size: 15px!important;
}

.categorywall-right {
    padding-right: 17px;
    text-align: center
}

@media (max-width:768px) {
    .categorywall {
        padding: 0
    }

    .categorywall .image img {
        margin-top: 10px
    }

    .categorywall h4 {
        vertical-align: 0 !important;
        margin-bottom: 0
    }

    h2, h4, h3, h3 a {
        font-size: 17px !important
    }

    #logo {
        width: 132px
    }
    
.categorywall-home{padding: 5px;}
.category-menu {padding:10px}
.categorywall-home {margin: 0px 0 0;}
    
}

@media (max-width:992px) {
    .categorywall .image img {
        width: 70px;
        height: 70px
    }

    .categorywall-right {
        margin: 0 !important
    }
}

.mfp-iframe-holder .mfp-content {
    max-width: 85% !important;
    border: 9px solid #000 !important;
    border-radius: 7px !important
}

.mfp-iframe-holder .mfp-close {
    top: -4px !important;
    right: -3px !important;
    padding-right: 0 !important;
    border-radius: 7px 7px 7px 7px !important;
    background: #fff !important;
    color: #000 !important;
    width: 39px !important;
    font-weight: 700 !important;
    text-align: center !important;
    line-height: 37px;
    opacity: 1 !important;
    height: 37px
}

.top-city {
    margin-right: 20px
}

.col-cart {
    padding-right: 0 !important
}

@media (max-width:768px) {
    .imcallask-click {
        padding: 10px 10px 9px
    }

    .imcallask-click span {
        vertical-align: 2px
    }

    .imcallask-btn-mini {
        display: none
    }

    .categorywall h4 {
        font-size: 15px
    }

    .categorywall {
        padding-bottom: 15px !important;
        height: 160px !important
    }

    .breadcrumb > li {
        white-space: initial !important
    }
}

@media (max-width:413px) {
    #top .glyphicon {
        display: none
    }

    #top-links li, #top-links a {
        margin: 0 7px 0 2px !important
    }

    #top-links a {
        margin: 0 3px 0 1px !important
    }
}

@media (min-width:415px) and (max-width:434px) {
    #top-links a {
        margin: 0 6px 0 1px !important
    }
}

@media (max-width:414px) {
    .categorywall a {
        margin: 0 4px
    }

    .categorywall {
        height: 140px !important
    }
}

@media (min-width:768px)and (max-width:992px) {
    .categorywall {
        height: 149px
    }
}

.stock_status {
    color: grey;
    background-color: #fff;
    background: #fff;
    height: 52px;
    line-height: 2.3
}

.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    opacity: .7;
    border-radius: 0 0 6px 6px
}

.stock_status_image {
    position: absolute;
    top: 50%;
    left: 32%;
    box-shadow: 0 0 4px 1px grey;
    border-radius: 5px;
    padding: 3px 6px;
    background: #fff;
    font-size: 11px
}

.font-italic {
    font-style: italic !important
}

.font-weight-light {
    font-weight: 300 !important
}

.dropdown-menu > li > a {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #eaeaea;
    border-radius: 2px
}

@media(max-width:1200px) {
    .for-large-screens {
        display: none
    }
}

@media(min-width:1201px) {
    .for-small-screens {
        display: none
    }
}

@media(max-width:768px) {
    .for-small-xs-hidden {
        display: none
    }
}

.small a, .small {
    font-size: 12px !important
}

.white, .white a {
    color: #fff !important
}

@media (min-width:992px)and (max-width:1199px) {
    .caption h4 {
        overflow: hidden;
        height: 54px
    }
}

.whatsapp, .soc, .VK, .INS {
    display: block;
    width: 100% !important
}

.whatsapp .fa-whatsapp {
    font-size: 18px;
    color: green
}

.whatsapp a {
    font-size: 14px;
    color: #008400
}

.soc a {
    color: #356DBB;
    font-size: 14px
}

.fa-vk, .fa-instagram {
    font-size: 18px
}

footer a {
    color: #fff;
    text-shadow: 1px 1px 10px #fff33
}

footer a:hover {
    opacity: .9
}

footer .list-unstyled a:hover {
    opacity: .9;
    text-decoration: underline
}

.footer-soc .fa-vk, .footer-soc .fa-instagram, .footer-soc .fa-whatsapp {
    font-size: 28px;
    color: #fff;
    padding: 10px;
    text-shadow: 1px 1px 10px #fff54
}

.fa-vk:hover, .fa-instagram:hover, .fa-whatsapp:hover {
    opacity: .8
}

.tab-content p, .tab-content span, .tab-content p span {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.4
}

.thumbnails-sklad img {
    transition: all 400ms;
    box-shadow: 0 0 3px #9a9a9a;
    border-radius: 10px;
    padding: 5px;
    background: #fff;
    margin: 4px 10px 20px 0;
    width: 100%
}

.list-inline > li {
    padding-right: 0
}

#top-links li, #top-links a {
    margin: 0 9px
}

.custom-btn {
    position: relative;
    overflow: hidden
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 9.3s;
    transition: ease 9.3s
}

.custom-btn:after {
    content: "";
    display: block;
    box-shadow: 0 0 10px 10px #fff;
    opacity: .3;
    height: 30px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 1;
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }

    30% {
        left: 110%;
        margin-left: 80px
    }

    100% {
        left: 110%;
        margin-left: 80px
    }
}

.contact-us-icons {
    margin-bottom: 20px;
    color: #4281d1
}

.contact-us-icons a {
    padding: 3px
}

.contact-us-icons .fa {
    font-size: 25px;
    padding: 5px 6px
}

.contact-us-icons .whats .fa {
    color: #fff
}

.whatsap {
    color: #008400
}

.inst {
    color: #92582a
}

.attribute {
    display: none
}

.modal-body {
    padding: 15px 15px 0
}

@media (min-width:1200px) {
    .product-thumb .price-new {
        display: block
    }

    .category .product-thumb .image-atr img {
      margin-left: initial !important;
        max-width: 110px;
        border-radius: 10px
    }

    .category .attribute {
         position: relative;
        display: initial;
        color: #577399;
        text-align: right;
        font-size: 11px !important;
        line-height: 1.3;
        position: absolute;
        float: right;
        width: 135px;
        top: 70px;
        right: 30px
    }

.attribute-addimage {margin-bottom:20px}
.category .attribute span {
background: #fff
    }
}

@media (min-width:375px)and (max-width:560px) {
    .category .product-thumb .image-atr img {
        margin-left: initial !important;
        max-width: 145px;
        border-radius: 10px
    }

  .category .attribute {
        display: initial;
        color: #4281d1;
        text-align: right;
        font-size: 13px !important;
        line-height: 1.3;
        position: absolute;
        float: right;
        top: 35px;
        right: 45px;
        background: #fff;
        border-radius: 5px;
        padding: 40px 0;
        height: 140px;
        width: 150px
    }
    
.add-images {position: relative; top:30px!important; right:0px;}
.attribute-addimage {margin-bottom:30px;}
    
}

@media (max-width:768px) {
    .side-menu-wrapper {
        background: #fff;
        padding: 40px 11px 20px 7px;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 2000;
        transition: .3s;
        width: 340px;
        /*box-shadow: 1px 1px 10px grey;*/
        box-sizing: border-box
    }

    .side-menu-wrapper > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        height: 90%
    }

    .side-menu-wrapper > ul > li > a {
        display: block;
        border-bottom: 1px solid #ede8ed;
        padding: 7px 4px;
        color: #356DBB;
        font-size: 15px;
        text-decoration: none
    }

    .side-menu-wrapper .specials {
        color: #ff3e77
    }

    .menu-slide .side-menu-wrapper > ul > li > a {
        color: #fff !important
    }

    .side-menu-wrapper > a.menu-close {
        padding: 0 5px 44px 23px;
        color: #6B6B6B;
        display: block;
        margin: -30px 0 -25px -39px;
        font-size: 35px;
        text-decoration: none;
        float: right
    }

    .side-menu-wrapper > a.menu-city {
        color: #6B6B6B;
        display: block;
        font-size: 45px !important;
        text-decoration: none;
        float: left;
        position: absolute;
        top: 0;
        left: 10px
    }

    .side-menu-wrapper > menu-city a {
        font-size: 45px !important
    }

    .menu-overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1500;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .7);
        overflow-y: auto;
        overflow-x: hidden;
        text-align: center;
        opacity: 0;
        transition: opacity 1s
    }

    .btn-catalog .dropdown-menu {
        display: none
    }
}

.menu-overlay .phone {
    font-size: 20px
}

.menu-overlay .phone a {
    font-size: 20px
}

.side-menu-wrapper .phone {
    font-size: 21px !important;
    color: #ff3e77;
    font-weight: 600
}

.side-menu-wrapper .timework {
    font-size: 13px;
    margin-bottom: 30px
}

.side-menu-wrapper span {
    font-size: 14px;
    color: #356DBB
}

.side-menu-wrapper .soc {
    margin-top: 19px;
    margin-bottom: 20px;
    font-size: 20px
}

.side-menu-wrapper .soc a {
    font-size: 20px
}

.side-menu-wrapper .soc .fa {
    font-size: 33px;
    padding: 12px;
    font-size: 30px
}

.side-menu-wrapper .fa-whatsapp {
    font-size: 17px
}

.zvonok {
    cursor: pointer;
    text-decoration: underline;
    padding-right: 5px
}

footer .imcallask-click {
    padding: initial;
    padding-right: 5px
}

footer .small {
    line-height: 1.3
}

.home-cat-img {
    width: 25px;
    margin-right: 5px
}

.home-cat-img-top {
    width: 25px;
    margin-right: 8px
}

.image-home img {
    width: 50px
}

.image-home {
    width: 140px
}

.image-home span {
    color: grey
}

.categorywall-icons {
    padding: 11px;
    border-radius: 6px;
    line-height: 1
}

.categorywall-icons .image {
    text-align: center
}

.categorywall-icons .image img {
    width: 47px
}

.categorywall-icons span {
    color: #356DBB;
    font-size: 13px
}

.block {
    margin: 20px
}

.calcs {
    margin-top: 10px;
    margin-bottom: 10px
}

.ec-calc-made, .ec-calc-agree {
    display: none !important
}

.ec-calc__close {
    right: 9px !important;
    top: 8px !important;
    font-size: 24px !important
}

.col-cart {
    padding-right: initial
}

@media (max-width:414px) and (orientation:portrait) {
    .col-phone {
        padding-right: 20px !important
    }

    .col-cart {
        padding-right: 15px !important
    }

    #top-links a {
        margin: 0 9px 0 1px !important
    }
}

.information img {
    width: 70% !important;
    height: 100% !important;
    border-radius: 6px !important
}

@media (max-width:768px) {
    .information img {
        width: 90% !important;
        height: 98% !important;
        margin: 10px
    }
}

@media (min-width:375px) {
    .btn-primary {
        max-width: initial
    }
}

@media (max-width:320px) {
    .ec-calc {
        padding: 28px 23px 14px 60px !important;
        width: initial !important
    }
}

.html iframe {
    margin: 5px 15px 5px 0 !important;
    height: auto;
    width: auto
}

@media (min-width:768px) {
    .html iframe {
        height: 300px;
        width: 540px
    }
}

@media (max-width:768px) {
    .html iframe {
        width: 100%;
        height: 210px;
        left: 0;
        top: 0;
        margin: 0 !important;
        float: initial !important
    }
}

.maps {
    height: 300px;
    margin-bottom: 15px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    -khtml-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

#d_quickcheckout #shipping_method .radio label .price {
    color: red
}

@media (max-width:414px) {
    .caption h4 {
        min-height: 40px;
        height: 40px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .caption h4 {
        height: 57px
    }
}

@media (min-width:1200px) {
    .caption h4 {
        margin: 7px 27px 0
    }
}

.whats {
    color: #008400 !important
}

.margin-bottom-3px {
    margin-bottom: 3px
}

@media (max-width:768px) {
    .margin-bottom-3px {
        margin-bottom: 12px
    }
}

@media (max-width:768px) {
    .btn-primary {
        max-width: initial !important
    }
}

.success-text a {
    font-size: 20px;
    text-decoration: underline
}

.success-text p {
    font-size: 20px
}

.main-gorod b, strong {
    color: #0d77c1 !important
}

#button-up {
    display: inline-block;
    background-color: #337ab7;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    top: 30px;
    left: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#button-up::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 35px;
    color: #fff
}

#button-up:hover {
    cursor: pointer;
    background-color: #333
}

#button-up:active {
    background-color: #555
}

#button-up.show {
    opacity: 1;
    visibility: visible
}

.btn-preorder, .btn-preorder:hover, .product-thumb .btn-preorder button {
    box-shadow: 0 5px 5px rgba(5, 92, 229, 0.35) !important;
    background: rgba(97, 161, 204, 1) !important;
    background: -moz-linear-gradient(top, rgba(97, 161, 204, 1) 0%, rgba(71, 139, 194, 1) 50%, rgba(0, 87, 168, 1) 51%, rgba(56, 135, 220, 1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97, 161, 204, 1)), color-stop(50%, rgba(71, 139, 194, 1)), color-stop(51%, rgba(0, 87, 168, 1)), color-stop(100%, rgba(56, 135, 220, 1))) !important;
    background: -webkit-linear-gradient(top, rgba(97, 161, 204, 1) 0%, rgba(71, 139, 194, 1) 50%, rgba(0, 87, 168, 1) 51%, rgba(56, 135, 220, 1) 100%) !important;
    background: -o-linear-gradient(top, rgba(97, 161, 204, 1) 0%, rgba(71, 139, 194, 1) 50%, rgba(0, 87, 168, 1) 51%, rgba(56, 135, 220, 1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(97, 161, 204, 1) 0%, rgba(71, 139, 194, 1) 50%, rgba(0, 87, 168, 1) 51%, rgba(56, 135, 220, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(97, 161, 204, 1) 0%, rgba(71, 139, 194, 1) 50%, rgba(0, 87, 168, 1) 51%, rgba(56, 135, 220, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#61a1cc', endColorstr='#3887dc', GradientType=0 ) !important;
}

.btn-preorder:hover {
    opacity: 0.9 !important;
}

.product-thumb .btn-preorder button {
    box-shadow: none !important;
}

.red {
    color: #ff3a1d;
}

.status_preload {
    color: red !important;
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin: 2px
}

/* slide menu left */
.dropdown-inner ul {
    list-style: none !important;
    padding-left: 0px;
    margin: 5px;
}

.dropdown-inner ul li:hover {
    color: #fff;
    border-radius: 2px;
    background: #e0262f;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c', GradientType=0 );
    opacity: 0.9;
}

.left-menu .nav .open > a, .left-menu .nav .open > a:hover {
    color: white !important;
    background: #e0262f;
    border-radius: 2px;
}

.left-menu .nav > li > a {
    padding: 7px 4px !important;
    border-bottom: 1px solid rgba(128, 128, 128, 0.11) !important;
}

.left-menu .dropdown-inner ul li {
    padding: 4px 4px 4px 4px;
}

.menu-acord .navbar {
    margin-bottom: 0px !important;
}

.add-images {position: absolute; top: -21px; right:0px}
.add-images img {border-radius:3px; margin:0px 0px 7px 6px; width:35px;}


/* slide menu left */

.b-lazy {
    opacity: 0.2;
    background: white;
    transition: all 500ms;
}

.b-loaded {
    opacity: 1;
}

/* select */
.select select {
    display: block;
    width: 100%; /* от ширины блока div */
    padding: .75rem 2.5rem .75rem 1rem; /* отступы от текста до рамки */
    background: none; /* убираем фон */
    border: 1px solid #ccc; /* рамка */
    border-radius: 0px 3px 3px 0px; /* скругление полей формы */
    -webkit-appearance: none; /* Chrome */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* убираем дефолнтные стрелочки */
    font-family: inherit; /* наследует от родителя */
    ;
    font-size: 13px;
    color: #444;
}

.select:after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: 1;
    margin-top: -3px;
}


.mrc-shadow {
  width: 100%;
  left: 0;
  position: absolute;
  height: 70px;
  bottom: 0px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );}

.mrc-text {cursor: pointer; color:#4281d1; line-height: 2;}


/* облегченные отзывы*/

.review-bottom {
/*display:table-cell;*/
vertical-align:bottom;    
margin-bottom:10px;    
    
}

   .vertical-sreview .review-author {
     font-size: 14px;float: left;margin-right: 10px;
    }
    .vertical-sreview .review-date-added {
        color: #999;
        margin-left: 10px;
    }
  

.vertical-sreview-all {
        /*float: right;*/
        /*margin: 0px 25px 0px 0px;*/
        /*width: 100%;*/
       /*text-align: right;*/
        text-align: center;
    }
    .vertical-sreview {
        border: 1px solid #ddd;
        margin-bottom: 20px;
        overflow: auto;
        border-radius: 15px;
    }
    .vertical-sreview .caption {
        padding: 15px 20px;
      
    }
@media (min-width:992px) {
    /*.vertical-sreview .caption {min-height: 230px;}*/
}

.blog_stats {
    font-size: 13px;
    color: #999999;
    padding-bottom: 5px;
}
.blog_stats .fa {
    color: #bbbbbb;
    margin-right: 5px;
}

/* */

/* убираем обтекание списков */
li {
    list-style-position: inside;
}

ol {
    padding-left: 0rem;
}

ul {
    padding-left: 1rem;
}
/* убираем обтекание списков */



.tags-container {
    white-space: nowrap;
    overflow-x: auto;
        margin-bottom:15px;
}
.tags-container .tag-link {
    display: inline-block;
    margin-right: 4px;
    border-radius: 5px;
    border: 0px;
    font-size: 13px;
    background: rgb(211 211 211);
    color: white;
    padding: 2px 5px;
    text-decoration: none;
}
.tags-container .tag-link:hover {
    background-color: rgb(150, 150, 150);
}