body {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #252525;
    background: #f5f5f5;
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition: left .4s ease-in-out;
    -moz-transition: left .4s ease-in-out;
    -ms-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out
}

html {
    height: 100%
}

html.fancybox-enabled {
    overflow: visible
}

.attribute,.compare-info,.wishlist-info table,table.form,table.list,table.radio {
    border-collapse: collapse
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase
}

.settings,.top-panel,.top-panel a {
    position: relative
}

#contacts>#phone,#shedule div,input[type=checkbox],input[type=radio] {
    vertical-align: middle
}

#cart,.add-text .top_tabs li.language img,.button-search,.settings span,.settings-list a,.settings-list img {
    cursor: pointer
}

.navbar-nav>li,nav,nav .main-ul {
    min-height: 49px
}

.settings-list,li,nav .main-ul,ul {
    list-style: none
}

.category-dropdown,nav .main-ul>.main-li:hover>.category-dropdown {
    -webkit-transition: height 1s ease-in;
    -o-transition: height 1s ease-in;
    -ms-transition: height 1s ease-in
}

.info-page ol,.info-page ol li {
    list-style-type: decimal!important
}

#storeset_menu ul li ul li,.checkout-content .buttons,.clearfix:after,.product-info .image-additional,.product-list .additional {
    clear: both
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

.wrap,body {
    margin: 0 auto
}

.clearfix:after {
    content: '';
    display: block
}

a,a:visited {
    text-decoration: none;
    color: #252525
}

a:hover {
    text-decoration: underline
}

a:focus {
    outline: 0
}

.wrap {
    width: 1024px
}

.h1,h1 {
    font-size: 16px;
    line-height: 30px
}

.h2,h2 {
    font-size: 14px;
    line-height: 26px
}

.h3,h3 {
    font-size: 13px;
    line-height: 24px
}

.h4,.h5,.h6,h4,h5,h6 {
    font-size: 12px;
    line-height: 23px
}

.top-panel .top-left-ul li a,.top-panel a {
    font-size: 13px;
    line-height: 40px
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 0
}

.left {
    float: left
}

.right {
    float: right
}

.close-desktop-search {
    display: none
}

#close-desktop-search {
    position: absolute;
    right: -41px;
    top: 50px;
    background: #ff5100;
    color: #fff;
    z-index: 10000;
    padding: 10px;
    width: 40px;
    text-align: center;
    transition-duration: .2s;
    transition-property: all
}

#close-desktop-search .ti-close {
    font-weight: 700;
    line-height: 30px
}

#close-desktop-search:hover {
    background: #000;
    cursor: pointer;
    transition-duration: .2s;
    transition-property: all
}

input,select,textarea {
    padding: 5px 5px 5px 8px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

a:focus,a:hover {
    color: inherit
}

.top-panel {
    height: 40px;
    width: 100%;
    z-index: 22;
    color: #333;
    background: #000;
    font-size: 13px
}

.top-panel-ul {
    height: 40px;
    overflow: hidden
}

.top-panel a {
    color: #dbf3ff;
    display: block;
    float: left;
    padding: 0 18px 0 0
}

#cart,.top-panel .top-right {
    float: right
}

.top-panel a:hover {
    text-decoration: none
}

.settings {
    float: left;
    font-size: 13px!important;
    line-height: 40px!important;
    color: #dbf3ff;
    padding-left: 18px
}

.settings-list {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 120px;
    background: #000;
    padding: 10px;
    color: #dbf3ff
}

.settings-list li {
    display: block;
    float: none;
    color: #dbf3ff;
    padding: 0 5px
}

.settings-list a {
    color: #dbf3ff;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0
}

.settings-list b {
    color: #FF7378
}

.top-right .logged {
    color: #FFF;
    background: #FF5100;
    margin: 0 7px 0 0;
    padding-left: 18px
}

.top-right .logged:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 4px;
    background: url(../images/logged.png) no-repeat;
    width: 10px;
    height: 11px
}

#contacts,#contacts>#phone,header {
    position: relative
}

header {
    padding-top: 10px
}

.header_logo {
    display: block;
    width: 100%;
    margin: 14px 60px 0 10px
}

#sidebar {
    background: #fff;
    position: absolute;
    width: 250px;
    left: -250px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10001;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#sidebar.hero {
    left: 0;
    position: fixed;
    overflow-y: scroll;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#sidebar.hero #accordion {
    position: relative;
    top: 0;
    bottom: 0;
    height: 89%;
    overflow-y: scroll
}

#sidebar-toggle .bar {
    display: block;
    width: 25px;
    margin-bottom: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 1px
}

#sidebar-toggle .bar:last-child,.submenu {
    margin-bottom: 0
}

#sidebar-toggle span {
    font-size: 24px
}

img.mobile-logo-img {
    width: 80%
}

.submenu {
    max-height: 0;
    overflow: hidden;
    transition: all 250ms ease
}

#sidebar .sidebar-a {
    display: block;
    min-height: 44px;
    border-top: 1px dotted #2B2B2B;
    line-height: 44px;
    font-size: 16px
}

#sidebar a#show-categories {
    border-top: 0
}

#sidebar .sidebar-a i {
    margin: 0 18px
}

.top-panel #search {
    display: none
}

.top-panel .sb-search {
    height: 46px
}

.top-panel .sb-icon-search,.top-panel .sb-search-submit {
    width: 60px;
    height: 46px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 46px;
    text-align: center;
    cursor: pointer
}

.search-top {
    margin: 16px 0
}

#search-top span {
    font-size: 24px
}

.cart-top-mobile,.login-top-mobile {
    margin: 14px 0
}

.cart-top-mobile span,.login-top-mobile span {
    font-size: 26px
}

.cart-top-mobile {
    position: relative
}

#sb-search.open {
    width: 359px
}

.cart-top-mobile .cart-cols {
    position: absolute;
    top: 0;
    right: 10px;
    min-width: 15px;
    height: 15px;
    background: #FF5100;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 0 4px;
    line-height: 15px;
    display: none
}

#search-top,.cart-top-mobile,.login-top-mobile {
    display: none!important
}

.mobile-icons-top {
    float: right
}

.m-search-title {
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 50px;
    padding: 0 4px;
    position: relative
}

.m-search-title .ti-close {
    position: absolute;
    top: 14px;
    right: 10px;
    font-weight: 700
}

.search-box-top {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 100;
    padding: 0 10px;
    height: 100vh
}

.m-search-content {
    height: 92%;
    overflow-y: auto
}

#msearchresults li:last-child {
    margin-bottom: 54px!important
}

.mobile-search-result {
    margin-top: 48px;
    width: 100%
}

#msearchresults a {
    color: #000
}

#msearchresults {
    background: #fff;
    padding: 10px
}

.search-box-top input[name=search] {
    background-color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    color: #9a9a9a;
    text-align: left;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.search-box-top input[type=submit] {
    display: inline-block;
    padding: 11px 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: none;
    margin-left: 0;
    margin-right: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

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

#megamenu-menu .dropdown-inner {
    display: table
}

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

#megamenu-menu .dropdown-inner a {
    display: block;
    padding: 4px 2px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 13px
}

#megamenu-menu #category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2)
}

#megamenu-menu .btn-navbar {
    font-size: 18px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 0;
    float: left
}

#megamenu-menu .btn-navbar.disabled,#megamenu-menu .btn-navbar:active,#megamenu-menu .btn-navbar:focus,#megamenu-menu .btn-navbar:hover,#megamenu-menu .btn-navbar[disabled] {
    color: #fff
}

@media (min-width: 992px) {
    #megamenu-menu .dropdown-menu {
        top:49px!important;
        display: block;
        padding-bottom: 0;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        left: 0;
        right: 32px;
        -webkit-transition: opacity .6s ease-in-out;
        -moz-transition: opacity .6s ease-in-out;
        -o-transition: opacity .6s ease-in-out;
        border-radius: 0
    }

    #megamenu-menu .dropdown:hover .dropdown-menu,.oct-dropdown-menu {
        opacity: 1;
        top: 49px;
        visibility: visible
    }

    .new-drop {
        position: static!important
    }

    .to_top .dropdown-menu.megamenu-type-category-full,.to_top .dropdown-menu.megamenu-type-manufacturer,.to_top .dropdown-menu.megamenu-type-product {
        left: 15px!important;
        right: 15px!important
    }

    #megamenu-menu .megamenu-type-category-simple ul.megamenu-haschild li {
        position: relative;
        list-style: none!important
    }

    #megamenu-menu .megamenu-type-category-simple ul.megamenu-haschild li ul {
        display: none!important
    }

    #megamenu-menu .megamenu-type-category-simple ul.megamenu-haschild li:hover>ul {
        display: block!important;
        position: absolute!important;
        top: 0!important;
        left: 100%!important
    }

    #megamenu-menu .megamenu-type-category-simple .megamenu-issubchild {
        background-image: url(/catalog/view/theme/storeset/image/arrow_right.png);
        background-position: 95% 45%;
        background-repeat: no-repeat
    }

    #megamenu-menu .megamenu-type-category-simple .megamenu-ischild {
        background-clip: padding-box;
        background-color: #fff;
        border-top: 1px solid rgba(0,0,0,.15);
        border-bottom: 1px solid rgba(0,0,0,.15);
        border-right: 1px solid rgba(0,0,0,.15);
        box-shadow: 0 6px 12px rgba(0,0,0,.176);
        font-size: 14px;
        list-style: none;
        min-width: 160px;
        z-index: 1001
    }

    #megamenu-menu .megamenu-type-product .megamenu-parent-block {
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 160px
    }

    #megamenu-menu .megamenu-type-manufacturer .megamenu-parent-block {
        display: inline-block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 120px
    }

    #megamenu-menu .megamenu-type-category-full .megamenu-parent-block,#megamenu-menu .megamenu-type-category-full-image .megamenu-parent-block {
        display: inline-block;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 120px
    }

    #megamenu-menu .megamenu-type-product .megamenu-parent-title {
        display: block;
        padding: 5px;
        text-decoration: none
    }

    #megamenu-menu .megamenu-type-manufacturer .megamenu-parent-title {
        display: block;
        padding: 5px;
        text-decoration: none;
        font-size: 14px
    }

    #megamenu-menu .megamenu-type-manufacturer .megamenu-parent-img img,#megamenu-menu .megamenu-type-product .megamenu-parent-img img {
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 3px
    }

    #megamenu-menu .megamenu-type-manufacturer a:hover,#megamenu-menu .megamenu-type-product a:hover {
        background: 0 0!important;
        color: #333!important
    }

    #megamenu-menu .megamenu-type-category-full .megamenu-parent-title {
        border-bottom: 1px solid #eee;
        display: block;
        padding: 5px;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px
    }

    #megamenu-menu .megamenu-type-category-full-image .megamenu-parent-title:hover {
        text-decoration: underline
    }

    #megamenu-menu .megamenu-type-category-full-image .megamenu-parent-title {
        display: block;
        padding: 5px;
        text-decoration: none
    }

    #megamenu-menu .megamenu-type-category-full-image .megamenu-parent-img img {
        background: #fff;
        border: 1px solid #ececec;
        border-radius: 3px
    }

    #megamenu-menu .megamenu-type-category-full a:hover,#megamenu-menu .megamenu-type-category-full-image a:hover {
        color: #333!important;
        background: 0 0!important
    }

    #megamenu-menu .megamenu-type-category-full .megamenu-ischild a:hover,#megamenu-menu .megamenu-type-category-full-image .megamenu-ischild a:hover,#megamenu-menu .megamenu-type-manufacturer a.megamenu-parent-title:hover,#megamenu-menu .megamenu-type-product a.megamenu-parent-title:hover {
        text-decoration: underline
    }

    #megamenu-menu .megamenu-type-category-full-image a.megamenu-parent-img,#megamenu-menu .megamenu-type-manufacturer a.megamenu-parent-img,#megamenu-menu .megamenu-type-product a.megamenu-parent-img {
        padding: 0!important
    }

    #megamenu-menu .megamenu-type-category-simple .dropdown-inner,#megamenu-menu .megamenu-type-category-simple .megamenu-haschild,#megamenu-menu .megamenu-type-information .dropdown-inner,#megamenu-menu .megamenu-type-information .megamenu-haschild {
        display: block!important
    }

    #megamenu-menu .megamenu-type-category-full-image .megamenu-parent-title {
        border: 0;
        font-weight: 700
    }

    #megamenu-menu .megamenu-type-html {
        padding: 5px;
        right: auto
    }

    #megamenu-menu .megamenu-type-product .dropprice {
        color: #55b12b;
        font-size: 12px
    }

    #megamenu-menu .megamenu-type-product .dropprice span {
        margin-right: 3px;
        color: red;
        text-decoration: line-through
    }

    #megamenu-menu .megamenu-type-auth {
        padding: 10px;
        width: 217px
    }

    #megamenu-menu .megamenu-type-auth a {
        color: #23a1d1;
        padding: 0
    }

    #megamenu-menu .megamenu-type-auth a:hover {
        color: #23527c!important
    }

    #megamenu-menu .menu-add-html {
        float: right;
        height: 100%;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 10px;
        overflow: hidden;
        position: relative;
        vertical-align: bottom;
        display: inline
    }

    #megamenu-menu .megamenu-type-category-full .megamenu-haschild,#megamenu-menu .megamenu-type-category-full-image .megamenu-haschild,#megamenu-menu .megamenu-type-information .megamenu-haschild {
        display: inline;
        vertical-align: top
    }

    #megamenu-menu .megamenu-thumb {
        width: 26px;
        margin-left: -10px;
        margin-top: -4px
    }

    #megamenu-menu .dropdown-img {
        display: inline-block
    }

    #megamenu-menu .megamenu-blockwithimage {
        display: inline!important;
        vertical-align: top
    }

    #megamenu-menu .megamenu-blockwithimage li {
        width: 160px;
        display: inline-block
    }

    #megamenu-menu .dropdown .dropdown-menu {
        -webkit-transition: visibility .1s linear .2s,opacity .1s linear .2s;
        -moz-transition: visibility .1s linear .2s,opacity .1s linear .2s;
        -o-transition: visibility .1s linear .2s,opacity .1s linear .2s
    }

    #megamenu-menu .dropdown:hover .dropdown-menu {
        transition-property: all!important;
        opacity: 1
    }
}

@media (max-width: 992px) {
    #megamenu-menu .dropdown-inner,#megamenu-menu div.dropdown-inner>ul.list-unstyled {
        display:block
    }

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

    .megamenu-html-block p iframe {
        width: 94%;
        height: auto;
        color: #fff
    }

    .megamenu-html-block p {
        color: #fff
    }

    #megamenu-menu .megamenu-thumb,#megamenu-menu .megamenu-type-category-full-image .megamenu-parent-img,#megamenu-menu .megamenu-type-manufacturer .megamenu-parent-img,#megamenu-menu .megamenu-type-product .dropprice,#megamenu-menu .megamenu-type-product .megamenu-parent-img,#megamenu-menu .menu-add-html {
        display: none
    }

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

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

    #megamenu-menu .megamenu-type-category-full .megamenu-ischild,#megamenu-menu .megamenu-type-category-full-image .megamenu-ischild,#megamenu-menu .megamenu-type-category-simple .megamenu-ischild {
        padding-left: 10px
    }

    #megamenu-menu .megamenu-type-auth {
        color: #fff
    }
}

#megamenu-menu .nav>li>a {
    line-height: 49px!important;
    background-color: transparent;
    padding: 0 14px
}

#megamenu-menu .nav>li:first-child>a {
    padding-left: 0
}

.info-href {
    padding-left: 10px
}

@media (max-width: 1025px) {
    #megamenu-menu .dropdown:hover .dropdown-menu {
        max-height:100%;
        overflow-y: auto
    }
}

#megamenu-menu .dropdown:hover .dropdown-menu {
    top: 49px!important
}

.element-animation-fi {
    animation: animationFrames-fi ease .5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: animationFrames-fi ease .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: animationFrames-fi ease .5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: animationFrames-fi ease .5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: animationFrames-fi ease .5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    display: none
}

@keyframes animationFrames-fi {
    0% {
        opacity: 0;
        transform: translate(0,-5px)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@-moz-keyframes animationFrames-fi {
    0% {
        opacity: 0;
        -moz-transform: translate(0,-5px)
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0,0)
    }
}

@-webkit-keyframes animationFrames-fi {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,-5px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0)
    }
}

@-o-keyframes animationFrames-fi {
    0% {
        opacity: 0;
        -o-transform: translate(0,-5px)
    }

    100% {
        opacity: 1;
        -o-transform: translate(0,0)
    }
}

@-ms-keyframes animationFrames-fi {
    0% {
        opacity: 0;
        -ms-transform: translate(0,-5px)
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0,0)
    }
}

.element-animation-bi {
    animation: animationFrames-bi ease .5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: animationFrames-bi ease .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: animationFrames-bi ease .5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: animationFrames-bi ease .5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: animationFrames-bi ease .5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    display: none
}

@keyframes animationFrames-bi {
    0% {
        opacity: 0;
        transform: translate(0,5px)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@-moz-keyframes animationFrames-bi {
    0% {
        opacity: 0;
        -moz-transform: translate(0,5px)
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0,0)
    }
}

@-webkit-keyframes animationFrames-bi {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,5px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,0)
    }
}

@-o-keyframes animationFrames-bi {
    0% {
        opacity: 0;
        -o-transform: translate(0,5px)
    }

    100% {
        opacity: 1;
        -o-transform: translate(0,0)
    }
}

@-ms-keyframes animationFrames-bi {
    0% {
        opacity: 0;
        -ms-transform: translate(0,5px)
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0,0)
    }
}

.slideshow-box .owl-dots .owl-dot span {
    border: 2px solid rgba(0,0,0,.3);
    width: 13px;
    height: 13px;
    background: 0 0;
    box-shadow: none
}

.slideshow-box .owl-dots .owl-dot.active span {
    width: 13px;
    height: 13px;
    border: 2px solid rgba(0,0,0,.6);
    background: 0 0;
    box-shadow: none
}

.slideshow-box .owl-dots {
    padding-bottom: 10px
}

@media only screen and (min-width: 992px) {
    .slideshow-box .owl-next,.slideshow-box .owl-prev {
        display:block!important
    }
}

#contacts {
    padding-left: 48px;
    height: 70px;
    display: table;
    text-align: center;
    display: flex;
    align-items: center;
}

#contacts>#phone {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #424242;
    display: table-cell;
    margin-left: 15px;
}

#contacts .hidden-contacts {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    display: none;
    background-color: rgba(255,255,255,.98);
    padding: 5px;
    -webkit-box-shadow: 0 5px 41px 0 rgba(0,0,0,.26);
    -moz-box-shadow: 0 5px 41px 0 rgba(0,0,0,.26);
    box-shadow: 0 5px 41px 0 rgba(0,0,0,.26);
    border: 1px solid #f0f0f0;
    z-index: 10000;
    overflow: hidden;
    text-align: left
}

#contacts .hidden-contacts .address:before,#contacts .hidden-contacts .e-mail:before,#contacts .hidden-contacts .phone:before,#contacts .hidden-contacts .skype:before,#contacts .hidden-contacts .time:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 6px;
    opacity: .6
}

#cart,#contacts ul li,#shedule,nav,nav .main-ul>.main-li {
    position: relative
}

#contacts ul li {
    font-size: 12px;
    line-height: 42px;
    display: block;
    padding: 0 0 0 10px;
    height: 32px;
    color: #1c1c1c
}

#contacts ul li i {
    margin-right: 10px
}

#contacts .hidden-contacts .address {
    padding-top: 8px;
    line-height: 14px
}

#contacts .hidden-contacts .time {
    padding-top: 9px;
    line-height: 14px
}

#shedule {
    font-size: 13px;
    line-height: 22px;
    color: #424242;
    padding-left: 62px;
    text-align: center;
    display: table;
    height: 70px
}

#shedule div {
    display: table-cell
}

#right-block {
    padding-top: 20px
}

#cart {
    background-color: #FF5100;
    padding: 5px 12px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 2px;
    color: #fff!important;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#cart #cart-total,#cart a {
    color: #fff
}

#cart .content {
    display: none
}

nav {
    background: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 10px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.15)
}

.navbar {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

nav .main-ul {
    margin: 0;
    padding: 0;
    float: left
}

.info-page ul,.info-page ul li {
    list-style: disc!important
}

nav .main-ul>.main-li {
    float: left;
    z-index: 20;
    padding: 0 10px
}

#megamenu-menu .nav>li>a,nav .main-ul>.main-li>a,nav .main-ul>.main-li>a:visited {
    font-weight: 700;
    font-size: 12px;
    line-height: 49px;
    color: #dbf3ff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em
}

nav .main-ul>.main-li:hover>a {
    text-decoration: none;
    color: #fff
}

nav .main-ul>.main-li.last>a,nav .main-ul>.main-li.last>a:visited {
    color: #FDFFD2
}

nav .main-ul>.main-li.last>a:hover {
    text-decoration: none;
    color: #fff
}

nav .main-ul>.main-li:hover>.category-dropdown {
    visibility: visible;
    -moz-transition: height 1s ease-in;
    transition: height 1s ease-in;
    z-index: 19000
}

.category-dropdown {
    visibility: hidden;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    width: 200px;
    background: #fff;
    text-align: left;
    padding: 10px 0 10px 10px;
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);
    -moz-transition: height 1s ease-in;
    transition: height 1s ease-in;
    z-index: 19000
}

.category-dropdown:before {
    content: ' ';
    border-color: transparent transparent #fff;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    left: 50px;
    top: -14px;
    margin-left: -.58333em
}

nav .main-ul>.main-li .sub-ul>.sub-li .category-dropdown:before {
    content: '';
    background: url(../images/menu-arrow-hover.png) no-repeat;
    position: absolute;
    top: 24px;
    left: -10px;
    width: 6px;
    height: 9px;
    border: none
}

.category-dropdown>.sub-ul>.sub-li {
    display: block;
    position: relative
}

.category-dropdown>.sub-ul>.sub-li>a:hover {
    color: #ff5100
}

.category-dropdown>.sub-ul>.sub-li a.sub-category {
    font-size: 12px;
    line-height: 14px;
    border-top: 1px dotted #DBDBDB;
    display: block;
    padding: 10px 0;
    color: #252525
}

.category-dropdown>.sub-ul>.sub-li a.sub-category,.category-dropdown>.sub-ul>.sub-li ul li a {
    color: #252525
}

.category-dropdown>.sub-ul>.sub-li ul {
    margin-top: 10px
}

.category-dropdown>.sub-ul>.sub-li ul li {
    margin-top: 4px
}

.category-dropdown>.sub-ul>.sub-li:hover .category-dropdown {
    visibility: visible;
    -webkit-transition: height 1s ease-in;
    -moz-transition: height 1s ease-in;
    -o-transition: height 1s ease-in;
    -ms-transition: height 1s ease-in;
    transition: height 1s ease-in;
    position: absolute;
    top: -10px;
    left: 190px;
    z-index: 19000
}

.menu-alt,ul.mobile-category {
    display: none
}

#search {
    width: 40px;
    position: absolute;
    right: 31px;
    z-index: 20
}

.to_top #search {
    right: 8px
}

.to_top .dropdown-menu {
    left: 22px
}

#search input {
    background: 6px 6px no-repeat #fff;
    height: 43px;
    margin-top: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    padding: 4px
}

.button-search {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../images/ico-search.png) center center no-repeat;
    width: 14px;
    height: 14px
}

#container,.brands-slider {
    position: relative;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    margin-top: 20px
}

.slideshow {
    margin-top: 20px;
    background: #fff
}

#container {
    background: #fff;
    padding: 15px 0;
    z-index: 1;
    border-top: 1px solid #EAEAEA
}

.manufacturer-container {
    padding: 15px!important
}

.manufacturer-container #column-left {
    padding-left: 0!important
}

#no-bg {
    background: 0 0
}

.brands-slider {
    background: #fff;
    padding: 30px 10px 10px
}

.brands-slider h3,.jcarousel-wrapper h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px
}

.brands-slider .item .image img {
    width: 60%;
    opacity: .4;
    filter: alpha(opacity=40);
    transform: rotateX(0) rotateY(0);
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.brands-slider .item .image img:hover {
    opacity: 1;
    filter: alpha(opacity=40);
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3)
}

.brands-slider .slide img:hover {
    opacity: 1
}

.brands-slider .all-brands {
    position: absolute;
    color: #464646;
    font-size: 11px;
    top: 15px;
    right: 36px;
    text-decoration: underline
}

.brands-slider .bx-clone {
    display: block!important
}

.info-page ol li,.info-page ul li {
    display: list-item!important;
    text-align: -webkit-match-parent!important
}

.stock .price-old {
    text-decoration: line-through;
    font-weight: 700
}

.stock .price-new {
    color: #e22116;
    font-weight: 700
}

.item .sale {
    position: absolute;
    background: url(../images/promo.png) no-repeat;
    top: 0;
    right: 0;
    width: 82px;
    height: 82px;
    z-index: 500
}

#container .box-main,.box-main {
    background: #fff;
    position: relative
}

.view,.view .content,.view .mask {
    width: 254px;
    height: 359px;
    overflow: hidden
}

.box-main {
    margin-top: 20px;
    padding: 10px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1)
}

#container .box-main {
    margin: 20px 0;
    -webkit-box-shadow: 0 3px 18px 0 rgba(50,50,50,.13);
    -moz-box-shadow: 0 3px 18px 0 rgba(50,50,50,.13);
    box-shadow: 0 3px 18px 0 rgba(50,50,50,.13);
    border: 0!important
}

.content {
    margin-top: 20px
}

.row+.content {
    margin-top: 0
}

.content .box-main {
    border: none!important
}

.info-page {
    font-size: 12px;
    color: #444;
    padding: 0 15px
}

.info-page h1,.info-page h2 {
    color: #000;
    text-transform: uppercase
}

.info-page ol,.info-page ul {
    padding-left: 1.5em!important
}

.info-page p {
    padding-top: 10px
}

.info-page h1 {
    font-size: 28px;
    margin: 18px 0
}

.info-page h2 {
    font-size: 22px;
    margin: 22px 0 0
}

.info-page h3,.info-page h4 {
    color: #3e3e3e;
    text-transform: uppercase
}

.info-page h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 23px 0 10px
}

.info-page h4 {
    font-size: 14px;
    margin: 16px 0 0
}

.info-page+.buttons {
    margin-top: 16px
}

.box-main>.htabs {
    margin-top: 10px
}

.box-main h2 {
    font-size: 14px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 16px
}

.box-main p {
    color: #535353;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px
}

.breadcrumb {
    font-size: 12px;
    line-height: 14px;
    background: 0 0;
    padding: 20px 0;
    margin-bottom: 0
}

#container .breadcrumb {
    padding: 8px 24px
}

.breadcrumb a {
    color: #141414;
    padding: 5px
}

.manufacturer-container .breadcrumb {
    padding: 8px 0
}

.category-header {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    width: 215px;
    float: left;
    color: #252525;
    margin-bottom: 0
}

.display b,.sort {
    color: #c2c2c2
}

.first-line {
    height: 38px
}

.top-menu {
    border-bottom: 1px solid #f4f3f3;
    float: left;
    width: 97%;
    padding: 0 0 2px;
    margin: 0 15px 15px
}

.sort {
    float: right;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden;
    background: url(../images/sort-arrow-down.png) 90% no-repeat
}

.sort select {
    padding-left: 2px;
    padding-right: 16px;
    padding-bottom: 0;
    margin-right: 20px;
    text-decoration: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    border-bottom: 1px dashed #dedede;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-indent: .01px;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    max-width: 140px;
    color: #000!important
}

#column-left .box .box-content .banner img,#column-right .box .box-content .banner img,.category-list .category-list-item img,.product-info .image img {
    max-width: 100%
}

.show-items {
    float: right;
    margin: 0!important;
    padding: 0!important;
    color: #c2c2c2;
    overflow: hidden;
    background: url(../images/sort-arrow-down.png) 95% no-repeat
}

.show-items select {
    padding-left: 2px;
    padding-right: 16px;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    border-bottom: 1px dashed #dedede;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-indent: .01px;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    color: #000!important
}

.top-menu .pagination {
    float: right;
    margin: 0
}

.top-menu .pagination a,.top-menu .pagination span {
    padding-left: 10px
}

.top-menu .pagination a,.top-menu .pagination a:visited {
    color: #454343;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

.top-menu .pagination a:hover {
    border: 1px solid #FFC8C8;
    padding: 0;
    background: #FFDADA
}

.top-menu .pagination a.prev,.top-menu .pagination a.prev:hover {
    background: url(../images/pagination-prev.png) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: -7px
}

.top-menu .pagination a.next,.top-menu .pagination a.next:hover {
    background: url(../images/pagination-next.png) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: -7px
}

.top-menu .pagination .active-page {
    display: inline-block;
    color: #fff;
    background: #000;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.subcategory-header {
    font-size: 13px;
    line-height: 20px;
    color: #252525;
    text-transform: uppercase
}

#column-left {
    position: relative;
    float: left;
    z-index: 2
}

#content .jcarousel li {
    width: 150px;
    margin: 0 42px
}

.box {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
    position: relative
}

.box-heading {
    background: #000;
    height: 50px
}

.box-heading,.box-heading h3 {
    font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: .1em;
    position: relative;
    padding-left: 10px
}

ul.box-category>li a.active {
    font-weight: 700!important
}

ul.box-category>li a.active+a.category-button+ul.child-ul {
    display: block!important
}

ul.box-category {
    list-style: none;
    border: 1px solid #dedede;
    background: #fff
}

ul.box-category>li ul,ul.box-category>li ul>li+li,ul.box-category>li+li {
    border-top: 1px solid #f5ebeb
}

ul.box-category li {
    position: relative;
    margin: 0;
    padding: 0 0 0 6px;
    text-align: left
}

ul.box-category li a,ul.box-category li a:visited {
    font-size: 12px;
    line-height: 30px;
    color: #454343;
    text-decoration: none;
    position: relative;
    display: block
}

ul.box-category>li ul>li:hover>a,ul.box-category>li>a:hover {
    color: #ff5100
}

ul.box-category>li ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

ul.box-category>li ul>li ul>li {
    position: relative;
    padding-left: 15px
}

ul.box-category>li ul>li ul>li:before {
    position: absolute;
    content: "-";
    left: 5px;
    display: inline-block;
    line-height: 30px
}

ul.box-category>li.active {
    line-height: 30px;
    color: #454343;
    text-decoration: none;
    position: relative
}

ul.box-category>li.active a.active {
    font-weight: 700
}

ul.box-category>li ul>li:hover>a {
    color: #ff5100
}

#column-left .banner,#column-right .banner {
    overflow: hidden
}

#column-left .banner img:hover,#column-right .banner img:hover {
    opacity: .95
}

#column-right {
    position: relative;
    float: right;
    z-index: 2
}

#column-right .box .box-content .news-box {
    height: 270px;
    border: 1px solid #dedede;
    padding: 10px 0
}

.product-grid .category-info {
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: justify;
    min-height: 90px
}

.category-list+.category-info {
    padding: 0 2px 0 0
}

.category-info .img {
    float: left;
    border: 1px solid #F4F3F3;
    margin-right: 10px
}

.category-info .img img {
    height: 80px;
    width: 80px
}

.category-info p {
    padding: 0 0 5px;
    line-height: 18px
}

h2.sub-category {
    margin-top: 10px;
    font-size: 16px;
    line-height: 46px;
    text-transform: uppercase
}

.category-list {
    overflow: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f3f3;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 5px
}

#storeset_menu>ul>li>div .staticblock img,#storeset_menu>ul>li>div.dropdown .manufacturer a img,.category-list .category-list-item {
    border: 1px solid transparent;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-box-shadow: 0 1px 2px rgba(208,208,208,.6);
    -webkit-box-shadow: 0 1px 2px rgba(208,208,208,.6)
}

.category-list .category-list-item {
    text-align: center;
    list-style: none;
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(208,208,208,.6)
}

.category-list .category-list-item:hover {
    -moz-box-shadow: 0 1px 10px rgba(208,208,208,4.6);
    -webkit-box-shadow: 0 1px 10px rgba(208,208,208,4.6);
    box-shadow: 0 1px 10px rgba(208,208,208,4.6)
}

.blog-layout.blog-list:hover,.oct-article-thumbnails a.thumbnail:hover,.product-grid .product:hover,.product-list .image:hover {
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.15)
}

.blog-layout.blog-list:hover,.product-grid .product:hover,.product-list .image:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15)
}

.category-list .category-list-item a {
    display: inline
}

.category-list .category-list-item span {
    display: block;
    height: 36px;
    overflow: hidden
}

.product-grid,x:-moz-any-link {
    width: 100%;
    padding: 18px 0 20px 2px
}

.product-grid .product-buttons .cart {
    float: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-transform: uppercase
}

.product-buttons a {
    cursor: pointer
}

.product-grid .description {
    display: none
}

.product-grid .product {
    vertical-align: top;
    margin: 0 0 20px;
    overflow: hidden;
    border: 1px solid #F5F5F5;
    min-height: 424px;
    position: relative
}

.product-grid .product .sticker {
    position: absolute;
    top: 0;
    left: 0;
    background: #6A6B6A;
    line-height: 22px;
    vertical-align: top;
    text-align: center;
    z-index: 1;
    zoom:1;font-size: 14px;
    color: #fff;
    padding: 2px 6px
}

.product-grid .product .new {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/newbig.png) no-repeat;
    width: 64px;
    height: 64px;
    z-index: 10
}

.product-grid .product+.new {
    border-radius: 0 10px 0 0
}

.product-grid .product:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.product-grid .image {
    display: block;
    margin-bottom: 0;
    text-align: center;
    min-height: 370px
}

.product-grid .hover-image img,.product-grid .image img {
    width: 100%
}

.product-grid .image .hover-image,.product-list .image .hover-image {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    right: 0;
    position: absolute;
    top: 0
}

.product-list .image .hover-image IMG {
    position: absolute!important;
    top: 1px!important;
    left: 1px!important
}

.product-grid .image:hover .hover-image,.product-list .image:hover .hover-image {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.product-grid .product .product-about {
    width: 100%;
    text-align: center;
    background-color: #fafafa;
    bottom: -54px;
    position: absolute;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.product-grid .product:hover .product-about {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    bottom: 0
}

#button-option-232,.button,.button:hover,.not-selected,.product-grid .product-buttons .cart,.product-grid .product-buttons .cart:hover,.product-grid .product-buttons .compare:hover,.product-grid .product-buttons .wishlist:hover,.product-info .btn-minus button:hover,.product-info .btn-plus button:hover,.product-info .cart .button,.product-info .cart .button:hover,.product-list .product-buttons .compare:hover,.product-list .product-buttons .wishlist:hover,.selected {
    transition-delay: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,1,1)
}

.product-grid .name {
    height: 34px;
    overflow: hidden;
    padding: 8px 0 0;
    margin-bottom: 6px
}

.product-grid .name a,.swiper-slide .name a {
    display: block;
    font-size: 12px
}

.product-grid .description {
    font-size: 12px;
    line-height: 16px
}

.product-grid .price {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0,0,0,.84);
    padding-left: 4px;
    border-bottom: 1px solid #e5e5e5
}

.product-grid .price-old,.swiper-slide .price-old {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
    color: #848484
}

.product-grid .price-new,.swiper-slide .price-new {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0,0,0,.84)
}

.product-grid .product-buttons .compare,.product-grid .product-buttons .wishlist,.product-right {
    position: relative
}

.product-grid .product-buttons {
    height: 40px;
    padding-top: 12px;
    padding-left: 8px;
    margin-bottom: 12px
}

.product-grid .product-buttons .cart {
    width: 100px;
    height: 32px;
    display: block;
    border-radius: 2px;
    color: #cccce0;
    text-decoration: none;
    font-size: 12px;
    line-height: 32px;
    opacity: 1;
    transition-duration: .4s
}

.not-selected,.product-grid .product-buttons .cart:hover,.product-grid .product-buttons .compare:hover,.product-grid .product-buttons .wishlist:hover,.product-list .product-buttons .compare:hover,.product-list .product-buttons .wishlist:hover,.selected {
    transition-duration: .2s
}

.product-grid .product-buttons .cart i {
    display: inline-block;
    margin-right: 10px
}

.product-grid .product-buttons .cart:hover {
    opacity: 1;
    color: #fff
}

.product-grid .product-buttons .additional {
    float: right;
    padding: 0 10px 0 0
}

.product-grid .product-buttons .compare,.product-grid .product-buttons .wishlist,.product-list .product-buttons .compare,.product-list .product-buttons .wishlist {
    display: block;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    width: 36px;
    height: 32px;
    text-align: center;
    float: left;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.margin {
    margin-top: 10px
}

.margin+#column-left,.margin+#column-right {
    margin-top: -10px
}

.product-crumbs {
    margin-bottom: 10px
}

.product-info {
    overflow: hidden;
    margin-bottom: 20px;
    border-top: 1px solid #f2f2f2
}

.product-info>.left {
    float: left;
    margin-right: 15px;
    width: 35%
}

.product-info .image {
    padding: 10px 0;
    text-align: center;
    width: 100%;
    position: relative
}

.product-info .image img {
    display: block!important;
    margin: 0 auto;
    outline: 0
}

.product-info .image-additional img {
    border: 1px solid #f2f2f2
}

.product-info .image-additional img.active {
    border: 1px solid #007abe
}

.product-right {
    background: url(../images/vertical.png) repeat-y;
    min-height: 718px;
    padding-left: 20px;
    padding-bottom: 150px
}

.more-info {
    position: absolute;
    bottom: 15px;
    color: rgba(0,0,0,.5)
}

.tabs-box {
    border-top: 1px solid #f2f2f2
}

.product-info>.right {
    width: 58%;
    position: relative
}

.product-info h1 {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px
}

.product-info .manufacturer-logo {
    width: 100px;
    cursor: pointer
}

.product-info .manufacturer-desc {
    position: relative
}

.review {
    vertical-align: middle;
    display: block;
    margin-top: 16px;
    text-align: right;
    margin-right: 10px
}

.review a {
    padding-left: 3px;
    border-bottom: none!important
}

.review a:hover {
    text-decoration: underline!important
}

.top-info-product {
    padding: 0
}

.model-box {
    text-align: right;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    margin: 0
}

.stock-box {
    position: relative;
    font-size: 14px;
    padding-top: 14px
}

.product-info .manufacturer-description {
    display: none;
    position: absolute;
    top: -6px;
    left: 0;
    width: 275px;
    background: #fff;
    padding: 15px;
    border: 1px solid #f0f0f0;
    text-align: justify;
    -webkit-box-shadow: 0 3px 18px 0 rgba(50,50,50,.33);
    -moz-box-shadow: 0 3px 18px 0 rgba(50,50,50,.33);
    box-shadow: 0 3px 18px 0 rgba(50,50,50,.33);
    z-index: 10;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.product-info .price {
    padding: 16px 0 0
}

.product-info .price-old {
    font-size: 22px;
    line-height: 28px;
    color: #6f6f6f;
    text-decoration: line-through
}

.product-info .price-new {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #ff5100
}

.product-info .you-save {
    font-size: 12px;
    line-height: 30px;
    color: #999
}

.product-info .discount {
    margin: 10px 0 20px
}

.product-info .description {
    color: #a9a;
    margin: 10px 0
}

.attribute,.product-info .options,.tab-content {
    margin-bottom: 20px
}

.product-info .description span.marked {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    background: url(../images/marker.png) left 45% no-repeat;
    padding-left: 13px
}

.bx-clone {
    display: none!important
}

.product-info .description a {
    border-bottom: 1px dotted #333
}

.product-info .description a:hover {
    border-bottom: none;
    text-decoration: none
}

.product-info .options h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px
}

input.none {
    display: none
}

.manufacturer-list .manufacturer-heading {
    font-size: 20px;
    padding: 10px 0
}

.manufacturer-list+.manufacturer-list {
    float: none
}

.manufacturer-list {
    margin-bottom: 6px;
    border-bottom: 1px solid #f4f3f3
}

.manufacturer-list .manufacturer-content ul {
    float: left;
    margin-left: 10px
}

.not-selected,.selected {
    float: left;
    margin: 8px 5px 0 0;
    padding: 0 14px;
    line-height: 32px!important;
    height: 32px;
    cursor: pointer
}

.not-selected {
    display: inline-block;
    background-color: #e7e7e7;
    color: #000;
    font-weight: 400;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.review-list .rating span,.selected {
    font-weight: 700
}

.product-info .cart .button,.selected {
    display: inline-block;
    color: #fff
}

.selected {
    background: #000;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.product-info .cart .button {
    height: 46px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0;
    opacity: .8;
    transition-duration: .4s;
    margin: 10px 0;
    text-align: center;
    width: 38%
}

.product-info .good-compare,.product-info .good-review,.product-info .good-wishlist {
    display: inline-block;
    font-size: 13px;
    padding: 0 4px 0 22px;
    text-align: center;
    line-height: 34px
}

.product-info .cart .button:hover {
    opacity: 1;
    transition-duration: .2s;
    color: #fff!important
}

.product-info .btn-minus button,.product-info .btn-plus button,.product-info .good-compare,.product-info .good-compare:before,.product-info .good-compare:hover,.product-info .good-compare:hover:before,.product-info .good-review,.product-info .good-review:before,.product-info .good-review:hover,.product-info .good-review:hover:before,.product-info .good-wishlist,.product-info .good-wishlist:before,.product-info .good-wishlist:hover,.product-info .good-wishlist:hover:before {
    transition-duration: .4s;
    transition-delay: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,1,1)
}

.product-info .additional-buttons a {
    cursor: pointer
}

.product-info .cart {
    margin: 14px 0 18px
}

.product-info .cart .quantity {
    display: inline-block;
    height: 34px;
    line-height: 34px
}

#decrease,#increase {
    height: 46px;
    padding: 0 6px!important;
    border: none!important;
    background: 0 0!important;
    cursor: pointer;
    font-size: 20px;
    line-height: 46px;
    opacity: .6
}

#decrease:hover,#increase:hover {
    opacity: 1
}

#htop {
    padding: 2px 6px 2px 5px;
    width: 28px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 34px;
    line-height: 34px
}

.product-info #button-cart {
    margin-top: 20px
}

.product-info .number {
    border: 1px solid #E5E5E5;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 10px 0 0;
    border-radius: 5px;
    width: 110px
}

.product-info .frame-change-count {
    width: 110px
}

.product-info .btn-minus button,.product-info .btn-plus button {
    width: 33px;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    outline: 0;
    text-align: center
}

.product-info .btn-plus {
    float: right
}

.htabs a,.product-info .btn-minus {
    float: left
}

.product-info .btn-plus button {
    border: 0;
    border-radius: 0 2px 2px 0;
    line-height: 5px
}

.product-info .btn-plus button span {
    display: inline-block;
    font-size: 18px;
    color: #fff
}

.product-info .btn-minus button {
    border-radius: 2px 0 0 2px;
    border: 0;
    line-height: 0
}

.htabs,.htabs a {
    line-height: 20px
}

.product-info .btn-minus button:hover,.product-info .btn-plus button:hover {
    transition-duration: .2s
}

.product-info .btn-minus button span {
    display: inline-block;
    font-size: 18px;
    color: #fff
}

.product-info input.plus-minus {
    border: 0;
    background: #fff;
    width: 32px;
    height: 33px;
    position: absolute;
    left: 39px;
    top: 0;
    outline: 0;
    font-size: 18px;
    text-align: center;
    border-radius: 0;
    padding: 0
}

.htabs {
    height: 34px;
    border-bottom: 1px solid #f4f3f3
}

.htabs a {
    border-top: 1px solid #f4f3f3;
    border-left: 1px solid #f4f3f3;
    background: #fff;
    padding: 7px 15px 6px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #797879;
    display: none
}

.htabs a.selected-tab {
    background: #eee;
    position: relative;
    border-top: 2px solid #333
}

.tab-content {
    padding: 10px;
    -moz-box-shadow: 0 2px 4px #ece9e6;
    -webkit-box-shadow: 0 2px 4px #ece9e6;
    position: relative;
    z-index: 2;
    -moz-border-radius: 0 3px 3px;
    -webkit-border-radius: 0 3px 3px;
    border-radius: 0 3px 3px;
    border: 1px solid #F2F2F2
}

#button-option-232,.button {
    height: 32px;
    text-decoration: none;
    font-size: 12px;
    line-height: 32px;
    padding: 0 22px;
    cursor: pointer;
    display: inline-block
}

.nav-tabs>li>a:hover {
    border-color: transparent
}

.tab-content .rew-form .sub {
    background: #FDFDFD
}

.attribute {
    width: 100%
}

.tab-review,.tab-special {
    border-right: 1px solid #f4f3f3!important
}

.button {
    background: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #cccce0!important;
    opacity: .8;
    transition-duration: .4s
}

.button:hover {
    opacity: 1;
    background: #ff5100;
    transition-duration: .2s;
    color: #fff!important;
    text-decoration: none;
    cursor: pointer
}

.news .news-item img,.news .news-item img:hover {
    transition-duration: .4s;
    transition-property: all
}

.item .cart,.item .cart .button-cart:hover,.item .compare:hover,.item .wishlist:hover,.item:hover .cart,.news .news-item img,.news .news-item img:hover {
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0,0,1,1)
}

.required>.req-star:before,.required>label.control-label:before {
    content: '* ';
    color: #ff5100
}

.option {
    margin: 6px 0;
    width: 310px
}

.tab-content .success,.tab-content .warning {
    color: #ff5100
}

#tab-review .alert {
    background: 0 0;
    border: 0;
    text-align: right;
    padding-right: 0;
    margin-top: 16px
}

.review a {
    cursor: pointer
}

.review-list {
    color: #7D7D7D;
    position: relative;
    padding: 15px;
    border: 1px solid rgba(204,204,204,.15)
}

.review-list:nth-child(2n+1) {
    background: rgba(240,236,234,.15)
}

.review-list .author {
    line-height: 18px;
    margin-bottom: 8px;
    font-weight: 700;
    float: left;
    margin-right: 20px
}

.review-list .oct_review_date {
    line-height: 18px;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 14px;
    float: left
}

.review-list .reputation-buttons {
    position: absolute;
    top: 10px;
    right: 10px
}

.review-list .reputation-buttons button {
    border: 0;
    border-radius: 0;
    background: 0 0
}

.review-list .reputation-buttons button i {
    font-size: 18px;
    margin: 0 2px 0 10px
}

.review-list .reputation-buttons button.plus-reputation i {
    color: #7cb342
}

.review-list .reputation-buttons button.minus-reputation i {
    color: #ef5350
}

.review-list .positive_text {
    color: #7cb342;
    margin-bottom: 0
}

label.input-positive_text {
    color: #7cb342
}

.review-list .negative_text {
    color: #ef5350;
    margin-bottom: 0
}

label.input-negative_text {
    color: #ef5350
}

.review-list .negative_text+p,.review-list .positive_text+p {
    margin-bottom: 16px;
    margin-left: 17px
}

.review-list .negative_text i,.review-list .positive_text i {
    margin-right: 4px
}

.review-list .admin_answer {
    padding-left: 20px
}

.review-list .admin_answer .admin_answer_text {
    color: #243225;
    margin-bottom: 0
}

.review-list .text {
    clear: both;
    padding-bottom: 20px
}

#review .pagination {
    display: inline-block;
    width: 100%;
    margin: 14px 0
}

.review-list+.review-list,footer {
    margin-top: 20px
}

#review-title {
    font-size: 21px;
    line-height: 30px;
    margin: 15px;
    color: #000
}

.reviewfield {
    margin-bottom: 10px
}

.reviewfield strong {
    float: left;
    min-width: 180px;
    font-weight: 400;
    color: #7B7B83
}

.news .news-item {
    height: 600px;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px
}

.news .news-item .image {
    display: block;
    height: 450px;
    overflow: hidden;
    margin-bottom: 14px;
    position: relative
}

.news .news-item .image .date {
    background: rgba(0,0,0,.5);
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    text-align: center
}

.news .news-item img {
    max-width: 938px;
    overflow: hidden;
    opacity: 1
}

.buttons,.cart-total,.contact-info {
    overflow: auto
}

.news .news-item img:hover {
    opacity: .6
}

.news .news-item h3 {
    font-weight: 400;
    margin-bottom: 10px
}

.news .news-item h3 a:hover {
    color: #ff5100
}

.news .news-item .author,.news .news-item .comments,.news .news-item .published,.news .news-item .visitors {
    position: relative;
    padding: 0 16px;
    color: #777
}

.news .news-item .author:before,.news .news-item .comments:before,.news .news-item .published:before,.news .news-item .visitors:before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px
}

.news .news-item .grey {
    color: #a3a3a3
}

.news .news-item .author:before {
    top: 1px;
    background: url(../images/author.png);
    height: 12px
}

.news .news-item .published:before {
    top: 1px;
    background: url(../images/pin.png);
    height: 12px
}

.news .news-item .visitors:before {
    top: 3px;
    background: url(../images/visitors.png);
    height: 9px
}

.news .news-item .comments:before {
    top: 2px;
    background: url(../images/comments.png);
    height: 12px
}

.news-meta {
    margin-bottom: 14px
}

footer {
    background: 0 0
}

.footer-top {
    background: #ebebeb;
    padding: 30px 0;
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.15);
    box-shadow: 0 3px 5px rgba(0,0,0,.15)
}

.oct-footer-text {
    margin-bottom: 10px
}

.footer-middle {
    background: #fff;
    padding: 30px 0 20px;
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.15);
    box-shadow: 0 3px 5px rgba(0,0,0,.15)
}

footer .f-left {
    float: left;
    margin-right: 72px;
    min-height: 240px
}

footer .f-left p {
    padding: 4px 16px;
    color: #65676B
}

footer .oct-footer-h3 {
    font-size: 16px;
    line-height: 9px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 20px
}

footer ul {
    list-style: none;
    font-size: 14px;
    line-height: 18px
}

footer ul>li {
    padding: 0 10px;
    margin-bottom: 0
}

footer .footer-middle ul>li>a,footer .footer-middle ul>li>a:visited {
    font-size: 12px;
    line-height: 25px;
    color: #CCC;
    text-decoration: none;
    display: block
}

footer .footer-middle ul>li:hover>a {
    text-decoration: underline
}

.checkout-heading a,footer .socials a:hover {
    text-decoration: none
}

footer .f-right {
    float: right;
    margin-top: -20px
}

footer .contacts ul li {
    font-size: 13px;
    line-height: 28px;
    display: block;
    padding: 0;
    position: relative;
    color: #CCC;
    cursor: pointer
}

footer .contacts ul li a {
    color: #CCC
}

footer .contacts ul li span {
    margin-right: 6px;
    padding: 0;
    font-size: 14px;
    width: 16px;
    display: inline-block;
    text-align: center
}

footer .contacts ul li span i.fa.fa-mobile {
    font-size: 20px;
    position: relative;
    top: 2px
}

footer #vk_groups,footer #vk_groups iframe {
    width: 100%!important
}

#powered {
    background: #000;
    padding: 20px 0
}

#powered .payment {
    display: flex;
    flex-wrap: wrap
}

#powered .payment span {
    display: inline-block;
    margin-right: 4px;
    flex-basis: 53px;
    width: 53px;
    height: 33px;
    margin-bottom: 4px;
    background-image: url(../image/sprite-payment.png);
    background-repeat: no-repeat;
    border-radius: 2px;
    opacity: .3;
    transition: opacity .3s
}

#powered .payment span:hover {
    opacity: .6
}

#powered .payment .privat24 {
    background-position: -199px -138px
}

#powered .payment .mastercard {
    background-position: -66px 0
}

#powered .payment .maestro {
    background-position: -133px 0
}

#powered .payment .custom-payment {
    background-position: -133px -46px
}

#powered .payment .sberbank {
    background-position: 0 -185px
}

#powered .payment .visa {
    background-position: 0 0
}

#powered .payment .skrill {
    background-position: -199px -92px
}

#powered .payment .interkassa {
    background-position: -199px -46px
}

#powered .payment .liqpay {
    background-position: -66px -46px
}

#powered .payment .paypal {
    background-position: 0 -46px
}

#powered .payment .robokassa {
    background-position: -199px 0
}

#powered .payment .yandex-money {
    background-position: 0 -138px
}

#powered .payment .webmoney {
    background-position: -66px -92px
}

#powered .payment .qiwi {
    background-position: 0 -92px
}

#powered ul {
    list-style: none
}

#powered ul li {
    display: inline-block;
    padding: 0 10px
}

#powered ul li.last {
    padding-right: 0
}

#powered ul li a,#powered ul li a:visited {
    color: #dbf3ff;
    font-size: 14px;
    line-height: 18px
}

#powered ul li a:hover {
    color: #fff!important
}

#powered .copyright {
    color: #7a7a7a;
    font-size: 10px;
    line-height: 18px;
    margin-top: 10px;
    text-align: right
}

#powered .copyright a,#powered .copyright a:visited {
    color: #dbf3ff
}

#powered .copyright a:hover {
    color: #fff!important
}

#dp_swf_engine {
    display: none
}

.buttons {
    margin-bottom: 20px
}

.info-buttons {
    padding-right: 15px
}

.breadcrumb+h1 {
    margin-top: 20px
}

input.button {
    border: 0
}

.login-content a.button {
    margin-top: 16px
}

ul.box-category li.login a {
    display: inline-block
}

table.form {
    width: 75%
}

.buttons-cart .right {
    float: right
}

.checkout-heading {
    background: #EBEBEB;
    border: 1px solid #D7D7D7;
    padding: 8px;
    font-weight: 700;
    font-size: 13px;
    color: #5E5555;
    margin-bottom: 15px;
    border-radius: 2px
}

.cart-info table,.checkout-product table {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-collapse: collapse
}

.cart-info thead td,.checkout-product thead td {
    color: #4D4D4D;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDD
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: 400
}

.checkout-content {
    padding: 0 0 15px;
    display: none;
    overflow: auto
}

.checkout-content .left {
    float: left;
    width: 48%
}

.checkout-content .right {
    float: right;
    width: 48%
}

.checkout-product table {
    width: 100%;
    border-right: 1px solid #DDD;
    margin-bottom: 20px
}

.checkout-product td {
    padding: 7px
}

.contact-info .left,.left.form {
    padding-right: 30px;
    border-right: 1px solid #dedede;
    width: 48%
}

.checkout-product thead td {
    font-weight: 700
}

.checkout-product thead .model,.checkout-product thead .name {
    text-align: left
}

.checkout-product thead .price,.checkout-product thead .quantity,.checkout-product thead .total {
    text-align: right
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD
}

.checkout-product tbody .model,.checkout-product tbody .name {
    text-align: left
}

.checkout-product tbody .price,.checkout-product tbody .quantity,.checkout-product tbody .total {
    text-align: right
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDD
}

.contact-info .left {
    float: left
}

.contact-info .right {
    float: right;
    width: 48%
}

.left.form .buttons {
    margin-top: 14px
}

.right.map {
    width: 48%
}

.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-right: 1px solid #DDD
}

.cart-info td {
    padding: 7px
}

.cart-info thead td {
    font-weight: 700
}

.cart-info thead .image {
    text-align: center
}

.cart-info thead .model,.cart-info thead .name,.cart-info thead .quantity {
    text-align: left
}

.cart-info thead .price,.cart-info thead .total {
    text-align: right
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD
}

.cart-info tbody .image img {
    border: 1px solid #DDD
}

.cart-info tbody .image {
    text-align: center
}

.cart-info tbody .model,.cart-info tbody .name,.cart-info tbody .quantity {
    text-align: left
}

.cart-info tbody .price,.cart-info tbody .total,.cart-total td {
    text-align: right
}

.cart-info tbody .quantity input[type=text] {
    position: relative;
    top: -4px
}

.cart-info tbody .quantity img,.cart-info tbody .quantity input[type=image] {
    position: relative;
    top: 5px;
    cursor: pointer;
    border: 0
}

.cart-info tbody .quantity img:last-child {
    top: 0
}

.cart-info tbody span.stock {
    color: red;
    font-weight: 700
}

.cart-info tbody tr td {
    vertical-align: middle
}

.cart-module>div {
    display: none
}

.cart-total {
    border-top: 1px solid #DDD;
    padding-top: 8px;
    margin-bottom: 15px
}

.cart-total table {
    float: right
}

.cart-total td {
    padding: 3px;
    float: none
}

.login-content {
    padding: 16px;
    border-radius: 2px
}

.login-content h2 {
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 20px
}

.img1,.img2,.img3 {
    height: 300px;
    border: 1px solid #ccc;
    overflow: hidden
}

.login-content p {
    padding: 4px 0
}

.login-content .left {
    float: left;
    width: 40%
}

.login-content .right {
    float: right;
    width: 40%
}

.img1 {
    float: left;
    width: 300px;
    margin: 10px 10px 0 0;
    position: relative
}

.img2,.img3 {
    width: auto;
    float: left
}

.img2 {
    margin: 10px 0 0 4px
}

.img3 {
    margin: 10px 0 0 10px
}

.img1 img,.img2 img,.img3 img {
    transform: rotateX(0) rotateY(0);
    -webkit-transform: rotateX(0) rotateY(0);
    -moz-transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.img1 img:hover,.img2 img:hover,.img3 img:hover {
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    opacity: .8
}

.more-info .delivery-info,.more-info .stock-info,.more-info .warranty-info {
    position: relative;
    padding-top: 66px;
    text-align: center
}

.more-info .delivery-info:before,.more-info .stock-info:before,.more-info .warranty-info:before {
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    right: 0;
    left: 0
}

.more-info .stock-info:before {
    background: url(../images/sale-info.png) no-repeat
}

.more-info .warranty-info:before {
    background: url(../images/warranty-info.png) no-repeat
}

.more-info .delivery-info:before {
    background: url(../images/delivery-info.png) no-repeat
}

.content-news .news .image,.panelimage {
    width: 200px;
    height: 200px;
    overflow: hidden
}

.tags {
    margin-top: 10px
}

.content-news .news {
    margin-bottom: 20px
}

.content-news .news .image {
    float: left;
    margin: 5px 10px 10px 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #dedede
}

.content-news .news h3 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px
}

#column-left+.panelnews {
    margin: 0 0 0 25%
}

.panelnews {
    padding-top: 3px
}

.panelcollapsed {
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 45px
}

.panelcollapsed h2 {
    margin-bottom: 10px
}

.panelcollapsed h2 a {
    text-decoration: underline
}

#storeset_menu>ul>li>div.dropdown a:hover,.panelcollapsed h2 a:hover {
    text-decoration: none
}

.panelcontent .button {
    display: inline-block;
    float: right;
    text-align: right
}

.panelimage {
    float: left;
    margin: 5px 10px 10px 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #dedede;
    position: relative
}

#back-top span,.item .cart .button-cart {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.paneldata {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    height: 36px;
    line-height: 36px;
    color: #FFF;
    text-align: center
}

.search-box {
    padding: 10px 0
}

.search-box .megaselect {
    margin-bottom: 10px
}

.search-box .buttons {
    margin: 10px 0 -10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 5px;
    z-index: 10000;
    display: none
}

#back-top span {
    width: 49px;
    height: 49px;
    display: block;
    margin-bottom: 7px;
    background: url(../images/back-top.png) center center no-repeat;
    border-radius: 2px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.item .cart,.item .cart .button-cart:hover,.item .compare:hover,.item .wishlist:hover,.item:hover .cart {
    transition-duration: .2s;
    transition-property: all
}

#back-top span:hover {
    opacity: .9
}

#fast_order_form {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

#fast_order_form .fast_order_center {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px
}

#fast_order_form .fast_order_center button {
    border: 0!important;
    height: 36px!important
}

#fast_order_form #fast_order_result {
    color: #333;
    margin-bottom: 14px
}

#fast_order_form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px
}

#fast_order_form .form-group input[type=text] {
    height: 24px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: 95%
}

#fast_order_form .form-group textarea {
    height: 60px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    min-width: 370px
}

#fast_order_form #fast_order_result .fast_order_error {
    color: red;
    font-size: 14px
}

#fast_order_form #fast_order_result .fast_order_success {
    color: #00d12a;
    font-size: 14px
}

#fast_order_form p {
    margin-bottom: 22px;
    padding: 0;
    text-align: justify
}

.wishlist-info table {
    width: 100%;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    margin-bottom: 20px
}

.wishlist-info td {
    padding: 7px
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: 700;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDD
}

.wishlist-info thead .image {
    text-align: center
}

.wishlist-info thead .model,.wishlist-info thead .name,.wishlist-info thead .stock {
    text-align: left
}

.wishlist-info thead .action,.wishlist-info thead .price,.wishlist-info thead .quantity,.wishlist-info thead .total {
    text-align: right
}

.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDD
}

.wishlist-info tbody .image img {
    border: 1px solid #DDD
}

.wishlist-info tbody .image {
    text-align: center
}

.wishlist-info tbody .model,.wishlist-info tbody .name,.wishlist-info tbody .stock {
    text-align: left
}

.wishlist-info tbody .action,.wishlist-info tbody .price,.wishlist-info tbody .quantity,.wishlist-info tbody .total {
    text-align: right
}

.wishlist-info tbody .price s {
    color: red
}

.wishlist-info tbody .action img {
    cursor: pointer
}

#storeset_menu {
    height: 46px;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    position: relative
}

#storeset_menu>ul {
    list-style: none;
    float: left;
    z-index: 20;
    padding: 0 12px
}

#storeset_menu>ul>li {
    z-index: 20;
    padding: 14px 40px 10px 0;
    display: inline-block;
    text-align: center
}

#storeset_menu li:hover {
    z-index: 1600
}

#storeset_menu>ul>li>a {
    text-decoration: none;
    display: block;
    padding: 0;
    margin-bottom: 0;
    z-index: 6;
    transition-duration: .2s;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #dbf3ff;
    text-transform: uppercase;
    letter-spacing: .1em
}

#storeset_menu .dropdown h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: center
}

#storeset_menu>ul>li:first-child>a {
    padding-left: 0
}

#storeset_menu>ul>li>div.dropdown {
    display: none;
    position: absolute;
    top: 3.66667em;
    left: 0;
    z-index: 200;
    background: #fff;
    text-align: left;
    padding: .41667em 0 .83333em;
    overflow: hidden;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);
    transition: all .3s linear;
    width: 1280px
}

#storeset_menu>ul>li>div.dropdown div.option {
    width: 22%;
    padding: 0 .83333em 1em;
    border: 0!important;
    position: relative
}

#storeset_menu>ul>li>div.dropdown div.option-cat {
    width: 12%;
    padding: 0 .83333em 1em;
    border: 0!important;
    position: relative
}

#storeset_menu>ul>li>div.dropdown div.full-option {
    width: 100%;
    padding: 0 .83333em 1em;
    border: 0!important;
    position: relative
}

#storeset_menu>ul>li>div.dropdown a {
    padding: 4px 10px 4px 20px;
    display: block;
    font-size: 16px
}

#storeset_menu>ul>li>div.dropdown ul.product img {
    padding-top: 20px
}

#storeset_menu>ul>li>div.dropdown ul.category {
    margin-top: 20px
}

#storeset_menu>ul>li>div.dropdown ul.category a {
    font-size: 12px
}

#storeset_menu>ul>li>div.dropdown a img {
    padding: 20px 2px 2px;
    display: block
}

#storeset_menu>ul>li>div.dropdown a.parent {
    color: #2B2B2B;
    display: inline-block;
    font: 400 17px Conv_AdventPro-Bold;
    padding: 20px 20px 6px;
    text-transform: uppercase
}

#storeset_menu>ul>li>div.dropdown a.parent img {
    margin-right: 10px;
    margin-bottom: 10px
}

#storeset_menu>ul>li>div .staticblock h3 {
    padding: 20px 20px 10px;
    display: block;
    color: #2b2b2b;
    text-transform: uppercase;
    font-family: Conv_AdventPro-Bold;
    font-weight: 400;
    font-size: 17px
}

#storeset_menu>ul>li>div .staticblock p {
    padding: 4px;
    color: #252525;
    margin-bottom: 4px;
    text-align: justify
}

#storeset_menu>ul>li>div .staticblock img,#storeset_menu>ul>li>div.dropdown .manufacturer a img {
    margin-bottom: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(208,208,208,.6)
}

#storeset_menu>ul>li>div.dropdown ul {
    display: inline-block
}

#storeset_menu>ul>li>div.dropdown ul.product li {
    height: 210px
}

#storeset_menu>ul>li>div.dropdown ul.product a.hidelenght {
    display: block;
    font-weight: 700;
    padding-right: 0;
    white-space: pre-wrap;
    font-size: 11px;
    height: 14px;
    overflow: hidden
}

#storeset_menu>ul>li>div.dropdown ul.product img {
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(208,208,208,.6);
    -webkit-box-shadow: 0 1px 2px rgba(208,208,208,.6);
    box-shadow: 0 1px 2px rgba(208,208,208,.6);
    margin: 10px auto
}

#storeset_menu>ul>li>div.dropdown ul.product span {
    font-weight: 700;
    padding-left: 20px
}

#storeset_menu>ul>li>div.dropdown ul.product span.price-old {
    text-decoration: line-through;
    color: #202020;
    font-weight: 500;
    margin-bottom: 36px
}

#storeset_menu>ul>li>div.dropdown ul.product span.price-new {
    font-weight: 700;
    margin-bottom: 36px
}

#storeset_menu>ul>li>div.dropdown ul.product li {
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center
}

#storeset_menu ul li ul li>div.sub_menu {
    z-index: 9999;
    top: -6px;
    display: none;
    padding-left: 14px
}

#storeset_menu ul li ul li>div.sub_menu ul {
    width: 100%
}

#storeset_menu ul li ul li:hover>div.sub_menu,#storeset_menu ul li:hover>div {
    display: block
}

#storeset_menu ul li .full-option ul li {
    clear: none;
    float: left;
    max-width: 113px;
    text-align: center
}

#storeset_menu ul li .full-option ul li a {
    font-size: 14px
}

table.adress-table {
    border: 1px solid #dedede;
    padding: 10px;
    margin-bottom: 16px;
    width: 100%
}

.order-list {
    margin-bottom: 10px
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px
}

.order-list .order-content {
    padding: 10px 0;
    display: inline-block;
    width: 99.5%;
    margin-bottom: 20px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE
}

.error,.help,table.radio td label {
    display: block
}

.order-list .order-content div {
    float: left;
    width: 33.3%
}

.attention,.information,.success,.warning {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

table.form,table.list {
    margin-bottom: 20px
}

.success {
    background: url(../image/success.png) 10px center no-repeat #EAF7D9;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

.warning {
    background: url(../image/warning.png) 10px center no-repeat #FFD1D1;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

.attention {
    background: url(../image/attention.png) 10px center no-repeat #FFF5CC;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px
}

.compare-info,table.list {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD
}

.compare-info td,table.list td {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD
}

.attention .close,.information .close,.success .close,.warning .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer
}

.required {
    font-weight: 700
}

.error {
    color: red;
    font-size: 16px
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    font-family: Verdana,Geneva,sans-serif
}

table.form tr td:first-child {
    width: 150px
}

table.form>*>*>td {
    color: #000
}

table.form td {
    padding: 4px
}

input.large-field,select.large-field {
    width: 300px
}

table.list,table.radio {
    width: 100%
}

table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px
}

.list thead td,table.list thead td a {
    text-decoration: none;
    color: #222;
    font-weight: 700
}

table.list tbody td {
    padding: 0 5px
}

table.list .left {
    text-align: left;
    padding: 7px;
    float: none
}

table.list .right {
    text-align: right;
    padding: 7px;
    float: none
}

table.list .center {
    text-align: center;
    padding: 7px
}

table.radio td {
    padding: 5px
}

table.radio tr td:first-child {
    width: 1px
}

table.radio tr td:first-child input {
    margin-top: 1px
}

table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer
}

.table-box {
    width: 83%
}

input[name=captcha] {
    margin-bottom: 10px
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px
}

.sitemap-info .left,.sitemap-info .right {
    float: left;
    width: 48%
}

.sitemap-info ul,.sitemap-info ul li {
    list-style-type: disc!important
}

.sitemap-info ul li {
    padding-left: 20px
}

.compare-info {
    width: 100%;
    margin-bottom: 20px
}

.compare-info thead td,.compare-info thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #F7F7F7;
    text-align: left
}

.compare-info tr td:first-child {
    color: #000;
    font-weight: 700;
    text-align: right
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top
}

.sb-search-input,.sb-search-submit {
    background: #fff;
    border: none;
    outline: 0
}

.compare-info .name a {
    font-weight: 700
}

.compare-info .price-old {
    font-weight: 700;
    color: red;
    text-decoration: line-through
}

.compare-info .price-new {
    font-weight: 700
}

.panelcontent {
    min-height: 160px
}

.form-control {
    font-size: 12px
}

.sb-search {
    position: relative;
    width: 0;
    min-width: 60px;
    height: 46px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden
}

.sb-search-input {
    top: 0;
    right: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
    padding: 20px 20px 20px 10px;
    font-family: inherit;
    font-size: 14px;
    color: #2c3e50
}

.sb-search-input::-webkit-input-placeholder {
    color: #ff5100
}

.sb-search-input:-moz-placeholder {
    color: #ff5100
}

.sb-search-input::-moz-placeholder {
    color: #ff5100
}

.sb-search-input:-ms-input-placeholder {
    color: #ff5100
}

.sb-icon-search,.sb-search-submit {
    width: 60px;
    height: 46px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

#sidebar,#sidebar.hero {
    top: 60px;
    height: 100%;
    bottom: 0
}

.sb-search-submit {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    z-index: -1
}

.sb-icon-search {
    color: #fff;
    background: #e67e22;
    z-index: 90;
    font-size: 22px;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

.no-js .sb-search,.sb-search.sb-search-open {
    width: 266px
}

.no-js .sb-search .sb-icon-search,.sb-search.sb-search-open .sb-icon-search {
    background: #da6d0d;
    color: #fff;
    z-index: 21
}

.no-js .sb-search .sb-search-submit,.sb-search.sb-search-open .sb-search-submit {
    z-index: 90
}

input[type=checkbox],input[type=radio] {
    margin-top: 0
}

.nav-tabs {
    margin-top: 20px
}

.cont-pad {
    padding-left: 15px!important;
    padding-right: 15px!important
}

.btn-primary {
    border-color: #000
}

ul.box-category.box-affiliate li a,ul.box-category.box-affiliate li a:visited {
    display: inline-block
}

.box-main .header,.navbar-fixed-bottom {
    display: none
}

.category-slide {
    width: 100%;
    margin-bottom: 20px
}

.category-slide .owl-carousel .owl-stage-outer {
    max-height: 350px;
    overflow: hidden
}

.brands-slider .owl-theme .owl-controls {
    background: 0 0;
    border-top: none;
    margin: 10px -15px -24px;
    padding-top: 5px;
    text-align: center
}

.category-image {
    float: left;
    margin: -10px;
    width: 23%;
    position: relative
}

.category-image+.category-slide {
    width: 77%;
    margin-left: 20px
}

.view h2.view-header {
    position: absolute;
    bottom: -16px;
    right: 0;
    left: 0;
    z-index: 500;
    text-align: center;
    background: rgba(0,0,0,.4);
    color: #fff;
    width: 254px;
    padding: 5px 0
}

.category-image img {
    height: 373px
}

.category-slide .item .name {
    margin-top: 0
}

.item .image img {
    max-height: 241px;
    margin: 0 auto
}

.category-slide .owl-theme .owl-controls {
    position: absolute;
    top: -74px;
    right: 0;
    z-index: 100
}

.category-image+.category-slide .owl-theme .owl-controls {
    top: 0
}

.brands-slider .owl-theme .owl-controls {
    position: absolute;
    top: -34px;
    right: 15px;
    z-index: 100
}

.news-style .owl-theme .owl-controls {
    position: absolute;
    top: -85px;
    right: 10px;
    z-index: 100
}

.owl-theme .owl-controls {
    background-color: transparent!important
}

.anylist-header {
    position: absolute
}

.category-slide .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px
}

.category-slide .owl-theme .owl-controls .owl-page span {
    background: #505050
}

.brands-slider .owl-next,.brands-slider .owl-prev,.category-slide .owl-next,.category-slide .owl-prev,.news-style .owl-next,.news-style .owl-prev {
    float: left;
    padding: 5px 10px;
    margin: 0 2px;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #f8f8f8;
    background: linear-gradient(to bottom,#fdfdfd 0,#f8f8f8 100%);
    font-weight: 700
}

.brands-slider .owl-next:hover,.brands-slider .owl-prev:hover,.category-slide .owl-next:hover,.category-slide .owl-prev:hover,.news-style .owl-next:hover,.news-style .owl-prev:hover {
    border-color: #c2c2c2
}

.category-slide .item {
    text-align: center
}

.owl-item.loading {
    min-height: 150px
}

.item {
    margin: 0;
    max-width: 100%;
    text-align: center;
    position: relative
}

#column-left .item,#column-right .item {
    text-align: left!important
}

.item .image {
    display: block;
    position: relative
}

.item .image .new {
    position: absolute;
    top: 0;
    right: 0;
    width: 123px;
    height: 44px;
    z-index: 10
}

.item .image .sticker {
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 2px;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0,0,0,.196);
    text-align: center;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    -khtml-border-radius: 50em;
    border-radius: 50em;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background-color: rgba(255,81,0,.85)
}

.item .name a,.item .price {
    display: block;
    margin-bottom: 4px
}

.item .image img {
    padding: 0;
    border: 0
}

.item .name {
    height: 20px;
    overflow: hidden;
    margin-top: 10px
}

.item .name a {
    color: #404040;
    font-weight: 400;
    text-decoration: none
}

.item .price,.item:hover .name a {
    color: #ff5100
}

.item .cart .button-cart:hover,.item .compare:hover,.item .wishlist:hover {
    color: #fff
}

.item .price,.item .price-new {
    font-weight: 700
}

.item .price {
    font-size: 14px
}

.item .cart {
    opacity: 0;
    margin: 0 auto;
    width: 130px
}

.item .cart .button-cart,.item .compare,.item .wishlist {
    display: block;
    line-height: 33px;
    width: 36px;
    height: 33px;
    float: left;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.item:hover .cart {
    opacity: 1
}

.item .cart a {
    cursor: pointer
}

.item .cart .button-cart {
    border-radius: 2px;
    padding: 0
}

.item .compare,.item .wishlist {
    position: relative;
    margin-left: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.item .price-old {
    font-size: 14px;
    text-decoration: line-through;
    color: #8d8d8d
}

a.anylist-header {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.nav-tabs {
    border-color: #F2F2F2;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    position: relative;
    z-index: 3;
    top: 5px;
    display: inline-block
}

.box-content .body-news h3 span,.news-style .h3 span,.news-style h3 span {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase
}

.nav-tabs>li {
    border-color: #F2F2F2!important;
    border-width: 1px!important;
    border-style: solid!important;
    float: left!important;
    position: relative!important;
    background: #eee;
    border-left: 1px solid #F2F2F2!important;
    border-right: 0!important
}

.nav-tabs>li.active {
    background: #fff!important;
    border-color: #000 transparent transparent!important;
    -moz-border-radius: 2px 2px 0 0!important;
    -webkit-border-radius: 2px 2px 0 0!important;
    border-radius: 2px 2px 0 0!important;
    border-top: 2px solid #000!important;
    border-left: 1px solid #F2F2F2!important;
    border-right: 0!important;
    border-bottom: 2px solid transparent!important
}

.nav-tabs>li:first-child {
    border-left: 0!important
}

.nav-tabs>li:last-child {
    border-right: 0!important
}

.news-style .h3,.news-style h3 {
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
    color: #000;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 22px
}

.news-style .h3 span,.news-style h3 span {
    color: #9A9393;
    font-size: 12px;
    font-weight: lighter;
    text-align: center
}

.news-style {
    padding: 10px 0
}

.body-news {
    background: #fff;
    padding: 5px
}

.news-style .btn-link {
    border-radius: 0;
    color: #7f8c8d;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase
}

.news-style p {
    color: #7f8c8d;
    margin-bottom: 20px;
    padding: 0 10px
}

.news-style .inner {
    padding: 5px
}

@media (max-width: 991px) {
    .news-style .col-md-3 {
        margin-bottom:30px
    }
}

@media (max-width: 460px) {
    .news-style .col-md-3 {
        width:100%
    }
}

.news-set {
    margin: 3em 1em 2em;
    text-align: left;
    padding-left: 10px;
    color: #333;
    border-top: 1px solid #F2F2F2
}

.news-set.center {
    text-align: center;
    padding: 0
}

.news-set.center.column IMG {
    float: left;
    margin: 0 10px 10px 0
}

.news-set .inner {
    margin: -18px auto 0;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 23px;
    text-transform: uppercase
}

.news-set span {
    background: #FFF;
    padding: 3px 20px
}

.box-content.news {
    border: 1px solid #dedede;
    background: #fff
}

.box-content .body-news h3 {
    color: #000;
    font-size: 16px;
    padding: 10px 0;
    height: 60px;
    overflow: hidden;
    text-align: center
}

.box-content .body-news h3 span {
    color: #9A9393;
    font-size: 12px;
    font-weight: lighter;
    text-align: center
}

.box-main .tab-content .owl-theme .owl-controls {
    position: absolute;
    top: -40px;
    right: -10px;
    z-index: 100
}

.box-main .nav-tabs {
    margin-top: 0
}

.box-main .tab-content .owl-next,.box-main .tab-content .owl-prev {
    float: left;
    padding: 5px 10px;
    margin: 0 2px;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: #f8f8f8;
    background: linear-gradient(to bottom,#fdfdfd 0,#f8f8f8 100%);
    font-weight: 700
}

.box-main .tab-content .owl-next:hover,.box-main .tab-content .owl-prev:hover {
    border-color: #c2c2c2
}

.tab-content {
    box-shadow: none
}

.image .thumbnails {
    height: 490px
}

.news-full-desc {
    font-size: 14px;
    line-height: 18px;
    color: #272727
}

.news-full-desc p {
    text-align: justify
}

#input-sort {
    max-width: 182px
}

.list-group-item:first-child,.list-group-item:last-child {
    border-radius: 0
}

.list-group-item {
    border: 1px solid #dedede;
    padding: 8px 15px
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    color: #000;
    background: #F5F5F5;
    border: 1px solid #dedede
}

.box-main {
    text-align: center
}

.box-main .nav-tabs,.box-main .tab-content {
    border: 0!important;
    margin-bottom: 0!important
}

.box-main .nav-tabs>li.active,.box-main .nav-tabs>li:hover {
    border: 0!important;
    background: 0 0!important;
    margin: 0
}

.box-main .nav-tabs>li {
    border: 0!important;
    background: 0 0!important
}

.box-main .nav-tabs>li>a {
    padding: 5px 10px;
    margin: 0 6px;
    border-radius: 2px;
    background: #f8f8f8;
    background: linear-gradient(to bottom,#fdfdfd 0,#f8f8f8 100%);
    font-weight: 700;
    color: #555
}

.box-main .nav-tabs>li.active>a,.box-main .nav-tabs>li.active>a:focus,.box-main .nav-tabs>li.active>a:hover {
    border: 1px solid #dedede!important;
    border-bottom-color: #c2c2c2;
    color: inherit
}

.box-main .nav-tabs>li.active>a,.box-main .nav-tabs>li.active>a:hover,.box-main .nav-tabs>li>a:hover {
    border-color: #c2c2c2
}

.box-main .nav>li>a:focus,.box-main .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent
}

.top-panel .navbar {
    height: 30px;
    min-height: 30px;
    box-shadow: none;
    margin: 0;
    background: #4bb777;
    display: none
}

.login-checkout,.top-panel .dropup .dropdown-toggle {
    box-shadow: none!important
}

.top-panel .navbar ul {
    margin: 0 -15px
}

.top-panel .navbar ul .f-r {
    text-align: right
}

.top-panel .navbar ul .f-r a {
    float: right
}

.top-panel .navbar ul .f-r a:first-child {
    padding-right: 0
}

.top-panel .navbar a {
    line-height: 30px;
    font-size: 20px
}

.top-panel .dropup .dropdown-menu {
    top: 29px;
    bottom: auto
}

.top-panel .dropup .dropdown-menu a {
    font-size: 14px;
    line-height: 20px
}

.socials-box a {
    background: #383535;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 7px 7px 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    color: #EDEFF1
}

.socials-box a:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg)
}

.socials-box a i {
    font-size: 14px;
    margin: 0 0 0 6px;
    color: #EDEFF1!important
}

.faded {
    opacity: .7
}

.image-additional .owl-stage {
    margin: 0 auto
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    border: 0!important
}

.nav-tabs {
    border-bottom: 0
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(221,221,221,.74)
}

.btn {
    border-radius: 2px;
    transition-delay: 0;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,1,1)
}

#megamenu-menu.navbar {
    margin-bottom: 0
}

#container .alert {
    margin-left: 15px!important;
    margin-right: 15px!important
}

.margined-slider {
    margin-top: 30px
}

.options div.radio {
    float: left;
    height: 30px;
    width: 30px;
    margin: 0 2px
}

.options div.radio .not-selected-img,.options div.radio .selected-img {
    padding-left: 0
}

.options div.radio img {
    padding: 1px
}

#related .item {
    height: 380px
}

h2.account-heading {
    margin-bottom: 0
}

ul.account-ul {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(255,81,0,.12);
    padding: 20px 0
}

ul.last-account-ul {
    border: 0
}

ul.account-ul li {
    display: table-cell;
    width: 25%
}

ul.list-unstyled.megamenu-haschild.simple-category li,ul.sitemap-ul li {
    padding-left: 10px
}

ul.account-ul li a {
    display: block;
    padding: 30px 10px;
    margin: 0 auto
}

ul.account-ul li i {
    display: block;
    width: 100%;
    margin: 10px auto;
    font-size: 40px
}

ul.account-ul li a span {
    max-width: 65%;
    display: block;
    margin: 0 auto
}

ul.account-ul li:hover {
    border-radius: 6px
}

ul.account-ul li:hover a,ul.account-ul li:hover a:hover,ul.account-ul li:hover i {
    color: #fff!important;
    text-decoration: none
}

.sidebar-a ul li {
    font-size: 14px;
    line-height: 24px;
    margin-left: 18px
}

.sidebar-a .h3 {
    font-weight: 400;
    margin-left: 18px;
    text-transform: uppercase;
    margin-top: 16px;
    font-size: 20px
}

#payment-new legend {
    border-bottom: 0
}

.product-grid div.pagination,#res-products div.pagination {
    text-align: center;
    width: 100%;
    margin: 20px 0
}

button#button-show-more-products {
    margin-left: auto;
    margin-right: auto
}

div.pagination {
    margin: 0
}

h1.contact-header {
    padding-left: 15px;
    padding-right: 15px
}

.map-box {
    margin: 10px 0
}

.map-box h4 {
    font-size: 16px
}

.product-box-item {
    text-align: center;
    padding: 20px 0;
    margin: 0 10%
}

.product-box-item+.product-box-item {
    border-top: 1px solid #F5F5F5
}

.product-box-item img {
    width: 40%
}

.product-box-item .rate img {
    width: 32%
}

#column-left .owl-nav,#column-right .owl-nav {
    position: absolute;
    top: -44px;
    right: 0;
    color: #fff;
    line-height: 38px;
    font-size: 28px
}

#column-left .owl-nav .owl-next,#column-left .owl-nav .owl-prev,#column-right .owl-nav .owl-next,#column-right .owl-nav .owl-prev {
    display: inline-block
}

#column-left .owl-nav .owl-prev,#column-right .owl-nav .owl-prev {
    margin-right: 14px
}

#column-left .owl-nav .owl-next,#column-right .owl-nav .owl-next {
    margin-right: 8px
}

.module-left {
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5
}

#column-left .item:hover .name a,#column-right .item:hover .name a {
    color: inherit
}

.product-box-item:hover .name a {
    text-decoration: underline;
    color: #ff5100!important
}

.box-main .owl-carousel {
    margin: 0
}

#column-left .body-news p,#column-right .body-news p {
    padding: 4px 10px
}

#column-left #owl-news-column,#column-left #owl-special-column,#column-right #owl-news-column,#column-right #owl-special-column {
    margin-bottom: 0!important
}

p.subscribe {
    color: #CCC
}

.subscribe-content {
    position: relative;
    margin-bottom: 18px
}

.subscribe-content .input-box {
    height: 35px;
    line-height: 35px;
    background: #F3F3F3;
    width: 100%
}

.subscribe-content input.input-text {
    height: 35px;
    display: block;
    line-height: 35px;
    width: 100%;
    padding-left: 10px;
    border: none;
    background: rgba(199,197,197,.48)
}

.subscribe-content .actions {
    float: left;
    width: 35px;
    position: absolute;
    right: 0;
    top: 0
}

.subscribe-content .actions button.button {
    overflow: visible;
    margin: 0;
    cursor: pointer;
    width: 35px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #464646;
    color: #FFF;
    border: none;
    font-family: Arial;
    font-size: 0
}

.subscribe-content .actions button.button .fa {
    width: 36px;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    line-height: 35px
}

.box-nain .news-set {
    border-top: 1px solid rgba(168,164,164,.5)
}

.box-nain .owl-carousel {
    background: 0 0
}

.box-nain .body-news {
    background: #fff;
    padding: 0 5px;
    margin: 0 20px
}

.blog-layout.blog-list {
    min-height: 370px;
    border: 1px solid #F4F3F3;
    margin-bottom: 30px
}

.blog-layout.blog-list:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.blog-layout.blog-list .image {
    padding: 6px
}

.blog-caption .date {
    text-align: center;
    font-size: 11px
}

.blog-caption .h4,.blog-caption h4 {
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 18px;
    margin-bottom: 0
}

.blog-caption .text {
    text-align: justify;
    color: #777
}

.news-full-desc .img-thumbnail {
    border: none;
    width: 100%
}

h3.news-featured {
    font-weight: 400;
    text-transform: uppercase
}

.news-full-desc-header {
    margin: 0 0 10px;
    font-size: 22px
}

.banner-box {
    margin: 20px auto 0
}

.banner-box .image-box {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.body-news img {
    width: 100%;
    height: 100%
}

.box-filter {
    padding: 20px;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    background: #fff
}

.box-filter span {
    padding: 1px;
    font-size: 18px;
    line-height: 26px
}

.box-filter label {
    cursor: pointer;
    color: #232323;
    font-weight: 400;
    font-size: 14px;
    padding-top: 1px
}

.box-filter ul li:hover {
    background: #fafafa
}

.checkbox-filter {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px
}

.checkbox-filter-main input[type=checkbox] {
    display: none
}

.checkbox-filter:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: #E4E2E2;
    border: 1px solid #CCC9C9;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    margin: 0 5px 0 0
}

.checkbox-filter-main input[type=checkbox]:checked+.checkbox-filter:before {
    content: "\2713";
    font-size: 17px;
    font-weight: 700;
    border: 1px solid rgba(165,165,165,.46);
    color: #3EA748;
    background-color: #fdfdfd
}

#button-filter {
    margin: 10px 0 0
}

#sstore-3-level,#sstore-3-level ul,#sstore-3-level ul li,#sstore-3-level ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#sstore-3-level {
    width: 100%;
    color: #fff
}

#sstore-3-level ul ul {
    display: none
}

#sstore-3-level>ul>li.active>ul {
    display: block
}

.align-right {
    float: right
}

#sstore-3-level>ul>li>a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #05080a;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#sstore-3-level>ul>li>a:hover {
    color: #d8f3f0
}

#sstore-3-level ul>li.has-sub>a.toggle-a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

#sstore-3-level>ul>li .toggle-a {
    position: absolute;
    right: 0;
    top: 0
}

#sstore-3-level ul>li.has-sub>a.toggle-a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

#sstore-3-level ul>li.has-sub.open>a.toggle-a:after,#sstore-3-level ul>li.has-sub.open>a.toggle-a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#sstore-3-level ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #ddd;
    background: #535e6b;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#sstore-3-level ul ul ul li a {
    padding-left: 40px
}

#sstore-3-level ul ul ul li a.current-link {
    color: #f8ff74
}

#sstore-3-level ul ul li a:hover {
    color: #fff
}

#sstore-3-level ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #ddd
}

#sstore-3-level ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ddd
}

.size-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 1000px;
    margin: 20px auto
}

.slideshow-box .owl-controls .owl-nav div {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    color: rgba(0,0,0,.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    transition: all .3s ease
}

#filter-mobile,#filter-mobile .box-heading,#filter-mobile.filter-show,#filter-mobile.filter-show .box-heading {
    transition-timing-function: cubic-bezier(.1,.57,.1,1);
    transition-duration: .5s
}

.slideshow-box .owl-controls .owl-nav .owl-prev {
    left: 10px;
    top: 50%
}

.slideshow-box .owl-controls .owl-nav .owl-next {
    right: 10px;
    top: 50%
}

.slideshow-box .owl-carousel:hover .owl-nav div {
    opacity: .7
}

.slideshow-box .owl-carousel:hover .owl-nav div:hover {
    opacity: .4
}

.slideshow-box .owl-controls .owl-nav div i {
    font-size: 40px;
    margin: -20px 0 0
}

.slideshow-box .owl-dots {
    text-align: center;
    top: 0;
    position: relative;
    cursor: pointer
}

.slideshow-box .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px
}

.slideshow-box .owl-dots .owl-dot span {
    display: block;
    border-radius: 20px
}

.image-additional-carousel .owl-nav {
    position: absolute;
    top: 42%;
    width: 100%
}

.image-additional-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0
}

.image-additional-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0
}

.image-additional-carousel .owl-nav .owl-next,.image-additional-carousel .owl-nav .owl-prev {
    background: #f0f0f0;
    padding: 5px
}

.image-additional-carousel .owl-nav .owl-next:hover,.image-additional-carousel .owl-nav .owl-prev:hover {
    background: #b0b0b0
}

#tab-description ul,.news-full-desc ul {
    padding: 0;
    list-style: none
}

#tab-description ul>li,.news-full-desc ul>li {
    position: relative;
    padding-left: 15px
}

#tab-description ul>li:before,.news-full-desc ul>li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 4px;
    width: 3px;
    height: 3px;
    margin-top: 0;
    border-radius: 50%;
    background: #000
}

.product-info .image h1 {
    position: relative
}

.product-info .image h1 span {
    position: absolute;
    top: 30px;
    left: 0;
    background: url(../images/icon-new.png) no-repeat;
    width: 50px;
    height: 49px;
    z-index: 1
}

.cart-total-row {
    margin: 20px 0;
    font-size: 16px
}

.cart-total-row div {
    text-align: right
}

a.register.logged {
    background: #ff5100;
    padding: 0 5px!important;
    margin: 0 5px;
    color: #fff
}

.reward-product {
    padding: 10px 0 0;
    font-size: 16px
}

.tab-content .owl-item img {
    margin-bottom: 10px
}

.image-hover-effect img,.reviewfield input#input-name,.reviewfield textarea,.reviewfield input#input-captcha {
    width: 100%
}

.reviewfield .col-sm-9 textarea {
    resize: vertical
}

.row.menu-row {
    margin-right: 15px
}

.to_top {
    position: fixed;
    top: -10px;
    right: -15px;
    left: 0;
    z-index: 200;
    margin-top: 0;
    padding: 0
}

#megamenu-menu .container {
    position: relative
}

a.cheaper {
    display: inline-block;
    margin: 0 0 10px 10px;
    padding: 4px 8px;
    vertical-align: middle;
    color: #fff;
    border-radius: 2px
}

#tab-specification .table-bordered,#tab-specification .table-bordered>tbody>tr>td,#tab-specification .table-bordered>tbody>tr>th,#tab-specification .table-bordered>tfoot>tr>td,#tab-specification .table-bordered>tfoot>tr>th,#tab-specification .table-bordered>thead>tr>td,#tab-specification .table-bordered>thead>tr>th,div.tab-pane table thead tr td {
    border: 0
}

#tab-specification .table-bordered>thead>tr>td {
    border-bottom: 1px solid #f0f0f0
}

#tab-specification .table-bordered>tbody+tbody {
    border-top: 1px solid #f0f0f0
}

.account-content {
    padding: 20px 15px 0;
    text-align: center
}

.account-content h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.account-content .table-div,.account-content form {
    width: 70%;
    margin: 0 auto
}

.account-content form legend,.account-content h2 {
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    padding-right: 30px
}

.account-content .well h2 {
    padding-right: 0
}

.account-content form legend i,.account-content h2 i {
    margin: 10px
}

.account-content .buttons {
    margin-top: 20px;
    text-align: center
}

.account-content .buttons div {
    display: inline-block;
    margin: 0 20px;
    text-transform: uppercase
}

.account-content .button,.account-content .buttons div .button {
    text-transform: uppercase
}

.account-content .buttons div .button-back {
    text-decoration: underline
}

.account-content .buttons div .button-back:hover {
    text-decoration: none
}

.account-content .table-div {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px
}

.account-content .table-div.wishlist-table {
    padding: 0;
    border-radius: 2px
}

.account-content .table-div table {
    border: 0;
    margin-bottom: 0
}

.account-content .table tbody tr:hover {
    background: 0 0
}

.account-content .table tbody tr td {
    border: 0
}

.wishlist-tr,.wishlist-tr td {
    border: 0!important
}

.account-content .table-div table .button-back {
    text-decoration: underline;
    text-transform: uppercase;
    display: block;
    margin-top: 30px
}

.account-content .table-div table .button-back.no-mt {
    margin-top: 0
}

.account-content .table-div table .button-back.no-mt .fa {
    margin-left: 6px;
    font-size: 16px
}

.account-content .buttons div .button .fa {
    margin-right: 6px
}

.account-content .required {
    color: #252525
}

.wishlist-tr {
    color: #fff
}

.wishlist-content-tr {
    padding: 10px;
    height: 80px
}

.wishlist-content-tr:hover {
    background-color: rgba(255,81,0,.11)!important
}

.wishlist-content-tr td {
    vertical-align: middle!important
}

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

.newsletter-div {
    text-align: left!important
}

.btn-info,.btn-primary {
    color: #fff!important
}

.account-content .radio {
    text-align: left
}

.well {
    background: 0 0;
    border: 0;
    box-shadow: none
}

.box .panel-footer,.filtered .list-group-item {
    background: #fafafa
}

.well p.text {
    min-height: 150px
}

.reg-text {
    display: block!important;
    margin-bottom: 10px!important
}

.reg-text input[type=checkbox] {
    margin-top: 2px;
    vertical-align: top
}

#oct-selected-values button img,.cat-options .radio label,.review-rating {
    vertical-align: middle
}

.options input[disabled]+label,.options label input[disabled]+.disable-image-option {
    position: relative;
    opacity: .5;
    cursor: help
}

.options input[disabled]+label:before,.options label input[disabled]+.disable-image-option:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.options label input[disabled]+.disable-image-option:before {
    top: 5px;
    left: 5px;
    right: 0;
    bottom: 0;
    margin: 0
}

.img-thumbnail {
    border: 2px solid #f0f0f0
}

.options div.radio .selected-img img {
    border-color: #797979
}

.options input[disabled]+label:hover,.options label input[disabled]+.disable-image-option:hover {
    opacity: .2
}

.img-thumbnail:hover,.not-selected:hover {
    opacity: .8
}

.box .panel-footer {
    border: 1px solid rgba(208,208,208,.22);
    border-top: 0;
    border-radius: 0
}

#filter-products-form #input_price_max,#filter-products-form #input_price_min {
    border: 1px solid rgba(154,154,154,.17)!important;
    border-radius: 0!important;
    background: rgba(204,204,204,.07);
    font-size: 12px;
    height: 24px;
    padding: 5px
}

#filter-products-form #input_price_max:hover,#filter-products-form #input_price_min:hover {
    background: #fff!important
}

#filter-products-form a.list-group-item {
    font-weight: 700
}

#filter-products-form .list-group-item {
    max-height: 236px;
    overflow-x: hidden;
    border: 1px solid rgba(208,208,208,.22);
    border-top: 0
}

#filter-products-form .ui-widget-header {
    background: rgba(102,209,131,.45);
    font-weight: 700
}

#tab-description,.cat-options .control-label,.checkout_form .fastorder-panel-default p strong,.slideshow-box h2 {
    font-weight: 400
}

.avg_rating,.sreview-author,.store-rating,a.see-all {
    font-weight: 700
}

#filter-products-form .ui-state-,#filter-products-form .ui-state-default {
    background: #24c747!important;
    border: 2px solid rgba(138,138,138,.24);
    border-radius: 50px
}

#filter-products-form .ui-state-hover {
    background: #42d662!important;
    cursor: pointer
}

#filter-products-form .checkbox-image {
    float: left;
    margin-right: 6px
}

#filter-products-form .checkbox-image img {
    cursor: pointer;
    border: 2px solid rgba(171,171,171,.23);
    border-radius: 2px
}

#filter-products-form .checkbox-image img:hover {
    cursor: pointer;
    border: 2px solid rgba(171,171,171,.53)
}

#filter-products-form .highlight {
    border: 2px solid rgba(87,87,87,.99)!important
}

#filter-products-form a.list-group-item:focus,#filter-products-form a.list-group-item:hover {
    background: rgba(196,196,196,.18)
}

#filter-mobile,.panel-default.box {
    background: #fafafa
}

#filter-products-form a.list-group-item .name {
    float: left;
    cursor: pointer;
    text-decoration: underline
}

#filter-products-form a.list-group-item .name:hover {
    text-decoration: none
}

.buynow a,.rew-disabled a {
    text-decoration: underline
}

.buynow a:hover,.rew-disabled a:hover,a.out-of-stock-button:hover {
    text-decoration: none
}

#filter-products-form a.list-group-item .link {
    float: right;
    cursor: pointer;
    color: rgba(130,128,128,.42)
}

#filter-products-form a.list-group-item .link:hover {
    color: rgba(130,128,128,.8)
}

.buynow,.buynow a,.buynow a:hover {
    color: #fff
}

#filter-products-form .item-content {
    display: none
}

#filter-products-form .expanded .item-content {
    display: block
}

#filter-products-form .price-item,.price-name {
    border-bottom: 0!important
}

#filter-products-form .ui-widget-content {
    border: 0
}

#filter-products-form input[type=checkbox],#filter-products-form input[type=radio] {
    margin-top: 2px
}

#filter-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -240px;
    width: 240px;
    z-index: 300;
    overflow-y: scroll;
    overflow-x: hidden
}

#filter-mobile.filter-show {
    left: 0
}

#filter-close {
    position: absolute;
    top: 0;
    left: 190px;
    width: 40px;
    height: 52px;
    color: #fff;
    font-size: 22px;
    z-index: 101;
    text-align: right
}

.com-column,.manufacturer-content ul li {
    text-align: center
}

.mobile-category-header {
    display: none
}

#filter-mobile .box-heading {
    position: fixed;
    width: 240px;
    top: 0;
    left: -240px;
    right: 0;
    z-index: 3
}

#filter-mobile.filter-show .box-heading {
    left: 0
}

#filter-mobile .box-content {
    margin-top: 60px
}

.manufacturers-filter .item-content {
    max-height: 246px!important
}

.image-additional {
    opacity: 0
}

#autoreleted .category-slide {
    opacity: 1!important
}

.product-info .stickers {
    font-size: 14px;
    padding: 0 10px;
    line-height: 24px;
    -webkit-box-shadow: 0 2px 17px -4px rgba(0,0,0,.27);
    -moz-box-shadow: 0 2px 17px -4px rgba(0,0,0,.27);
    box-shadow: 0 2px 17px -4px rgba(0,0,0,.27);
    clear: both;
    display: inline-block;
    margin-bottom: 10px
}

.availabil,.micro-price {
    display: none
}

.sticker-box {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1001
}

.stickers-cat {
    line-height: 22px;
    opacity: .8;
    padding: 2px 6px;
    -webkit-box-shadow: 0 2px 17px -4px rgba(0,0,0,.27);
    -moz-box-shadow: 0 2px 17px -4px rgba(0,0,0,.27);
    box-shadow: 0 2px 17px -4px rgba(0,0,0,.27);
    float: right;
    margin-bottom: 6px;
    clear: both
}

.sticker-box-cat {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    z-index: 100;
    pointer-events: none
}

a.popup_view_button {
    z-index: 3000
}

#contacts i.contacts-fa {
    position: absolute;
    top: 34%;
    left: 22%;
    font-size: 24px;
    cursor: default
}

#right-block i,.product-box-item,div#tab-extra-0 {
    position: relative
}

#shedule i {
    position: absolute;
    top: 33%;
    left: 28%;
    font-size: 24px
}

#right-block i {
    top: 46%;
    float: right;
    margin-right: 16px;
    font-size: 24px
}

.product-box-item .sticker-box-cat {
    border-radius: 4px;
    margin-top: 5px
}

.item .sticker-box-cat .stickers-cat,.product-box-item .sticker-box-cat .stickers-cat {
    border-radius: 1px;
    font-size: 11px
}

.box .owl-nav {
    font-size: 16px!important;
    line-height: 38px!important
}

.ya-share2__badge {
    border-radius: 50%!important
}

.news-full-desc .ya-share2 ul>li {
    padding-left: 0!important
}

.buynow {
    height: auto;
    line-height: 30px;
    width: auto;
    margin: 20px auto 0;
    padding: 10px 20px;
    font-size: 22px;
    background: #8FBB6D;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1)
}

.buynow span,.stars-rev {
    font-size: 16px
}

.product-info {
    min-height: 560px;
    background: #fff
}

.stars-rev {
    color: #d4d4d4
}

.fa-star.stars-rev {
    color: #ffc00e
}

.review-list .author {
    font-size: 16px;
    color: #474747
}

#tab-description,.review-list .text {
    font-size: 14px;
    color: #7D7D7D;
    line-height: 22px
}

.category-info ul,.category-info ul li {
    list-style: inherit
}

.category-info ul {
    padding-left: 20px
}

.cheaper {
    background: #8FBB6D
}

.man-list-logo {
    margin: 10px 5px
}

.man-list-logo:hover {
    -webkit-box-shadow: 0 2px 25px -1px rgba(0,0,0,.13);
    -moz-box-shadow: 0 2px 25px -1px rgba(0,0,0,.13);
    box-shadow: 0 2px 25px -1px rgba(0,0,0,.13)
}

p.rcom {
    font-size: 12px;
    color: grey;
    padding: 4px 6px
}

.list-reviews-row,.reviewspage-header,.store-rating {
    font-size: 16px
}

.revcom {
    max-height: 420px
}

.comm-st {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    height: 45px;
    overflow: hidden;
    line-height: 18px
}

.com-column {
    padding: 6px
}

.nomar {
    margin: 0!important
}

div#tab-extra-0 {
    padding-bottom: 30px;
    padding-top: 30px;
    height: auto;
    overflow: hidden
}

.store-rating .rating-count,.store-rating .rating-from {
    display: inline-block;
    padding: 9px 12px;
    background: #f8f8f8
}

.store-rating .rating-count {
    color: #2aa51d
}

.store-rating .rating-from {
    color: #ff5100
}

.input-sort-reviews {
    margin-top: 8px
}

.sort-reviews-row {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin: 0
}

.list-reviews-row+.well-sm {
    padding: 20px 0
}

.reviews-content .product-list {
    border-bottom: 1px solid #ececec;
    padding: 10px 4px 20px;
    overflow: visible
}

.reviews-content .product-list .well-sm {
    color: #5a5959;
    font-size: 14px;
    line-height: 24px
}

.small-date {
    font-size: 12px;
    color: #b7b7b7
}

.bigrating {
    font-size: 14px
}

.avg_rating {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #2aa51d
}

.avg_rating span {
    border-bottom: 1px dashed #2aa51d
}

.avg_rating_info {
    display: none
}

.avg_rating:hover+.avg_rating_info {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border: 1px solid rgba(226,226,226,.69)
}

.rev-pagination {
    padding: 10px 0 0
}

.product-info .stickers,.stickers-cat {
    border-radius: 0
}

.box.info-box {
    margin-top: 20px
}

.info-box .box-content {
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px
}

.info-box .box-content ul li {
    padding: 6px 0
}

.cat-options {
    color: rgba(82,80,105,.74);
    display: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px
}

.cat-options .radio {
    display: inline-block;
    margin: 0
}

.cat-options .radio label {
    padding-left: 0;
    max-height: 20px;
    max-width: 16px;
    cursor: default;
    margin-right: 4px
}

#right-block .fa-shopping-bag,.fastorder-panel-default label {
    cursor: pointer
}

.cat-options .form-group {
    margin: 0;
    padding: 6px 0 0
}

.product-grid .product:hover .product-about .cat-options {
    display: block
}

.cat-options .size-box .radio label {
    max-height: 20px;
    max-width: 100px;
    background: #f0f0f0;
    padding: 2px 4px;
    margin-top: -2px;
    margin-right: 6px
}

.cat-options+div,.product-grid .price+div {
    border-top: 1px solid #FFF
}

.cat-options .radio label img {
    border: 1px solid #f0f0f0;
    margin-top: 1px
}

a.out-of-stock-button {
    background: rgba(191,191,191,.75);
    color: rgba(0,0,0,.47);
    padding: 10px 16px;
    border-radius: 5px;
    line-height: 16px;
    position: relative;
    display: block;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%
}

.sreview-author {
    font-size: 16px;
    line-height: 20px
}

.sreview-date {
    font-size: 12px;
    line-height: 16px;
    color: #949494
}

.fastorder-panel-default .panel-heading,.rew-disabled {
    font-size: 16px
}

.sreview-text {
    color: #5d5d5d;
    line-height: 16px
}

.button-all-sreview {
    text-align: center;
    margin-bottom: 15px
}

input.form-control.order-quantity {
    min-width: 40px
}

.checkout_form-first-div {
    position: relative;
    z-index: 10
}

.login-checkout .forgotten {
    padding-left: 10px
}

.login-checkout {
    border-radius: 0!important;
    background-color: rgba(233,233,233,.17)!important;
    border-color: #f7f7f7!important;
    padding-left: 0!important;
    padding-right: 0!important
}

.login-checkout .fastorder-panel-default.login-form {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    border-color: #fbfbfb;
    box-shadow: none
}

.login-checkout #show-login {
    padding-left: 15px;
    padding-right: 15px
}

.fastorder-panel-default {
    border-radius: 0!important
}

.fastorder-panel-default .panel-heading,.fastorder-panel-default .panel-heading h4 {
    color: #fff;
    border-color: rgba(221,221,221,0);
    border-radius: 0
}

.checkout_form .fastorder-panel-default {
    border-color: #f7f7f7!important
}

.checkout_form .fastorder-panel-default p {
    color: #666
}

.checkout_form .fastorder-panel-default label {
    font-weight: 400;
    line-height: 1
}

#cart-table .panel-heading {
    background-color: #f0f0f0;
    color: #000
}

#cart_table>tbody>tr>td {
    border-top: 0!important;
    border-color: #f7f7f7!important
}

#cart_table>thead>tr>td,.fastorder-table-bordered tr td {
    border-bottom-width: 1px!important;
    border: 1px solid #f7f7f7!important
}

#cart-table .fastorder-panel-default .panel-collapse .panel-body {
    border-top: 0!important
}

.fastorder-panel-default .form-control,.login-checkout .form-control {
    border-radius: 0;
    background: #fafafa
}

.fastorder-panel-default input[type=checkbox] {
    margin-top: -3px;
    cursor: pointer
}

.fastorder-panel-default .panel-heading i {
    margin-right: 8px
}

#content .product-info .tabs-box .tab-content>.active {
    display: initial
}

.tooltip-inner {
    max-width: 500px!important
}

.product-grid .name a,.swiper-slide .name a {
    line-height: 12px;
    padding: 0 10px
}

.box-content .banner>div {
    margin-bottom: 0
}

.rew-disabled {
    padding: 14px 0
}

.info-page a,.news-full-desc a {
    text-decoration: underline;
    color: #047b98
}

.info-page a:hover,.news-full-desc a:hover {
    text-decoration: none
}

.top-panel-div .right a {
    padding: 0 0 0 18px
}

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

.slideshow-box .h2,.slideshow-box h2 {
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 34px;
    margin-top: 120px;
    margin-bottom: 10px;
    line-height: 48px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
    z-index: 10
}

.slideshow-box p {
    margin-top: 40px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 100
}

.slideshow-box .slideshow-plus-link {
    display: block;
    width: 30%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background: #000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 10px 0;
    font-weight: 400
}

.slideshow-box .slideshow-plus-link:hover {
    background: #ff5100;
    text-decoration: none;
    transition-duration: .2s;
    transition-property: all
}

.slideshow-box {
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1)
}

.banner .owl-controls {
    display: none
}

#column-left .image-hover-effect,.body-news .image-hover-effect {
    position: relative;
    overflow: hidden;
    display: block
}

#column-left .image-hover-effect:before,.banner-box .image-box:before,.body-news .image-hover-effect:before {
    background-color: rgba(255,255,255,.2);
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

#column-left .image-hover-effect:hover::before,.banner-box .image-box:hover::before,.body-news .image-hover-effect:hover::before {
    left: 100%;
    opacity: 1;
    cursor: pointer
}

.banner-box .image-box:hover,.body-news .image-hover-effect:hover {
    opacity: .85;
    cursor: pointer
}

@media only screen and (max-width: 992px) {
    #left-buttons {
        display:none
    }
}

@media only screen and (min-width: 992px) {
    #left-buttons {
        display:block;
        position: fixed;
        left: 0;
        top: 20%;
        width: 60px;
        z-index: 100
    }

    #left-buttons div>a {
        display: block;
        text-align: center;
        height: 60px;
        border-top: 1px solid #4c4c4c;
        background: #141414
    }

    #left-buttons div.buy-supplement>a {
        border-top: 0;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px
    }

    #left-buttons div.support>a {
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px
    }

    #left-buttons div>a:hover {
        background: #ff5100
    }

    #left-buttons div>a i {
        line-height: 60px;
        color: #fff;
        font-size: 18px
    }
}

.field-tip {
    position: relative
}

.field-tip .tip-content {
    position: absolute;
    top: 4px;
    right: 9999px;
    width: 200px;
    margin-right: -220px;
    padding: 10px;
    color: #fff;
    background: #141414;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    -moz-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -ms-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out
}

.field-tip .tip-content:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -16px;
    width: 0;
    height: 0;
    margin-top: -8px;
    border: 8px solid transparent;
    border-right-color: #141414;
    color: #141414
}

.box-main+.oct-slideshow,.oct-article-thumbnails {
    margin-top: 20px
}

.field-tip:hover .tip-content {
    right: 8px;
    opacity: 1
}

.video-tab-content {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-tab-content embed,.video-tab-content iframe,.video-tab-content object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#popup-view-wrapper .sub_images img {
    border: 1px solid rgba(0,0,0,.08)
}

.table-bordered tr:nth-child(2n) {
    background: #eaeaea
}

.blog-caption .text {
    height: 126px;
    overflow: hidden
}

.terms-footer-block {
    color: #fff
}

.terms-footer-block a {
    color: #fff;
    text-decoration: underline
}

a.button.popup-view-btn {
    width: 170px
}

a.see-all {
    color: #313131!important;
    font-size: 13px!important
}

.filtered label {
    width: 190px
}

span.label.label-default.oct-filter-total-label {
    margin-top: 4px
}

#oct-selected-values .panel-default {
    border-color: transparent;
    background: 0 0;
    border-radius: 0;
    box-shadow: none
}

#oct-selected-values .panel-default>.panel-heading {
    border-color: transparent;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 0;
    font-weight: 400
}

#oct-selected-values .panel-body {
    padding-left: 0;
    padding-right: 0
}

#oct-selected-values button {
    color: #6a6b6a;
    text-shadow: none;
    background: #f5f5f5;
    border-color: transparent;
    box-shadow: none;
    height: 42px;
    line-height: 40px;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 6px;
    margin-bottom: 6px;
    outline: 0
}

#oct-selected-values button:hover {
    color: #000;
    background: #f8f9fa
}

#oct-selected-values .oct-filter-icon-unselect {
    color: #e53935
}

#column-left #oct-selected-values .oct-filter-icon-unselect,#filter-mobile #oct-selected-values .oct-filter-icon-unselect {
    color: #fff
}

#button-filter,#button-reset {
    width: 100%;
    margin-bottom: 10px
}

.oct-filter-total-label {
    float: right;
    margin-top: 4px;
    line-height: 14px;
    padding-top: 1px;
    padding-bottom: 0;
    font-size: 9px;
    font-weight: 400;
    vertical-align: middle
}

.oct-filter-icon-unselect {
    font-size: 7px;
    line-height: 10px;
    cursor: pointer
}

#oct-price-slider {
    margin: 10px 15px 20px
}

.box-content.filtered {
    background: #f7f9fa
}

#selected-filters .checkbox,.filtered .list-group-item.item-name,.filtered .list-group-item.price-name {
    font-size: 14px
}

.filtered .list-group-item,.filtered a.list-group-item:focus,.filtered a.list-group-item:hover,.filtered button.list-group-item:focus,.filtered button.list-group-item:hover {
    background-color: transparent
}

.filtered .item-content,.filtered .list-group-item.price-item {
    padding-bottom: 0;
    margin-bottom: 10px
}

.filtered .list-group-item {
    border: 0
}

.filtered .list-group-item.item-name,.filtered .list-group-item.item-name:hover {
    background: #fbfbfb;
    border: 0;
    cursor: pointer;
    border-radius: 0
}

#oct-product-filter-data {
    position: relative
}

#oct-product-filter-data a.list-group-item .link {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px
}

.filtered .link i {
    color: #4f5f6f!important
}

#oct-product-filter-data .item-content {
    display: none
}

#oct-product-filter-data .expanded .item-content {
    display: block;
    border-radius: 0
}

#oct-product-filter-data .inner-box.expanded {
    position: relative
}

.filtered .checkbox input[type=checkbox]+label,.filtered .checkbox-inline input[type=checkbox]+label,.filtered .radio input[type=radio]+label,.filtered .radio-inline input[type=radio]+label {
    cursor: pointer;
    padding-left: 0;
    font-size: 12px;
    color: #4f5f6f;
    line-height: 22px
}

.filtered input[type=checkbox]:disabled+label,.filtered input[type=radio]:disabled+label {
    cursor: not-allowed;
    opacity: .5
}

.filtered input[type=checkbox]:disabled+label::before,.filtered input[type=radio]:disabled+label::before {
    border: 1px solid #ccc;
    cursor: not-allowed
}

.filtered input[type=checkbox]+label::before,.filtered input[type=radio]+label::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: -3px 10px 0 0;
    border: 1px solid #9fb4bb;
    background-repeat: no-repeat;
    vertical-align: middle
}

.filtered .checkbox input[type=checkbox],.filtered .checkbox-inline input[type=checkbox],.filtered .radio input[type=radio],.filtered .radio-inline input[type=radio] {
    display: none
}

.filtered input[type=checkbox]:checked+label::before,.filtered input[type=radio]:checked+label::before {
    background: #434343;
    padding: 5px!important;
    border: 3px solid #b1aca9
}

.filtered .radio input[type=radio]+label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.selected-filters-label {
    padding-left: 0!important
}

#selected-filters {
    padding-bottom: 10px
}

#oct-product-filter-data .checkbox-image {
    float: left;
    margin-right: 6px
}

#oct-product-filter-data .checkbox-image img {
    cursor: pointer;
    border: 2px solid #4f5f6f;
    border-radius: 2px
}

#oct-product-filter-data .highlight {
    border: 2px solid #59c2e6!important
}

#oct-product-filter-data .oct-rating-stars {
    margin-top: -5px
}

#oct-selected-values .oct-selected-values-label {
    padding-left: 0
}

.masked {
    background: #eee;
    opacity: .4
}

.masked,.masked_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0
}

.masked_loading {
    background: url(../image/ring-alt.svg) center center no-repeat
}

#res-products {
    position: relative
}

#oct-product-filter-data .oct-filter-faq {
    margin-top: 5px;
    display: inline-block;
    line-height: 12px
}

.oct-button {
    display: block;
    height: 33px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #000;
    border: 0;
    padding-left: 10px;
    padding-right: 10px
}

.oct-button:hover {
    background: #ff5100
}

.oct-filter-view {
    cursor: pointer;
    text-decoration: underline
}

.breadcrumbsitem {
    display: none
}

.review-rating {
    font-size: 0;
    color: #ccc;
    display: inline-block
}

.review-rating input {
    display: none
}

.review-rating * {
    margin: 0 1px 0 0
}

.review-rating label .fa {
    font-size: 20px;
    padding: 2px 4px 2px 0;
    cursor: pointer
}

.rating-stars.active {
    color: #fccf06!important
}

.rating-stars.checked {
    color: #fccf06
}

.oct-selected-group-label {
    margin-bottom: 10px;
    font-size: 12px;
    text-decoration: underline
}

#button-reset {
    margin-bottom: 15px!important;
    margin-left: 15px;
    background: #e4211a!important;
    font-size: 12px!important;
    padding: 10px;
    line-height: 30px!important;
    height: 30px!important;
    color: #fff!important;
    width: 40%
}

.table>tbody>tr>td.comment-text,.table>tbody>tr>td.oct-article-comment-info {
    padding-left: 0;
    padding-right: 0
}

.category-info a {
    text-decoration: underline;
    color: #3379b7
}

.category-info a:hover {
    text-decoration: none
}

.oct-filter-total-label:hover {
    opacity: .8
}

.news-row .product-grid .image {
    min-height: auto
}

.article-stats {
    margin-bottom: 14px
}

.oct-article-tag {
    text-decoration: underline
}

.comments-table a:hover,.oct-article-tag:hover {
    text-decoration: none
}

.comments-table .fa-stack {
    width: 1em;
    height: 1.2em;
    line-height: 1.2em
}

.news-row .blog-thumb .img-responsive,.oct-articles-related img {
    width: 100%
}

.comments-table .fa-stack .fa-stack-2x {
    font-size: 1em
}

.oct-article-thumbnails a.thumbnail:hover {
    border-color: #F4F3F3;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.oct-article-panel-default,.oct-article-thumbnails a.thumbnail {
    border-radius: 1px;
    border-color: #F4F3F3
}

.oct-article-panel-default {
    box-shadow: none
}

.oct-articles-related .blog-layout.blog-list {
    min-height: auto;
    margin-bottom: 20px
}

.oct-articles-related .blog-caption .h4,.oct-articles-related .blog-caption h4 {
    text-align: left;
    height: 34px;
    margin-bottom: 10px
}

.oct-article-thumbnails .thumbnail:hover img {
    opacity: .8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

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

.table.comments-table>tbody>tr>td {
    border-color: #F4F3F3
}

.oct-articles-info {
    padding-left: 10px;
    padding-right: 10px
}

#container.oct-article-container {
    padding-bottom: 0
}

.oct-article-checkbox-holder {
    margin-top: 4px;
    margin-bottom: 4px
}

.oct-article-checkbox-holder .checkbox-inline {
    padding-left: 16px
}

.oct-article-checkbox-holder .checkbox-inline input[type=checkbox] {
    margin-left: -16px;
    margin-top: 2px
}

.h2.search-header {
    margin-top: 8px
}

.blog-caption .text.oct-article-search-text {
    height: 90px
}

.body-news .image-hover-effect img {
    width: 90%
}

.oct-article-categories-box .box-content {
    background: #141414
}

.oct-article-categories-box .box-content .list-group-item {
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.oct-article-categories-box .box-content .list-group-item.active,.oct-article-categories-box .box-content .list-group-item:hover {
    color: #D8F3F0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.oct-article-categories-box .box-heading {
    color: #DBF3FF;
    font-size: 14px;
    padding-left: 22px;
    padding-right: 22px
}

.oct-article-categories-box .box-content {
    padding: 0px 22px
}

.oct-article-categories-box .box-content#search_block {
    padding-top: 16px;
    padding-bottom: 16px
}

.oct-article-categories-box input {
    border-radius: 2px
}

.oct-article-categories-box .box-content .button {
    display: block;
    width: 100%;
    margin-top: 22px;
    color: #fff!important;
    opacity: 1;
    transition-duration: .2s;
}

.fa-viber:before {
    font-family: fa-viber;
    content: "\e666"
}

.oct-mobile-popup-icons {
    margin-bottom: 10px
}

.oct-mobile-popup-icons a {
    font-size: 16px;
    display: block;
    line-height: 30px
}

#popup-call-phone-wrapper .popup-center {
    padding-top: 10px!important
}

.oct-messengers-li {
    margin-left: 0!important;
    font-size: 16px!important;
    line-height: 28px!important
}

.oct-messengers-li i {
    margin-right: 10px!important;
    position: relative;
    top: 1px
}

.oct-messengers-li .fa-whatsapp {
    font-size: 20px
}

.product.no_quantity {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#popup-view-wrapper .owl-carousel .owl-item .thumbnail {
    border-radius: 0;
    cursor: pointer
}

ul.thumbnails li a.thumbnail {
    border-color: transparent!important
}

#popup-view-wrapper .owl-carousel .owl-controls .owl-nav .owl-next,#popup-view-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: #f0f0f0;
    padding: 5px
}

#popup-view-wrapper .owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    left: -8px
}

#popup-view-wrapper .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    right: -8px
}

#popup-view-wrapper .owl-carousel .owl-controls .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%
}

.btn-filter {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed',sans-serif
}

.btn-filter:hover {
    color: #fff
}

#oct-ismobile {
    position: relative
}

.popover.right {
    z-index: 990
}

ul#msearchresults li >div {
    padding-left: 70px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px
}

body.noscroll {
    overflow: hidden
}

.owl-carousel .owl-controls .owl-nav .owl-next.disabled,.owl-carousel .owl-controls .owl-nav .owl-prev.disabled {
    display: none!important
}

div#content.col-sm-6 .product-grid .cols {
    width: 50%
}

#popup-view-wrapper #image-additional {
    opacity: 0
}

.oct-404-image img {
    margin: 0 auto
}

span.oct-count-reviews {
    color: #cecece
}

span.oct-count-reviews i {
    font-size: 12px;
    position: relative;
    top: -1px
}

a.button.popup-view-btn {
    width: 190px;
    text-align: center
}

.oct-category-item-box {
    float: left;
    width: 25%;
    display: table;
    height: 180px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-left: 20px
}

.oct-category-item-icon {
    width: 30%;
    display: table-cell;
    vertical-align: middle
}

.oct-category-item-icon a {
    display: block
}

.oct-category-item-icon img {
    opacity: .9;
    transition-duration: .2s;
    transition-property: all
}

.oct-category-item-box:hover .oct-category-item-icon img {
    opacity: 1;
    transition-duration: .2s;
    transition-property: all
}

a.oct-category-item-header {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block
}

.main-advantage-item-text {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: left
}

.oct-category-item-icon+.main-advantage-item-text {
    width: 70%;
    padding-left: 40px
}

.main-advantage-item-text li {
    padding-top: 2px;
    padding-bottom: 2px
}

.main-advantage-item-text li a {
    color: #6b6b6b
}

.main-advantage-item-text li.oct-category-see-more {
    font-size: 12px
}

.main-advantage-item-text li.oct-category-see-more a {
    color: #252525;
    font-weight: 700
}

.oct-cat-stock {
    font-weight: 700;
    margin: 3px 0 0;
    border-top-color: transparent
}

.oct-cat-stock .stock-green {
    color: #40b86c
}

.oct-cat-stock .stock-red {
    color: #e73939
}

.oct-cat-stock .stock-orange {
    color: #df8237
}

.oct-admin-answer {
    background: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px
}

#part {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    display: none;
    z-index: 2000;
    background: rgba(95,97,112,0.6)
}

#partcont {
    position: relative;
    color: #000;
    font-size: 20px;
    line-height: 22px;
    width: 40%;
    min-width: 230px;
    max-height: 500px;
    height: auto;
    margin: 10% auto 0;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 5px 41px 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 5px 41px 0 rgba(0,0,0,1);
    box-shadow: 0 5px 41px 0 rgba(0,0,0,1);
    overflow: auto;
    border: 5px solid transparent;
    border-color: rgba(239,236,236,0.52);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

#loading-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 96%;
    background: url(../images/ajax_round.gif) no-repeat center center;
    z-index: 100;
    opacity: .7
}

#partcont .heading {
    font-size: 14px
}

#partcont .heading #cart-total {
    font-size: 18px;
    float: left;
    margin: 10px 0
}

#partcont .empty {
    font-size: 18px;
    line-height: 40px;
    margin: 40px 0
}

#partcont:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    width: 16px;
    height: 16px;
    background: url(../image/closepop.png) no-repeat;
    cursor: pointer
}

.imagesd {
    position: relative
}

.iconer {
    position: absolute;
    left: 0;
    top: 0;
    width: 119px;
    height: 119px;
    z-index: 5;
    background-image: url(../image/added.png);
    background-repeat: no-repeat
}

.en {
    background-image: url(../image/addeden.png)!important
}

.uk {
    background-image: url(../image/adduk.png)!important
}

.testbutton {
    background: #252525;
    color: #fff!important;
    font-size: 11px;
    padding: 12px 16px;
    font-family: 'Open Sans',sans-serif;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #fff;
    font-weight: 700;
    text-transform: uppercase
}

.testbutton:hover {
    color: #ccc!important;
    background: #FF5100;
    text-decoration: none!important
}

.mcartdiv {
    width: 100%;
    height: 100%
}

.mcartdivatem {
    font-size: 16px;
    font-weight: 400
}

.mcartdivatem a,.mcartdivatem a:visited {
    color: #FF5100;
    text-decoration: underline
}

.mcartdivatem a:hover {
    text-decoration: none
}

.mcartok {
    width: 100%;
    text-align: center;
    height: 40px
}

.mcarti {
    float: left;
    width: 35%
}

.mcartimage {
    max-width: 210px
}

.mcartproductname {
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
    line-height: 16px;
    color: #9B9CA5
}

.mcartright {
    float: right;
    width: 55%;
    font-size: 12px;
    color: #4D4A4A;
    text-align: left
}

.mcarthr {
    width: 100%;
    height: 70px;
    border-bottom: 1px dotted #f0f0f0
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px
}

.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEE;
    font-size: 12px
}

.mini-cart-info .image {
    width: 1px
}

.mini-cart-info .image img {
    width: 62px;
    height: 62px;
    float: left;
    margin-right: 18px;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    -moz-box-shadow: 0 1px 2px rgba(208,208,208,0.6);
    -webkit-box-shadow: 0 1px 2px rgba(208,208,208,0.6);
    box-shadow: 0 1px 2px rgba(208,208,208,0.6)
}

.mini-cart-info .name a {
    color: #444;
    font-size: 12px;
    text-decoration: underline
}

.mini-cart-info .name a:hover {
    text-decoration: none
}

.mini-cart-info .quantity {
    display: none
}

.mini-cart-info .remove {
    padding-top: 20px;
    padding-bottom: 20px
}

.mini-cart-info td.total {
    text-align: right;
    font-weight: 700;
    font-size: 12px
}

.mini-cart-info .remove img {
    cursor: pointer
}

.mini-cart-total {
    text-align: right;
    font-size: 18px
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px
}

.mini-cart-total td {
    color: #000;
    padding: 4px;
    font-size: 14px
}

#partcont .checkout a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background: #0a1821;
    padding: 6px 14px;
    text-decoration: none;
    display: inline-block
}

#partcont .checkout a:hover {
    background: #ff5100;
    text-decoration: none
}

@media only screen and (min-width: 1681px) and (max-width:1920px) {
    #partcont {
        margin:12% auto 0;
        width: 30%
    }
}

@media only screen and (min-width: 1280px) and (max-width:1366px) {
    #partcont {
        margin:6% auto 0
    }
}

@media only screen and (min-width: 1063px) and (max-width:1279px) {
    .mcartimage {
        width:180px
    }

    #partcont {
        margin: 12% auto 0
    }
}

@media only screen and (min-width: 977px) and (max-width:1062px) {
    .mcartimage {
        width:160px
    }

    .mcartok {
        margin-bottom: 20px
    }

    #partcont {
        margin: 6% auto 0;
        width: 60%;
        max-height: 80%
    }

    .mcarthr {
        height: 40px
    }

    .mcartright {
        font-size: 16px
    }
}

@media only screen and (min-width: 320px) and (max-width:976px) {
    #partcont {
        max-height:350px
    }

    .mcartimage {
        display: none
    }

    .mcartok {
        margin-bottom: 40px
    }

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

    .mcarti {
        display: none
    }

    #partcont {
        margin: 10% auto 0
    }

    #part {
        position: fixed
    }

    .mcarthr {
        height: 40px
    }

    #partcont .checkout a {
        font-size: 14px
    }

    .mini-cart-total td {
        font-size: 14px
    }
}

@media only screen and (min-width: 320px) and (max-width:809px) {
    #partcont {
        max-height:470px;
        width: 80%
    }

    .price-cart {
        font-size: 12px
    }

    #partcont .checkout a {
        font-size: 12px
    }

    .mini-cart-total td {
        font-size: 12px
    }

    #partcont .checkout a:last-child {
        clear: both;
        margin-top: 4px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    #partcont {
        max-height:100%
    }
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(95,97,112,0.6);
    display: none
}

#loginmodal {
    width: 90%;
    max-width: 400px;
    padding: 15px 20px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    padding: 20px;
    -webkit-box-shadow: 0 5px 41px 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 5px 41px 0 rgba(0,0,0,1);
    box-shadow: 0 5px 41px 0 rgba(0,0,0,1);
    overflow: auto;
    border: 5px solid transparent;
    border-color: rgba(239,236,236,0.52);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

#loginmodal .logintitle {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase
}

#loginform .fieldbox {
    margin: 20px 0;
    position: relative
}

#loginform .fieldbox:first-child {
    margin: 0
}

#loginform .fieldbox label {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0
}

#loginform .fieldbox label.email-label {
    background-image: url(../images/Email-icon.png)
}

#loginform .fieldbox label.password-label {
    background-image: url(../images/password.png)
}

#loginform .fieldbox input {
    padding: 16px 20px 16px 50px;
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#loginform .fieldbox .button {
    height: 52px;
    line-height: 22px;
    font-size: 16px;
    padding: 16px 20px
}

.login-help {
    text-align: center
}

.login-help a {
    font-size: 14px
}

.anylist-grid {
    display: flex;
    flex-wrap: wrap
}

.anylist-grid .item {
    width: 25%
}

.anylist-grid .item-box {
    display: none
}

@media only screen and (min-width: 1200px) {
    .anylist-grid .item {
        width:20%
    }
}

@media only screen and (max-width: 992px) {
    .anylist-grid .item {
        width:50%
    }
}

@media only screen and (max-width: 600px) {
    .anylist-grid .item {
        width:100%
    }
}

.oct-module-button {
    margin-top: 20px
}

.oct-module-button button {
    padding: 10px 20px;
    border: 0;
    background: #141414;
    color: #fff;
    transition: background .3s
}

.oct-module-button button:hover {
    background: #ff5100
}

#oct-policy {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .85);
    transition: bottom 0.8s ease, opacity 0.8s ease;
    z-index: 10000
}

#oct-policy.clicked {
    bottom: -100%;
    opacity: 0
}

.oct-policy-text {
    font-size: 12px;
    color: #bebebe
}

.oct-policy-text a {
    color: #3babf9;
    text-decoration: underline
}

.oct-policy-text a:hover {
    text-decoration: none
}

#oct-policy-btn {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #FFF;
    transition: all .15s ease .05s;
    background: transparent;
    color: #fff
}

#oct-policy-btn:hover {
    background: #fff;
    color: #000
}

.d-flex.align-items-center.justify-content-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}
