/*------------------------------------------------------------------
[Table of contents]

	Google font import
	Page Preloader
1.  COMMON STYLES ()
2.  HEADER
3.  CONTENT
4.  FOOTER
5.  PRODUCT
6.  ANIMATION

-------------------------------------------------------------------*/
/* Page Preloader */
.facebook-widget {
    position: relative
}

    .facebook-widget .loader {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 200px;
        z-index: 9999;
        background: none
    }

@-webkit-keyframes animball_one {
    0% {
        position: absolute
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5
    }

    100% {
        position: absolute
    }
}

@-ms-keyframes animball_one {
    0% {
        position: absolute
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5
    }

    100% {
        position: absolute
    }
}

@keyframes animball_one {
    0% {
        position: absolute
    }

    50% {
        top: 12px;
        left: 12px;
        position: absolute;
        opacity: 0.5
    }

    100% {
        position: absolute
    }
}

@-webkit-keyframes animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1)
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3)
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1)
    }
}

@-ms-keyframes animball_two {
    0% {
        -ms-transform: rotate(0deg) scale(1)
    }

    50% {
        -ms-transform: rotate(360deg) scale(1.3)
    }

    100% {
        -ms-transform: rotate(720deg) scale(1)
    }
}

@keyframes animball_two {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1.3);
        transform: rotate(360deg) scale(1.3)
    }

    100% {
        -webkit-transform: rotate(720deg) scale(1);
        transform: rotate(720deg) scale(1)
    }
}
/* -------------------------------------------------------------- */
/* 1. Common Styles
-------------------------------------------------------------- */
:root {
    --color-1: #5fd2c3;
    --color-2: rgba(95,210,195,0.3);
    --black-color: #000000;
}

html, html a {
    -webkit-font-smoothing: antialiased
}

html {
    -ms-overflow-style: scrollbar;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font: 1.3em/1.3em "Sintony", sans-serif;
    color: #000
}

a, a:active, a:focus, a:hover, a:visited {
    color: #000;
    outline: 0
}

    a:active, a:focus, a:visited {
        text-decoration: none
    }

    a.nounderline {
        text-decoration: none;
    }

p {
    margin: 0 0 1em;
    padding: 0;
    line-height: 1.4em
}

section.container, section.services-block, section.subscribe-block, footer, footer .footer-bottom, section.breadcrumbs {
    background-color: white;
}
/*headers*/

h1 {
    margin: 0;
    padding: 0 0 0.7em;
    font: 2.46em "Sintony", sans-serif;
    text-transform: uppercase;
    color: #000
}

h2 {
    margin: 0;
    padding: 0 0 1em;
    font: 1.833em/1em "Sintony", sans-serif;
    text-transform: uppercase;
    color: #000
}

h3 {
    margin: 0;
    padding: 0 0 0.95em;
    font: 1.5em "Sintony", sans-serif;
    text-transform: uppercase;
    color: #000
}

h4 {
    margin: 0;
    padding: 0 0 .8em;
    font: 1.4em "Sintony", sans-serif;
    text-transform: uppercase;
    color: #000
}

h5 {
    margin: 0;
    padding: 0 0 .8em;
    font: 1.384em "Sintony", sans-serif;
    text-transform: uppercase;
    color: #2b2b2b
}

h6 {
    margin: 0;
    padding: 0 0 .8em;
    font: 1.077em "Sintony", sans-serif;
    text-transform: uppercase;
    color: #2b2b2b
}

h1 .sub-header, h2 .sub-header, h3 .sub-header, h4 .sub-header {
    font-size: 12px;
    text-transform: uppercase;
    display: block
}

h1 .sub-header {
    font-size: 16px
}

.open-logout .flaticon-left37:before {
    padding: 5px;
}

.open-reorder {
    text-transform: uppercase;
}

    .open-reorder .flaticon-clock61:before {
        padding: 5px;
    }

/*form default*/
.form-control {
    line-height: 1.5em;
    color: #333;
    margin-bottom: 8px
}

    .form-control::-webkit-input-placeholder {
        padding: 1px 0
    }

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

input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus {
    outline: none
}

.touch input[type="text"], .touch input[type="email"], .touch input[type="search"], .touch input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none
}

label {
    font-weight: 400;
    margin-bottom: 7px
}

    label.light {
        color: #717171
    }

.required {
    color: red
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 37px;
    line-height: 1.4em;
    /*padding: 10px 14px;*/
    font-size: 1em
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }
/*services styles*/

.upper {
    text-transform: uppercase
}

.inline {
    display: inline
}

.overflow {
    overflow: hidden;
    width: 100%
}

.line-divider {
    border-bottom: 1px dotted #cacaca;
    height: 1px
}

.hr-divider {
    border: 1px solid #ccc
}

.divider-xxs {
    margin: 0;
    height: 1px;
    line-height: 1px;
    clear: both
}

.divider-xs {
    height: 10px;
    line-height: 10px;
    clear: both
}

.divider-sm {
    height: 20px;
    clear: both
}

.divider-md {
    height: 30px;
    clear: both
}

.divider-lg {
    height: 40px;
    clear: both
}

.divider-xl {
    height: 50px;
    clear: both
}

.full-width {
    width: 100%;
    max-width: none
}

.full-height {
    height: 100%;
}

.half-height {
    height: 50%;
}

.grid-flex {
    display: flex;
}

    .grid-flex .grid-left {
        padding: 0 6px 0 0;
    }

    .grid-flex .grid-right {
        padding: 0 0 0 6px;
    }

.caret.min {
    border-top: 2px solid #333;
    border-right: 2px solid transparent;
    border-bottom: 0 dotted;
    border-left: 2px solid transparent;
    position: relative;
    top: -1px;
    right: -2px;
    margin-left: 4px
}

.label-cool {
    background: #f5003a
}

.content {
    padding-top: 0px;
    padding-bottom: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .content {
        padding-bottom: 12px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .content {
        padding-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .content {
        padding-bottom: 10px;
    }
}

.str_wrap {
    background: none;
}
/*Dropdowns*/

.dropdown-menu {
    z-index: 1001;
    -webkit-box-shadow: 0 1px 3px rgba(5,5,5,0.1);
    box-shadow: 0 1px 3px rgba(5,5,5,0.1);
    border: 1px solid rgba(0,0,0,0.05);
    font-size: 1em;
    border-radius: 0;
    line-height: 1.7em
}

    .dropdown-menu > li > a:focus {
        background-color: inherit
    }

        .dropdown-menu > li > a:focus:hover {
            background-color: #f5f5f5
        }
/*custom lists*/
.noUi-connect {
    background: var(--color-1) !important;
}
/*simple list*/

.simple-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .simple-list ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
        bottom: -0.8em
    }

    .simple-list li {
        /*margin: 0;*/
        /*padding: 0 0 12px;*/
        /*padding: 0 0 20px;*/
        position: relative;
        padding: 10px 5px;
        margin: 10px 0px;
        transition: 0.5s;
    }

        .simple-list li p {
            margin-left: 8px
        }

        .simple-list li input[type=checkbox] {
            position: absolute;
            top: 0;
            left: 0;
            margin: 0
        }

        .simple-list li span.label {
            display: block;
            text-align: left;
            font-size: 0.917em;
            white-space: normal;
            margin: 0 0 0 16px;
            color: #000
        }

        .simple-list li.color {
            padding-left: 20px
        }

            .simple-list li.color:before {
                position: absolute;
                display: block;
                left: 0;
                top: 2px;
                width: 10px;
                height: 10px;
                border: 1px solid #ccc;
                font-family: Flaticon;
                content: " ";
                font-size: 0.9em;
                line-height: 0.7em;
                color: var(--color-1)
            }

            .simple-list li.color.black:before {
                background: #000
            }

            .simple-list li.color.brown:before {
                background: #976943
            }

            .simple-list li.color.white:before {
                background: #fff
            }

            .simple-list li.color.gray:before {
                background: #b6b6b6
            }

        .simple-list li.active:before {
            content: "\e010"
        }

.cs-menu.simple-list li strong {
    color: var(--color-1);
}

.cs-menu.simple-list li:hover {
    border-radius: 5px;
    background-color: var(--color-1);
    padding: 10px 5px;
    margin: 10px 0px;
}

    .cs-menu.simple-list li:hover a, .cs-menu.simple-list li:hover a strong {
        color: white;
    }

.cs-menu.simple-list li a {
    display: block;
    padding: 0px;
}

    .cs-menu.simple-list li a:hover {
        text-decoration: none;
    }
/*w*/

ul.tags {
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none
}

    ul.tags li {
        float: left;
        margin-bottom: 5px;
        margin-right: 5px
    }

        ul.tags li a {
            display: block;
            border: 1px dotted #cacaca;
            padding: 0 6px;
            border-radius: 2px;
            font-size: 0.917em;
            line-height: 2.3em;
            text-transform: uppercase;
            text-decoration: none
        }

            ul.tags li a:hover {
                border-color: #242424;
                background-color: #242424;
                color: var(--color-1) !important
            }
/*styled list*/

.styled-list {
    line-height: 18px;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-transform: uppercase
}

    .styled-list li {
        margin-bottom: 9px;
        padding: 0
    }

        .styled-list li:before {
            float: left
        }

    .styled-list .circle li, .styled-list.circle li {
        list-style: outside none none;
        margin-left: 0;
        padding-left: 0;
        text-indent: 0
    }

        .styled-list .circle li:before, .styled-list.circle li:before {
            content: "\25CF";
            font-size: 12px;
            margin: -1px 10px 0 0
        }

    .styled-list ul {
        margin-left: 0;
        padding: 9px 0 0
    }

        .styled-list ul.circle li:before {
            content: "\25CB"
        }

ul.sitemap.styled-list.circle ul li:before {
    content: "\25CF"
}

ul.sitemap.styled-list.circle ul ul li:before {
    content: "\25CB"
}

.styled-list.decimal {
    list-style: outside decimal;
    margin-left: 25px
}

    .styled-list.decimal li {
        padding-left: 0;
        text-indent: 0
    }

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

.list-group-item:last-child {
    border-bottom: none
}

.list-group-item {
    border-radius: 0;
    position: relative;
    display: block;
    padding: 12px 0;
    border: none;
    margin-bottom: 0;
    border-bottom: 1px dotted #cacaca
}

    .list-group-item a {
        font-size: 1.167em
    }
/*big icon*/

.big-icon {
    margin-bottom: 25px;
    color: #999999
}

    .big-icon [class^="flaticon-"]:before, .big-icon [class*=" flaticon-"]:before, .big-icon [class^="flaticon-"]:after, .big-icon [class*=" flaticon-"]:after {
        font-size: 160px;
        line-height: 1em
    }

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .big-icon [class^="flaticon-"]:before, body.responsive .big-icon [class*=" flaticon-"]:before, body.responsive .big-icon [class^="flaticon-"]:after, body.responsive .big-icon [class*=" flaticon-"]:after {
        font-size: 100px;
        margin-bottom: 20px
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .big-icon [class^="flaticon-"]:before, body.responsive .big-icon [class*=" flaticon-"]:before, body.responsive .big-icon [class^="flaticon-"]:after, body.responsive .big-icon [class*=" flaticon-"]:after {
        font-size: 80px;
        margin-bottom: 20px
    }
}

@media (max-width: 479px) {
    body.responsive .big-icon [class^="flaticon-"]:before, body.responsive .big-icon [class*=" flaticon-"]:before, body.responsive .big-icon [class^="flaticon-"]:after, body.responsive .big-icon [class*=" flaticon-"]:after {
        font-size: 60px;
        margin-bottom: 20px
    }
}

body.responsive .extra-big-icon {
    margin-bottom: 45px;
    color: #999999
}

    body.responsive .extra-big-icon [class^="flaticon-"]:before, body.responsive .extra-big-icon [class*=" flaticon-"]:before, body.responsive .extra-big-icon [class^="flaticon-"]:after, body.responsive .extra-big-icon [class*=" flaticon-"]:after {
        font-size: 300px;
        line-height: 1em
    }

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .extra-big-icon [class^="flaticon-"]:before, body.responsive .extra-big-icon [class*=" flaticon-"]:before, body.responsive .extra-big-icon [class^="flaticon-"]:after, body.responsive .extra-big-icon [class*=" flaticon-"]:after {
        font-size: 250px;
        margin-bottom: 40px
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .extra-big-icon [class^="flaticon-"]:before, body.responsive .extra-big-icon [class*=" flaticon-"]:before, body.responsive .extra-big-icon [class^="flaticon-"]:after, body.responsive .extra-big-icon [class*=" flaticon-"]:after {
        font-size: 200px;
        margin-bottom: 30px
    }
}

@media (max-width: 479px) {
    body.responsive .extra-big-icon [class^="flaticon-"]:before, body.responsive .extra-big-icon [class*=" flaticon-"]:before, body.responsive .extra-big-icon [class^="flaticon-"]:after, body.responsive .extra-big-icon [class*=" flaticon-"]:after {
        font-size: 150px;
        margin-bottom: 30px
    }
}

.noGutter {
    margin: 15px 0
}

    .noGutter .col-md-3, .noGutter .col-sm-3 {
        padding: 0 !important;
        margin: -5px 0 0 0 !important
    }

    .noGutter > div {
        padding: 0 !important;
    }

        .noGutter > div button {
            margin-left: -1px;
        }
/*icons*/

/*language icons*/

.icon-flag {
    display: inline;
    font-size: 8px !important;
    padding: 0 7px;
    position: relative;
    top: -2px;
    background: url(/images/icons-flags.png) no-repeat 0 0
}

.icon-flag-uk {
    background-position: 0 0
}

.icon-flag-hk {
    background-position: 0 -11px
}

.icon-flag-de {
    background-position: 0 -22px
}

.icon-flag-us {
    background-position: 0 -33px
}

.icon-flag-fr {
    background-position: 0 -44px
}

.icon-flag-jp {
    background-position: 0 -55px
}

.icon-flag-dk {
    background-position: 0 -66px
}

.icon-flag-kr {
    background-position: 0 -77px
}

.icon-flag-gr {
    background-position: 0 -88px
}

.icon-flag-ca {
    background-position: 0 -99px
}

.icon-flag-es {
    background-position: 0 -110px
}

.icon-flag-mx {
    background-position: 0 -121px
}

.icon-flag-it {
    background-position: 0 -132px
}

.icon-flag-br {
    background-position: 0 -143px
}

.icon-flag-nl {
    background-position: 0 -154px
}

.icon-flag-tr {
    background-position: 0 -165px
}

.icon-flag-pl {
    background-position: 0 -176px
}

.icon-flag-au {
    background-position: 0 -187px
}

.icon-flag-pt {
    background-position: 0 -198px
}

.icon-flag-cn {
    background-position: 0 -209px
}

.icon-flag-ru {
    background-position: 0 -220px
}

.icon-flag-in {
    background-position: 0 -231px
}

.icon-flag-se {
    background-position: 0 -242px
}

.icon-flag-id {
    background-position: 0 -253px
}

.icon-flag-nz {
    background-position: 0 -264px
}

.icon-flag-my {
    background-position: 0 -275px
}

.icon-flag-sg {
    background-position: 0 -286px
}

.icon-flag-tw {
    background-position: 0 -297px
}

.icon-flag-th {
    background-position: 0 -308px
}

.icon-flag-vn {
    background-position: 0 -319px
}

.icon-flag-ph {
    background-position: 0 -330px
}

.icon-flag-ie {
    background-position: 0 -341px
}

.icon-flag-il {
    background-position: 0 -352px
}

.icon-flag-ae {
    background-position: 0 -363px
}

.icon-flag-mo {
    background-position: 0 -374px
}

.icon-flag-cl {
    background-position: 0 -385px
}

.icon-flag-at {
    background-position: 0 -396px
}

.icon-flag-be {
    background-position: 0 -407px
}

.icon-flag-ch {
    background-position: 0 -418px
}

.icon-flag-om {
    background-position: 0 -429px
}

.icon-flag-za {
    background-position: 0 -440px
}

.icon-flag-fi {
    background-position: 0 -451px
}

.icon-flag-no {
    background-position: 0 -462px
}

.icon-flag-ua {
    background-position: 0 -473px
}

.icon-flag-kh {
    background-position: 0 -484px
}

.icon-flag-sa {
    background-position: 0 -495px
}

.icon-flag-ww {
    background-position: 0 -506px
}

/*social icons*/
.icon-facebook-3 {
    color: #4664b7
}

.icon-twitter-3 {
    color: #00b6e4
}

.icon-linkedin-2 {
    color: #0073a5
}

.icon-youtube-3 {
    color: #a21616
}

.icon-pinterest-2 {
    color: #cb2027
}

.icon-googleplus-2 {
    color: #363636
}

.icon-size, .icon-color {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
    font-size: .917em;
    font-style: normal;
    line-height: 24px;
    /*width: 33px;*/
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #b7b7b7;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer
}

    .icon-size:before, .icon-color:after {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        border: 1px solid #fff
    }

    .icon-size.disable {
        border-color: #f1f1f1
    }

    .icon-color.disable {
        opacity: .8
    }

    .icon-color:before {
        content: " ";
        display: inline-block
    }

.icon-color-brown {
    background: #7e0506
}

.icon-color-grey {
    background: #444b50
}

.icon-color-blue {
    background: #5ca7db
}

.icon-color-softyellow {
    background: #f9e9cc
}

.icon-color-lightgrey {
    background: #e1e1e1
}

.icon-color-violet {
    background: #724381
}

.icon-color-lightgrayishpink {
    background: #efdcdc
}

.icon-color-green {
    background: #3a7d05
}

.icon-color-magenta {
    background: #7e054a
}

.icon-color-pink {
    background: #e03a7c
}

.icon-color-red {
    background: #e30000
}

.icon-color-white {
    background: #f8f8f8
}

.icon-color-black {
    background: #000
}

.icon-color-beige {
    background: #eedfcf
}

.icon-color-marine {
    background: #4f98aa
}
/* ajax loader */

.ajax-loader {
    margin: 10px auto !important;
    width: 80px !important;
    height: 15px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .ajax-loader .progress-bar {
        width: 100%;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.2)
    }
/*buttons*/

.btn {
    padding: 3px 12px
}

    .btn-group.open .dropdown-toggle, .btn.active, .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent
    }

    .btn:focus {
        outline: none;
        outline-offset: 0
    }

.btn-default, .btn-cool, a.btn-cool, .filters-by-category li a {
    background-color: var(--color-1);
    color: #fff;
    font-size: .9em;
    height: 37px;
    line-height: 1.4em;
    padding: 10px 10px;
    text-transform: uppercase;
    border: 1px solid var(--color-1);
    text-decoration: none;
    border-radius: 0
}

    .btn-default.invert, .btn-cool.invert, .filters-by-category li a.invert {
        border-color: #242424;
        background-color: #242424;
        color: var(--color-1) !important
    }

        .btn-default.invert:hover, .btn-cool.invert:hover, .products-land .item .invert.btn-cool:hover, .products-land .item .filters-by-category li a.invert:hover, .filters-by-category li .products-land .item a.invert:hover, .products-land .item:hover .invert .invert.btn-cool:hover, .products-land .item:hover .invert .filters-by-category li a.invert:hover, .filters-by-category li .products-land .item:hover .invert a.invert:hover, .products-list .banner:hover .invert.btn-cool:hover, .products-list .banner:hover .filters-by-category li a.invert:hover, .filters-by-category li .products-list .banner:hover a.invert:hover, .filters-by-category li a.invert:hover, .filters-by-category li a.invert.selected {
            background-color: #fff;
            border-color: #ccc;
            color: #000 !important
        }

    .btn-default.invert-color, .btn-cool.invert-color, .filters-by-category li a.invert-color {
        border-color: var(--color-1);
        background-color: var(--color-1);
        color: #fff !important
    }

    .btn-default:hover {
        background-color: #fff;
        text-decoration: none
    }

    .btn-cool:hover, .products-land .item .btn-cool:hover, .products-land .item .filters-by-category li a:hover, .filters-by-category li .products-land .item a:hover, .products-list .banner .btn-cool:hover, .products-list .banner .filters-by-category li a:hover, .filters-by-category li .products-list .banner a:hover, .products-land .item:hover .btn-cool:hover, .products-land .item:hover .filters-by-category li a:hover, .filters-by-category li .products-land .item:hover a:hover, .products-land .item:hover .invert .btn-cool:hover, .products-land .item:hover .invert .filters-by-category li a:hover, .filters-by-category li .products-land .item:hover .invert a:hover, .products-list .banner:hover .btn-cool:hover, .products-list .banner:hover .filters-by-category li a:hover, .filters-by-category li .products-list .banner:hover a:hover, .products-list .banner:hover .invert .btn-cool:hover, .products-list .banner:hover .invert .filters-by-category li a:hover, .filters-by-category li .products-list .banner:hover .invert a:hover, .filters-by-category li a:hover, .filters-by-category li a.selected {
        border-color: #242424;
        background-color: #242424;
        color: var(--color-1) !important;
        text-decoration: none
    }

    .btn-cool .icon:before, .filters-by-category li a .icon:before, .btn-cool .icon:after, .filters-by-category li a .icon:after {
        font-size: 12px;
        color: var(--color-1);
        margin-right: 5px
    }

    .btn-cool.btn-md-sm, .filters-by-category li a.btn-md-sm {
        padding: 10px 20px;
        border-radius: 0;
        font-size: 1.1667em;
        line-height: 1.32em;
        height: 40px
    }

    .btn-cool.btn-md, .filters-by-category li a.btn-md {
        padding: 10px 20px;
        border-radius: 0;
        font-size: 1.333em;
        line-height: 1.438em;
        height: 43px
    }

    .btn-cool.btn-lg, .filters-by-category li a.btn-lg {
        padding: 15px 18px;
        border-radius: 0;
        font-size: 1.5em;
        line-height: 1.222em;
        height: 53px
    }

.btn-show-all, .suggestions-link a.btn-show-all {
    background-color: var(--black-color);
    color: white;
    font-size: .9em;
    height: 37px;
    line-height: 1.4em;
    padding: 10px 10px;
    border: 1px solid var(--black-color);
    text-decoration: none;
    border-radius: 0
}

    .btn-show-all:hover {
        color: white;
    }

@media (max-width: 480px) {
    body.responsive .btn-cool.btn-lg, body.responsive .filters-by-category li a.btn-lg {
        padding: 10px 10px;
        font-size: 1.1em;
        line-height: 1.222em;
        height: auto
    }
}

.btn-space {
    width: 20px;
    display: block
}
/*vertical title*/

.vertical_title_outer {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    height: 35px;
    width: 273px;
    text-align: left;
    margin-left: -273px;
    font-size: 18px;
    line-height: 32px;
    white-space: nowrap;
    padding: 0 10px;
    border: 1px dotted #cacaca;
    text-transform: uppercase
}

    .vertical_title_outer span {
        display: block;
        width: 100%;
        height: 100%
    }

    .vertical_title_outer.title-md {
        width: 243px;
        margin-left: -243px
    }

    .vertical_title_outer.title-sm {
        width: 223px;
        margin-left: -223px
    }

.pull-left.padding-left {
    padding-left: 40px
}
/*dotted line*/

.dotted-line {
    height: 10px;
    border-top: 1px dotted #cacaca;
    margin-bottom: 25px
}

    .dotted-line.right-space {
        margin-right: 70px
    }

        .dotted-line.right-space.no-right-space {
            margin-right: 0
        }
/*subtitle*/

.subtitle {
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 3;
}

    .subtitle.right-space {
        margin-right: 70px
    }

        .subtitle.right-space.no-right-space {
            margin-right: 0
        }

    .subtitle div {
        text-align: center
    }

        .subtitle div span {
            display: inline-block;
            position: relative;
            font-size: 18px;
            line-height: 20px;
            text-transform: uppercase;
            color: #000
        }

            .subtitle div span:before, .subtitle div span:after {
                content: "";
                position: absolute;
                height: 1px;
                border-top: 1px dotted #cacaca;
                top: 10px;
                width: 600px
            }

            .subtitle div span:before {
                right: 100%;
                margin-right: 15px
            }

            .subtitle div span:after {
                left: 100%;
                margin-left: 15px
            }

            .subtitle div span p:before {
                color: var(--color-1);
                font-size: 40px;
                vertical-align: middle;
                padding: 5px;
            }

    .subtitle .flaticon-lock26:before {
        font-size: 30px;
    }

/*animated background*/

.animate-bg {
    color: #fff;
    background: url(../images/animated_bg.jpg) repeat #4d4d4d;
    /*margin: 20px 0 15px;*/
    overflow: hidden;
    position: relative;
    z-index: 101;
    clear: both
}

    .animate-bg .subtitle div span {
        color: #fff
    }

        .animate-bg .subtitle div span:before, .animate-bg .subtitle div span:after {
            border-color: #fff
        }

.social-widget .widget-outer {
    margin-bottom: 15px
}

.boxed .content.social-widget {
    padding-left: 10px;
    padding-right: 10px;
}
/*back to top button*/

.back-to-top {
    bottom: 10%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 35px;
    z-index: 10000
}

    .back-to-top span.arrow-up {
        position: absolute;
        top: -6px;
        -webkit-animation: bounce 0.4s ease-in-out infinite alternate;
        animation: bounce 0.4s ease-in-out infinite alternate
    }

    .back-to-top span.arrow-up {
        top: -20px\0
    }

.bg-clip {
    background: var(--color-2);
    padding: 30px;
}

.bg-clip-in {
    background: white;
    padding: 30px;
    border-radius: 25px;
}

.bg-clip-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bg-clip-question {
    background: #f0f0f0;
    padding: 3px 12px;
    border-radius: 25px;
    font-weight: bold;
}

    .bg-clip-question:before {
        content: "Q:";
        margin-right: 5px;
    }

.bg-clip-answer {
    padding: 3px 12px;
}

    .bg-clip-answer:before {
        content: "A:";
        margin-right: 5px;
    }

/* -------------------------------------------------------------- */
/* 2. HEADER
-------------------------------------------------------------- */
/*navbar*/
.navbar {
    width: 100%;
    border-radius: 0;
    background: #fff;
    top: 0;
    margin-bottom: 0;
    z-index: 9990;
    border: 0 !important
}

    .navbar .background {
        background: #fff;
        padding-top: 14px;
        z-index: 1;
    }

@media (min-width: 768px) {
    body.responsive .navbar .background {
        min-height: 90px;
    }
}

@media (max-width: 767px) {
    body.responsive .navbar {
        width: 100%;
        margin-bottom: 0;
    }

        body.responsive .navbar .background {
            padding-top: 0;
            padding-bottom: 0;
            /*border-bottom: 1px solid #bcbcbc;*/
        }
}

.navbar-main-menu, .navbar-main-menu .item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.navbar-main-menu-outer {
    margin-top: 12px;
    /*	border-top: 1px dotted #bcbcbc;*/
    border-bottom: 1px solid #bcbcbc
}

@media (max-width: 991px) {
    body.responsive .navbar-main-menu .item .btn-main {
        padding: 0 6px;
        font-size: 1.15em
    }

    body.responsive .navbar-main-menu .item .line:before {
        left: -6px !important
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    body.responsive .navbar-main-menu .item .btn-main {
        padding: 0 6px !important
    }

    body.responsive .navbar-main-menu .item .line:before {
        left: -6px !important
    }
}

@media (max-width: 1199px) {
    body.responsive .navbar-main-menu .item:first-child {
        margin-left: -6px
    }
}

@media (max-width: 991px) {
    body.responsive .navbar-main-menu .item:first-child {
        margin-left: -6px
    }
}

@media (max-width: 359px) {
    body.responsive .dropdown-menu {
        min-width: 128px
    }
}
/*welcom block*/

.navbar-welcome {
    padding: 26px 0 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.responsive .navbar-welcome {
        padding: 22px 10px
    }
}

/*logo*/

@media (max-width: 767px) {
    body.responsive .navbar-logo {
        padding-top: 10px;
    }

        body.responsive .navbar-logo img {
            max-width: 100%;
            max-height: 50px
        }
}
/*top links*/

.top-link {
    text-align: right
}

    .top-link .btn-outer {
        display: inline-block;
        margin: 0 5px
    }

        .top-link .btn-outer:last-child {
            margin-right: 0
        }

    .top-link .btn-default {
        border: 0;
        border-radius: 0;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0
    }

        .top-link .btn-default:hover {
            background: 0 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

    .top-link .btn-shopping-cart .icon {
        margin-right: 0
    }

    .top-link .btn-shopping-cart .btn-default {
        margin: 0;
        padding-left: 12px;
        padding-right: 0
    }

        .top-link .btn-shopping-cart .btn-default .icon {
            width: auto
        }

    .top-link .btn-search .btn-xs, .top-link .btn-shopping-cart .btn-xs {
        height: auto
    }

    .top-link .btn-search .btn-xs {
        margin: 0;
        padding-right: 2px;
        padding-left: 18px
    }

        .top-link .btn-search .btn-xs .icon {
            margin: -2px 0 0
        }

    .top-link .btn-shopping-cart .badge {
        font-size: 10px;
        font-weight: normal;
        line-height: 14px;
        top: -8px;
        left: -8px;
        min-width: 14px;
        padding: 0;
        text-align: center;
        color: #fff;
        border-radius: 7px;
        background: var(--color-1)
    }

@media (max-width: 767px) {
    .btn-shopping-cart .badge {
        position: absolute;
        top: -5px;
        right: -18px;
    }
}

/*secondary menu*/

.navbar-secondary-menu {
    position: relative;
    z-index: 1200;
    height: 20px;
    padding-top: 5px;
    text-align: right
}

    .navbar-secondary-menu .vertical-align {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

@media (max-width: 767px) {
    /*body.responsive .navbar-secondary-menu {
        height: auto;
        margin-top: 10px;
        padding-top: 0;
        text-align: left;
        margin-left: -10px;
        border-top: 1px dotted #bcbcbc
    }*/
}

.navbar-secondary-menu .drop-title {
    display: none
}

.navbar-secondary-menu .btn-group {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0
}

    /*w*/
    .navbar-secondary-menu .btn-group.fix-width {
        width: 46px;
    }
    /*w*/

    .navbar-secondary-menu .btn-group:hover > .dropdown-menu {
        display: block !important;
        margin-top: -10px;
        left: auto
    }
        /*w*/
        .navbar-secondary-menu .btn-group:hover > .dropdown-menu.menu-right {
            right: -5px
        }
/*w*/

@media (max-width: 767px) {
    body.responsive .navbar-secondary-menu .btn-group:hover > .dropdown-menu {
        left: 0;
        right: auto
    }
}

@media (max-width: 767px) {
    body.responsive .navbar-secondary-menu .btn-group:nth-child(n+4):hover > .dropdown-menu {
        left: auto;
        right: 0
    }
}

.navbar-secondary-menu .dropdown-menu {
    margin-top: 0;
    text-align: left
}

.navbar-secondary-menu .btn-default {
    border: 0;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
}

    .navbar-secondary-menu .btn-default:hover {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.navbar-secondary-menu .btn-xs {
    font-size: 1em;
    line-height: 2.54em
}

.navbar-secondary-menu .icon {
    font-size: 22px;
    position: relative;
    display: block;
    float: left;
    width: 26px;
    /*	margin-right: 14px;*/
    margin-left: 6px;
    color: #3f3f3f
}

.navbar-secondary-menu .title {
    vertical-align: middle;
    line-height: 2em;
}

.navbar-secondary-menu .gadget-block {
    text-align: center;
}

    .navbar-secondary-menu .gadget-block .btn-shopping-cart .badge {
        position: absolute;
        font-size: 10px;
        font-weight: normal;
        line-height: 14px;
        min-width: 14px;
        padding: 0;
        text-align: center;
        color: #fff;
        border-radius: 7px;
        background: var(--color-1);
    }
/*news scrolling text*/

#newsLine {
    position: relative;
    z-index: 9989;
    background: var(--color-1);
    border-bottom: 1px dotted var(--color-1);
    line-height: 1.455em;
    padding: 7px 0 7px;
    font-size: 0.917em;
}

    #newsLine .title {
        padding-top: 1px;
        font-size: 1.233em;
        line-height: 1em
    }

        #newsLine .title .icon {
            color: var(--color-1);
            margin-right: 10px
        }

    #newsLine a {
        color: white;
        text-decoration: none;
    }

#newsCarousel {
    height: 16px;
    margin-bottom: 0;
    visibility: hidden;
}

    #newsCarousel .item .date {
        font-weight: bold;
        padding-left: 100px
    }

    #newsCarousel .marquee {
        white-space: nowrap
    }

    #newsCarousel .item {
        width: 600px
    }

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive #newsLine .col-xs-5 {
        width: 70%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive #newsLine .col-xs-5.top-link {
        width: 30%
    }
}

#newsLine .navbar-secondary-menu {
    z-index: 1300;
    padding: 0;
    margin-top: -15px
}
/*shoppingcart box*/

.shoppingcart-box {
    width: 320px;
    padding: 0 10px;
}

    .shoppingcart-box .title {
        font-size: 1.333em;
        padding: 15px 20px;
        margin: 0 -20px;
        text-transform: uppercase;
        color: var(--color-1);
        text-align: center;
        border-bottom: 1px solid #f5f5f5;
    }

    .shoppingcart-box.empty {
        width: 170px;
        padding: 10px 15px
    }

    .shoppingcart-box .list {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

    .shoppingcart-box .item {
        padding: 12px 15px 7px 0;
        overflow: hidden;
        position: relative;
        border-bottom: 1px dotted #bdbdbd
    }

    .shoppingcart-box .buttons {
        position: absolute;
        right: 0;
        top: 10px
    }

    .shoppingcart-box .image {
        width: 60px;
        display: block;
        float: left
    }

    .shoppingcart-box .preview-image img {
        width: 100%
    }

    .shoppingcart-box .description {
        margin-left: 80px
    }

    .shoppingcart-box .price {
        display: block;
        padding-top: 8px;
        font-size: 1em
    }

    .shoppingcart-box .total {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: right;
        padding: 6px 0 12px
    }

    .shoppingcart-box .empty {
        padding: 10px 0 15px;
        display: none
    }

    .shoppingcart-box .view-link {
        padding-top: 11px
    }

        .shoppingcart-box .view-link:hover {
            text-decoration: underline
        }

    .shoppingcart-box a:hover {
        text-decoration: none
    }

    .shoppingcart-box .msg-row {
        padding: 15px 0;
        overflow: hidden;
        position: relative;
        border-bottom: 1px dotted #bdbdbd
    }

    .shoppingcart-box .specs {
        padding: 5px;
    }

    .shoppingcart-box .ref-price, .ref-price {
        color: dimgray;
        padding: 0 5px;
        text-decoration: line-through;
    }

/*search*/

.navbar-search {
    clear: both;
    position: relative;
    z-index: 1100;
    margin: 19px 0 -53px
}

    .navbar-search input.form-control {
        font-size: 1em;
        line-height: 1.5em;
        width: 125px;
        float: right;
        padding-top: 8px
    }

    .navbar-search .form-control {
        padding-right: 32px
    }

        .navbar-search .form-control:focus {
            width: 230px
        }

    .navbar-search .button {
        float: right;
        margin-left: -34px;
        background: 0 0;
        font-size: 1.31em;
        position: relative;
        bottom: -1px;
        height: 34px;
        border: none;
        width: 34px;
        outline: 0
    }

        .navbar-search .button:active {
            line-height: 0.8em
        }

    .navbar-search .dropdown-search {
        display: none;
        position: absolute;
        right: 0;
        top: 34px;
        width: 100%;
        border: 1px solid #dcdcdc;
        -webkit-box-shadow: 0 1px 3px rgba(5,5,5,0.1);
        box-shadow: 0 1px 3px rgba(5,5,5,0.1);
        border-radius: 4px;
        background: #fff;
        padding: 10px;
        font-size: 1em
    }

        .navbar-search .dropdown-search ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

        .navbar-search .dropdown-search li {
            margin-bottom: 5px;
            cursor: pointer
        }

            .navbar-search .dropdown-search li:hover {
                opacity: 0.6
            }

            .navbar-search .dropdown-search li a {
                text-decoration: none
            }

            .navbar-search .dropdown-search li .amount {
                float: right;
                padding-left: 5px
            }

@media (min-width: 768px) {
    body.responsive .navbar-search input.form-control {
        border: 1px solid transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        color: transparent;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    body.responsive .navbar-search:hover input.form-control {
        border: 1px solid #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        background-color: #fff;
        color: #000
    }

    body.responsive .navbar-search .button {
        color: #000
    }

    body.responsive .navbar-search:hover .button {
        color: #000
    }

    body.responsive .navbar-search:hover input.form-control, .navbar-search .button {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s
    }
}
/*open Search*/

#openSearch {
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 21;
}

    #openSearch .inside {
        padding: 7px 0 6px;
        height: 40px;
        border-bottom: 1px solid #b6b6b6
    }

    #openSearch .input-outer {
        padding-right: 75px;
        width: 100%
    }

    #openSearch .button-outer {
        margin-top: -30px
    }

    #openSearch input.search-input {
        font-size: 1.133em;
        line-height: 1em;
        padding: 5px 0;
        height: 32px;
        color: var(--color-1);
        border: none;
        background: none;
        outline: none;
        width: 100%
    }

    #openSearch button, #openSearch button:active {
        border: none;
        background: none;
        color: var(--color-1);
        font-size: 22px;
        line-height: 30px;
        height: 30px;
        margin: 0 2px;
        padding: 0 5px;
        outline: none;
        overflow: hidden
    }

        #openSearch button.search-close {
            border-left: 1px dotted #b6b6b6
        }

            #openSearch button.search-close .icon {
                font-style: normal;
                font-size: 23px;
                margin-top: -1px
            }

@media (max-width: 767px) {
    #openSearch .container {
        padding-left: 0;
        padding-right: 0;
    }

    #openSearch .button-outer i.icon, #openSearch .button-outer i.icon:before {
        font-size: 16px;
    }

    #openSearch .input-outer {
        padding-right: 55px;
    }
}

/*open Wish*/

#openWishList {
    height: 0px;
    position: absolute;
    width: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 21;
}

    #openWishList h3 {
        color: var(--color-1);
    }

    #openWishList .mega-wishlist-outer {
        max-height: 370px;
    }

/* navbar Search*/
.gadget-block {
    padding-top: 9px;
    width: 100%;
}

    .gadget-block .search-form .search-input {
        height: 28px;
        padding-right: 25px;
        overflow: hidden;
        font-size: 11px;
    }

    .gadget-block .search-form .btn-search {
        background-color: white;
        font-size: .9em;
        height: 28px;
        line-height: 1.4em;
        padding: 4px 8px;
        text-transform: uppercase;
        border: 1px solid #ccc;
        border-left: 0;
        text-decoration: none;
        border-radius: 0
    }

    .gadget-block .search-form .search-input:focus, .gadget-block .search-form .search-input:focus + .input-group-btn .btn-search {
        border-color: black;
    }

    .gadget-block svg {
        stroke-width: 1;
    }

.navbar-secondary-menu .btn-search .dropdown-backdrop {
    display: none;
}

/* @Override jQuery ui autocomplete */
ul.ui-autocomplete {
    z-index: 9999;
}

    ul.ui-autocomplete li {
        text-align: left;
        padding: 5px 10px 4px;
        margin: 0;
        font-size: 12px;
    }

        ul.ui-autocomplete li.ui-menu-item {
            list-style-image: none;
        }

            ul.ui-autocomplete li.ui-menu-item:hover {
                color: #333;
                background: var(--color-2);
                cursor: default;
            }

                ul.ui-autocomplete li.ui-menu-item:hover a {
                    border-color: transparent;
                }

    ul.ui-autocomplete .ui-state-active, ul.ui-autocomplete .ui-state-active a {
        border-color: transparent;
        background: inherit;
        color: #333;
    }

        ul.ui-autocomplete .ui-state-active:focus {
            background: transparent;
        }

    ul.ui-autocomplete .suggestions-heading {
        background: var(--grey-color);
        color: #626262;
        box-shadow: 0 1px 0 rgb(0 0 0 / 5%);
        text-transform: uppercase;
    }

    ul.ui-autocomplete .suggestions-product .price.new, ul.ui-autocomplete .suggestions-product .price.old {
        font-size: 13px;
    }

    ul.ui-autocomplete .suggestions-product img {
        max-width: 100px;
    }

    ul.ui-autocomplete li.ui-menu-item:hover .btn-show-all, ul.ui-autocomplete .ui-state-active .btn-show-all {
        color: white;
        background: var(--black-color);
    }

    ul.ui-autocomplete .suggestions-link {
        text-align: center;
        cursor: default;
        font-size: 13px;
    }

        ul.ui-autocomplete .suggestions-link.ui-state-focus a {
            color: white;
        }

/*main menu*/
.navbar-main-menu {
    z-index: 10;
    padding: 12px 0 0;
    margin: 0 0 0 0;
    clear: both;
    list-style-type: none;
    position: relative;
    bottom: -1px;
    top: -6px;
    text-align: center
}

    .navbar-main-menu dt {
        font-weight: normal
    }

    .navbar-main-menu .item {
        display: inline-block;
        height: 38px;
        /*padding: 0;*/
        padding: 0 10px;
        margin: 6px 0 -6px 0;
        position: relative
    }

        .navbar-main-menu .item .btn-main {
            position: relative;
            border-bottom: 0 solid #000;
            display: block;
            height: 38px;
            padding: 0 15px 20px;
            font-size: 1.25em;
            text-transform: uppercase
        }

        .navbar-main-menu .item .btn-main {
            padding: 4px 15px 16px
        }

    .navbar-main-menu .btn-main:hover {
        text-decoration: none;
        color: var(--color-1);
    }

    .navbar-main-menu .with-sub .btn-main:hover {
        border-bottom: 5px solid var(--color-1);
    }

    .navbar-main-menu .item .btn-main .icon {
        font-size: 1.12em;
        line-height: .3em;
        position: relative;
        bottom: -1px;
        margin-left: 1px
    }

    .navbar-main-menu .item-content, .navbar-main-menu dd {
        float: right;
        overflow: hidden;
        display: none;
        margin-left: -100%;
        width: 100%;
        margin-top: 38px !important;
        margin-bottom: -6px !important;
        background: #fff;
        position: relative
    }

ul.row-list {
    margin: 0;
    padding: 0;
    text-align: center
}

    ul.row-list li {
        display: inline;
        margin: 0 12px 0 0;
        padding: 0;
        font-size: 1em;
        text-transform: uppercase;
        font-weight: normal
    }

.touch ul.row-list {
    margin-right: 25px
}

.no-touch .megamenuClose {
    opacity: 0
}

.touch .megamenuClose {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    width: 15px;
    height: 15px;
    z-index: 1000
}

    .touch .megamenuClose:before {
        font-family: Flaticon;
        content: "\e01a";
        font-size: 20px;
        cursor: pointer;
        color: var(--color-1)
    }

#menuScrollerWrapper {
    overflow: hidden;
    width: 100%;
    background: #fff;
    /*position: relative;*/
    position: absolute;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    box-shadow: 0 4px 4px rgba(0,0,0,0.1)
}

    #menuScrollerWrapper.color {
        background: #f5f5f5
    }

    #menuScrollerWrapper .dropdown-small {
        background: #f5f5f5;
        line-height: 28px
    }

    #menuScrollerWrapper .navbar-main-submenu {
        margin: 25px 0
    }

    #menuScrollerWrapper .container {
        padding: 0
    }

#menuScrollerWrapper {
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease
}

    #menuScrollerWrapper .navbar-main-submenu .wrapper-border .row .row > div {
        display: inline-block !important;
        float: none !important;
        vertical-align: top;
        margin: 0 -5px 0 0
    }

.navbar-main-submenu {
    color: #000
}

    .navbar-main-submenu .col-divider > div {
        border-left: 1px dotted #cacaca
    }

        .navbar-main-submenu .col-divider > div:first-child {
            border-left: none
        }

    .navbar-main-submenu .exclusive {
        padding: .1em .8em;
        margin: 0;
        list-style-type: none;
        overflow: hidden
    }

        .navbar-main-submenu .exclusive.top {
            padding-bottom: 20px
        }

        .navbar-main-submenu .exclusive.bottom {
            padding-top: 15px
        }

        .navbar-main-submenu .exclusive li {
            padding: 0;
            margin: 0 28px 0 0;
            float: left;
            text-transform: uppercase
        }

            .navbar-main-submenu .exclusive li a {
                font-size: 1.167em
            }

        .navbar-main-submenu .exclusive .icon {
            color: var(--color-1);
            position: relative;
            margin-right: 0.2em
        }

    .navbar-main-submenu .wrapper-border {
        border: 1px solid #cacaca;
        padding: 25px 0;
        border-left: 0;
        border-right: 0
    }

    .navbar-main-submenu .wrapper {
        padding: 40px 0 20px
    }

    .navbar-main-submenu .wrapper-border-bottom {
        /*border: 1px solid #cacaca;*/
        /*padding: 25px 0;*/
        padding: 25px;
        border-left: 0;
        border-right: 0;
        border-top: 0
    }
/*compact menu*/

.navbar-compact {
    top: -60px;
    position: fixed;
    background: none
}

    /*.navbar-compact .header-left {
    float: none !important;
    width: 100%
}

.navbar-compact .header-left .navbar-logo {
    width: auto !important;
    z-index: 1000;
}*/

    .navbar-compact .compact-hidden, .navbar-compact .compact-hidden.hidden-xs {
        display: none !important
    }

.compact-visible {
    display: none !important
}

.navbar-compact .compact-visible {
    display: block !important
}

.navbar-compact .navbar-logo img {
    max-height: 50px
}

.navbar-compact .navbar-secondary-menu .btn-default {
    border-left: 0
}

/*.navbar-compact .navbar-main-menu {
    clear: none;
    padding-top: 25px;
    padding-left: 150px;
    margin-right: 65px;
    text-align: left
}*/

.navbar-compact .top-link {
    padding: 15px 0 0
}

.navbar-compact .navbar-main-menu .item .btn-main {
    padding-left: 5px;
    padding-right: 5px;
    height: 32px
}

.navbar-compact .navbar-main-menu-outer {
    margin: -60px 0 0 0;
    border-top: 0;
    border-bottom: 0
}

.navbar-compact .background {
    padding-top: 5px;
    min-height: 70px;
    background: rgba(255,255,255,0.95);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1)
}

@media (max-width: 767px) {
    body.responsive .navbar-compact .expand-nav.compact-hidden, body.responsive .navbar-compact .expand-nav.compact-hidden.hidden-xs {
        display: block !important
    }

    body.responsive .navbar-compact .clearfix.visible-xs, body.responsive .navbar-compact .clearfix.visible-xs:after, body.responsive .navbar-compact .clearfix.visible-xs:before {
        display: none
    }
}

.navbar-main-submenu .img-fullheight {
    position: relative;
    margin: -90px 0 0 0
}

    .navbar-main-submenu .img-fullheight img {
        position: absolute
    }
/*submenu block*/

.submenu-block .icon {
    position: relative;
    top: -2px;
    font-size: 1.2em;
    display: block;
    float: left;
    width: 2.5em;
    text-align: center;
    min-height: 30px /*w*/
}

.submenu-block .name {
    font-size: 1.167em;
    color: #000;
    text-transform: uppercase
}

.submenu-block .label {
    margin-left: 1.2em !important;
    padding: .3em;
    font-size: .9em
}

.submenu-block ul {
    padding: 12px 0 18px;
    /*margin: 0 0 0 3.1em;*/
    list-style-type: none
}

.submenu-block .brand-mega-scroll {
    max-height: 400px;
    overflow-x: scroll;
}

.submenu-block ul li {
    padding: 0 0 4px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 0.917em;
    color: #000
}

/*.submenu-block ul li:hover > a {*/
/*text-decoration: underline*/
/*}*/

.submenu-block-other {
    padding-bottom: 25px
}

    .submenu-block-other .title {
        padding-top: 25px
    }

    .submenu-block-other ul {
        margin-left: 0;
        padding-top: 15px
    }

    .submenu-block-other .img-responsive {
        border-radius: 3px
    }

.submenu-block a:hover {
    text-decoration: none;
}

.submenu-block .submenu-item {
    padding: 10px;
}

    .submenu-block .submenu-item .float-right {
        float: right;
    }

    .submenu-block .submenu-item.hover-item, .submenu-block .i-layer3:hover {
        font-weight: bold;
        background-color: lightgrey;
    }

.submenu-block .i-layer2, .submenu-block .i-layer3 {
    display: none;
}

.submenu-block-outer {
    padding: unset;
}

/*custom block */
.custom-block {
    overflow: hidden;
    padding: 24px 0
}

    .custom-block .item:hover .icon {
        border-color: #242424;
        background-color: #242424;
        color: var(--color-1) !important;
    }
/*services block*/

.services-block {
    overflow: hidden;
    padding: 5px 0 8px
}

    .services-block .item, .custom-block .item {
        display: table;
        width: auto;
        margin: 0 auto
    }

        .services-block .item:hover, .custom-block .item:hover {
            text-decoration: none
        }

    .services-block .icon, .services-block .icon-xl, .custom-block .icon {
        display: table-cell;
        vertical-align: middle;
        padding: 5px 0 0 1px;
        width: 3.5em;
        -webkit-transition: all .5s ease;
        transition: all 0.5s ease
    }

    .services-block .anim-icon .icon {
        padding: 0 8px 0 0;
    }

    .services-block .title, .custom-block .title {
        display: table-cell;
        vertical-align: middle;
        font-size: 1.167em;
        line-height: 1.4em;
        text-transform: uppercase
    }

    /*w*/
    .services-block .margin-size {
        margin-top: 14px;
    }

/*menu list*/

.menu-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .menu-list li {
        margin: 0;
        display: block;
        border-top: 1px solid #eee
    }

        .menu-list li:first-child {
            border: none
        }

        .menu-list li a {
            display: block;
            padding: 15px 20px 14px;
            font-size: 14px;
            line-height: 16px;
            text-decoration: none;
            font-family: "Sintony", sans-serif;
            text-transform: uppercase;
            color: #2b2b2b
        }

            .menu-list li a:hover {
                background: #f5f5f5
            }
/*price*/

.price {
    color: #4a4a4a;
    margin: 0 .2em
}

    .price.old {
        text-decoration: line-through;
        font-size: 2em
    }

    .price.new {
        font-size: 2em;
        color: #f5003a !important
    }

.rating .icon {
    color: var(--color-1)
}
/* off canvas menu */

#outer {
    overflow: hidden
}

#outer-canvas, #off-canvas-menu {
    width: 100%
}

body.off-canvas-menu-open #outer-canvas {
    margin-left: 0;
    overflow: hidden;
    position: relative
}

body.off-canvas-menu-open.notouch #outer-canvas {
    margin-left: 280px
}

#off-canvas-menu-toggle {
    display: block;
}

#off-canvas-menu {
    background: #242424;
    display: block;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 10001;
    overflow: auto
}

    #off-canvas-menu .expander-list {
        list-style-type: none;
        padding: 42px
    }

        #off-canvas-menu .expander-list ul {
            margin-left: 10px
        }

        #off-canvas-menu .expander-list .expander {
            color: #eee;
            font-size: 15px;
            margin-top: 3px
        }

        #off-canvas-menu .expander-list .name {
            padding: 10px 0;
            color: #fff;
            font-size: 1.333em
        }

    #off-canvas-menu ul li span.icon {
        font-size: 18px;
        line-height: 22px;
        padding: 0 10px 0 0
    }

    #off-canvas-menu ul li li li {
        padding-left: 15px
    }

    #off-canvas-menu ul li a {
        color: #fff;
        font-size: 15px;
        line-height: 26px;
        text-decoration: none;
        text-transform: uppercase
    }

#off-canvas-menu-close {
    background: #242424;
    display: none;
    right: 15px;
    top: 15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 2;
    color: #fff;
    cursor: pointer
}

    #off-canvas-menu-close [class^="icon-"]:before, #off-canvas-menu-close [class*=" icon-"]:before {
        margin: 0;
        width: auto;
        line-height: 53px
    }

body.off-canvas-menu-open #off-canvas-menu-close {
    display: block
}

body.off-canvas-menu-open #off-canvas-menu {
    display: block;
    left: 0
}

body.off-canvas-menu-open #outer-overlay {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    left: 0;
    min-height: 100% !important;
    opacity: .5;
    position: absolute !important;
    top: 0;
    width: 100% !important;
    z-index: 10000
}

#outer-overlay {
    opacity: 0;
    z-index: 0
}
/* expander list */

.expander-list, .expander-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .expander-list li {
        margin: 0
    }

    .expander-list .expander {
        float: right;
        cursor: pointer;
        padding: 0 8px;
        font-family: Verdana, Arial, Helvetica, sans-serif
    }

    .expander-list .name {
        display: block;
        border-bottom: 1px dotted #eee;
        padding: 7px 0 6px
    }

    .expander-list ul .name {
        padding-left: 21px
    }

    .expander-list ul ul .name {
        padding-left: 42px
    }

.expand-nav {
    left: 20px;
    position: absolute;
    top: 18px;
}

    .expand-nav a {
        text-decoration: none
    }

    .expand-nav .nav-item > a {
        display: block;
        float: left;
        height: 53px;
        left: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        top: 0;
        width: 47px;
        z-index: 2
    }

        .expand-nav .nav-item > a .icon {
            color: #3b3b3b;
            font-size: 24px;
            line-height: 50px;
            margin-top: 5px;
            position: relative
        }

/* -------------------------------------------------------------- */
/* 3. CONTENT
-------------------------------------------------------------- */

/* blog widget */

.blog-widget {
    background: url(../images/blog-back.jpg) no-repeat 50% 0 #f0f0f0;
    overflow: hidden;
    padding: 15px 0 30px;
    margin: 0 0 15px
}

.touch .blog-widget {
    background-position: 50% 50%
}

.no-touch .blog-widget {
    -webkit-backface-visibility: visible
}

@media (max-width: 767px) {
    body.responsive .blog-widget {
        padding: 0
    }
}

.blog-widget .subtitle span {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: var(--color-1)
}

.blog-widget .subtitle div span:before, .blog-widget .subtitle div span:after {
    top: 13px
}

@media (max-width: 767px) {
    body.responsive .blog-widget .subtitle span {
        font-size: 24px
    }
}

.blog-widget .subtitle div span:before, .blog-widget .subtitle div span:after {
    border-color: var(--color-1)
}

.blog-widget .content {
    overflow: hidden
}

.blog-widget h3 {
    text-decoration: none;
    color: #fff
}

.blog-widget a {
    color: #000;
    text-decoration: none
}

    .blog-widget a:hover {
        text-decoration: none
    }

.blog-widget .posts {
    width: 100%;
    padding: 0 5%;
    position: relative
}

@media (max-width: 767px) {
    body.responsive .blog-widget .posts {
        padding: 0 10%
    }
}

.blog-widget .slides div.carousel-item {
    background: none repeat scroll 0 0 #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 15px;
    margin: 0;
    padding: 10px 10px 5px;
    text-align: left;
    text-decoration: none;
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    width: auto
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .blog-widget .slides div.carousel-item {
        font-size: 12px
    }
}

.blog-widget .slides div.carousel-item .date {
    font-size: 11px;
    display: block
}

.blog-widget .slides div.carousel-item img {
    width: 100%;
    margin-bottom: 5px
}

.blog-widget .slides div.carousel-item {
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg)
}

    .blog-widget .slides div.carousel-item:nth-child(even) {
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg)
    }

    .blog-widget .slides div.carousel-item:nth-child(3n) {
        -webkit-transform: none;
        -moz-transform: none;
        position: relative;
        top: -5px
    }

    .blog-widget .slides div.carousel-item:nth-child(5n) {
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        -moz-transform: rotate(4deg);
        position: relative;
        right: 5px
    }

    .blog-widget .slides div.carousel-item:nth-child(8n) {
        position: relative;
        top: 8px;
        right: 5px
    }

    .blog-widget .slides div.carousel-item:hover {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        position: relative;
        z-index: 5
    }

.blog-widget .slides div.carousel-item {
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.25);
    box-shadow: 0 3px 6px rgba(0,0,0,0.25)
}

    .blog-widget .slides div.carousel-item:hover {
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.5);
        box-shadow: 0 3px 6px rgba(0,0,0,0.5)
    }

.blog-widget .slick-list {
    overflow: visible !important;
    margin: -15px;
    padding: 15px 15px 30px
}

.blog-widget .slick-slide {
    opacity: 0 !important;
    -webkit-transition: opacity .5s ease;
    transition: opacity 0.5s ease
}

    .blog-widget .slick-slide.slick-active {
        opacity: 1 !important
    }

.blog-widget-small {
    max-height: 360px
}

    .blog-widget-small .slides {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        .blog-widget-small .slides .carousel-item {
            margin: 0;
            padding: 0;
            height: 112px !important;
            overflow: hidden;
            float: none !important
        }

    .blog-widget-small .post {
        padding: 0 0 15px 0
    }

    .blog-widget-small .image {
        display: block;
        float: left;
        margin-right: 17px;
        width: 90px !important;
        overflow: hidden
    }

@media (min-width: 992px) and (max-width: 1199px) {
    body.responsive .blog-widget-small .image {
        width: 65px !important
    }
}

.blog-widget-small .image img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.blog-widget-small .image:hover img {
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.blog-widget-small .text {
    overflow: hidden
}

.blog-widget-small .post .name {
    text-transform: uppercase
}

.blog-widget-small .post span a {
    color: var(--color-1);
    text-decoration: underline
}

    .blog-widget-small .post span a:hover {
        text-decoration: none
    }
/* social buttons */

.social-buttons {
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 36px
}

.socials {
    margin: 0;
    padding: 5px 0 0;
    list-style-type: none;
    overflow: hidden;
    display: inline
}

    .socials li {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px
    }

    .socials a {
        display: block;
        border: 1px solid #e7e7e7;
        width: 34px;
        line-height: 32px;
        text-align: center;
        color: #626262
    }

        .socials a:hover, .socials a.active {
            text-decoration: none;
            background: #242424;
            color: var(--color-1)
        }

    .socials .icon:after, .socials .icon:before {
        margin: 0
    }

    .socials.socials-lg {
        padding: 0 0 0 1px
    }

        .socials.socials-lg li {
            float: left;
            margin: 0 0 -1px -1px
        }

        .socials.socials-lg.space li {
            margin-bottom: 5px;
            float: none;
            display: inline-block;
            margin: 0 5px 6px 0
        }

        .socials.socials-lg a {
            width: 41px;
            line-height: 37px
        }

    .socials.socials-xl a {
        width: 54px;
        line-height: 48px
    }

    .socials.socials-xl {
        padding: 0 0 0 1px
    }

        .socials.socials-xl li {
            float: left;
            margin: 0 0 -1px -1px
        }
/* sign button */

.sign-btn {
    display: inline-block;
    position: relative;
    min-width: 112px;
    height: 32px;
    padding: 8px 10px 8px 42px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    color: #fff;
    font-size: 1.1em;
    line-height: 1.2em;
    text-decoration: none;
    overflow: hidden;
}

    .sign-btn .icon {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 32px;
        line-height: 22px;
        width: 32px;
        height: 32px;
        text-align: center;
        color: #fff;
        border-right: 1px solid rgba(0,0,0,0.15)
    }

    .sign-btn.sign-btn-facebook {
        background: #4660a9;
    }

    .sign-btn.sign-btn-twitter {
        background: #28aae1;
    }

    .sign-btn:hover {
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 767px) {
    body.responsive .content.nopad-xs {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    body.responsive .input-control input.form-control {
        width: 100%
    }
}

@media (max-width: 767px) {
    body.responsive .tab-content {
        padding: 20px 20px 15px;
        border: none;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    body.responsive .module {
        margin-bottom: 35px
    }

    body.responsive .slider-products.module {
        margin-bottom: 0
    }
}
/*circle banner*/

.banner-circle {
    position: relative;
    cursor: pointer
}

    .banner-circle .image {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 50%;
        -webkit-transform: translateZ(0);
        -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #fff)
    }

        .banner-circle .image img {
            max-width: 100%
        }

    .banner-circle .title {
        position: absolute;
        display: table;
        vertical-align: middle;
        top: 70%;
        text-align: center;
        width: 100%;
        padding: 0 10px;
        background: #f5f5f5;
        background: rgba(255,255,255,0.9);
        color: #000;
        margin-top: -40px;
        line-height: 40px;
        height: 80px;
        font-size: 1.5em;
        text-transform: uppercase
    }

        .banner-circle .title span {
            display: table-cell;
            vertical-align: middle
        }

.circle_banners .slick-prev, .circle_banners .slick-next {
    top: auto;
    bottom: -35px;
    right: 15px;
}

.circle_banners .slick-prev {
    right: 49px;
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .banner-circle .title {
        line-height: 35px;
        font-size: 1.5em;
        height: 60px;
        margin-top: -30px
    }
}

@media (max-width: 767px) {
    body.responsive .banner-circle .title {
        line-height: 20px;
        font-size: 1em;
        height: 40px;
        margin-top: -20px
    }
}

/*product accordion*/

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .accord-panel {
        margin-bottom: 50px
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .accord-panel {
        margin-bottom: 50px
    }
}

#mobileAccord .carousel-item.slick-slide {
    width: auto !important
}

@media (max-width: 480px) {
    body.responsive #mobileAccord {
        height: 256px;
        overflow: hidden
    }

        body.responsive #mobileAccord .accord-panel {
            padding: 0;
            margin-left: -1px
        }

            body.responsive #mobileAccord .accord-panel:first-child {
                margin: 0
            }

            body.responsive #mobileAccord .accord-panel.closed {
                width: 35px;
                overflow: hidden
            }

            body.responsive #mobileAccord .accord-panel.open {
                width: auto
            }

        body.responsive #mobileAccord .vertical_title_outer {
            cursor: pointer
        }

        body.responsive #mobileAccord .carousel_outer {
            min-width: 320px !important;
            padding-left: 40px
        }

        body.responsive #mobileAccord .blog-widget-small .image {
            width: 60px !important;
            margin-right: 5px
        }
}

@media (max-width: 320px) {
    body.responsive #mobileAccord .carousel_outer {
        min-width: 220px !important
    }
}

.panel-body .carousel-item.slick-slide {
    width: auto !important
}
/*small photos*/

.small-photos {
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 280px;
}

    .small-photos img {
        display: inline-block;
        overflow: hidden
    }

    .small-photos a {
        display: block;
        float: left;
        margin: 0 0 4px 4px;
        width: 66px;
        height: 66px;
        overflow: hidden
    }

    .small-photos img {
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

    .small-photos a:hover img {
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }
/*testimonials widget*/

.testimonials-widget .slick-list {
    min-height: 250px
}

.testimonials-widget .text {
    padding: 10px 7px;
    color: #efefef;
    border: 1px solid #616161;
    background: #3a3a3a;
    position: relative
}

.testimonials-widget .carousel-item {
    overflow: hidden;
    padding: 0 0 15px
}

.testimonials-widget .arrow {
    display: block;
    position: absolute;
    bottom: -6px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid #3a3a3a;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.testimonials-widget .author {
    color: #fff;
    margin-top: 10px
}

/*product slider*/
.slider-nav-simple {
    width: 75%;
    margin: 25px 0 45px;
    float: left
}

    .slider-nav-simple .slick-slide img {
        cursor: pointer
    }

.slider-nav-outer {
    width: 33.3%
}

@media (max-width: 480px) {
    body.responsive .slider-nav-outer {
        width: 100%
    }
}

.slider-nav {
    width: 75%;
    float: left;
    background: #c3c6c3
}

    .slider-nav .slick-slide img {
        opacity: 1;
        cursor: pointer
    }

    .slider-nav .slick-slide.slick-center img, .slider-nav .slick-slide.slick-slide-current img {
        opacity: 1
    }

#hover-left, #hover-right {
    position: absolute;
    height: 100%;
    left: 0;
    background: rgba(217,216,213,0.7);
    z-index: 1000
}

#hover-right {
    left: auto;
    right: 0
}
/*accordion*/

.accordion-simple {
    text-align: left
}

    .accordion-simple .panel-heading {
        padding: 0
    }

        .accordion-simple .panel-heading a, .accordion-simple .panel-heading span {
            display: block;
            position: relative;
            font-size: 1.167em;
            line-height: 1em;
            font-weight: bold;
            text-transform: uppercase;
            padding: 22px 18px 20px 0;
            border-top: 1px dotted #cacaca
        }

            .accordion-simple .panel-heading a:hover {
                text-decoration: none
            }

    .accordion-simple .panel + .panel {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
        margin: 0
    }

    .accordion-simple .panel:first-child .panel-heading a, .accordion-simple .panel:first-child .panel-heading span {
        border-top: none
    }

    .accordion-simple .arrow-down, .accordion-simple .arrow-up {
        display: block;
        position: absolute;
        font-size: 1.54em;
        /*top: 50%;*/
        right: 0;
        /*margin-top: -0.35em*/
    }

    .accordion-simple .arrow-down, .accordion-simple .collapsed .arrow-up {
        display: none
    }

    .accordion-simple .collapsed .arrow-down {
        display: inline
    }

    .accordion-simple .panel-body {
        border-top: 0 !important;
        padding: 0 0 10px
    }
/*accordion faq*/

.accordion-faq {
    text-align: left;
    position: relative
}

    .accordion-faq .panel {
        border-radius: 0;
        margin-left: 73px;
        box-shadow: none;
        -webkit-box-shadow: none;
        overflow: visible
    }

        .accordion-faq .panel .panel-heading {
            padding: 0;
            color: #fff;
            border-radius: 0 !important;
            display: table;
            width: 100%
        }

    .accordion-faq .panel-heading a {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        position: relative;
        background: #f0f0f0;
        font-size: 0.9167em;
        padding: 10px 5px 12px 15px;
        border-radius: 0;
        height: 61px;
        min-height: 61px;
        text-transform: uppercase;
        border: 1px dotted #cacaca
    }

        .accordion-faq .panel-heading a:hover {
            text-decoration: none
        }

    .accordion-faq .panel:last-child {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: none
    }

    .accordion-faq .arrow-down, .accordion-faq .arrow-up {
        position: absolute;
        display: block;
        width: 63px;
        height: 61px;
        font-size: 2em;
        line-height: 59px;
        text-align: center;
        top: 0;
        left: -73px;
        background: #f0f0f0;
        border: 1px dotted #cacaca
    }

    .accordion-faq .arrow-down, .accordion-faq .collapsed .arrow-up {
        display: none
    }

    .accordion-faq .collapsed .arrow-down {
        display: block
    }

    .accordion-faq .panel-body {
        border-top: 0 !important;
        padding: 15px;
        background: #fff;
        border: 1px dotted #cacaca;
        border-top: none
    }

    .accordion-faq.panel-group .panel + .panel {
        margin-top: 3px
    }
/*checkOut page*/

#checkOut .panel-default {
    border: none;
    border-radius: 0
}

    #checkOut .panel-default .panel-title {
        padding: 0;
        font-size: 1.5em
    }

    #checkOut .panel-default > .panel-heading {
        background-color: #fff;
        border: 1px dotted #cacaca;
        border-radius: 0;
        padding: 0;
        -webkit-transition: all 0.3s 0s ease;
        -moz-transition: all 0.3s 0s ease;
        -o-transition: all 0.3s 0s ease
    }

        #checkOut .panel-default > .panel-heading.active, #checkOut .panel-default > .panel-heading:hover {
            background-color: var(--color-1);
            border: 1px solid var(--color-1);
            color: #fff
        }

        #checkOut .panel-default > .panel-heading:hover {
            -webkit-transition: all 0.5s 0s ease;
            -moz-transition: all 0.5s 0s ease;
            -o-transition: all 0.5s 0s ease
        }

        #checkOut .panel-default > .panel-heading a {
            padding: 15px 15px;
            display: block;
            color: #000;
            text-decoration: none;
            text-transform: uppercase;
            outline: none
        }

        #checkOut .panel-default > .panel-heading.active a, #checkOut .panel-default > .panel-heading:hover a {
            color: #fff
        }

        #checkOut .panel-default > .panel-heading a span {
            padding-right: 25px
        }

#checkOut .panel-body {
    padding: 30px 50px;
    border: 1px dotted #cacaca;
    border-top: 0
}

    #checkOut .panel-body ul {
        padding: 0;
        margin: 0 0 10px
    }

#checkOut .pull-right.reminder {
    color: #ff5656;
    font-size: calc(12px + (21 - 14) * ((100vw - 300px) / (1600 - 300)))
}

@media(max-width: 767px) {
    .checkout-out-step img {
        width: 100%;
    }
}

.upload_prescription p{
    line-height: 2em;
}

/*breadcrumbs*/
.breadcrumbs {
    position: relative;
    text-transform: uppercase;
}

.breadcrumbs {
    font-size: 1em;
    line-height: 2.75em
}

    .breadcrumbs a, .breadcrumbs span {
        display: inline-block;
        text-decoration: none
    }

/*content center*/

.content-center {
    float: right;
    border-left: 1px dotted #ccc
}

@media (max-width: 767px) {
    body.responsive .content-center {
        float: none
    }
}

.signin-highlight {
    background: red;
    padding: 1rem;
    font-weight: bold;
    color: white;
}

/*content aside*/

.content-aside {
    float: left;
    border-right: 1px dotted #ccc;
    -webkit-box-shadow: inset -1px 0 0 #fff;
    box-shadow: inset -1px 0 0 #fff;
    right: -1px;
    background: #fff;
    border-top: 1px solid transparent
}

@media (max-width: 767px) {
    body.responsive .content-aside {
        float: none
    }
}

.content-aside section h3 {
    font-weight: bold;
    font-size: 1.167em
}
/*filter panel @ pagination*/

.filters-panel {
    padding: 1.3em 0 5em
}

    .filters-panel a {
        text-decoration: none
    }

    .filters-panel .divider {
        height: 25px
    }

        .filters-panel .divider:after {
            content: " ";
            display: block;
            height: 10px;
            border-bottom: 1px solid #e9e9e9
        }

    .filters-panel .sort-select .dropdown-menu {
        min-width: 98px
    }

    .filters-panel .sort-select .value {
        min-width: 60px
    }

    .filters-panel .sort-select-arrow.up .down {
        display: none
    }

    .filters-panel .sort-select-arrow.down .down, .filters-panel .sort-select-arrow.up .up {
        display: inline
    }

    .filters-panel .sort-select-arrow.down .up {
        display: none
    }

    .filters-panel .perpage-select .dropdown-menu {
        min-width: 53px;
        right: 0;
        left: unset;
    }

    .filters-panel .perpage-select .value {
        min-width: 15px
    }

    .filters-panel .view-mode {
        text-align: left;
        overflow: hidden;
        margin-bottom: 10px
    }

        .filters-panel .view-mode a, .pagination a {
            display: block;
            float: left;
            margin-right: 11px;
            border: 1px solid #ccc;
            width: 36px;
            height: 36px;
            line-height: 34px;
            color: var(--color-1);
            text-align: center
        }
            /* w*/
            .pagination a.selected {
                background-color: #5fd2c3;
                color: #fff;
                border: 1px solid #5fd2c3;
            }
    /*w*/
    .filters-panel a.sort-icon {
        display: block;
        float: left;
        width: 23px;
        line-height: 34px;
        color: var(--color-1);
        text-align: center
    }

    .filters-panel .view-mode a:hover, .filters-panel .view-mode a.active {
        text-decoration: none;
        border-color: #999
    }

    .filters-panel .view-mode a:last-child, .pagination a:last-child {
        margin-right: 0
    }

    .filters-panel .row {
        display: flex;
    }

.pagination {
    margin: 0
}

    .pagination a {
        font-size: .9em;
        margin-left: 0;
        margin-right: 11px
    }

        .pagination a.icon:before {
            font-size: 12px;
        }

        .pagination a.icon.pagination-prev {
            padding-right: 2px;
        }

    .pagination .nice-select {
        z-index: 20;
    }

        .pagination .nice-select .list {
            max-height: 200px;
            overflow-y: scroll;
        }

@media (max-width: 1199px) {
    body.responsive .pagination a {
        margin-right: 3px;
        width: 36px
    }

    body.responsive .filters-panel .view-mode a {
        margin-right: 5px
    }
}

.pagination a:hover {
    text-decoration: none;
    border-color: #999
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none
}
/*filter category*/

.filters-by-category {
    margin: 30px 0 40px
}

    .filters-by-category ul {
        padding: 0;
        margin: 0
    }

    .filters-by-category li {
        margin: 0 6px 6px;
        height: 37px;
        display: inline-block
    }

        .filters-by-category li a {
            display: block
        }
/*sort icon*/

a.sort-icon.sort-icon-down {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

a.sort-icon.sort-icon-up {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

a.sort-icon:hover {
    color: #000
}

a.sort-icon:before {
    font-size: 12px;
}
/*custom block*/

.custom-block {
    padding: 1.5em 0 2em;
    margin-bottom: 20px
}

    .custom-block .text {
        display: table-cell;
        vertical-align: middle;
        font-size: 1em;
        padding-left: 20px
    }

    .custom-block .item {
        margin: 5px 0;
        padding: 0;
        min-height: 59px
    }

    .custom-block .icon {
        border: 1px solid #d0d0d0;
        width: 59px;
        height: 59px;
        color: var(--color-1);
        text-align: center;
        padding: 3px 0 0
    }

        .custom-block .icon:after, .custom-block .icon:before {
            font-size: 30px
        }

@media (max-width: 991px) {
    body.responsive .custom-block .item {
        float: left;
        width: 50%;
    }
}

.google-map {
    width: 100%;
    height: 270px;
    margin: 0;
    border: 0;
    overflow: hidden
}

#pluginIdTFPU_2, #pluginIdTFPU {
    display: none
}
/*countdown*/

.countdown-holding span {
    color: #888
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0 2px;
    text-align: center
}

.countdown-show1 .countdown-section {
    width: 98%
}

.countdown-show2 .countdown-section {
    width: 48%
}

.countdown-show3 .countdown-section {
    width: 31.5%
}

.countdown-show4 .countdown-section {
    width: 22.5%
}

.countdown-show5 .countdown-section {
    width: 19.5%
}

.countdown-show6 .countdown-section {
    width: 16.25%
}

.countdown-show7 .countdown-section {
    width: 14%
}

.countdown-period {
    display: block
}

.countdown-descr {
    display: block;
    width: 100%
}

.countdown_box {
    color: #272727;
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
    z-index: 999
}

.countdown_inner {
    overflow: hidden;
    border: 1px dotted #cfcfcf;
    margin: 0;
    padding: 5px 5px 10px;
    background: rgba(255,255,255,0.9);
    text-align: center
}

    .countdown_inner .title {
        margin: 0 0 5px;
        font-size: 9px;
        color: #000;
        text-transform: uppercase
    }

.countdown-section {
    display: inline-block;
    text-align: center;
    border: 1px dotted #dedede;
    background: #fbfbfb;
    margin: 0 1px 0 0;
    font-size: 7px;
    line-height: 10px;
    text-transform: uppercase
}

.countdown-amount {
    color: #000;
    font-size: 16px;
    line-height: 20px
}

.product-preview:hover .countdown_box {
    display: none
}

.category {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    padding: 10px;
    margin-bottom: 25px
}

    .category h4 {
        font-size: 1em;
        text-transform: uppercase;
        margin: 10px 0 0 0;
        padding: 0
    }

    .category img {
        width: 100%
    }

@media (max-width: 480px) {
    body.responsive .category-banners .col-xs-6 {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }
}
/*tabs*/

.nav-tabs {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border-bottom: none;
    margin-bottom: -1px
}

    .nav-tabs > li {
        display: inline-block;
        float: none;
        margin-bottom: 0
    }

        .nav-tabs > li > a {
            border: 1px solid #d0d0d0;
            border-bottom: none;
            border-radius: 0;
            font: 1em;
            line-height: 1.25em;
            margin-right: 2px;
            padding: 13px 15px;
            text-transform: uppercase
        }

/* Tab Links */
.tabtitle {
    font-size: 1.05em;
    text-align: center;
    padding: 8px 0;
}

    .tabtitle:hover {
        border-bottom: 6px solid #f1f1f1;
    }

    .tabtitle.active {
        color: var(--color-1);
        border-bottom: 6px solid var(--color-1);
        transition: 0.5s;
    }

.tabcontainer .tabcontent:not(.default) {
    display: none;
}

@media (max-width: 479px) {
    body.responsive .nav-tabs > li {
        display: block;
        float: none;
        margin-bottom: 0
    }

        body.responsive .nav-tabs > li > a {
            padding: 10px 10px;
            margin-right: 0;
        }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #3a3a3a;
    border-color: #3a3a3a;
    color: #fff;
    cursor: default;
    border-bottom: none
}

.tab-content {
    border: 1px solid #d0d0d0 !important;
    margin-bottom: 20px;
    padding: 20px 20px 15px
}

.label.label-sale, .label.label-hot, .label.label-newl, .label.label-new, .label.label-sale-percent {
    position: absolute;
    border-radius: 0;
    padding: 0 5px;
    min-width: 37px;
    height: 23px;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-family: Arial, Helvetica, sans-serif
}

.label.label-wish, .label.label-wish a:hover {
    position: absolute;
    border-radius: 0;
    padding: 0 5px;
    min-width: 37px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.preview:not(.wishlist-menu) .label.label-wish:hover span:before {
    content: "\e028";
    font-size: 30px;
    color: var(--color-1);
    transition: all 0.2s ease-in-out;
}

.label.label-sale:after, .label.label-hot:after, .label.label-newl:after, .label.label-new:after, .label.label-sale-percent:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -2px;
    margin-left: -2px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1)
}

.label.label-sale, .label.label-hot, .label.label-newl {
    top: 0;
    left: 0;
    background: #f5003a;
    color: #fff;
    z-index: 4
}

    .label.label-sale:after, .label.label-hot:after, .label.label-newl:after {
        border-top-color: #f5003a
    }

.label.label-new {
    top: 0;
    right: 0;
    background: #8e8e8e;
    color: #fff;
    z-index: 4
}

.label.label-wish {
    top: 5px;
    right: 5px;
    color: var(--color-1) !important;
    z-index: 4
}

    .label.label-wish.remove-from-wish {
        z-index: 5;
    }

.label.label-new:after {
    border-top-color: #8e8e8e
}

.label.label-sale-percent {
    top: 23px;
    left: 0;
    background: #fff;
    color: #575757;
    z-index: 3
}

    .label.label-sale-percent:after {
        border-top-color: #fff
    }

.label.label-hot, .label.label-newl {
    right: -5px;
    left: auto;
    top: -12px;
    padding: 2px 3px;
    line-height: 12px;
    min-width: 27px;
    height: 16px;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    font-family: Arial, Helvetica, sans-serif
}

.label.label-newl {
    background: #8e8e8e
}

    .label.label-newl:after, .label.label-hot:after {
        -webkit-box-shadow: 0 0 0 0;
        box-shadow: 0 0 0 0
    }

    .label.label-newl:after {
        border-top-color: #8e8e8e
    }

.slider-range .max {
    padding-top: 23px;
    float: right
}

.slider-range .min {
    padding-top: 23px;
    float: left
}

.slider-range .max {
    padding-top: 23px;
    float: right
}

.slider-range .min {
    padding-top: 23px;
    float: left
}

.subscribe .button {
    margin-left: -30px
}

.form-subscribe .btn-subscribe {
    background-color: #000;
    border-color: #808080;
}

@media (max-width: 991px) {
    body .responsive .subscribe {
        border-top: 1px dotted #cacaca;
        margin-top: -15px
    }

        body.responsive .subscribe .button {
            margin-left: 0
        }

        body.responsive .subscribe .form-inline {
            padding-bottom: 10px
        }

        body.responsive .subscribe h3 {
            text-align: left
        }
}

@media (min-width: 992px) {
    body.responsive .subscribe {
        /*border: 1px dotted #cacaca;
	background: url(../images/contacts-back.png) no-repeat -25px -10px #fff;*/
        padding: 30px 15px;
        background-color: #1F1F1F;
        color: #fff;
    }

        body.responsive .subscribe a {
            color: #fff;
        }

        body.responsive .subscribe h3 {
            line-height: 2.5em;
            padding: 0;
            text-align: right;
            color: #808080;
            font-size: 1.2em;
        }
}

#popup-box-outer {
    display: none
}

#popup-box {
    position: relative;
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/newsletter-bg.jpg) no-repeat right 0;
    padding: 40px 30px 10px
}

    #popup-box h1 {
        font-size: 3em;
        margin-bottom: 30px
    }

    #popup-box .input-control input.form-control {
        width: 340px
    }

    #popup-box .inline {
        vertical-align: text-top;
        text-transform: uppercase;
        line-height: 1em;
        display: inline-block
    }

    #popup-box .mfp-close {
        color: #000
    }

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive #popup-box {
        width: 500px
    }

        body.responsive #popup-box .input-control input.form-control {
            width: 300px
        }
}

@media (max-width: 767px) {
    body.responsive #popup-box {
        width: 300px;
        padding: 20px 10px
    }

        body.responsive #popup-box .input-control input.form-control {
            width: 200px
        }
}
/*tables*/

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-row > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th, .table-row > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9
}

.table-row > tbody > tr:nth-child(2n+1) > td, .table-row > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
    border-top: 1px dotted #cacaca
}

.table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px dotted #cacaca;
    border-bottom: 1px dotted #cacaca
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 1px dotted #cacaca
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px dotted #cacaca
}

.table-shop {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 15px
}

    .table-shop .product-name {
        width: 40%
    }

    .table-shop img {
        width: 100%;
        min-width: 100px;
        max-width: 100px;
        text-align: center
    }

    .table-shop > thead > tr > th {
        border: none;
        text-transform: uppercase;
        padding: 10px 10px;
        font-weight: normal
    }

    .table-shop > tbody > tr > td {
        border: 1px solid #cacaca;
        border-top: 2px solid #e9e9e9;
        border-bottom: 2px solid #e9e9e9;
        padding: 10px;
        vertical-align: top
    }

    .table-shop .input-quantity, .product-qty .input-quantity {
        width: 40px;
        display: inline;
        text-align: center;
        height: 30px;
        line-height: 1.4em;
        padding: 5px 10px
    }

    .table-shop .icon {
        color: var(--color-1)
    }

    .table-shop .specs {
        padding: 5px;
    }

    .table-shop .product-info-box-outer {
        position: relative;
    }

    .table-shop .option-edit-pen {
        position: absolute;
        right: 10px;
        top: 10px;
        color: var(--color-1);
    }

table.table-total h2 {
    font-size: 1.6em;
    font-weight: bold
}

@media (max-width: 767px) {
    body.responsive .table-shop > thead {
        display: none
    }

    .table-shop, .table-shop tbody, .table-shop td, .table-shop tr {
        display: block;
        border: 0;
        width: 100%
    }

        .table-shop td {
            padding: 10px;
            position: relative;
            padding-left: 32% !important
        }

            .table-shop td.notitle {
                padding-left: 20px !important;
                text-align: center !important
            }

            .table-shop td.text-center {
                text-align: left
            }

            .table-shop td.no_title {
                padding-left: 0 !important;
                text-align: center
            }

            .table-shop td div.th_title {
                position: absolute;
                left: 5px;
                width: 30%;
                padding-right: 5px;
                text-align: center
            }

                .table-shop td div.th_title.input-label {
                    line-height: 3em
                }

    table.table-total h2 {
        font-size: 1.3em;
        font-weight: bold
    }
}

table.table-total {
    border: none;
    text-align: left;
    border-bottom: 2px solid #e9e9e9;
    margin-bottom: 20px
}

    table.table-total tr > th, table.table-total tr > td {
        border: none;
        padding: 5px 0 0 0;
        width: 47%
    }

        table.table-total tr > th.td-divider, table.table-total tr > td.td-divider, table.table-summary tr > td.td-divider {
            width: 6%
        }
/*w*/
table.table-summary {
    border: none;
    text-align: left;
    margin-bottom: 5px
}

    table.table-summary tr > td {
        border: none;
        padding: 10px 0 0 0;
        width: 47%
    }
/*w*/

.mark {
    background: none repeat scroll 0 0 #d9d9d9;
    padding: 2px 2px 0
}

.color_mark {
    font-size: 11px;
    background-color: var(--color-1);
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_ds_mark {
    font-size: 11px;
    background-color: #8e8e8e;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_clearance_mark {
    font-size: 11px;
    background-color: #fff600;
    color: #000;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_weeklydeals_mark {
    font-size: 11px;
    background-color: #000000;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_flashsales_mark {
    font-size: 11px;
    background-color: #ff2275;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_outlet_mark {
    font-size: 11px;
    background-color: #876281;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_bundle_mark {
    font-size: 11px;
    background-color: #116ba4;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_new_mark {
    font-size: 11px;
    background-color: #45ac3b;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_gifta_mark {
    font-size: 11px;
    background-color: #59b89c;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_giftb_mark {
    font-size: 11px;
    background-color: #e698bf;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_giftc_mark {
    font-size: 11px;
    background-color: #93c4db;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_coupon_mark {
    font-size: 11px;
    background-color: #dc0535;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_freeshipping_mark {
    font-size: 11px;
    background-color: #ff6600;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_greatdeals_mark {
    font-size: 11px;
    background-color: #F4A600;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_bestpicks_mark {
    font-size: 11px;
    background-color: #1E8C85;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color_kose_mark {
    font-size: 11px;
    background-color: #af5a42;
    color: #fff;
    padding: 1px 6px 2px;
    text-transform: none;
    white-space: nowrap;
}

.color, .color:hover {
    color: var(--color-1)
}

.underline {
    text-decoration: underline
}

    .underline:hover {
        text-decoration: none
    }

.blockquote, .testimonials, .infobox {
    position: relative;
    padding-left: 50px;
    margin-bottom: 45px;
    overflow: hidden
}

    .blockquote .inside, .testimonials .inside, .infobox .inside {
        padding-right: 20px
    }

        .blockquote .inside p:last-child, .testimonials .inside p:last-child, .infobox .inside p:last-child {
            margin-bottom: 0
        }

    .blockquote:before, .testimonials:before, .infobox:before {
        position: absolute;
        left: 0;
        top: -10px;
        content: '"';
        font-style: italic;
        font-size: 100px;
        line-height: 1em;
        color: var(--color-1);
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
    }

    .blockquote:after, .testimonials:after, .infobox:after {
        position: absolute;
        left: 32px;
        top: 0;
        margin-top: 37px;
        content: '';
        width: 1px;
        height: 100%;
        border-left: 1px solid #dbdbdb
    }

    .testimonials:before {
        left: 1px;
        top: 2px;
        font-family: "Flaticon";
        content: "\e03a";
        font-size: 40px;
        font-style: normal
    }

    .testimonials:after {
        margin-top: 50px
    }

    .infobox:before {
        left: 6px;
        top: 2px;
        font-family: "Flaticon";
        content: "\e065";
        font-size: 38px;
        font-style: normal
    }

    .infobox:after {
        margin-top: 50px
    }

.dropcap {
    display: block;
    float: left;
    font-size: 3.1em;
    line-height: 1em;
    margin: -6px 5px 0 0;
    padding: 0 10px
}
/*rectangle box*/

.rect-equal-height {
    position: relative;
    padding-top: 40px !important;
    padding-bottom: 100px !important;
}

    .rect-equal-height .btn-bottom {
        position: absolute;
        bottom: 45px;
    }

@media (max-width: 767px) {
    body.responsive .rect-equal-height {
        height: auto !important
    }
}

.rect, .rect-nohover {
    border: 1px dotted #cacaca;
    margin-bottom: 10px;
    padding: 25px 2% 10px;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease
}

    .rect:hover, .rect-nohover:hover, .rect.active, .active.rect-nohover {
        background: #f0f0f0
    }

        .rect.active:hover, .active.rect-nohover:hover {
            background: transparent
        }

    .rect div.icon-outer .icon, .rect-nohover div.icon-outer .icon {
        display: block;
        margin-bottom: 15px;
        color: var(--color-1)
    }

    .rect div.icon-outer [class^="flaticon-"].icon:before, .rect-nohover div.icon-outer [class^="flaticon-"].icon:before, .rect div.icon-outer [class*=" flaticon-"].icon:before, .rect-nohover div.icon-outer [class*=" flaticon-"].icon:before, .rect div.icon-outer [class^="flaticon-"].icon:after, .rect-nohover div.icon-outer [class^="flaticon-"].icon:after, .rect div.icon-outer [class*=" flaticon-"].icon:after, .rect-nohover div.icon-outer [class*=" flaticon-"].icon:after {
        font-size: 60px;
        line-height: 90px
    }

    .rect div.icon-outer [class^="flaticon-"].icon.icon-lg:before, .rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-lg:before, .rect div.icon-outer [class*=" flaticon-"].icon.icon-lg:before, .rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-lg:before, .rect div.icon-outer [class^="flaticon-"].icon.icon-lg:after, .rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-lg:after, .rect div.icon-outer [class*=" flaticon-"].icon.icon-lg:after, .rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-lg:after {
        font-size: 65px
    }

    .rect div.icon-outer [class^="flaticon-"].icon.icon-xl:before, .rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-xl:before, .rect div.icon-outer [class*=" flaticon-"].icon.icon-xl:before, .rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-xl:before, .rect div.icon-outer [class^="flaticon-"].icon.icon-xl:after, .rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-xl:after, .rect div.icon-outer [class*=" flaticon-"].icon.icon-xl:after, .rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-xl:after {
        font-size: 75px
    }

    .rect div.icon-outer [class^="flaticon-"].icon.icon-xxl:before, .rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-xxl:before, .rect div.icon-outer [class*=" flaticon-"].icon.icon-xxl:before, .rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-xxl:before, .rect div.icon-outer [class^="flaticon-"].icon.icon-xxl:after, .rect-nohover div.icon-outer [class^="flaticon-"].icon.icon-xxl:after, .rect div.icon-outer [class*=" flaticon-"].icon.icon-xxl:after, .rect-nohover div.icon-outer [class*=" flaticon-"].icon.icon-xxl:after {
        font-size: 90px
    }

.rect-sm {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px dotted #cacaca;
    float: left;
    width: 81px;
    height: 81px;
    margin: 0 20px 20px 0;
    padding: 0;
    text-align: center
}

    .rect-sm:hover, .rect-sm.active {
        background: #f0f0f0
    }

        .rect-sm.active:hover {
            background: transparent
        }

    .rect-sm div.icon-outer .icon {
        display: block;
        margin-bottom: 15px;
        color: var(--color-1)
    }

    .rect-sm div.icon-outer [class^="flaticon-"]:before, .rect-sm div.icon-outer [class*=" flaticon-"]:before, .rect-sm div.icon-outer [class^="flaticon-"]:after, .rect-sm div.icon-outer [class*=" flaticon-"]:after {
        font-size: 30px;
        line-height: 81px !important
    }

    .rect-sm div.icon-outer [class^="flaticon-"].icon-lg:before, .rect-sm div.icon-outer [class*=" flaticon-"].icon-lg:before, .rect-sm div.icon-outer [class^="flaticon-"].icon-lg:after, .rect-sm div.icon-outer [class*=" flaticon-"].icon-lg:after {
        font-size: 40px
    }

    .rect-sm div.icon-outer [class^="flaticon-"].icon-xl:before, .rect-sm div.icon-outer [class*=" flaticon-"].icon-xl:before, .rect-sm div.icon-outer [class^="flaticon-"].icon-xl:after, .rect-sm div.icon-outer [class*=" flaticon-"].icon-xl:after {
        font-size: 50px
    }

    .rect-sm div.icon-outer [class^="flaticon-"].icon-xxl:before, .rect-sm div.icon-outer [class*=" flaticon-"].icon-xxl:before, .rect-sm div.icon-outer [class^="flaticon-"].icon-xxl:after, .rect-sm div.icon-outer [class*=" flaticon-"].icon-xxl:after {
        font-size: 60px
    }

.icons-set {
    color: #000;
    line-height: 2em;
    margin: 10px 0
}

    .icons-set span span {
        font-size: 1.231em;
        width: 30px;
        display: inline-block
    }

.grey-container {
    background: #f0f0f0;
    padding-top: 35px;
    padding-bottom: 35px
}

.rect-nohover {
    background: none !important;
    padding: 20px 35px 30px
}

@media (max-width: 479px) {
    .rect-nohover {
        background: none !important;
        padding: 20px 20px 30px;
    }
}

.rect-nohover .btn-cool, .rect-nohover .filters-by-category li a, .filters-by-category li .rect-nohover a {
    margin-bottom: 5px
}

.rect-noborder {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
    padding: 5px 2% 10px
}

    .rect-noborder:hover, .rect-noborder.active {
        background: #f0f0f0
    }

        .rect-noborder.active:hover {
            background: transparent
        }

    .rect-noborder div.icon-outer .icon {
        display: inline;
        margin-bottom: 15px;
        color: var(--color-1)
    }

    .rect-noborder .number {
        font-size: 3em;
        margin-bottom: 10px;
        color: var(--color-1)
    }

    .rect-noborder div.icon-outer [class^="flaticon-"]:before, .rect-noborder div.icon-outer [class*=" flaticon-"]:before, .rect-noborder div.icon-outer [class^="flaticon-"]:after, .rect-noborder div.icon-outer [class*=" flaticon-"]:after {
        font-size: 30px;
        line-height: 81px
    }

    .rect-noborder div.icon-outer [class^="flaticon-"].icon-lg:before, .rect-noborder div.icon-outer [class*=" flaticon-"].icon-lg:before, .rect-noborder div.icon-outer [class^="flaticon-"].icon-lg:after, .rect-noborder div.icon-outer [class*=" flaticon-"].icon-lg:after {
        font-size: 38px
    }

    .rect-noborder div.icon-outer [class^="flaticon-"].icon-xl:before, .rect-noborder div.icon-outer [class*=" flaticon-"].icon-xl:before, .rect-noborder div.icon-outer [class^="flaticon-"].icon-xl:after, .rect-noborder div.icon-outer [class*=" flaticon-"].icon-xl:after {
        font-size: 48px
    }

    .rect-noborder div.icon-outer [class^="flaticon-"].icon-xxl:before, .rect-noborder div.icon-outer [class*=" flaticon-"].icon-xxl:before, .rect-noborder div.icon-outer [class^="flaticon-"].icon-xxl:after, .rect-noborder div.icon-outer [class*=" flaticon-"].icon-xxl:after {
        font-size: 55px
    }
/*chart*/

.chart-outer {
    float: left;
    width: 93px;
    height: 93px;
    margin: 0 20px 20px 0;
    padding: 0
}

@media (max-width: 991px) {
    body.responsive .chart-outer {
        margin: 0 10px 20px 0
    }
}

.chart {
    position: relative;
    display: inline-block;
    width: 93px;
    height: 93px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.833em;
    line-height: 93px;
    text-align: center
}

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0
    }

/*price table*/

.price-table {
    margin-bottom: 30px;
    border: 1px dotted #cacaca;
    text-align: center;
    color: #000
}

    .price-table.active {
        margin-top: -22px;
        padding: 20px 0;
        border: 3px solid var(--color-1)
    }

.price-table-title {
    text-transform: uppercase;
    text-align: center;
    font: 22px/22px Mavenpro-bold, Arial, Helvetica, sans-serif;
    padding: 25px 0
}

.price-table.active .price-table-title {
    padding: 15px 0 35px
}

.price-table-price {
    background: #f7f7f7;
    font-size: 16px;
    padding: 17px 0
}

.price-table.active .price-table-price {
    background: var(--color-1);
    color: #fff
}

.price-table ul {
    margin: 0;
    padding: 0
}

.price-table-info li {
    padding: 10px;
    line-height: 18px;
    list-style: none
}

.price-table-name li {
    padding: 10px;
    min-height: 100px;
    list-style: none
}

    .price-table-name li:hover {
        background: #f9fbfc
    }

.price-table-info li, .price-table-name li, .price-table-price, .price-table-title {
    border-bottom: 1px dotted #cacaca
}

.price-table.active .price-table-price, .price-table.active .price-table-title {
    border-color: #9d7c56
}

.price-table button, .price-table .add-to-cart {
    margin: 18px 0
}

.price-table-price .new {
    color: #f5003a
}

.price-table-price .old {
    text-decoration: line-through;
    font-size: 13px
}

.price-table-price span {
    margin-right: 5px
}

/*post navigation*/
.post-navigation {
    width: 100%;
    margin: 30px 0 35px;
    overflow: hidden
}
/*contact form*/

.contact-form .form-control {
    margin-bottom: 12px;
}

.contact-form textarea {
    height: 136px;
}

form .required {
    color: #e9266d;
}

form .error {
    color: #ff0000;
}

form label.error {
    display: block;
    font-size: 11px;
    /*margin-top: -10px;*/
}

#success, #error {
    display: none;
    height: 50px;
}

    #success span, #error span {
        display: block;
    }

        #success span p, #error span p {
            margin-top: 15px;
        }

        #success span p {
            color: #2990d6;
        }

        #error span p {
            color: #c0392b;
        }

/*comment block*/

.comment {
    position: relative;
    color: #000
}

    .comment .inside {
        padding: 30px 15px 30px 100px;
        border-top: 1px solid #eaeaea;
        position: relative
    }

    .comment > .inside:before {
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
        color: #e1e1e1;
        background: #f5f5f5;
        text-align: center;
        content: '\e00c';
        font-family: 'Flaticon';
        font-size: 57px;
        line-height: 67px;
        width: 81px;
        height: 77px
    }

    .comment p {
        margin-bottom: 0.7em
    }

.comments .comment {
    padding-left: 10%
}

.comments > .comment:first-child {
    padding-left: 0
}

    .comments > .comment:first-child .inside {
        border: none
    }

.comment-form .form-group {
    margin-bottom: 8px
}

.comment-form input[type=text], .comment-form textarea {
    border-left: 0;
    border-top: 0;
    border-right: 0;
    padding: 5px 0;
    margin-bottom: 0;
    height: 38px
}

.comment-form textarea {
    padding: 12px 0;
    overflow: hidden
}
/*container widget*/

.container-widget {
    border-bottom: 1px dotted #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 20px
}

    .container-widget h3 {
        padding-bottom: 0.9em
    }

    /*w*/
    .container-widget .jump a {
        width: 70px;
        text-align: center;
        letter-spacing: 4px
    }

    .container-widget .jump li {
        margin-right: 19px
    }
/*w*/

/*twitter widget*/

.twitter-widget ul {
    margin: 0;
    padding: 0 0 0 26px;
    list-style-type: none;
    line-height: 1.35em
}

    .twitter-widget ul li {
        margin: 0 0 8px;
        padding: 7px;
        color: #efefef;
        border: 1px solid #616161;
        background: #3a3a3a;
        position: relative
    }

        .twitter-widget ul li:before {
            content: "\e053";
            display: inline;
            font: 1.167em flaticon;
            position: absolute;
            top: 0;
            left: -26px;
            color: #fff
        }

        .twitter-widget ul li:last-child {
            margin-bottom: 0;
            border-bottom: 0
        }

.twitter-widget a {
    color: var(--color-1);
    text-decoration: underline
}

.twitter-widget .time {
    color: #858585;
    font-size: .833em;
    display: block;
    padding-top: 7px
}

.twitter-widget .arrow {
    display: block;
    position: absolute;
    top: 3px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #3a3a3a
}

.twitter-widget-aside ul {
    margin: 0;
    padding: 0 0 0 35px;
    list-style-type: none;
    line-height: 1.35em
}

    .twitter-widget-aside ul li {
        margin: 0 0 12px;
        padding: 0 0 12px;
        border-bottom: 1px solid #f4f4f4;
        position: relative
    }

        .twitter-widget-aside ul li:before {
            content: "\e053";
            display: inline;
            font: 1.23em 'Flaticon';
            position: absolute;
            top: 0;
            left: -35px;
            color: var(--color-1)
        }

        .twitter-widget-aside ul li:last-child {
            margin-bottom: 0;
            border-bottom: 0
        }

.twitter-widget-aside .link {
    display: block;
    padding-top: 2px
}

.twitter-widget-aside a {
    color: var(--color-1);
    text-decoration: underline
}

.twitter-widget-aside .time {
    font-size: 0.917em;
    display: block;
    padding-top: 7px
}

/*brands carousel*/
.brands-carousel {
    min-height: 60px
}

    .brands-carousel img {
        position: relative;
        border-left: 0 solid transparent;
        border-right: 0 solid transparent;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0.7;
    }

    .brands-carousel a .after {
        position: relative;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background: var(--color-1);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease
    }

    .brands-carousel a:hover .after {
        width: 90%
    }

    .brands-carousel .slick-list:hover img {
        opacity: 0.8;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease
    }

    .brands-carousel .slick-list:hover a:hover img {
        opacity: 1;
        border-right: 0 solid transparent;
        border-left: 0 solid transparent;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease
    }
/*compare block*/
#compare-menu {
    width: 320px;
}

    #compare-menu.empty {
        width: 220px;
        padding: 10px 0 10px 20px
    }

#compare-items {
    min-width: 260px;
}

    #compare-items .description {
        display: table-cell;
        vertical-align: middle;
        width: 175px
    }

    #compare-items .item {
        padding: 5px 7px;
        display: table;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px dotted #cacaca;
    }

        #compare-items .item.last {
            border: none;
        }

#compare-items {
    border: 0;
    padding: 5px
}

    #compare-items .delete {
        display: table-cell;
        width: 20px;
        vertical-align: middle;
        margin: 30px 0 0 10px;
    }

    #compare-items .preview-image {
        display: table-cell;
        vertical-align: middle;
        width: 75px;
        padding-right: 15px;
    }

        #compare-items .preview-image img {
            width: 100%;
        }

#compare-menu .actions {
    margin-left: 20px
}

#compare-menu .compare-btn {
    margin: -5px 0 0 10px;
}

/* -------------------------------------------------------------- */
/* 4. FOOTER
-------------------------------------------------------------- */
footer {
    /*margin-top: 25px*/
}

@media (max-width: 991px) {
    body.responsive footer {
        margin-top: -20px
    }
}

footer .footer-bottom {
    padding: 8px 0;
    line-height: 1.833em
}

footer .payment-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    footer .payment-list li {
        margin: 0;
        padding: 0 5px 0 0;
        float: left
    }

footer .tab-content {
    padding: 20px 20px 15px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    footer .footer-navbar {
        background-color: #f6f6f6;
        border-top: 1px dotted #cacaca;
        border-bottom: 1px dotted #cacaca;
        padding: 25px 0
    }

        footer .footer-navbar .container {
            position: relative
        }

        footer .footer-navbar .arrow {
            position: absolute;
            left: 0;
            top: 4px;
            color: var(--color-1);
            cursor: pointer
        }

    footer .open .footer-navbar .arrow {
        top: 7px;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    footer .footer-navbar .arrow .icon:after, .footer-navbar .arrow .icon:before {
        font-size: .7em
    }

    footer .footer-navbar .menu.menu-icon .icon, .menu.menu-icon .icon {
        display: inline-block;
        width: 14px;
        margin-right: 8px;
        margin-left: -22px;
        text-align: center;
        color: #626262
    }

    footer .footer-navbar .menu, .menu.menu-icon {
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        footer .footer-navbar .menu li, .menu.menu-icon li {
            margin: 0;
            padding: 0 0 10px;
            text-transform: uppercase
        }

        footer .footer-navbar .menu.menu-icon li, .menu.menu-icon li {
            margin: 0 0 0 22px
        }

    footer #footer-collapsed {
        position: relative;
        overflow: hidden;
        min-height: 74px;
        width: 100%
    }

        footer #footer-collapsed .socials {
            display: inherit;
            width: 60px;
            height: 120px;
            overflow: hidden
        }

        footer #footer-collapsed.open .socials {
            width: auto
        }

    footer .collapsed-block {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px
    }

        footer .collapsed-block .inside {
            padding-left: 20px;
            float: left
        }

        footer .collapsed-block h3 {
            font-size: 1.333em;
            margin-bottom: .65em;
            white-space: nowrap;
            /*cursor: pointer*/
        }
}

@media (max-width: 991px) {
    body.responsive .footer-navbar {
        background: 0 0;
        color: #2b2b2b;
        border: none
    }

        body.responsive .footer-navbar .menu {
            margin: 0;
            padding: 0;
            list-style-type: none
        }

            body.responsive .footer-navbar .menu li {
                margin: 0;
                padding: 0 0 10px
            }

    body.responsive .collapsed-block {
        border-bottom: 1px dotted #e1e1e1;
        padding-top: 15px;
        margin: 0
    }

        body.responsive .collapsed-block h3 {
            position: relative;
            font-size: 1.333em;
            line-height: 1.6em;
            padding-bottom: .8em;
            padding-left: 45px
        }

            body.responsive .collapsed-block h3 a {
                text-decoration: none
            }

        body.responsive .collapsed-block .tabBlock {
            display: none;
            padding-left: 48px;
            overflow: hidden
        }

        body.responsive .collapsed-block .text-right {
            text-align: left !important
        }

        body.responsive .collapsed-block .col-sm-12 {
            padding: 0 !important
        }

        body.responsive .collapsed-block .expander {
            border: 1px dotted #e1e1e1;
            background: #fafafa;
            position: absolute;
            top: -6px;
            left: 0;
            display: block;
            cursor: pointer;
            font-size: 24px;
            line-height: 34px;
            width: 35px;
            height: 35px;
            text-align: center;
            font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-decoration: none
        }

    body.responsive .footer-bottom {
        text-align: center;
        padding: 25px 0
    }

    body.responsive footer .payment-list.pull-right {
        float: none !important;
        text-align: center;
        padding: 5px 0
    }

    body.responsive footer .payment-list li {
        display: inline;
        float: none
    }
}

footer #footer-collapsed.no-popup .footer-navbar .arrow {
    display: none !important
}
/* -------------------------------------------------------------- */
/* 5. PRODUCT
-------------------------------------------------------------- */

.product-preview {
    position: relative;
    max-width: 350px;
    overflow: hidden;
    border: 1px dotted transparent;
    padding-bottom: 20px;
    transition: box-shadow 0.3s ease-in-out;
}

@media (max-width: 480px) {
    .product-preview {
        padding-bottom: 10px
    }
}

.product-preview .icon-size, .product-preview .icon-color {
    line-height: 15px;
    width: 19px;
    margin: 2px 1px 1px
}

.product-preview .product-options {
    padding-bottom: 5px
}

.product-preview .product-options-row {
    padding-bottom: 8px
}

.product-preview:hover {
    /**border-color: #cacaca;
		padding-bottom: 10px**/
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.product-preview.with-addon {
    padding-bottom: 50px;
}

    .product-preview.with-addon:hover {
        padding-bottom: 10px;
    }

.product-preview .preview {
    position: relative
}

    .product-preview .preview .img-responsive {
        width: 100%;
        opacity: 1;
        position: relative;
        max-width: 170px
    }

    .product-preview .preview .img-second {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }

.product-preview:hover .preview .img-second {
    opacity: 1
}

.product-preview h3.title {
    color: #000;
    font: inherit;
    text-transform: none;
    padding: 1px 6px 2px;
    font-size: 1.1em;
    height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

    .product-preview h3.title a {
        vertical-align: middle;
        margin: auto;
        line-height: 100%;
    }

@media (max-width: 480px) {
    .product-preview h3.title {
        min-height: 10px;
    }
}

.product-preview h3.title p {
    font-size: 0.8em
}

.product-preview span.promo {
    padding: 1px 6px 2px;
    line-height: 12px;
    font-size: 0.8em
}

.product-preview h3.brand {
    color: #000;
    font: inherit;
    padding: 1px 6px 2px;
    font-size: 1.1em;
}

.products-list-in-row .product-preview h3.title {
    padding: 5px 0 20px;
    font-size: 1.3em;
    min-height: 30px;
}

.products-list-in-row .product-preview h3.brand {
    padding: 5px 0 10px;
    font-size: 1.3em;
}

.product-preview .quick-view {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 0;
    z-index: 1000;
    width: 110%;
    color: white;
    background: #fff;
    background: rgba(255,255,255,0.7);
    text-align: center;
    font-size: 0.917em;
    text-transform: uppercase;
    padding: 9px 0 0 !important;
    height: 33px;
    margin: -16px 0 0 -5px;
    border-top: 1px dotted #cacaca;
    border-bottom: 1px dotted #cacaca;
    text-decoration: none
}

.product-preview:hover .quick-view {
    opacity: 1
}

.product-preview .hover-add-cart {
    transition: 0.3s ease-in-out;
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 105%;
    color: white;
    background: var(--color-1);
    text-align: center;
    font-size: 0.917em;
    text-transform: uppercase;
    padding: 9px 0 0 !important;
    height: 33px;
    margin: -16px 0 0 -5px;
    text-decoration: none
}

.product-preview:hover .hover-add-cart {
    opacity: 1
}

.product-preview .hover-add-cart:hover {
    color: var(--color-1);
    background: black;
}

.product-preview .out-of-stock {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
    width: 100%;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.7);
    text-align: center;
    font-size: 1.167em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 14px 0 13px;
    height: auto;
    text-decoration: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-preview:hover .out-of-stock {
    display: none;
}

.products-nospace-outer .product-preview .out-of-stock {
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 22px 0 18px;
}

.product-preview .product-labels {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .product-preview .product-labels li {
        margin: 0;
        padding: 0;
        min-width: 3.956em
    }

    .product-preview .product-labels .label {
        min-height: 2.14em;
        text-transform: uppercase;
        display: block;
        width: 4.6em;
        padding: .7em 0 .6em;
        font-size: .86em;
        color: #000;
        background: #fff
    }

    .product-preview .product-labels .label-sale {
        background: #ee3b27;
        color: #fff
    }

    .product-preview .product-labels .label-new {
        background: #939393;
        color: #fff
    }

    .product-preview .product-labels a:hover {
        text-decoration: none
    }

.product-preview .product-controls-list {
    text-align: center
}

.product-preview .product-controls-list, .product-preview .product-controls-list-row {
    margin: -30px 0 7px;
    padding: 0;
    opacity: 0;
    list-style-type: none;
    height: 30px
}

.product-preview .product-controls-list-row {
    margin: 12px 0 0 0;
    opacity: 1
}

.touch .product-controls-list, .touch .product-preview:hover .product-controls-list {
    margin: 12px 0 0 0;
    opacity: 1
}

.product-preview:hover .product-controls-list {
    margin: 12px 0 5px;
    opacity: 1
}

.no-touch .product-preview .product-controls-list li {
    -moz-perspective: 50px;
    -ms-perspective: 50px;
    -o-perspective: 50px;
    -webkit-perspective: 50px;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

.product-preview .product-controls-list li, .product-preview .product-controls-list-row li {
    display: inline-block
}

    .product-preview .product-controls-list li a, .product-preview .product-controls-list-row li a, .product-preview .product-controls-list li a.hidden-xs, .product-preview .product-controls-list-row li a.hidden-xs,
    .product-preview .product-controls-list li button, .product-preview .product-controls-list-row li button, .product-preview .product-controls-list li button.hidden-xs, .product-preview .product-controls-list-row li button.hidden-xs {
        display: block;
        background-color: #fff;
        width: 30px;
        padding: 0;
        line-height: 25px;
        border: 1px solid #ccc;
        color: var(--color-1);
        text-decoration: none;
        text-align: center
    }

.no-touch .product-controls-list li a, .no-touch .product-controls-list li a.hidden-xs, .no-touch .product-controls-list li button, .no-touch .product-controls-list li button.hidden-xs {
    transform-origin: center bottom 0px;
    -moz-transform-origin: center bottom 0px;
    -webkit-transform-origin: center bottom 0px;
    -o-transform-origin: center bottom 0px;
    -ms-transform-origin: center bottom 0px;
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: none 0 none;
    transition: none 0 none;
    opacity: 0
}

.no-touch .product-preview:hover .product-controls-list li a, .no-touch .product-preview:hover .product-controls-list li button {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1
}

.product-preview:hover .product-controls-list li a:hover, .product-preview:hover .product-controls-list-row li a:hover,
.product-preview:hover .product-controls-list li button:hover, .product-preview:hover .product-controls-list-row li button:hover {
    background-color: #242424 !important;
    border-color: #242424;
    color: #fff
}

.product-preview .price {
    font-size: 1.333em
}

    .product-preview .price.old {
        font-size: 1em
    }

    .product-preview .price.new {
        font-size: 1.333em
    }

.product-preview .product-controls-list a:hover {
    text-decoration: none
}

.product-detail-page h1, .product-detail-page h2, .product-detail-page h3, .product-detail-page h4, .product-detail-page h5 {
    padding: unset;
}

    .product-detail-page h4 b {
        padding: 5px;
    }

.product-detail-page .products-list, .product-detail-page .price {
    margin: unset;
}

.product-detail-page .price {
    padding: 10px 0px;
}

.product-detail-page .bundle-buy-box {
    min-height: 60px;
    cursor: pointer;
    border: 1px solid var(--color-1);
    padding: 10px 5px;
    height: 70px;
    color: var(--color-1);
    background: linear-gradient(to left, white 50%, var(--color-1) 50%) right;
    background-size: 200%;
    transition: .3s ease-out;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product-detail-page .bundle-buy-box span .bundle-mib-price {
        font-size: 1.5em;
    }

    .product-detail-page .bundle-buy-box .bundle-mib-msg {
        font-size: 1.2rem;
    }

    .product-detail-page .bundle-buy-box:hover {
        background-position: left;
        color: white;
        transform: scale(1.02);
    }

    .product-detail-page .bundle-buy-box.selected-bundle {
        background: var(--color-1);
        color: white;
    }

.product-detail-page .bundle-buy-outer {
    padding: 5px;
    align-self: center;
    align-items: center;
}

    .product-detail-page .bundle-buy-outer .flaticon-correct8 {
        color: white;
        position: absolute;
        right: 4px;
        bottom: 4px;
    }

.product-detail-page .wide {
    width: 100%;
    min-height: 40px;
}

#before-after-container img {
    width: 100%;
}

.color-swatch-container {
    padding: 5px;
}

.color-swatch-option {
    min-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

    .color-swatch-option:hover, .color-swatch-option.selected-swatch {
        background-color: var(--color-1);
        color: white;
        border-radius: 5px;
    }

.pdp-detail-title {
    letter-spacing: 2px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: fit-content;
}

.pdp-detail-content {
    line-height: 1.5em;
}

.product-options-table {
    transition: ease-in-out;
    padding: unset;
}

    .product-options-table .option-left {
        float: left;
        width: 50%;
        clear: left;
    }

    .product-options-table .option-right {
        float: right;
        width: 50%;
    }

    .product-options-table .option-odd {
        background-color: var(--color-2);
    }

    .product-options-table .nice-select .list {
        max-height: 300px;
        overflow-y: scroll;
    }

    .product-options-table .nice-select .current {
        overflow: hidden;
    }

.product-details {
    max-width: 600px;
    padding-bottom: unset;
}

    .product-details:hover {
        box-shadow: unset;
    }

.shipping-msg {
    line-height: 1.5em;
}

.shipping-icon {
    max-width: 40px;
    padding-right: 10px;
}

.product-view-compact {
    padding-bottom: 45px;
    padding-top: 40px
}

.product-view .product-info {
    border-top: 1px dotted #cacaca;
    border-bottom: 1px dotted #cacaca;
    margin: 25px 0 30px;
    padding: 18px 0
}

    .product-view .product-info ul {
        padding: 0 0 0 15px;
        list-style-type: disc;
        position: relative;
        bottom: -0.8em
    }

    .product-view .product-info li {
        margin: 0;
        padding: 0 0 12px;
        position: relative
    }

.product-view .close-view {
    float: right;
    position: relative;
    z-index: 1;
    color: var(--color-1);
    top: -10px
}

    .product-view .close-view:hover {
        text-decoration: none;
        color: #242424
    }

.product-view .price {
    display: inline-block;
    font-size: 2em;
    padding-bottom: 15px
}

    .product-view .price.old {
        font-size: 1.6em;
        color: #000
    }

    .product-view .price.new {
        font-size: 2em
    }

.product-view .rating {
    padding-bottom: 5px
}

.products-list-in-row .rating {
    padding-bottom: 10px;
    padding-top: 15px
}

.product-view-ajax {
    display: none;
    position: relative;
    min-height: 0
}

    .product-view-ajax .layar {
        position: absolute;
        z-index: 4;
        display: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255,255,255,0.8)
    }

.product-view-ajax-container {
    width: 100%
}

.product-options-outer {
    padding: 0 0 4px
}

.product-options {
    padding-bottom: 12px
}

.product-options-table .row {
    display: flex;
    flex-wrap: wrap;
}

    .product-options-table .row div {
        margin: 5px 0px;
        display: flex;
        flex-direction: column;
        align-self: center;
        /*align-items: center;*/
    }

.product-options-table .option-title {
    font-weight: bold;
}

.product-view .form-inputs {
    margin: 10px 0 0 0
}
    /*
.product-view .form-inputs input.input-quantity {
	width: 38px;
	padding: 5px 3px;
	margin: 0 15px 0 8px;
	height: 28px;
	display: inline-block;
	text-align: center
}
  */
    .product-view .form-inputs label {
        display: inline-block
    }

.product-view .social-buttons {
    margin: 25px 0 0 0
}

.product-view h1 a:hover, .product-view h2 a:hover {
    text-decoration: none
}

.products-widget {
    max-height: 360px
}

.panel-body .products-widget {
    padding-bottom: 40px
}

.products-widget .slides {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .products-widget .slides .carousel-item {
        margin: 0;
        padding: 0;
        height: 112px !important;
        overflow: hidden;
        float: none !important
    }

.products-widget .product {
    padding: 0 0 15px 0
}

    .products-widget .product .preview-image-outer {
        display: block;
        float: left;
        margin-right: 17px;
        width: 68px !important;
        overflow: hidden;
        border: 1px dotted transparent;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear
    }

    .products-widget .product:hover .preview-image-outer {
        border-color: #cacaca
    }

@media (max-width: 767px) {
    body.responsive .products-widget .product > a {
        margin-right: 5px;
        width: 60px !important
    }
}

.products-widget .post .name {
    text-transform: uppercase
}

.products-widget .rating {
    display: block;
    color: #d9d9d9;
    height: 1.8em;
    margin-top: -3px
}

.products-widget .name {
    color: #000;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 2px;
    text-transform: uppercase
}

.products-widget .price {
    font-size: 1.333em;
    line-height: 1.2em;
    margin: 2px 0 0
}

    .products-widget .price.old {
        font-size: 1em
    }

.products-widget .rating {
    margin: 2px 0 0
}

.carousel_outer {
    width: 100%;
    /*padding-left: 50px*/
}

    .carousel_outer .vertical .slides {
        overflow: hidden;
        padding-bottom: 30px
    }

.product-carousel {
    margin: 0 0 0 -15px
}

    .product-carousel .carousel-item {
        margin: 0 5px 0 25px
    }

.products-list {
    margin-left: -15px;
}

    .products-list .product-preview-outer {
        display: inline-block;
        width: 25%;
        padding-left: 15px;
        vertical-align: top;
        margin-bottom: 15px;
        margin-right: -4px;
    }

.product-carousel-custom {
    margin: 0 0 0 -15px
}

    .product-carousel-custom .carousel-item {
        margin: 2px 5px 2px 25px
    }

@media (max-width: 479px) {
    body.responsive .products-list .product-preview-outer {
        width: 50%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .products-list .product-preview-outer {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .products-list .product-preview-outer {
        width: 50%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.responsive .products-list .product-preview-outer {
        width: 33.3333333333333%
    }
}

.products-list-in-row .product-preview-outer {
    width: 100% !important
}

.products-list-in-row .product-preview {
    max-width: 100%;
    border: 1px solid #e9e9e9
}

.products-list-in-row .preview {
    width: 20%;
    margin-right: 5%;
    float: left
}

.products-list-in-row .countdown_box {
    width: 20%;
    margin-left: 20px;
}

@media (max-width: 479px) {
    body.responsive .products-list-in-row .preview {
        width: 50%
    }

    body.responsive .products-list-in-row .countdown_box {
        width: 50%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .products-list-in-row .preview {
        width: 33.3333333333333%
    }

    body.responsive .products-list-in-row .countdown_box {
        width: 33.3333333333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .products-list-in-row .preview {
        width: 33.3333333333333%
    }

    body.responsive .products-list-in-row .countdown_box {
        width: 33.3333333333333%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.responsive .products-list-in-row .preview {
        width: 25%
    }

    body.responsive .products-list-in-row .countdown_box {
        width: 25%
    }
}

.products-list-in-row .product-preview {
    padding: 20px;
    text-align: left
}

.product-preview .info, .product-preview .product-controls-list-row, .product-preview .product-options-row {
    display: none
}

.products-list-in-row .product-preview .product-controls-list, .products-list-in-row .product-preview .quick-view, .products-list-in-row .product-preview .product-options {
    display: none !important
}

.products-list-in-row .product-preview .info, .products-list-in-row .product-preview .product-controls-list-row, .products-list-in-row .product-preview .product-options-row {
    display: block
}

.products-list-in-row .product-preview .info {
    padding: 10px 0 15px
}

.products-list .banner {
    width: 100%;
    overflow: hidden;
    font-size: 1em
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .products-list .banner {
        font-size: 0.8em
    }
}

@media (min-width: 1281px) {
    body.responsive .products-list .banner {
        font-size: 1.2em
    }
}

.products-list .products-isotope .banner {
    width: 40%
}

.products-nospace-outer.products-list {
    margin-left: 0;
    margin-bottom: 30px;
    overflow: hidden
}

.products-list .products-nospace .listing-row {
    clear: both;
    overflow: hidden;
    background: #ccc
}

    .products-list .products-nospace .listing-row .product-preview {
        max-width: none
    }

.content-center .products-list .products-nospace .product-preview {
    float: left;
    width: 25%
}

@media (max-width: 479px) {
    body.responsive .content-center .products-list .products-nospace .product-preview {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .content-center .products-list .products-nospace .product-preview {
        width: 25%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .content-center .products-list .products-nospace .product-preview {
        width: 100%
    }
}

.content-center .products-list .products-nospace .banner {
    width: 50%;
    float: left
}

@media (max-width: 479px) {
    body.responsive .content-center .products-list .products-nospace .banner {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .content-center .products-list .products-nospace .banner {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .content-center .products-list .products-nospace .banner {
        width: 100%
    }
}

.products-list .products-nospace .product-preview {
    float: left;
    width: 20%
}

@media (max-width: 479px) {
    body.responsive .products-list .products-nospace .product-preview {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .products-list .products-nospace .product-preview {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .products-list .products-nospace .product-preview {
        width: 50%
    }
}

.products-list .products-nospace .banner {
    width: 40%;
    float: left
}

@media (max-width: 479px) {
    body.responsive .products-list .products-nospace .banner {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .products-list .products-nospace .banner {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .products-list .products-nospace .banner {
        width: 50%
    }
}

.products-list.products-list-widescreen .products-nospace .product-preview {
    float: left;
    width: 16.66666666%
}

@media (max-width: 479px) {
    body.responsive .products-list.products-list-widescreen .products-nospace .product-preview {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .products-list.products-list-widescreen .products-nospace .product-preview {
        width: 33.333333333%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .products-list.products-list-widescreen .products-nospace .product-preview {
        width: 16.66666666%
    }
}

.products-list.products-list-widescreen .products-nospace .banner {
    width: 33.333333333%;
    float: left
}

@media (max-width: 479px) {
    body.responsive .products-list.products-list-widescreen .products-nospace .banner {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .products-list.products-list-widescreen .products-nospace .banner {
        width: 66.6666666666%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .products-list.products-list-widescreen .products-nospace .banner {
        width: 33.333333333%
    }
}

.products-list .banner img, .products-list .product-preview img {
    width: 100%
}

.gallery .products-nospace .product-preview {
    float: left;
    width: 20%;
    max-width: none
}

@media (max-width: 479px) {
    body.responsive .gallery .products-nospace .product-preview {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .gallery .products-nospace .product-preview {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .gallery .products-nospace .product-preview {
        width: 50%
    }
}

.gallery .products-nospace .product-preview.double-width {
    width: 40%
}

@media (max-width: 479px) {
    body.responsive .gallery .products-nospace .product-preview.double-width {
        width: 100%
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    body.responsive .gallery .products-nospace .product-preview.double-width {
        width: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.responsive .gallery .products-nospace .product-preview.double-width {
        width: 50%
    }
}

.gallery .products-nospace .product-preview img {
    width: 100%
}

.products-nospace .product-preview {
    position: relative;
    border: none;
    padding: 0;
    max-width: none
}

    .products-nospace .product-preview:hover {
        overflow: visible
    }

    .products-nospace .product-preview .hover {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        background: rgba(30,30,30,0.7);
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        width: 100%;
        height: 100%
    }

.touch .products-nospace .product-preview .hover {
    opacity: 1;
    top: auto;
    height: 28%;
    padding: 10px 0 15px;
    background: none
}

.no-touch .products-nospace .product-preview:hover .hover, .touch .products-nospace .product-preview.hover_effect .hover {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.products-nospace .product-preview .hover .inside {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 5%;
    color: #fff;
    text-align: center
}

.touch .products-nospace .product-preview .hover .inside {
    padding: 5% 0 5%;
    bottom: 0;
    background: rgba(30,30,30,0.5)
}

.products-nospace .product-preview h3.title {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: -200px;
    position: relative;
    padding: 0 5px 15px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.touch .products-nospace .product-preview h3.title {
    top: 0;
    opacity: 1
}

.no-touch .products-nospace .product-preview:hover h3.title, .touch .products-nospace .product-preview.hover_effect h3.title {
    top: 0;
    opacity: 1
}

.products-nospace .product-preview h3.title a {
    color: #fff
}

.products-nospace .product-preview .product-controls-list li a, .products-nospace .product-preview .product-controls-list li button {
    background: #242424;
    width: 30px;
    line-height: 25px;
    border: 1px solid #242424;
    text-decoration: none;
    text-align: center;
    outline: none;
}

    .products-nospace .product-preview .product-controls-list li a:hover {
        text-decoration: none
    }

.products-nospace .product-preview .product-controls-list li .icon {
    color: #fff
}

.product-preview .product-controls-list li a:hover, .product-preview .product-controls-list li button:hover {
    background: #fff;
    border-color: #3a3a3a
}

.products-nospace .product-preview .product-controls-list li a:hover .icon, .products-nospace .product-preview .product-controls-list li button:hover .icon {
    color: var(--color-1)
}

.products-nospace .product-preview .rating, .products-nospace .product-preview:hover .rating {
    height: 15px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.touch .products-nospace .product-preview .rating, .touch .products-nospace .product-preview .product-controls-list {
    display: none !important
}

.no-touch .products-nospace .product-preview:hover .rating, .touch .products-nospace .product-preview.hover_effect .rating {
    opacity: 1
}

.products-nospace .product-preview .price {
    font-size: 1.667em;
    margin: 10px 0 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.touch .products-nospace .product-preview .price {
    opacity: 1
}

.no-touch .products-nospace .product-preview:hover .price, .touch .products-nospace .product-preview.hover_effect .price {
    opacity: 1
}

.products-nospace .product-preview .price.old {
    font-size: 1.667em;
    color: #fff
}

.products-nospace .product-preview .price.new {
    font-size: 1.667em
}

.products-nospace .product-preview .quick-view {
    background: none;
    border: none;
    color: #fff;
    font-size: inherit;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 0 !important;
    position: inherit;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: auto;
    width: auto
}

    .products-nospace .product-preview .quick-view:hover {
        text-decoration: underline
    }

.touch .product-preview .quick-view {
    display: none
}

    .touch .product-preview .quick-view.alwayson {
        opacity: 1;
        display: block;
    }

@media (max-width: 767px) {
    body.responsive .products-nospace .product-preview .hover .inside {
        color: #fff;
        text-align: center;
        margin-top: 10%;
        font-size: 0.8em
    }
}

.product-view {
    position: relative;
    margin-top: -15px
}

    .product-view.row {
        margin-top: 0px
    }

@media (max-width: 480px) {
    body.responsive #hover-left, body.responsive #hover-right {
        display: none
    }
}

.products-nospace-outer {
    overflow: visible;
    position: relative
}

    .products-nospace-outer.row1 {
        bottom: -1px
    }

.products-nospace .slick-list {
    overflow: visible !important
}

.products-nospace .slick-slide img {
    opacity: 1;
    cursor: pointer
}

.boxed .products-nospace-outer {
    overflow: hidden
}

.boxed .products-nospace .slick-list {
    overflow: hidden !important
}

.boxed .products-nospace {
    margin-left: 0 !important
}

.pdp-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.4s linear;
}

    .pdp-hover-img .hover-circle, .pdp-hover-img .pdp-hover-base {
        position: absolute;
        top: 0;
        left: 0;
    }

.pwr-hover-img, .bc-hover-img, .dia-hover-img, .cy-hover-img, .ax-hover-img, .add-hover-img, .color-hover-img {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.4s linear;
}

.option-hover:hover {
    cursor: default;
    animation: pulse 0.5s;
    box-shadow: 0 0 0 2px var(--color-1);
    border-radius: 5px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

.single-product-wrapper img {
    width: 100%;
}

.single-product-carousel {
    width: 133.3%;
    margin-bottom: 20px
}

.single-carousel-outer {
    overflow: visible;
    background: #c3c6c3;
    position: relative
}

@media (max-width: 480px) {
    body.responsive .single-product-carousel {
        width: 100%
    }

    body.responsive .single-carousel-outer {
        overflow: hidden;
        background: none
    }
}

.single-product-carousel .slick-list {
    overflow: visible !important
}

.single-product-carousel .slick-track {
    background: #c3c6c3
}

.single-product-carousel .slick-slide img {
    opacity: 1;
    cursor: pointer
}

.single-product-carousel .slick-active:first-child img, .single-product-carousel :not(.slick-active) + .slick-active img {
    opacity: 1
}

.brand-row {
    border-top: 1px dotted #cacaca;
    padding: 20px 0 0 0
}

.brand-data-row {
    border-bottom: 1px dotted #eaeaea
}

.product-prev-next {
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 25px
}

@media (max-width: 479px) {
    body.responsive .product-prev-next {
        line-height: 32px;
        font-size: 9px
    }
}

.product-prev-next .line-divider {
    width: 100%;
    height: 24px
}

.product-prev-next .text-left .icon {
    margin-right: 20px
}

@media (max-width: 479px) {
    body.responsive .product-prev-next .text-left .icon {
        margin-right: 3px
    }
}

.product-prev-next .text-right .icon {
    margin-left: 20px
}

@media (max-width: 479px) {
    body.responsive .product-prev-next .text-right .icon {
        margin-left: 3px
    }
}

.product-prev-next .icon {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    text-decoration: none;
    width: 42px;
    height: 42px;
    color: var(--color-1);
    text-align: center
}

@media (max-width: 479px) {
    body.responsive .product-prev-next .icon {
        width: 32px;
        height: 32px
    }
}

.product-prev-next .icon:after, .product-prev-next .icon:before {
    font-size: 16px
}

.product-img-slick-container {
    display: flex;
}

.product-img-slick-parent, .product-img-slick-child {
    visibility: hidden;
}

    .product-img-slick-parent.slick-initialized, .product-img-slick-child.slick-initialized {
        visibility: visible;
    }

.product-img-slick-parent, .product-img-slick-parent-overlay {
    z-index: 0;
}

    .product-img-slick-parent .slick-prev, .product-img-slick-parent .slick-next {
        z-index: 999;
    }

.product-img-slick-child, .product-img-slick-child .slick-slide {
    margin: 2px;
    padding: 5px;
    max-width: 100%;
    max-height: 100%;
}

.product-img-slick-child-mobile .slick-list {
    padding: unset !important;
}

.product-img-slick-child .slick-slide {
    max-width: 99%;
}

    .product-img-slick-child .slick-center, .product-img-slick-child .slick-slide:hover {
        border: 2px solid #9b9f9f;
        border-radius: 5px;
        z-index: 1;
        padding: 3px;
    }

/* -------------------------------------------------------------- */
/* 6. ANIMATION
-------------------------------------------------------------- */
.animate, .animate-delay {
    opacity: 0
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.scale {
        -webkit-animation: scale 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
        animation: scale 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95);
        opacity: 1
    }

.animate-delay-outer {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
}
.lay-overflow-700p {
    overflow-y: auto;
    max-height: 700px;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0.3);
        opacity: 0.1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -oanimation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    opacity: 1
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -oanimation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    opacity: 1
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.animated.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -oanimation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    opacity: 1
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.animated.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -oanimation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    opacity: 1
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        transform: translateX(300px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -oanimation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    opacity: 1
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounce {
    0% {
        top: -18px
    }

    100% {
        top: -24px
    }
}

@keyframes bounce {
    0% {
        top: -18px
    }

    100% {
        top: -24px
    }
}

.btn-cool, .filters-by-category li a, .filters-by-category li a, .filters-by-category li a.selected, .tags li a, .socials li a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.navbar-search input.form-control {
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease
}

.navbar-main-menu .item .btn-main, .sf-menu > li {
    -webkit-transition: border 0.1s ease;
    transition: border 0.1s ease
}

.navbar-switcher {
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease
}

.find-us .icon {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease
}

#off-canvas-menu, #outer-canvas, .mobile-nav .nav-item .tab-content, .mobile-nav .nav-item a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

#menuScrollerWrapper .dropdown {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

    #menuScrollerWrapper .dropdown.active {
        opacity: 1
    }

.animate-scale {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}

    .animate-scale:hover {
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-radial-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098D1;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
        color: white;
    }

        .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
            -webkit-transform: scale(2);
            transform: scale(2);
        }

/*w*/
.brand-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-top: -30px;
    border: 0;
}

    .brand-row .simple-list {
        margin-top: 30px;
    }

    .brand-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

a.anchor {
    display: block;
    position: relative;
    top: -230px;
    visibility: hidden;
}

.col-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    border: 0;
}

    .col-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.navbar .text-center {
    text-align: center;
}

.navbar .text-left {
    text-align: left;
}

.col-lg-2-5, .col-lg-9-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:1200px) {
    .col-lg-2-5 {
        width: 20.83333%
    }

    .col-lg-9-5 {
        width: 79.16667%
    }
}

h1.same-line {
    display: inline;
}

h4.same-line {
    display: inline;
    margin-left: 10px
}

.page-result-outer {
    margin: auto;
}

.page-result {
    /*  text-align: right;*/
    /*margin: 0 0 10px;*/
    color: #999
}

.btn-filter {
    background-color: #fff;
    color: #000;
    font-size: .9em;
    height: 30px;
    line-height: 1em;
    padding: 2px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    border-radius: 0;
    color: #999
}

.tems-of-use {
    overflow-y: scroll;
    max-height: 350px;
    font-size: 0.9em
}

.bootstrap-select.btn-group .dropdown-menu li {
    border-top: 0 !important
}

.bootstrap-select .dropdown-menu.open {
    max-height: 417px !important;
}

.bootstrap-select ul.inner {
    max-height: 300px;
}

.login-back {
    background: url(../images/login-back.jpg) no-repeat 50% 0 #f0f0f0;
    overflow: hidden;
}

    .login-back .rect-nohover {
        background: #7f7f7f !important;
        background: rgba(255,255,255,0.8) !important;
    }

.login-overlay {
    padding: 20px;
}

.subscribe-back {
    background: url(../images/signup-bg.jpg) no-repeat 50% 0 #f0f0f0;
    overflow: hidden;
}

    .subscribe-back .rect-nohover {
        background: #7f7f7f !important;
        background: rgba(255,255,255,0.8) !important;
    }

.prescription-overlay {
    padding: 20px;
}

    .prescription-overlay .input-group-addon {
        background-color: white;
        min-width: 160px;
        text-align: left;
        font-size: 12px;
        border-radius: 0;
    }

    .prescription-overlay .vertical_line {
        border-right: 2px solid lightgray;
        height: 220px;
        position: absolute;
        left: 20px;
    }

    .prescription-overlay .horizontal_line {
        border-bottom: 2px solid lightgray;
        height: 20px;
    }

.shopcart-qty a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2em
}

.shopcart-qty input[type="text"]:disabled, #email, #div_bill input[type="text"]:disabled, #div_ship input[type="text"]:disabled, #div_bill .disabled .btn, #div_ship .disabled .btn {
    background-color: #fafafa
}

.product-qty a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2em
}

#div_guest, #div_register {
    display: none
}

#checkout_c_n {
    background-image: url(../images/cards.png);
    background-position: 3px 3px;
    background-size: 40px 252px;
    background-repeat: no-repeat;
    padding-left: 48px;
}

.loading {
    background: url(../images/fbloader.gif) no-repeat;
    background-position: center center;
    font-size: 0 !important;
    min-width: 80px;
}

.product-options a {
    padding: 5px 8px;
    margin-right: 11px;
    border: 1px solid #ccc;
    color: var(--color-1);
    display: inline-block;
    margin-bottom: 10px;
}

    .product-options a:hover {
        text-decoration: none;
        border-color: #999
    }

    .product-options a.selected {
        background-color: #000;
        color: #fff;
        border: 1px solid #000;
    }

.order-history-overlay {
    overflow: scroll;
    max-height: 100%;
}

.order-history-table tbody tr {
    cursor: pointer
}

.order-history-table tbody td {
    line-height: 3em !important;
}

.order-history-table .order-history-qty {
    float: right;
}

.order-history-table .btn-re-order {
    width: 100%;
    padding: 2px;
}

.subscribe_div, .submit_div {
    min-height: 290px
}

.img-responsive {
    margin: 0 auto;
}

.timeline {
    position: relative;
    padding: 21px 0px 10px;
    margin-top: 4px;
    margin-bottom: 30px;
}

    .timeline .line {
        position: absolute;
        width: 3px;
        display: block;
        background: currentColor;
        top: 0px;
        bottom: 0px;
        margin-left: 30px;
    }

        .timeline .line::before {
            top: -3px;
        }

        .timeline .line::after {
            bottom: -3px;
        }

        .timeline .line::before,
        .timeline .line::after {
            content: '';
            position: absolute;
            left: -4px;
            width: 12px;
            height: 12px;
            display: block;
            border-radius: 50%;
            background: currentColor;
        }

    .timeline .panel {
        position: relative;
        margin: 10px 0px 11px 70px;
        clear: both;
    }

        .timeline .panel::before {
            position: absolute;
            display: block;
            top: 8px;
            left: -24px;
            content: '';
            width: 0px;
            height: 0px;
            border: inherit;
            border-width: 12px;
            border-top-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }

        .timeline .panel .panel-heading.icon * {
            font-size: 20px;
            vertical-align: middle;
            line-height: 40px;
        }

        .timeline .panel .panel-heading.icon {
            position: absolute;
            left: -67px;
            display: block;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            text-align: center;
            float: left;
        }

    .timeline .panel-outline {
        border-color: transparent;
        background: transparent;
        box-shadow: none;
    }

        .timeline .panel-outline .panel-body {
            padding: 10px 0px;
        }

        .timeline .panel-outline .panel-heading:not(.icon),
        .timeline .panel-outline .panel-footer {
            display: none;
        }

    .timeline .panel > .panel-heading {
        color: #fff;
        background-color: var(--color-1);
        border-color: var(--color-1);
        font-weight: 700;
    }

.carousel-item .text a, .carousel-item .text a:hover {
    color: #fff;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

.nowrap {
    white-space: nowrap;
}

.promotions img {
    border: 1px solid var(--color-1);
    margin: 8px 0
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

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

.product-controls-list-row .list-quick-view {
    text-align: right;
    position: relative;
    top: -10px;
    margin-top: 5px
}

.open-region .icon-flag {
    margin-right: 10px
}

.region-name.hidden-sm {
    display: inline-block !important;
}

@media(min-width:768px) and (max-width:991px) {
    .region-name.hidden-sm {
        display: none !important;
    }
}

.input-group-btn.btn-coupon-outer {
    font-size: 1.3em;
}

.btn.btn-payment {
    padding: 5px 20px
}

    .btn.btn-payment img {
        margin-right: 20px
    }

    .btn.btn-payment:hover {
        background-color: var(--color-1);
        color: #fff !important
    }

.dropdown-menu li hr {
    margin: 5px 0 5px 0
}

.fail_msg {
    color: #ff0000;
}

.text-white {
    color: #fff !important;
}

.mobile_menu li {
    list-style-type: none
}

    .mobile_menu li span, .mobile_menu li a {
        font-size: 12px
    }

.pt-5 {
    padding-top: 5px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

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

.mt-15 {
    margin-top: 15px
}

.mb-2p {
    margin-bottom: 2%;
}

.mh-55 {
    min-height: 55px
}

.mh-container {
    min-height: 520px;
}

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

.padding-3 {
    padding: 3px;
}

.padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.padding-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.width-80p {
    width: 80%;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}

#checkOut.panel-group .panel {
    overflow: visible;
}

.text_ellipsis {
    min-height: 50px !important;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.auto-width {
    width: auto !important;
}

/* Block title */
.blocktitle {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
}

/* Mainpage Coupon Section */
.couponcode_title {
    border: 1px solid #000000;
    text-align: center;
    margin: 1px 2.5px;
    line-height: 1.8em;
    font-size: 14pt;
}

/* border for highliting product */
.borderimg {
    border: 10px solid transparent;
    border-image: url("/images/border.png") 30 stretch;
}

.blockborder {
    border: 5px outset #f63b6a;
}

.blockborder-10 {
    border: 10px outset #f63b6a;
}

/* Page Grid */
.brand-box-wrapper {
    padding: 5px;
}

.brand-box {
    padding: 20px;
    transition: all .2s ease-in-out;
    height: 185px;
    position: relative;
    align-items: center;
}

    .brand-box.brand-color-1 {
        background-color: #DFF6F3;
    }

    .brand-box.brand-color-2 {
        background-color: #7FDBCF;
    }

    .brand-box.brand-color-3 {
        background-color: #CFF1ED;
    }

    .brand-box.brand-color-4 {
        background-color: #7FDBCF;
    }

    .brand-box img {
        margin: auto;
        height: auto;
        width: auto;
        max-height: 50%;
        max-width: 80%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .brand-box.logo-xl img {
        max-width: 50%;
    }

    .brand-box.logo-xs img {
        max-height: 70%;
    }

@media (max-width:1024px) {
    .brand-box img, .brand-box.logo-xl img, .brand-box.logo-xs img {
        max-height: 90%;
        max-width: 90%;
    }
}

.lhsrhs {
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
}

    .lhsrhs:hover, .brand-box:hover {
        transform: scale(1.02);
    }

    .lhsrhs .overlay-wrapper {
        position: relative;
    }

        .lhsrhs .overlay-wrapper img {
            filter: drop-shadow(1px 1px 1px dimgrey);
        }

    .lhsrhs .overlay {
        position: absolute;
        padding: 0;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        color: white;
        width: 100%;
        height: 100%;
        transition: .5s ease;
        opacity: 1;
        font-size: 1.5em;
        text-align: center;
        display: flex;
        align-items: center;
        letter-spacing: 0.5px;
    }

        .lhsrhs .overlay p {
            margin: auto;
        }

        .lhsrhs .overlay:hover {
            opacity: 1;
        }

.promotion-grid {
    padding: 0px 10px;
}

.slide-in {
    transform: translateY(150px);
    animation: slide-in 0.8s ease forwards;
}

    .slide-in:nth-child(4n+1) {
        animation-duration: 0.6s;
    }

    .slide-in:nth-child(2n) {
        animation-duration: 0.6s;
    }

    .slide-in:nth-child(3n) {
        animation-duration: 1.2s;
    }

    .slide-in:nth-child(4n) {
        animation-duration: 1.8s;
    }

@keyframes slide-in {
    to {
        transform: translateY(0);
    }
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--color-1);
    }

/* Cookie Concent*/
#cookie-consent {
    display: none;
    position: fixed;
    bottom: 0;
    width: 80%;
    left: 10%;
    right: 10%;
    background-color: white;
    margin: auto;
    border: 1px solid black;
    z-index: 10001;
}

    #cookie-consent span {
        padding: 10px;
        vertical-align: middle;
        display: inline-block;
        margin: auto;
    }

    #cookie-consent .btn {
        width: 100%;
        background-color: black;
        color: white;
        transition: 0.5s;
    }

        #cookie-consent .btn:hover {
            background-color: white;
            color: black;
        }

    #cookie-consent .more-info {
        text-decoration: underline;
    }

@media(max-width: 768px) {
    #cookie-consent {
        width: 100%;
        left: unset;
        right: unset;
        max-height: 120px;
    }

        #cookie-consent span {
            padding: 5px;
        }
}

#cboxClose {
    color: black;
    opacity: 1;
}

@media (max-width: 1200px) {
    .div-search > .panel-1 {
        width: 68%;
    }

    .div-search > .panel-2 {
        width: 29%;
        padding-right: 8px;
    }
}
