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

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

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 21px;
    margin: 20px 0;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

img {
    border-radius: 3px;
}

.category-refine {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #757575;
}

a {
    color: #444;
}

a:hover {
    text-decoration: none;
}

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

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

.panel {
    border: 0;
    box-shadow: none;
}

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

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

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

#checkout-cart .form-control {
    height: auto;
    padding: 9px 12px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 0;
    border: 0;
}

.nav-tabs > li > a {
    border-radius: 3px 3px 0 0;
    font-weight: 600;
    background-color: #ddd;
}

.tab-content {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 0 3px 3px 3px;
}

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

.dropdown-menu {
    border-radius: 0;
    padding: 5px;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #444;
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

/* top */
#top {
    background-color: #fff;
    border-bottom: 0px solid #e2e2e2;
    padding: 0;
    margin: 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

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

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #0189b5;
}

#top #form-currency .fa-angle-down::before,
#top #form-language .fa-angle-down::before {
    content: '\f107';
}

#top #form-currency .btn-group.open .fa-angle-down:before,
#top #form-language .btn-group.open .fa-angle-down:before {
    content: "\f106";
}

#top #form-currency .dropdown-menu,
#top #form-language .dropdown-menu {
    border-radius: 0;
    padding: 5px;
    margin-top: 25px;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.2s ease-out;
    z-index: 1051;
}

#top #form-currency .btn-group.open > .dropdown-menu,
#top #form-language .btn-group.open > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

#top .btn-link,
#top-links li,
#top-links a {
    position: relative;
    display: block;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    color: #555555;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top .btn-link:hover,
#top-links a:hover,
#top .btn-group.open > .btn {
    color: #0189b5;
}

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

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

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

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

/* Top Menu */
#top-links a + a {
    margin-left: 15px;
}

#top .costom-links {
    position: relative;
}

#top .costom-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top .costom-links > ul > li {
    float: left;
    list-style-type: none;
}

#top .costom-links > ul > li > a {
    position: relative;
    display: block;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    color: #555555;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top .costom-links > ul > li > a:hover {
    color: #0189b5;
}

@media (min-width: 992px) {
    .vertical-align {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 15px 0;
    }

    .left-top {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .top-menu-icon {
        float: left;
        padding: 10px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .left-top {
        position: absolute;
        top: 39px;
        display: none;
        min-width: 160px;
        padding: 0;
        background: #fff;
        z-index: 99;
    }

    #top .costom-links {
        float: none;
    }

    #top .costom-links ul {
        padding: 5px 0;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    #top .costom-links > ul > li {
        float: none;
        display: block;
        border: none !important;
        line-height: 30px;
    }

    #top .costom-links > ul > li {
        font-size: 14px;
    }

    #top .costom-links > ul > li > a {
        padding: 0 20px;
    }

    #top .costom-links > ul > li > a:hover {
        color: #444;
        background: rgba(0, 0, 0, 0.1);
    }
}

/* Header - social networking icons */
.header-soc-icon {
    position: relative;
    padding: 10px 0 9px 34px;
    margin-left: -10px;
}

.header-soc-icon:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 18px;
    width: 1px;
    height: 15px;
    background: #dddddd;
    display: none;
}

.header-soc-icon a {
    margin: 0 5px;
    color: #555555;
}

.header-soc-icon a:hover {
    color: #01afe8;
}

.header-soc-icon .fa {
    font-size: 13px;
}

/* Header - Contacts */
.header-contacts .phones a {
    font-size: 15px;
    padding-right: 10px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;

}

.header-contacts .phones a:hover {
    color: #444;
}

.header-contacts .phones a + a {
    border-left: 1px solid #ddd;
    padding-left: 15px;
}

.schedule span {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .header-contacts {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .header-contacts {
        margin: 11px 0;
    }
}

/* logo */
#logo h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
}

@media (max-width: 991px) {
    #logo img {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    #logo {
        margin: 10px;
    }
}

/* search */
#search {
    position: relative;
    display: block;
    /*width: 100%;*/
}

#search .input-lg {
    font-size: 14px;
    font-weight: 400;
    color: #a9a9a9;
    border: 1px solid #E0E0E0;
    box-shadow: none;
    height: 42px;
    padding-right: 47px;
    padding-left: 17px;
    display: block;
    float: none;
    border-radius: 50px;
}

#search .input-group-btn {
    position: absolute;
    top: 3px;
    bottom: 3px;
    display: block;
    padding: 0 4px;
    right: 0;
    width: 44px;
    height: 36px;
    z-index: 99;
}

#search .btn-lg {
    text-shadow: none;
    color: #fff;
    background: #01afe8;
    border: none;
    box-shadow: none;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

#search .btn-lg:hover {
    background: #0189b5;
}

@media (max-width: 991px) {
    #search {
        margin: 11px 0 15px 0;
    }
}

/* cart */
#cart {
    padding: 7.5px 10px;
    width: auto;
    /* float: right; */
}

#cart > .btn {
    width: 20px;
    height: 20px;
    font-size: 24px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: none;
    background-color: rgb(1 175 232 / 0%);
    border-color: rgb(1 175 232 / 0%);
    border-radius: 50%;
    box-shadow: none;
}

#cart.open > .btn {
    background-image: none;
    background-color: #0189b5;
    border: 1px solid #0189b5;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #ffffff;
}

#cart > .btn-lg {
    padding: 0px 0px;
    float: right;
}

#cart-total {
    position: absolute;
    top: -5px;
    right: -12px;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 8px;
    line-height: 11px;
    color: #fff;
    background-color: #6BB170;
    border: medium none;
    border-radius: 50%;
    z-index: 9;
}

#cart .dropdown-menu {
    display: block;
    min-width: 330px;
    margin-top: 25px;
    padding: 15px;
    background: #eee;
    border-radius: 3px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.2s ease-out;
    z-index: 1001;
}

#cart.open > .dropdown-menu {
    margin-top: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

#cart .fa-shopping-basket {
    font-size: 24px;
}

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

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

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

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

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

@media (max-width: 991px) {
    #cart {
        margin: 11px 0 15px 0;
    }
}

/* Menu */
#menu {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    background-color: #262626;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .01s ease-out;
    -o-transition: all .01s ease-out;
    transition: all .01s ease-out;
}

#menu .nav > li > a {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#menu .fa-angle-up,
#menu .fa-angle-down,
#menu .fa-angle-left,
#menu .fa-angle-right {
    font-size: 10px;
}

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

@media (min-width: 768px) {
    .full-menu {
        margin-bottom: 0px;
        background-color: #262626;
    }
    .full-menu #menu {
        margin-bottom: 0;
    }
    #menu .category-title .fa-bars {
        margin-right: 8px;
    }

    #menu .category-title .fa-angle-down {
        margin-left: 8px;
    }

    #menu .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    #menu .nav > li > a {
        color: #fff;
    }

    #menu .nav > li > a:hover,
    #menu .nav > li > a:focus,
    #menu .nav > li > a > li.open,
    #menu .nav > li > a:hover > a,
    #menu .nav > li.open > a,
    #menu .nav > li:hover > a{
        background-color: #0189b5;
    }

    #menu .nav > .active > a {
        background-color: #01afe8;
    }

    #menu .nav > li:first-child a:hover {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

     .menu-video {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 8px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
    color: #444;
    border-bottom: 1px solid #f3f3f3;
}

.menu-video:hover, .menu-video:focus {
    background-color: #f3f3f3;
}

    #menu .nav > li.dropdown .dropdown-menu {
        left: auto;
        display: block;
        min-width: 200px;
        margin: 0;
        padding: 5px;
        text-align: left;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    #menu .nav > li.dropdown .dropdown-menu li a {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 8px;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 300;
        text-transform: none;
        color: #444;
        border-bottom: 1px solid #f3f3f3;
    }

    #menu .nav > li.dropdown .dropdown-menu li:last-child > a {
        border: 0;
    }


    #menu .nav > li.dropdown .dropdown-menu li a:hover,
    #menu .nav > li.dropdown .dropdown-menu li a:focus,
    #menu .nav > li.dropdown .dropdown-menu li.open > a,
    #menu .nav > li.dropdown .dropdown-menu li:hover > a {
        background-color: #f3f3f3;
    }

    #menu .nav > li.dropdown.open > .dropdown-menu,
    #menu .nav > li.dropdown:hover > .dropdown-menu {
        top: auto;
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #menu .nav > li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative;
    }

    #menu .nav > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        left: 100%;
        display: block;
        margin-top: -6px!important;
        margin-left: -1px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    #menu .nav > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        top: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #menu .nav > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        content: "\f105";
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: FontAwesome;
        font-size: 10px;
    }

    #menu .nav > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-angle-down {
        display: none;
    }

    #menu .nav>li.dropdown-menu-full {
        position: static;
    }

    #menu .nav>li.dropdown-menu-full>.dropdown-menu {
        left: auto;
        right: 0;
        width: 100%;
    }

    #menu .dropdown-menu-full .brands a {
        display: block;
        padding: 3px 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }
}

/* menu animation */
@media (min-width: 768px) {
    #menu .nav > li.dropdown .dropdown-menu {
        top: -1000000px;
    }

    #menu .nav > li.dropdown .dropdown-menu {
        -webkit-transition: transform .5s ease-in-out;
        -o-transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        -o-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    #menu .nav > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #menu .nav > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
        -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
        transition: transform .5s ease-in-out, opacity .5s ease-in-out;
        -webkit-transform: translate3d(-20px, 0, 0);
        -moz-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        -o-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    #menu .nav > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #menu .navbar-nav > li.dropdown .dropdown-menu li a {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        -webkit-transition: color .08s;
        -o-transition: color .08s;
        transition: color .08s;
    }

    #menu .navbar-nav > li.dropdown .dropdown-menu li a:hover:before,
    #menu .navbar-nav > li.dropdown .dropdown-menu li a:focus:before,
    #menu .navbar-nav > li.dropdown .dropdown-menu li a:active:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }

    #menu .nav > li.dropdown .dropdown-menu li a:before {
        -webkit-transition: transform .08s ease-out;
        -o-transition: transform .08s ease-out;
        transition: transform .08s ease-out;
        -webkit-transform-origin: 0 50%;
        -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
}

/* Button - hamburger */
#menu .hamburger {
    padding: 18px 23px 0;
    display: inline-block;
    float: right;
    margin: 0;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    overflow: visible;
    -webkit-transition-property: opacity, filter;
    transition-property: opacity, filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

@media (min-width: 768px) {
    #menu .hamburger {
        display: none;
    }
}

#menu .hamburger-box {
    position: relative;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: -8px;
}

#menu .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -.5px;
}

#menu .hamburger-inner,
#menu .hamburger-inner::before,
#menu .hamburger-inner::after {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#menu .hamburger-inner::before,
#menu .hamburger-inner::after {
    content: "";
    display: block;
}

#menu .hamburger-inner::before {
    top: -7px;
}

#menu .hamburger-inner::after {
    bottom: -7px;
}

#menu .hamburger .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#menu .hamburger .hamburger-inner::after {
    top: -14px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

#menu .hamburger .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#menu .hamburger.active .hamburger-inner {
    -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
    -moz-transform: translate3d(0, -7px, 0) rotate(45deg);
    -ms-transform: translate3d(0, -7px, 0) rotate(45deg);
    -o-transform: translate3d(0, -7px, 0) rotate(45deg);
    transform: translate3d(0, -7px, 0) rotate(45deg);
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu .hamburger.active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

#menu .hamburger.active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
    #menu .navbar-nav {
        margin: 0 -15px;
        border-right: 1px solid #efefef;
        border-left: 1px solid #efefef;
    }

    #menu .navbar-collapse {
        background-color: #fafafa;
    }

    #menu .nav > li,
    #menu .dropdown-menu li {
        position: relative;
        border-bottom: 1px solid #efefef;
    }

    #menu .nav .level-2,
    #menu .nav .level-3 {
        padding-left: 10px;
    }

    #menu .nav .dropdown-menu > li > a {
        position: relative;
        padding: 11px 20px;
        color: #444;
    }

    #menu .nav > li > a {
        padding: 10px 8px;
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: #444;
    }

    #menu .nav > li.dropdown.opened > a {
        background-color: #ebebeb;
    }

    #menu .nav .dropdown-menu li > a:hover,
    #menu .nav.navbar-nav > li > a:focus {
        text-decoration: none;
        color: #444;
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-menu a:before {
        content: "\f105";
        float: none;
        padding-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #menu .nav li.dropdown .dropdown-menu {
        position: static;
        clear: both;
        display: none;
        float: none;
        margin: 0;
        padding: 0;
        font-size: 13px;
        background: transparent;
        border: 0;
        border-top: 1px solid #efefef;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #menu .nav li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
        display: block;
        margin-left: 10px;
    }

    #menu .nav li.dropdown.opened > .dropdown-menu {
        display: block;
    }

    #menu .nav li.dropdown .dropdown-menu li:last-child {
        border-bottom: 0;
    }

    #menu .nav span.submore.plus:after {
        content: '-';
    }

    #menu .nav span.submore:after {
        content: '+';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        padding-top: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        color: #555;
        border-left: 1px solid #efefef;
        cursor: pointer;
        opacity: .6;
        z-index: 1010;
    }
}

/* Modal Window - Login */
#modal-signin ul {
    list-style: none;
    padding: 0;
}

#modal-signin ul li .heading {
    display: block;
    margin-bottom: 13px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
}

#modal-signin .alert {
    text-align: center;
}

#modal-signin .btn-default {
    margin-bottom: 10px;
}

@-webkit-keyframes float-down {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes float-down {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

/* Title Modules */
.title-category,
.title-module {
    margin-bottom: 25px;
    border-bottom: 0px solid #e5e5e5;
}

.title-category h1 {
    margin: 0;
    padding-bottom: 5px;
    font-weight: 700;
    color: #027d44;
}

.title-module h3 {
display: inline-block;
    margin-bottom: 5px;
    /* font-size: 22px; */
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #027d44;
    text-transform: uppercase;
}

#column-left .title-module h3,
#column-right .title-module h3 {
    margin-top: 3px;
    font-size: 18px;
}

/* Left Category */
.box .box-heading {
    position: relative;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #757575;
    background: #eee;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box .box-heading:before {
    content: "";
    position: absolute;
    right: auto;
    bottom: 10px;
    left: 21px;
    width: 84%;
    margin: 0 auto;
    border-bottom: 1px solid #c6c6c6;
}

.box .box-content {
    position: relative;
    margin-bottom: 28px;
    padding: 10px 25px 30px;
    background: #eee;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.box .box-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box .box-content ul ul {
    margin-left: 5px;
}

.box .box-content ul li {
    padding: 4px 0 4px 10px;
    line-height: 22px;
}

.box .box-content .box-category li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.box .box-content .box-category li ul li {
    border-bottom: none;
}

.box .box-content ul li a {
    font-size: 13px;
    color: #6d6d6d;
}

.box .box-content ul li a:hover,
.box .box-content ul li a.active {
    color: #01afe8;
}

.box .box-content ul li a:before {
    content: "\f105";
    position: relative;
    left: -5px;
    font-family: "FontAwesome";
    transition: all 0.3s ease;
}

.box .box-content ul li a:hover:before {
    margin-right: 5px;
}

.box .box-content ul li a.active:before {
    content: "\f107";
    position: relative;
    left: -5px;
    font-family: "FontAwesome";
}

/* Category Block */
.category-block {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
}

.category-block .image {
    overflow: hidden;
}

.category-block .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.category-block:hover .image img {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.category-block .title {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12%;
    text-align: center;
    background-color: rgb(0 0 0 / 0%);
}

.category-block:hover .title {
    background-color: rgb(0 0 0 / 0%);
}

.category-block .title p {
    margin: 0px 0;
    padding: 10px 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 478px) {
    .category-block .title p {
        font-size: 12px;
        padding: 0px 10px;
    }
}

.category-block .title a {
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #4D604A;
}

@-webkit-keyframes animate-line-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
}

@keyframes animate-line-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
}

@-webkit-keyframes animate-line-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes animate-line-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@-webkit-keyframes animate-line-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
}

@keyframes animate-line-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
}

@-webkit-keyframes animate-line-1-rev {
    0% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes animate-line-1-rev {
    0% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@-webkit-keyframes animate-line-2-rev {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes animate-line-2-rev {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes animate-line-3-rev {
    0% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes animate-line-3-rev {
    0% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

/* content */
#content {
    min-height: 600px;
    padding-bottom: 15px;
}

.category-list {
    margin-bottom: 15px;
}

.category-list-block {
    text-align: center;
    margin-bottom: 25px;
}

.category-list .category-list-block img {
    max-width: 100%;
}

.category-list-block .name {
    max-height: 45px;
    padding: 3px;
    background-color: #f3f3f3;
    overflow: hidden;
}

.category-list-block .name a {
    font-weight: bold;
}

.product-filter {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 15px;
}

.product-filter .form-group {
    margin-bottom: 5px;
}

.product-filter .input-group-addon {
    font-weight: 600;
    background-color: #fff;
    border: 0;
}

.product-filter .input-group-sm > .form-control {
    border-radius: 4px;
}

#scroll-img .owl-wrapper-outer,
#quickview-img .owl-wrapper-outer {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#scroll-img .item,
#quickview-img .item {
    margin: 1px;
    padding: 1px 1px;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#scroll-img .owl-item,
#quickview-img .owl-item {
    padding: 0 5px;
}

#scroll-img .image-additional,
#quickview-img .image-additional {
    max-width: 100%;
}

#scroll-img .owl-controls .owl-buttons .owl-prev,
#quickview-img .owl-controls .owl-buttons .owl-prev {
    left: 0
}

#scroll-img .owl-controls .owl-buttons .owl-next,
#quickview-img .owl-controls .owl-buttons .owl-next {
    right: 0;
}

#scroll-img .owl-controls .owl-buttons div,
#quickview-img .owl-controls .owl-buttons div {
    position: absolute;
    top: 35%;
    float: left;
    width: 30px;
    height: 30px;
    padding: 10px 8px;
    font-family: "Raleway", sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    background: #f9f9f9;
    border: 2px solid #e1e1e0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#scroll-img .owl-controls .owl-buttons div:hover,
#quickview-img .owl-controls .owl-buttons div:hover {
    opacity: 1;
}

#scroll-img .owl-controls .owl-buttons .owl-prev:before,
#quickview-img .owl-controls .owl-buttons .owl-prev:before {
    content: "\f104";
}

#scroll-img .owl-controls .owl-buttons .owl-next:before,
#quickview-img .owl-controls .owl-buttons .owl-next:before {
    content: "\f105";
    float: right;
}

#scroll-img .owl-controls .owl-buttons div:before,
#quickview-img .owl-controls .owl-buttons div:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #68696c;
    font-size: 22px;
    line-height: 26px;
    float: left;
    width: auto;
    margin: -11px 0 0;
}

#quickview-img .owl-controls .owl-buttons div {
    top: 43%;
}

#product {
    margin: 30px 0;
}

#product h3 {
    font-size: 12px;
    font-weight: 600;
}

.product-view {
    margin-bottom: 40px;
}

.product-view li {
    color: #69686c;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 3px 0;
    font-weight: 400;
}

.product-view li:before {
    content: "\f046";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #69686c;
}

/* Options */
#product .form-group .radio,
#product .form-group .checkbox {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 3px;
    background-color: #f5f5f5;
}

#product .form-group .checkbox input[type="checkbox"],
#product .form-group .radio input[type="radio"] {
    margin-left: -25px;
}

#product .form-group label {
    position: relative;
    display: block;
    margin: 5px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

#product .form-group .checkbox .img-thumbnail,
#product .form-group .radio .img-thumbnail {
    float: right;
    width: 30px;
    height: auto;
    margin-top: -5px;
    margin-left: 5px;
    padding: 0;
}

/* Checkboxes */
#product .form-group input[type="checkbox"] {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

#product .form-group input[type="checkbox"]:after {
    content: '\f14a';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 11px;
    text-align: center;
    color: #dddddd;
    background-color: #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

#product .form-group input[type="checkbox"]:checked:after {
    color: #c63434;
}

/* Radios */
#product .form-group input[type="radio"] {
    margin-right: 20px;
}

#product .form-group input[type="radio"]:after {
    content: '\f192';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 10px;
    text-align: center;
    color: #dddddd;
    background-color: #f5f5f5;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    box-sizing: border-box;
}

#product .form-group input[type="radio"]:checked:after {
    color: #c63434;
}

.share-block {
    margin: 20px 0;
}
/*  */
.btn-quantity {
    position: relative;
    display: -webkit-flex;
    display: flex;
    float: left;
    width: auto;
    margin-right: 8px;
}

#input-quantity {
    position: relative;
    width: 50px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    border-radius: 0;
}

.btn-quantity span {
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #777;
    background: #f5f5f5;
    cursor: pointer;
}

.qty-minus {
    padding: 0 4px;
    border-color: #ccc;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-radius: 0 3px 3px 0;
}

.qty-plus {
    padding: 1px 4px;
    border-color: #ccc;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-radius: 3px 0 0 3px;
}
/*  */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #000;
    background: none;
    border: 1px solid #999;
}

.pagination > li > a,
.pagination > li > span {
    margin-left: 4px;
    color: #c69c6d;
    border: 1px solid #ccc;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a:hover {
    border-color: #999;
    color: #c69c6d;
    background: none;
}

.mod-banner {
    margin: 10px 0;
}

.mod-banner .banners-block {
    position: relative;
    overflow: hidden;
}

.mod-banner .banners-block:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}

.mod-banner .banners-block:hover:before {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5) inset;
}

.mod-text-banner {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #027d44;
    border-radius: 3px;
}

#column-left .mod-text-banner,
#column-right .mod-text-banner {
    margin-top: 0;
    margin-bottom: 25px;
}

.mod-text-banner .tbanner-box {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 0px solid #fff;
}

#mod-banner-text0 > div > div > div:nth-child(1) > div {
    border-left: 0px solid #fff; 
}

.mod-text-banner .tbanner-box .tbanner-content {
    padding-left: 65px;
}

.mod-text-banner .tbanner-box .tbanner-content h5 {
    /* color: #444; */
    /* font-size: 14px; */
    /* font-weight: 700; */
    margin-top: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
/* identical to box height */


/* white */
    color: #FFFFFF;
}

.mod-text-banner .tbanner-box .tbanner-content p {
    /* font-size: 12px; */
    /* line-height: 1.3; */
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;

/* white */
    color: #FFFFFF;
}

.mod-text-banner .tbanner-box .tbanner-icon {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-top: 7px;
}

#column-left .mod-text-banner .tbanner-icon img,
#column-right .mod-text-banner .tbanner-icon img {
    width: 25px;
    height: 25px;
}

#column-left .mod-text-banner .tbanner-box .tbanner-content,
#column-right .mod-text-banner .tbanner-box .tbanner-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    #search {
        width: 100%;
    }

    .mod-banner .banners-block {
        margin-bottom: 10px;
    }

    .payments-metods {
        margin: 15px 0;
    }

    .breadcrumb {
        float: none;
    }
}

@media (max-width: 991px) {
    .title-category h1 {
        font-size: 16px;
    }

}

.contact-page {
    padding-bottom: 10px;
    background: #f2f2f2;
    border-radius: 3px;
}

.contact-page h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 7px;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #444;
}

.contact-page h3:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 15px;
    width: 90%;
    height: 1px;
    background: #c6c6c6;
}

/* Agree Checkboxes */
.mod-agree {
    position: relative;
    display: block;
    margin: 5px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

.mod-agree input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}

.mod-agree input[type="checkbox"]:after {
    content: '\f14a';
    position: absolute;
    top: auto;
    left: auto;
    display: block;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 5px;
    text-align: center;
    color: #c1c1c1;
    background-color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

.mod-agree input[type="checkbox"]:checked:after {
    color: #01afe8;
}

.mod-agree .text-danger {
    margin-top: 5px;
}

/* Newsletter */
#newsletter {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    footer #newsletter {
        margin-top: 0;
    }
}

#newsletter .input-group {
    display: block;
}

#newsletter .form-control {
    height: 42px;
    margin: 13px 0;
    padding-right: 47px;
    padding-left: 17px;
    display: block;
    float: none;
    border: 0;
    border-radius: 50px;
}

#newsletter .input-group-btn {
    position: absolute;
    top: 3px;
    bottom: 3px;
    display: block;
    padding: 0 5px;
    right: 0;
    width: 44px;
    height: 36px;
    z-index: 99;
}

#newsletter .input-group-btn .btn {
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

#newsletter .btn-primary {
    color: #fff;
    background-color: #01afe8;
    border-color: #01afe8;
}

#newsletter .btn-primary:hover {
    background: #0189b5;
}

#newsletter .mod-agree input[type="checkbox"]:after {
    background-color: #232222;
}

/* footer */
footer {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #e2e2e2;
    background-color: #232222;
    border-top: 1px solid #ddd;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #e2e2e2;
}

footer a:hover {
    color: #fff;
}

footer #logo-footer {
    margin-top: 15px;
    margin-bottom: 15px;
}

footer .footer-about {
    margin-top: 15px;
}

footer h5 {
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    /* font-size: 14px; */
    /* font-weight: bold; */
    /* line-height: 20px; */
    /* text-transform: uppercase; */
    /* color: #fff; */
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
/* identical to box height, or 111% */


/* white */
    color: #FFFFFF;
}

footer h5:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 65px;
    height: 3px;
    background: #6BB170!important;
}

footer .footer-cont > li {
    position: relative;
    display: table;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #a8a8a8;
    border: 0 none;
}

footer .footer-link > li > a {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    /* font-size: 12px; */
    /* font-weight: 400; */
    /* line-height: 15px; */
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;

/* white */
    color: #FFFFFF;
}

footer .footer-link > li > a:before {
    content: "\f105";
    top: 0;
    left: 0;
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 1;
    display:none;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    transition: ease .3s all;
}

footer .footer-link > li > a:hover:before {
    padding: 0 0 0 10px;
}

footer li i,
footer li i a {
    position: relative;
    right: 10px;
    width: 24px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    display: table-cell !important;
}

footer li .fa {
    font-size: 24px;
}

footer .soc-icon {
    margin-top: 15px;
    margin-bottom: 30px;
}

footer .soc-icon a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 3px 3px 0;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #afafaf;
    border: 2px solid #afafaf;
    border-radius: 100%;
    vertical-align: top;
}

footer .soc-icon a:hover {
    color: #0189b5;
    border: 2px solid #0189b5;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin-bottom: 20px;
    padding: 9px 0;
    background: none;
    white-space: nowrap;
    text-align: left;
}

.breadcrumb i {
    font-size: 15px;
}

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

.breadcrumb > li + li:before {
    content: '/';
    padding: 10px;
}

.pagination {
    margin: 0;
}

@media (max-width: 767px) {
    .breadcrumb {
        float: none;
    }
}

/* buttons */
.buttons {
    margin: 1em 0;
}

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

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

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

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

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

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

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

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

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #eee;
    border-color: #ccc;
    border-radius: 3px;
}

.btn-primary {
    padding: 10px 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #01afe8;
    border: none;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #0189b5;
    text-decoration: none;
    cursor: pointer;
}

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

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

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    border: 0;
    padding: 10px 25px;
    border-radius: 3px;
}

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

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

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

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

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

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

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

.btn-inverse {
    color: #ffffff;
    background-color: #ff8a65;
    border-color: #ff8a65;
}

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

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

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

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

/* product list */
.product-thumb {
    margin-bottom: 20px;
}

.product-thumb .image {
    text-align: center;
    position: relative;
}

#column-right .product-thumb .image,
#column-left .product-thumb .image {
    text-align: center;
    position: relative;
    float: left;
    margin-right: 10px;
}

.product-thumb .image a {
    display: block;
    transition: all 0.3s ease-out;
}

.product-thumb .image a:hover {
}

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

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

.product-thumb .image:hover .hover-image,
#column-right .image:hover .hover-image,
#column-left .image:hover .hover-image {
    opacity: 1;
}

.product-thumb .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

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

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

#column-right .product-thumb h4,
#column-left .product-thumb h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #787878;
}

.product-thumb h4 a {
   color: #027d44;
    text-transform: uppercase;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 60px;
    text-align: center;
}

#column-right .product-thumb .caption,
#column-left .product-thumb .caption {
    padding: 0;
}

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

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

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

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

#column-right .product-thumb .rating,
#column-left .product-thumb .rating {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    text-align: left;
}

.product-thumb .rating {
    margin: 8px 0 12px;
}

.rating a {
    margin: 0 5px;
}

.rating .fa-stack {
    font-size: 8px;
    width: 1.5em;
}

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

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

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

.product-thumb .rating .reviews-quantity {
    margin-left: 5px;
    font-weight: 600;
}

.product-thumb .rating .reviews-quantity:before {
    content: "\f0e6";
    font-family: "FontAwesome";
    margin: 0 3px;
    font-weight: 500;
}

/* */
.star-rating{
    font-size: 0;
}
.star-rating-wrap {
    display: inline-block;
    font-size: 1rem;
}
.star-rating-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.star-rating-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.star-rating-star  {
    float: right;
    padding-left: 5px;
    cursor: pointer;
    font-size: 20px;
    color: #FFB300;
}
.star-rating-star :last-child {
    padding-left: 0;
}
.star-rating-input {
    display: none;
}
.star-rating-star:hover:before,
.star-rating-star:hover ~ .star-rating-star:before,
.star-rating-input:checked ~ .star-rating-star:before {
    content: "\f005";
}
/* */

h2.price {
    margin: 0;
}

.product-thumb .price {
    font-size: 18px;
    font-weight: 600;
    color: #282e33;
}

.product-thumb .price-new {
    font-size: 18px;
    font-weight: 600;
    color: #282e33;
}

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

#column-right .product-thumb .price,
#column-left .product-thumb .price {
    float: left;
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #282e33;
}

#column-right .product-thumb .price-new,
#column-left .product-thumb .price-new {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #282e33;
}

#price .price,
#price .price-new {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

#price .price-old {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #c63434;
}

#price span {
    margin-top: 10px;
}

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

.product-thumb .button-group {
    text-align: center;
}

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

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

a.cheaper {
    position: relative;
    top: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #888;
    border-bottom: 1px dashed #888;
}

a.cheaper:hover {
    color: #0189b5;
    border-bottom: 1px dotted #0189b5;
}

.product-thumb .button-group button {
    position: relative;
    display: inline-block;
    padding: 9px 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #01afe8;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

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

.product-thumb .button-group button.btn-default {
    position: relative;
    display: inline-block;
    padding: 9px 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #777;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .button-group button.btn-default:hover {
    color: #777;
    background-color: #eee;
    text-decoration: none;
    cursor: default;
}

.product-thumb .button-group button.btn-fastordercat {
    padding: 9px;
    color: #fff;
    background-color: #435d76;
    border: none;
}

.product-thumb .button-group button.btn-fastordercat:hover {
    background-color: #0189b5;
}

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

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

    .col-info {
        clear: both;
    }
}

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

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

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

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

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

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

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

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

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

/* fixed colum left + content + right */
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

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

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

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

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
    margin-bottom: 10px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.product-thumb .button-group.sl {
    background: none;
    position: absolute;
    border: 0;
    right: 10px;
    bottom: 3px;
}

.product-thumb .button-group.sl > a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    border-radius: 100%;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -o-transform: translate(20px, 0);
    transform: translate(20px, 0);
}

.product-thumb .button-group.sl > a:nth-child(3) {
    transition-delay: .2s;
}

.product-thumb .button-group.sl > a:nth-child(2) {
    transition-delay: .1s;
}

.product-thumb:hover .button-group.sl > a {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.product-thumb .button-group.sl > a:hover {
    opacity: 0.8;
}

.wishlist-compare {
    top: -6px;
    position: relative;
}

.wishlist-compare .wishlist,
.wishlist-compare .compare {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-left: 5px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    line-height: 5px;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #8e8e8e;
    border-radius: 3px;
}

.wishlist-compare .wishlist:hover,
.wishlist-compare .compare:hover {
    color: #fff;
    background-color: #8e8e8e;
    border: 1px solid #8e8e8e;
}

.cloud-zoom-lens {
    margin: -4px;
    background-color: #fff;
    border: 4px solid #888;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    top: 0;
    width: 100%;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.cloud-zoom-wrap {
    position: relative;
    display: inline-block;
}

.cloud-zoom-big {
    overflow: hidden;
}

.cloud-zoom-loading {
    padding: 3px;
    color: white;
    background: #222;
    border: 1px solid #000;
}

.product-info .thumbnails {
    margin-left: 0;
    text-align: center;
}

.product-info .thumbnails .image {
    display: block;
    margin-bottom: 20px;
    padding: 4px;
    line-height: 0.5;
    background-color: #fff;
    border: 1px solid #027d44;
    border-radius: 3px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.product-info .thumbnail {
    border: 0;
    margin: 0;
}

.product-info .image-additional {
    max-width: 100%;
    margin: 0 0 20px 0;
    padding: 0 25px;
    overflow: hidden;
}

.product-info .thumbnails .image-additional a {
    float: left;
    margin: 4px 7px;
}

.product-info .cloud-zoom-gallery,
#scroll-img .thumbnail,
.image-additional .thumbnail,
#quickview-img .thumbnail {
    border: 1px solid #ddd;
    display: block;
    padding: 5px;
}

.product-info .image img {
    max-width: 100%;
}

.product-info .cloud-zoom-gallery img {
    width: 100%;
}

#quickview-img .thumbnail {
    margin-top: 5px;
}

.product-thumb .button-group button.btn-default {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #777;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .button-group button.btn-default:hover {
    text-decoration: none;
    color: #777;
    background-color: #eee;
    cursor: pointer;
}

.percentage {
    position: absolute;
    top: 4px;
    left: 20px;
    padding: 3px 7px 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #ffffff;
    background-color: #e56a6a;
    border-radius: 3px 3px 0 3px;
}

.percentage:after {
    content: " ";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 0 solid transparent;
    border-top: 3px solid #e56a6a;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button.btn-preorder {
        width: auto;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button.btn-preorder {
        width: auto;
        padding: 10px;
    }
}

#blog .owl-item {
    padding: 0 15px;
}

.blog-filter {
    margin-bottom: 20px;
}

.blog-filter .input-group-sm > .form-control {
    border-radius: 3px;
}

.blog-filter .input-group-addon {
    font-weight: 600;
    background-color: #fff;
    border: 0;
}

.title-module span {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    color: #999;
    float: right;
    margin-top: 30px;
}

.title-module span a {
    color: #999;
}

.title-module span a:hover {
    color: #0189b5;
}

.title-module span:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -1px;
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #ebebeb;
    z-index: 2;
}

/* News - Page */
.article-img {
    float: left;
    margin: 0 20px 20px 0;
}
.article-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px 0;
}
/* News - category */
.blog-thumb {
    position: relative;
}
.blog-thumb .image img {
    width: 100%;
}
/* News - Module */
.article-date {
    position: absolute;
    right: 0;
    left: auto;
    margin-left: 0;
    margin-top: -29px;
    padding: 5px 10px;
    font-size: 13px;
    color: #777777;
    background: #ffffff;
    border-top-left-radius: 3px;
}
.blog-article h4 a.name {
    margin: auto;
    padding-bottom: 6px;
    /* font-size: 14px; */
    /* font-weight: 600; */
    letter-spacing: 0.5px;
    /* line-height: 1.3em; */
    /* color: #666; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
/* identical to box height */
    color: #4D604A;
}
.blog-article .description {
    padding-bottom: 15px;
    /* font-size: 13px; */
    /* line-height: 20px; */
    /* color: #666; */
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #4D604A;
}
.post-meta {
    text-align: right;
}
.blog-preview-btn {
    display: inline-block;
    float: left;
    margin: 0 0 10px 0;
    padding: 8px 15px;
    /* font-size: 11px; */
    /* font-weight: normal; */
    letter-spacing: 1px;
    text-transform: uppercase;
    /* color: #666; */
    background: #fff;
    border: 0px solid #ddd;
    border-radius: 20px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
/* identical to box height */
    text-align: right;
    color: #6BB170;
}
.blog-preview-btn:focus,
.blog-preview-btn:hover {
    /* color: #333; */
    /* background: #ddd; */
    /* border: 1px solid #ddd; */
}
/* End News */

@media (max-width: 360px) {
    .top-menu-icon {
        padding: 10px 5px;
    }

    .header-contacts .phones a {
        font-size: 14px;
    }

    #search {
        width: 70%;
    }

    #price .price-old {
        font-size: 16px;
        display: block;
    }

    #price .price,
    #price .price-new {
        font-size: 21px;
    }

    footer .col-xs-6 {
        width: 100%;
    }
}

#back-top {
    display: none
}

#back-top a {
    position: fixed;
    right: 25px;
    bottom: 10px;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #01afe8;
    border: 2px solid #01afe8;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1051;
}

#back-top a:hover {
    color: #0189b5;
    border-color: #0189b5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#callphone {
    position: fixed;
    right: 25px;
    bottom: 70px;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #01afe8;
    border: none;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1051;
}

#callphone:hover {
    background-color: #0189b5;
    cursor: pointer;
}

#callphone i {
    color: #fff;
    font-size: 34px;
    animation: 1.8s linear 0s normal none infinite running trambling-animation;
}

@keyframes trambling-animation {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -15deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, 15deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -15deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

#modal-callback .alert {
    padding: 5px;
}

#modal-callback .form-horizontal .form-group.required:before,
#modal-fastorder .form-horizontal .form-group.required:before,
#modal-cheaper .form-horizontal .form-group.required:before,
#modal-preorder .form-horizontal .form-group.required:before {
    content: '*';
    position: absolute;
    top: 0;
    right: 6px;
    width: 5px;
    height: 5px;
    font-weight: bold;
    color: #F00;
    z-index: 3;
}

.input-group-addon,
.modal-content {
    border-radius: 3px;
}

.modal-header .close {
    position: absolute;
    top: 2px;
    right: 0;
    width: 52px;
    height: 52px;
    font-size: 34px;
    font-weight: 500;
    background: #e5e5e5;
    border-left: 1px solid #ccc;
    outline: none;
}

#modal-fastorder .image img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#modal-fastorder #price {
    margin-bottom: 10px;
}

.btn-fastorder {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.3333333;
    text-align: center;
    text-shadow: none;
    color: #fff;
    background-color: #435d76;
    border: none;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
}

.btn-fastorder:hover {
    color: #fff;
    background-color: #0189b5;
}

/* Product Tab */
#product-nav .nav-tabs {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

#product-nav .owl-carousel {
    margin: 0;
}

#product-nav .product-thumb {
    margin: 0;
}

#product-nav .nav-tabs > li {
    display: inline-block;
    float: none;
}

#product-nav .nav-tabs > li > a {
    margin: 0;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #444;
    background: none;
    border: none;
}

#product-nav .nav-tabs > li.active > a {
    color: #0189b5;
}

#product-nav .nav-tabs > li.active > a:focus,
#product-nav .nav-tabs > li.active > a:hover,
#product-nav .nav-tabs > li > a:hover {
    color: #01afe8;
}

#product-nav .tab-content {
    border: 0;
    padding: 10px 2px;
}

@media (max-width: 479px) {
    #product-nav .nav-tabs > li {
        float: none;
        width: 200px;
        margin: 2px 0;
    }

    #product-nav .nav-tabs > li > a {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .nav-tabs > li {
        width: 100%;
    }
}

.navbar-toggle {
    padding: 0;
    margin: 14px 8px;
}

.top-menu-icon {
    cursor: pointer;
    z-index: 50;
}

.top-menu-icon span {
    display: block;
}

.top-menu-icon .line-1,
.top-menu-icon .line-2,
.top-menu-icon .line-3 {
    width: 25px;
    height: 3px;
    background-color: #444;
}

.top-menu-icon .line-1 {
    -webkit-animation: animate-line-1-rev .7s ease-in-out;
    animation: animate-line-1-rev .7s ease-in-out;
}

.top-menu-icon .line-2 {
    margin: 5px 0;
    -webkit-animation: animate-line-2-rev .7s ease-in-out;
    animation: animate-line-2-rev .7s ease-in-out;
}

.top-menu-icon .line-3 {
    -webkit-animation: animate-line-3-rev .7s ease-in-out;
    animation: animate-line-3-rev .7s ease-in-out;
}

.top-menu-icon:hover .line-1,
.top-menu-icon:hover .line-2,
.top-menu-icon:hover .line-3 {
    background-color: #444;
}

.top-menu-icon.active .line-1,
.top-menu-icon.active .line-2,
.top-menu-icon.active .line-3 {
    background-color: #444;
}

.top-menu-icon.active .line-1 {
    -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.top-menu-icon.active .line-2 {
    -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.top-menu-icon.active .line-3 {
    -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
    animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

.no-animation {
    -webkit-animation: none !important;
    animation: none !important;
}

@-webkit-keyframes animate-line-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
}

@keyframes animate-line-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
}

@-webkit-keyframes animate-line-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes animate-line-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

@-webkit-keyframes animate-line-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
}

@keyframes animate-line-3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
}

@-webkit-keyframes animate-line-1-rev {
    0% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes animate-line-1-rev {
    0% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    50% {
        -webkit-transform: translate3d(0, 8px, 0) rotate(0);
        transform: translate3d(0, 8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@-webkit-keyframes animate-line-2-rev {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes animate-line-2-rev {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes animate-line-3-rev {
    0% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}

@keyframes animate-line-3-rev {
    0% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
        transform: translate3d(0, -8px, 0) rotate(135deg);
    }
    50% {
        -webkit-transform: translate3d(0, -8px, 0) rotate(0);
        transform: translate3d(0, -8px, 0) rotate(0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
        transform: translate3d(0, 0, 0) rotate(0deg);
    }
}



.owl-carousel .item{
  cursor: pointer;
}
.owl-carousel.active .item{
  opacity: 0.8;
}


.owl-carousel .exam_02, .owl-carousel .exam_02 .new1, .owl-carousel .exam_02 .new2 {
    font-size: 10px !important;
}

.owl-carousel .exam_02, .owl-carousel .exam_02 .new1, .owl-carousel .exam_02 .new2 {
    font-size: 18px !important;

}

.owl-carousel .exam_02 > .new1 {
    margin-right: 15px;
    font-size: 10px;
    line-height: 20px;
    min-width: 200px;
    width: 170px;
    display: inline-block;
    color: #fff;
}

.owl-carousel .exam_02 > .new1 {
    margin-right: 15px;
    font-size: 10px;
    line-height: 20px;
    min-width: 100px;
    width: 100px;
    display: inline-block;
    color: #fff;
}

.owl-carousel .exam_02 {
    padding: 15px 15px;
    background: #499450;
    font-size: 15px;
    border: 1px dashed #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 0 4px #47884d, 2px 1px 6px 4px rgba(150, 128, 137, 0.5);
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.owl-carousel#sync* {
    margin-top: 40px;
    }

    .owl-theme .owl-nav [class*='owl-'] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}


.owl-carousel .owl-buttons div i {
    font-size: 60px !important;
    margin: -35px 0 0!important;
    font-weight: 700;
}




.owl-carousel .item{
  cursor: pointer;
}
.owl-carousel .active .item{
  opacity: 0.8;
}


/*.owl-carousel .exam_02, .owl-carousel .exam_02 .new1, .owl-carousel .exam_02 .new2 {
    font-size: 10px !important;
}
*/
.owl-carousel .exam_02 > .new1 {
    margin-right: 15px;
    font-size: 10px;
    line-height: 20px;
    min-width: 300px;
    width: 100px;
    display: inline-block;
    color: #fff;
}

.owl-carousel .exam_02 {
    padding: 15px 15px;
    background: #499450;
    font-size: 15px;
    border: 1px dashed #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 0 4px #47884d, 2px 1px 6px 4px rgba(150, 128, 137, 0.5);
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.owl-carousel {
    margin-top: 40px;
    }
.owl-carousel .item .img-block {
    float: right;
    margin: 20px 40px 37% 20px;
}

.owl-carousel .exam_02>b {
    display: block;
    margin: 0px 20px;
    font-size: 20px;
}
.owl-carousel .exam_02>b.top-line {
    display: inline-block;
    margin: 15px 0px 10px 0px;
}
.owl-carousel .exam_02 .new1 {
    width: 290px;
    display: inline-block;
}
.owl-carousel .exam_02 {
    min-height: 410px;
}

.exam_02 {
   padding: 20px 40px;
    background: #499450;
    font-size: 15px;
    border: 1px dashed #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 0 4px #47884d, 2px 1px 6px 4px rgba(150, 128, 137, 0.5);
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.exam_03 {
    border-radius: 5px;
    color: #fff;
    font-family: verdana, 'open sans', sans-serif;
    padding: 10px 14px 10px 44px;
    position: relative;
    box-shadow: 0px 1px 5px #999;
    background-color: #499450;
}
 .exam_03:before {
    content: "\f129"; /* ÐºÐ¾Ð´ Ð¸ÐºÐ¾Ð½ÐºÐ¸ info */
    margin-left: 4px;
    font-family:FontAwesome;
    font-size: 21px;
    left: 14px; /* Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ñ Ð¸ÐºÐ¾Ð½ÐºÐ¸ */
    position: absolute;
}
 .exam_04 { 
    background-color: #499450;
    border-left: 6px solid #81d989;
    color: #fafafa;
    padding: 30px 50px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.exam_02 > .new1 {
    margin-right: 15px;
    font-size: 26px;
    line-height: 20px;
    min-width: 170px;
    width: 120px;
    display: inline-block;
    color: #fff;
}
.new2 {
    font-size: 16px;
}
.item {
    padding: 10px;
}

.price {
    display: none !important;
}

.signin {
    font-weight: 300;
    text-decoration-line: underline;
    color: #4D604A;
}

.schedule img {
    margin-right: 10px;
}

.icon-bar-new #cart, .icon-bar-new .compare, .icon-bar-new .wishlist {
    display: inline-block;
}

.icon-bar-new, .header-contacts {
    border-left: 2px solid #F6F6F6;
}
@media (max-width: 768px){
.category-block .title a {
    font-size: 12px;
    line-height: 18px;
}

.mod-text-banner .tbanner-box {
    border-left: 0px solid #fff;
}
}

@media (min-width: 768px){
#menu .nav > .active > a {
    font-weight: bold;
    font-size: 16px;
}


/*.navbar-nav>li { border-right: solid 2px black; }
.navbar-nav>li:last-child { border: 0px; }*/

.line {
    width: 1px;
    height: 22px;
    background: #FFFFFF;
    opacity: 0.2;
    border-radius: 1px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 14px 10px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 25px;
}
#menu .nav > .active {
    margin-right: 80px;
}
}

.powered {

    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    opacity: 0.5;

}

.logos {
    margin-bottom: 30px;
    margin-top: 30px;
}

.politic {
    font-family: Open Sans;
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 20px;
/* or 167% */

text-align: center;
letter-spacing: -0.01em;

color: #4D604A;

opacity: 0.5;
margin-top: 20px;
margin-bottom: 20px;
}

.article-content span {
    margin-bottom: 10px;
}

.video-bg {
    height: 490px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 490px;
    object-fit: cover;
}
.effects {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 17%);
}
.video-bg__content {
    z-index: 2;
    color: #ffffff;
    font-size: 50px;
}