.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.visibility-hidden {
    visibility: hidden
}

.focus-hidden:focus {
    outline: none
}

.close {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

* {
    outline: none
}

html {
    font-size: 62.5%
}

.skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: #666;
    background-color: #fff;
    padding: 10px;
    opacity: 1;
    z-index: 10000;
    transition: none
}

.process-loading {
    height: 0;
    display: none
}

.process-loading:before {
    content: "";
    background: rgba(255, 255, 255, .6);
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}

.process-loading .loader {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    z-index: 2
}

.lang-rtl .process-loading .loader {
    right: 50%;
    left: auto
}

.lang-rtl .process-loading .loader {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.process-loading .loader .dot {
    width: 20px;
    height: 20px;
    background: #0699ee;
    border-radius: 100%;
    display: inline-block;
    animation: nov-slide 1s infinite
}

.process-loading .loader .dot:nth-child(1) {
    animation-delay: .1s;
    background: rgba(6, 153, 238, .2)
}

.process-loading .loader .dot:nth-child(2) {
    animation-delay: .2s;
    background: rgba(6, 153, 238, .4)
}

.process-loading .loader .dot:nth-child(3) {
    animation-delay: .3s;
    background: rgba(6, 153, 238, .6)
}

.process-loading .loader .dot:nth-child(4) {
    animation-delay: .4s;
    background: rgba(6, 153, 238, .8)
}

.process-loading .loader .dot:nth-child(5) {
    animation-delay: .5s;
    background: #0699ee
}

.process-loading.active {
    height: 60px;
    display: block
}

.box {
    background: no-repeat;
    background-color: #f7f7f7;
    background-size: contain
}

.ratio-container {
    position: relative
}

.ratio-container:after {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    content: ""
}

.ratio-container>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lang-rtl .ratio-container>* {
    right: 0;
    left: auto
}

.modal-dialog .modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, .35);
    -moz-box-shadow: 0 0 10px rgba(34, 34, 34, .35);
    -ms-box-shadow: 0 0 10px rgba(34, 34, 34, .35);
    -o-box-shadow: 0 0 10px rgba(34, 34, 34, .35);
    box-shadow: 0 0 10px #22222259
}

.modal-dialog .modal-body {
    padding: 10px
}

.modal-dialog.modal-lg .modal-content {
    max-width: 800px
}

input,
select,
textarea {
    display: block;
    width: 100%;
    border: 1px solid #e3e0d3;
    background-color: #fff;
    color: #162950;
    max-width: 100%;
    line-height: 1.2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 13px 15px
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
    transition: background-color 5000s ease-in-out 0s
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: inline-block;
    margin-bottom: 30px
}

blockquote {
    font-size: 1.125em;
    font-style: normal;
    text-align: center;
    padding: 0 30px;
    margin: 0
}

.rte blockquote {
    border-color: #e0e0e0;
    border-width: 1px 0;
    border-style: solid;
    padding: 30px 0;
    margin-bottom: 27.5px
}

blockquote p+cite {
    margin-top: 27.5px
}

blockquote cite {
    display: block;
    font-size: .85em;
    font-weight: 400
}

blockquote cite:before {
    content: "\2014  "
}

code,
pre {
    font-family: Consolas, monospace;
    font-size: 1em
}

pre {
    overflow: auto
}

body {
    font-size: 16px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    color: #666;
    line-height: 1.5
}

body.show-boxpage {
    overflow: hidden
}

.rte {
    color: #666;
    margin-bottom: 20px
}

.rte:last-child {
    margin-bottom: 0
}

.rte li {
    margin-bottom: 4px;
    list-style: inherit
}

.rte li:last-child {
    margin-bottom: 0
}

.rte-setting {
    margin-bottom: 10px
}

.rte-setting:last-child {
    margin-bottom: 0
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor
}

.no-svg .icon {
    display: none
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit
}

.tooltip.show {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.tooltip>.tooltip-inner {
    background-color: #fff;
    color: #666;
    padding: 5px 15px 7px;
    font-size: 10px;
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 0 5px #00000059
}

.tooltip.bs-tooltip-top .tooltip-inner:before {
    bottom: 5px;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #fff
}

.lang-rtl .tooltip.bs-tooltip-top .tooltip-inner:before {
    margin-right: -5px;
    margin-left: inherit
}

.shopify-challenge__container {
    max-width: 1200px !important;
    margin: auto;
    background: #fff;
    padding: 125px 0;
    position: relative;
    z-index: 2
}

.no-svg .icon__fallback-text {
    position: static !important;
    overflow: inherit;
    clip: none;
    height: auto;
    width: auto;
    margin: 0
}

a {
    color: #666
}

a:hover,
a:focus {
    text-decoration: none;
    
}

a.classic-link {
    text-decoration: underline
}

.btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #0699ee;
    color: #fff;
    font-weight: 700;
    white-space: normal;
    text-transform: uppercase;
    font-size: 12px
}

.btn:hover {
    background-color: #fcb73f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: transparent
}

.btn[disabled] {
    cursor: default;
    @inclide opacity(.6);
    background-color: #0699ee;
    color: #fff
}

a.btn:hover {
    color: #fff
}

.btn--secondary {
    background-color: #878787;
    color: #fff;
    border-color: #e0e0e0
}

.btn--small {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    padding: 8px 10px;
    font-size: .75em;
    line-height: 1
}

.btnov-lines {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 1px;
    background: #383838;
    cursor: pointer;
    margin-bottom: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btnov-lines:before,
.btnov-lines:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 13px;
    height: 1px;
    background: #383838;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.lang-rtl .btnov-lines:before,
.lang-rtl .btnov-lines:after {
    right: 0;
    left: auto
}

.btnov-lines:before {
    top: 4px
}

.btnov-lines:after {
    top: -4px
}

.act .btnov-lines {
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.act .btnov-lines:before,
.act .btnov-lines:after {
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.act .btnov-lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate(45deg)
}

.act .btnov-lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate(-45deg)
}

.nov-toggle-btn {
    cursor: pointer
}

.nov_sideward {
    position: fixed;
    padding-top: 25px;
    padding-bottom: 30px;
    top: 0;
    z-index: 100;
    height: 100vh;
    min-width: 285px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .45s ease .2s;
    -moz-transition: all .45s ease .2s;
    -ms-transition: all .45s ease .2s;
    -o-transition: all .45s ease .2s;
    transition: all .45s ease .2s;
    background: #fff;
    overflow-y: auto
}

.nov_sideward.nov_sideward_right {
    right: -285px
}

.lang-rtl .nov_sideward.nov_sideward_right {
    left: -285px;
    right: auto
}

.nov_sideward.nov_sideward_left {
    left: -285px
}

.lang-rtl .nov_sideward.nov_sideward_left {
    right: -285px;
    left: auto
}

.nov_sideward .nov_close {
    text-align: center;
    cursor: pointer
}

.nov_sideward .nov_close i {
    font-size: 24px;
    color: #222
}

.nov_sideward .nov_close i:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nov_sideward .nov_sideward-content {
    padding-top: 58px
}

.nov-toggle.active .nov_sideward {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov-toggle.active .nov_sideward_right {
    right: 0
}

.lang-rtl .nov-toggle.active .nov_sideward_right {
    left: 0;
    right: auto
}

.nov-toggle.active .nov_sideward_left {
    left: 0
}

.lang-rtl .nov-toggle.active .nov_sideward_left {
    right: 0;
    left: auto
}

.swym-button-bar {
    display: none !important
}

.account-list {
    padding: 0
}

.account-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    background: #fff
}

.account-list .close-group-account {
    text-align: center;
    cursor: pointer
}

.account-list .close-group-account i {
    font-size: 24px;
    color: #222
}

.account-list .account-list-content>div,
.account-list .account-list-content .link_wishlist {
    text-align: center;
    padding: 5px 58px
}

.account-list .account-list-content>div a,
.account-list .account-list-content .link_wishlist a {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    padding: 10px 0
}

.account-list .account-list-content>div a:hover,
.account-list .account-list-content .link_wishlist a:hover {
    background: #000;
    color: #0699ee
}

.account-list .account-list-content>div a:hover i,
.account-list .account-list-content .link_wishlist a:hover i {
    color: #0699ee
}

.account-list .account-list-content>div i,
.account-list .account-list-content .link_wishlist i {
    font-size: 15px;
    color: #0699ee;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lang-rtl .account-list .account-list-content>div i,
.lang-rtl .account-list .account-list-content .link_wishlist i {
    right: 15px;
    left: auto
}

.account-list .account-list-content>div span,
.account-list .account-list-content .link_wishlist span {
    display: inline-block;
    vertical-align: middle
}

.account-list .account-list-content>div:last-child {
    border-bottom: none
}

.account-list .account-list-content .groups-selector {
    margin-left: 0
}

.lang-rtl .account-list .account-list-content .groups-selector {
    margin-right: 0;
    margin-left: inherit
}

.account-list .account-list-content .groups-selector .dropdown-toggle {
    display: none
}

.account-list .account-list-content .groups-selector .dropdown-menu {
    display: block
}

.account-list.dropdown-menu {
    min-width: 210px;
    border-radius: 5px;
    box-shadow: 0 0 10px #0000001a;
    border: none;
    overflow: hidden;
    top: 56px !important;
    display: block;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    left: inherit !important;
    max-height: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

.lang-rtl .account-list.dropdown-menu {
    left: 0;
    right: auto
}

.lang-rtl .account-list.dropdown-menu {
    right: inherit !important;
    left: auto
}

.account-list.dropdown-menu .account-list-content>div,
.account-list.dropdown-menu .account-list-content .link_wishlist {
    padding: 0;
    text-align: left
}

.lang-rtl .account-list.dropdown-menu .account-list-content>div,
.lang-rtl .account-list.dropdown-menu .account-list-content .link_wishlist {
    text-align: right
}

.account-list.dropdown-menu .account-list-content>div:not(:last-child) a,
.account-list.dropdown-menu .account-list-content .link_wishlist:not(:last-child) a {
    border-bottom: 1px dashed #c0c0c0
}

.account-list.dropdown-menu .account-list-content>div a,
.account-list.dropdown-menu .account-list-content .link_wishlist a {
    border: 0;
    padding-left: 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    text-transform: none
}

.lang-rtl .account-list.dropdown-menu .account-list-content>div a,
.lang-rtl .account-list.dropdown-menu .account-list-content .link_wishlist a {
    padding-right: 45px;
    padding-left: inherit
}

.account-list.dropdown-menu .account-list-content>div a:hover,
.account-list.dropdown-menu .account-list-content .link_wishlist a:hover {
    color: #0699ee;
    background: none
}

.account-list.dropdown-menu.show {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    max-height: 250px
}

.account-list #_desktop_currency_selector {
    padding-left: 10px
}

.lang-rtl .account-list #_desktop_currency_selector {
    padding-right: 10px;
    padding-left: inherit
}

#_desktop_currency_selector {
    min-width: 100px;
    border: none;
    padding: 0;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 7px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 7px #0003;
    top: 15px !important
}

#_desktop_currency_selector span {
    display: block;
    font-size: 11px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    text-transform: uppercase
}

#_desktop_currency_selector span:not(last-child) {
    border-bottom: 1px solid #fff
}

#_desktop_currency_selector span:hover,
#_desktop_currency_selector span.selected {
    color: #fff;
    background: #0699ee
}

#_desktop_currency_selector #currencies.list-inline {
    padding: 10px 0
}

#_desktop_currency_selector #currencies.list-inline span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #dedede;
    text-align: center
}

#_desktop_currency_selector #currencies.list-inline span:hover,
#_desktop_currency_selector #currencies.list-inline span.selected {
    color: #fff;
    background: #0699ee
}

.btn--link {
    background-color: transparent;
    border: 0;
    margin: 0;
    color: #666;
    text-align: left
}

.lang-rtl .btn--link {
    text-align: right
}

.btn--link:hover,
.btn--link:focus {
    opacity: 1
}

.btn--link .icon {
    vertical-align: middle
}

.btn--disabled {
    opacity: .5;
    cursor: default
}

.btn--disabled:hover,
.btn--disabled:focus {
    opacity: .5
}

svg:not(:root) {
    overflow: hidden
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.lang-rtl .video-wrapper iframe {
    right: 0;
    left: auto
}

.title_block {
    font-size: 32px;
    color: #141414;
    margin-bottom: 40px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 900;
    text-transform: capitalize
}

.title_block .sub_title {
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: 300;
    text-transform: none;
    margin-top: 5px
}

.title_block .sub_title.d-inline {
    margin-top: 0;
    vertical-align: middle;
    margin-left: 20px
}

.lang-rtl .title_block .sub_title.d-inline {
    margin-right: 20px;
    margin-left: inherit
}

@media (max-width: 991px) {
    .title_block .sub_title.d-inline {
        display: block !important;
        margin-left: 0 !important
    }

    .lang-rtl .title_block .sub_title.d-inline {
        margin-right: 0 !important;
        margin-left: inherit
    }
}

.title {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 5px
}

hr {
    margin: 55px 0;
    border: 0;
    border-bottom: 1px solid #e0e0e0
}

.hr--small {
    padding: 10px 0;
    margin: 0
}

.hr--invisible {
    border-bottom: 0
}

.border-bottom {
    border-bottom: 1px solid #e1e1e1
}

.border-bottom .text-right {
    color: #0699ee;
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.border-top {
    border-top: 1px solid #e1e1e1
}

.empty-page-content,
.lang-rtl .empty-page-content {
    padding: 35px 0 55px
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

@-webkit-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.drawer {
    display: none;
    position: absolute;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 9;
    background-color: #fff;
    transition: all .45s cubic-bezier(.29, .63, .44, 1)
}

.drawer input[type=text],
.drawer textarea {
    background-color: #fff;
    color: #666
}

.js-drawer-open {
    overflow: hidden
}

.drawer--top {
    width: 100%
}

.js-drawer-open-top .drawer--top {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block
}

.drawer-page-content:after {
    visibility: hidden;
    opacity: 0;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 8;
    transition: all .45s cubic-bezier(.29, .63, .44, 1)
}

.lang-rtl .drawer-page-content:after {
    right: 0;
    left: auto
}

.js-drawer-open .drawer-page-content:after {
    visibility: visible;
    opacity: 1
}

.drawer__title,
.drawer__close {
    display: table-cell;
    vertical-align: middle
}

.drawer__close-button {
    background: none;
    border: 0 none;
    position: relative;
    right: -15px;
    height: 100%;
    width: 60px;
    padding: 0 20px;
    color: inherit;
    font-size: 1.125em
}

.lang-rtl .drawer__close-button {
    left: -15px;
    right: auto
}

.drawer__close-button:active,
.drawer__close-button:focus {
    background-color: #0009
}

.placeholder-svg {
    display: block;
    fill: #66666659;
    background-color: #6666661a;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(102, 102, 102, .2)
}

.placeholder-noblocks {
    padding: 40px;
    text-align: center
}

.placeholder-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.placeholder-background .icon {
    border: 0
}

.gallery-image__content .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0
}

.lang-rtl .gallery-image__content .placeholder-svg {
    right: 0;
    left: auto
}

#productThumbs {
    margin-top: 10px
}

#productThumbs .thumblist {
    margin: -15px;
    overflow: hidden
}

#productThumbs .thumblist .owl-carousel {
    padding: 15px
}

#productThumbs .thumblist .owl-carousel .owl-stage-outer {
    overflow: inherit
}

#productThumbs .thumblist .owl-carousel .owl-stage-outer .owl-item:not(.active) {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

#productThumbs .thumbItem {
    position: relative
}

#productThumbs .owl-nav {
    margin-top: 0
}

#productThumbs .owl-nav .owl-prev,
#productThumbs .owl-nav .owl-next {
    margin: 0;
    background-color: #666;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease
}

#productThumbs .owl-nav .owl-prev:not(.disabled):hover,
#productThumbs .owl-nav .owl-next:not(.disabled):hover {
    background-color: #0699ee
}

#productThumbs .owl-nav .owl-next {
    right: -30px
}

.lang-rtl #productThumbs .owl-nav .owl-next {
    left: -30px;
    right: auto
}

#productThumbs .owl-nav .owl-prev {
    left: -30px
}

.lang-rtl #productThumbs .owl-nav .owl-prev {
    right: -30px;
    left: auto
}

@media (max-width: 767px) {
    #productThumbs .owl-nav .owl-next {
        right: 0
    }

    .lang-rtl #productThumbs .owl-nav .owl-next {
        left: 0;
        right: auto
    }

    #productThumbs .owl-nav .owl-prev {
        left: 0
    }

    .lang-rtl #productThumbs .owl-nav .owl-prev {
        right: 0;
        left: auto
    }
}

#productThumbs:hover .owl-next {
    right: 0
}

.lang-rtl #productThumbs:hover .owl-next {
    left: 0;
    right: auto
}

#productThumbs:hover .owl-prev {
    left: 0
}

.lang-rtl #productThumbs:hover .owl-prev {
    right: 0;
    left: auto
}

.thumb-vertical #productThumbs {
    margin-top: 0;
    margin-right: 15px;
    min-width: 85px
}

.lang-rtl .thumb-vertical #productThumbs {
    margin-left: 15px;
    margin-right: inherit
}

.thumb-vertical #productThumbs .thumblist {
    width: 85px;
    margin: -6.5px 0;
    overflow: inherit
}

.thumb-vertical #productThumbs .thumblist .thumbItem {
    padding: 6.5px 0
}

.thumb-vertical #productThumbs .thumblist .thumbItem a {
    display: block;
    position: relative
}

.thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    left: 0;
    border-radius: 30px;
    text-align: center;
    background: #c7c1a5;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

.thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow.arrow-prev {
    bottom: -48px
}

.thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow.arrow-next {
    bottom: -85px
}

.thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow:hover {
    background: #0699ee
}

@media (max-width: 1199px) {
    .thumb-vertical {
        display: block !important
    }

    .thumb-vertical #productThumbs {
        margin-top: 15px;
        min-width: 100%;
        margin-right: 0
    }

    .lang-rtl .thumb-vertical #productThumbs {
        margin-left: 0;
        margin-right: inherit
    }

    .thumb-vertical #productThumbs .thumblist {
        width: 100%;
        margin: 0
    }

    .thumb-vertical #productThumbs .thumblist .thumbItem {
        padding: 0 7.5px
    }

    .thumb-vertical #productThumbs .nov-thumb_vertical {
        margin: 0 -7.5px
    }

    .thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow {
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: inherit !important
    }

    .thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow.arrow-prev {
        left: -14px
    }

    .lang-rtl .thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow.arrow-prev {
        right: -14px;
        left: auto
    }

    .thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow.arrow-next {
        right: -14px;
        left: inherit
    }

    .lang-rtl .thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow.arrow-next {
        left: -14px;
        right: auto
    }

    .lang-rtl .thumb-vertical #productThumbs .nov-thumb_vertical .slick-arrow.arrow-next {
        right: inherit;
        left: auto
    }
}

.product-form__item label {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0
}

.product-form--hide-variant-labels .product-form__item label {
    display: none
}

.selectorVariants label {
    font-size: 11px;
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.lang-rtl .selectorVariants label {
    margin-left: 10px;
    margin-right: inherit
}

.selectorVariants .selector-wrapper {
    margin-right: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative
}

.lang-rtl .selectorVariants .selector-wrapper {
    margin-left: 30px;
    margin-right: inherit
}

.selectorVariants .selector-wrapper:after {
    content: "\f0dd";
    position: absolute;
    font-family: FontAwesome;
    top: 1px;
    right: 1px;
    background: #fff;
    width: 17px;
    height: 33px;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    line-height: 27px;
    pointer-events: none
}

.lang-rtl .selectorVariants .selector-wrapper:after {
    -moz-border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px
}

.selectorVariants .single-option-selector {
    min-width: 145px;
    height: 35px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 0 11px;
    overflow: hidden;
    -moz-appearance: none;
    -webkit-appearance: none
}

.selectorVariants .single-option-selector:focus {
    border-color: #666;
    outline: none
}

@media (max-width: 1199px) {
    .selectorVariants .single-option-selector {
        min-width: 80px
    }
}

.product-form__variants {
    display: none
}

.cart__qty .js-qty,
.proQuantity .js-qty {
    width: 80px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

.cart__qty .js-qty .js-qty__num,
.proQuantity .js-qty .js-qty__num {
    height: 40px;
    font-size: 14px;
    color: #444;
    width: 58px;
    text-align: center;
    border: none;
    background-color: #fff
}

.cart__qty .js-qty .js-qty__adjust,
.proQuantity .js-qty .js-qty__adjust {
    position: absolute;
    right: -1px;
    padding: 0;
    text-align: center;
    width: 21px;
    height: 21px;
    border: 1px solid #dfdfdf;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: none;
    cursor: pointer
}

.lang-rtl .cart__qty .js-qty .js-qty__adjust,
.lang-rtl .proQuantity .js-qty .js-qty__adjust {
    left: -1px;
    right: auto
}

.cart__qty .js-qty .js-qty__adjust:focus,
.proQuantity .js-qty .js-qty__adjust:focus {
    outline: none
}

.cart__qty .js-qty .js-qty__adjust .icon,
.proQuantity .js-qty .js-qty__adjust .icon {
    background: transparent;
    display: none
}

.cart__qty .js-qty .js-qty__adjust.js-qty__adjust--plus,
.proQuantity .js-qty .js-qty__adjust.js-qty__adjust--plus {
    top: -1px
}

.cart__qty .js-qty .js-qty__adjust.js-qty__adjust--minus,
.proQuantity .js-qty .js-qty__adjust.js-qty__adjust--minus {
    bottom: -1px
}

.product-form__input {
    display: block;
    width: 100%
}

.product-form__item--submit .product-form__cart-submit {
    display: inline-block;
    padding: 0 15px;
    white-space: normal;
    margin-right: 5px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background: #0699ee
}

.lang-rtl .product-form__item--submit .product-form__cart-submit {
    margin-left: 5px;
    margin-right: inherit
}

.product-form__item--submit .product-form__cart-submit i {
    font-size: 20px;
    vertical-align: sub;
    margin-right: 5px
}

.lang-rtl .product-form__item--submit .product-form__cart-submit i {
    margin-left: 5px;
    margin-right: inherit
}

.product-form__item--submit .product-form__cart-submit .icon-cart {
    display: inline-block;
    width: 23px;
    height: 21px;

    background-repeat: no-repeat;
    background-position: -50px 0;
    margin-right: 5px
}

.lang-rtl .product-form__item--submit .product-form__cart-submit .icon-cart {
    margin-left: 5px;
    margin-right: inherit
}

.product-form__item--submit .product-form__cart-submit:hover {
    border-color: #fcb73f;
    background-color: #fcb73f
}

@media (max-width: 991px) {
    .product-form__item--submit .product-form__cart-submit {
        padding: 0 40px
    }
}

.product-form__item--submit .swym-button-bar {
    margin: 0;
    height: 40px
}

.product-form__item--submit .swym-button-bar .swym-fave-count {
    display: none
}

.product-form__item--submit .swym-button-bar .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #878787
}

.product-form__item--submit .swym-button-bar .swym-btn-container[data-position=default] .swym-add-to-wishlist.swym-icon:hover {
    background-color: #0699ee
}

.product-form__item--submit .swym-button-bar .swym-btn-container .swym-tooltip {
    display: none !important
}

.product-form__item--submit .swym-button-bar .swym-btn-container .swym-button:after {
    width: 40px;
    color: #fff !important;
    content: "\f004";
    font-family: FontAwesome;
    font-size: 14px
}

.product-single__description {
    margin-top: 20px
}

.thumbItem a {
    border: 1px solid #e6e6e6;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px
}

.thumbItem:hover a,
.thumbItem.active a {
    border-color: #0699ee
}

.product-single__thumbnail-image {
    max-width: 100%;
    display: block
}

.product-featured-img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%
}

.no-js .product-featured-img {
    position: relative
}

.zoomImg {
    background-color: #fff
}

.product-single__photo-wrapper {
    margin: 0 auto;
    width: 100%
}

.product-single__photo {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 100%;
    position: relative
}

.sidebar .title-block {
    color: #141414;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    margin-bottom: 15px
}

.sidebar .sidebar-block {
    margin-bottom: 35px
}

.sidebar .product__review .spr-badge-caption {
    display: none
}

.sidebar__list {
    list-style: none;
    margin-bottom: 55px
}

.sidebar__list li {
    margin-bottom: 10px
}

.categories__sidebar .block__content>.cateTitle {
    padding: 10px 0
}

.categories__sidebar .block__content>.cateTitle:first-child {
    padding-top: 0
}

.categories__sidebar .block__content>.cateTitle:not(:last-child) {
    border-bottom: 1px dashed #d4cdae
}

.categories__sidebar .block__content>.cateTitle>a {
    font-size: 14px;
    color: #444;
    font-weight: 700;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.categories__sidebar .block__content>.cateTitle>a:hover {
    color: #0699ee;
    text-decoration: none
}

@media (max-width: 991px) and (min-width: 768px) {
    .categories__sidebar .block__content>.cateTitle>a {
        font-size: 11px
    }
}

.categories__sidebar .block__content .hasSubCategory {
    position: relative
}

.categories__sidebar .block__content .hasSubCategory .arrow {
    position: absolute;
    right: 0;
    top: 11px;
    width: 15px;
    height: 15px;
    color: #fff;
    background: #0699ee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.lang-rtl .categories__sidebar .block__content .hasSubCategory .arrow {
    left: 0;
    right: auto
}

.categories__sidebar .block__content .hasSubCategory .arrow:after {
    content: "\f273";
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0
}

.lang-rtl .categories__sidebar .block__content .hasSubCategory .arrow:after {
    right: 50%;
    left: auto
}

.categories__sidebar .block__content .hasSubCategory .arrow:hover {
    cursor: pointer
}

.categories__sidebar .block__content .hasSubCategory .arrow.collapsed {
    background: #d4cdae
}

.categories__sidebar .block__content .hasSubCategory .arrow.collapsed:after {
    content: "\f278"
}

.categories__sidebar .block__content .hasSubCategory .arrow.collapsed:hover {
    cursor: pointer;
    background: #0699ee
}

.categories__sidebar .block__content .hasSubCategory.level2 .arrow:after {
    background: none;
    color: #898989
}

.categories__sidebar .block__content .hasSubCategory.level2 .arrow:hover:after {
    background: none;
    color: #666
}

.categories__sidebar .block__content .hasSubCategory:first-child .arrow {
    top: 0
}

.categories__sidebar .block__content .subCategory .cateTitle {
    padding: 5px 0
}

.categories__sidebar .block__content .subCategory .cateItem {
    color: #666;
    font-size: 13px;
    text-transform: uppercase
}

.categories__sidebar .block__content .subCategory .cateItem:hover {
    color: #0699ee
}

.categories__sidebar .block__content .subCategory .cateItem:hover:before {
    background: #666666
}

.categories__sidebar .block__content .subCategory .cateItem:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #6c6c6c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 22px;
    margin-bottom: 2px
}

.lang-rtl .categories__sidebar .block__content .subCategory .cateItem:before {
    margin-left: 22px;
    margin-right: inherit
}

.categories__sidebar .block__content .level2>.subCategory {
    padding-left: 35px
}

.lang-rtl .categories__sidebar .block__content .level2>.subCategory {
    padding-right: 35px;
    padding-left: inherit
}

.categories__sidebar .block__content .level2>.subCategory .cateItem:before {
    display: none
}

.productlist__sidebar .item-product {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.productlist__sidebar .item-product:before {
    display: none
}

.productlist__sidebar .item-product .thumbnail-container {
    overflow: hidden
}

@media (max-width: 1199px) {
    .productlist__sidebar .item-product .thumbnail-container {
        width: 70px;
        min-width: 70px
    }

    .productlist__sidebar .item-product .product__info {
        padding: 0
    }

    .productlist__sidebar .item-product .product__info .product__title {
        font-size: 11px
    }

    .productlist__sidebar .item-product .product__info .product__review .spr-badge-caption {
        display: none
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .productlist__sidebar .item-product {
        display: block !important;
        text-align: center
    }

    .productlist__sidebar .item-product .thumbnail-container {
        width: 100%;
        border-right: none
    }

    .lang-rtl .productlist__sidebar .item-product .thumbnail-container {
        border-left: none;
        border-right: inherit
    }

    .productlist__sidebar .item-product .product__info {
        margin-left: 0 !important;
        margin-top: 10px
    }

    .lang-rtl .productlist__sidebar .item-product .product__info {
        margin-right: 0 !important;
        margin-left: inherit
    }
}

.recentpost__sidebar .post-item .post__title {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    text-transform: uppercase
}

.recentpost__sidebar .post-item .post__title a {
    color: #444
}

.recentpost__sidebar .post-item .post__title a:hover {
    color: #0699ee
}

.recentpost__sidebar .post-item .post__info {
    font-size: 12px;
    color: #909090;
    margin-bottom: 14px
}

.recentpost__sidebar .post-item .post__info i {
    margin-right: 9px;
    font-size: 15px
}

.lang-rtl .recentpost__sidebar .post-item .post__info i {
    margin-left: 9px;
    margin-right: inherit
}

.recentpost__sidebar .post-item .post__info span:not(:last-child) {
    margin-right: 15px
}

.lang-rtl .recentpost__sidebar .post-item .post__info span:not(:last-child) {
    margin-left: 15px;
    margin-right: inherit
}

.recentpost__sidebar .post-item .read_more {
    margin-top: 10px;
    font-size: 11px
}

.recentpost__sidebar .post-item .read_more a {
    color: #0699ee;
    text-transform: uppercase
}

.recentpost__sidebar .post-item .read_more a:hover {
    color: #fcb73f
}

.recentpost__sidebar .post-item:not(:last-child) {
    margin-bottom: 23px;
    padding-bottom: 27px;
    border-bottom: 1px dashed #d4cdae
}

.blogtags__sidebar ul li,
.producttags__sidebar ul li {
    display: inline-block;
    padding: 8px 12px;
    min-width: 50px;
    text-align: center;
    border: 1px solid #e3e0d3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin-right: 6px;
    margin-bottom: 9px;
    font-size: 13px;
    text-transform: capitalize;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.lang-rtl .blogtags__sidebar ul li,
.lang-rtl .producttags__sidebar ul li {
    margin-left: 6px;
    margin-right: inherit
}

.blogtags__sidebar ul li:hover,
.producttags__sidebar ul li:hover {
    background: #0699ee;
    border-color: transparent
}

.blogtags__sidebar ul li:hover a,
.producttags__sidebar ul li:hover a {
    color: #fff
}

.list-filter .filter-item:not(:last-child) {
    margin-bottom: 25px
}

.list-filter .filter-item .filter-item_title {
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    padding-bottom: 6px;
    border-bottom: 1px dashed #cfc7a2;
    margin-bottom: 25px
}

.list-filter .filter-item .custom-checkbox {
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.lang-rtl .list-filter .filter-item .custom-checkbox {
    margin-left: 8px;
    margin-right: inherit
}

.list-filter .filter-item .custom-checkbox:before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: -4px
}

.list-filter .filter-item .filter-item_content {
    color: #666;
    font-size: 13px
}

.list-filter .filter-item .filter-item_content .list-unstyled.facet-hasscroll {
    overflow-y: scroll;
    max-height: 126px
}

.list-filter .filter-item .filter-item_content .list-unstyled.facet-hasscroll::-webkit-scrollbar-track {
    background-color: #eaeaea;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.list-filter .filter-item .filter-item_content .list-unstyled.facet-hasscroll::-webkit-scrollbar {
    width: 8px;
    background-color: #eaeaea;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.list-filter .filter-item .filter-item_content .list-unstyled.facet-hasscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-color: #0699ee
}

.list-filter .filter-item .filter-item_content .list-unstyled li {
    cursor: pointer
}

.list-filter .filter-item .filter-item_content .list-unstyled li:not(:last-child) {
    margin-bottom: 10px
}

.list-filter .filter-item .filter-item_content .list-unstyled li.active .custom-checkbox {
    border-color: #222
}

.list-filter .filter-item .filter-item_content .list-unstyled li.active .custom-checkbox:before {
    content: "\f00c";
    color: #222
}

.list-filter .filter-item.filter-price .ui-slider-horizontal {
    height: 8px;
    border: none;
    background: #e1e1e1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.list-filter .filter-item.filter-price .ui-slider-horizontal .ui-slider-range {
    background: #0699ee;
    border-color: #0699ee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.list-filter .filter-item.filter-price .ui-slider-horizontal .ui-slider-handle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    background: #fff;
    border: 6px solid #0699ee;
    top: -6px;
    margin-left: 0
}

.lang-rtl .list-filter .filter-item.filter-price .ui-slider-horizontal .ui-slider-handle {
    margin-right: 0;
    margin-left: inherit
}

.list-filter .filter-item.filter-price .ui-slider-horizontal .ui-slider-handle:hover,
.list-filter .filter-item.filter-price .ui-slider-horizontal .ui-slider-handle.ui-state-active {
    border-color: #0699ee
}

.list-filter .filter-item.filter-price .ui-slider-horizontal .ui-slider-handle:last-child {
    margin-left: -18px
}

.lang-rtl .list-filter .filter-item.filter-price .ui-slider-horizontal .ui-slider-handle:last-child {
    margin-right: -18px;
    margin-left: inherit
}

.list-filter .filter-item.filter-price .price-input {
    margin-top: 15px
}

.list-filter .filter-item.filter-color .list-inline-item:not([data-value*="white"]) .custom-checkbox {
    border-color: transparent
}

.list-filter .filter-item.filter-color .list-inline-item[data-value*=white].active .custom-checkbox {
    border-color: #0699ee
}

.list-filter .filter-item.filter-color .list-inline {
    overflow: hidden
}

.list-filter .filter-item.filter-color .list-inline-item {
    float: left;
    margin-right: 0;
    margin-bottom: 5px;
    cursor: pointer
}

.lang-rtl .list-filter .filter-item.filter-color .list-inline-item {
    float: right
}

.lang-rtl .list-filter .filter-item.filter-color .list-inline-item {
    margin-left: 0;
    margin-right: inherit
}

.list-filter .filter-item.filter-color .list-inline-item.active {
    color: #0699ee;
    font-weight: 700
}

.list-filter .filter-item.filter-size .list-inline li {
    border: 1px solid #dedede;
    cursor: pointer;
    margin-bottom: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px
}

.list-filter .filter-item.filter-size .list-inline li:hover,
.list-filter .filter-item.filter-size .list-inline li.active {
    background: #0699ee;
    color: #fff;
    border-color: transparent
}

.list-filter .filter-item.filter-size .list-inline li .filter-option-value {
    display: inline-block
}

.sortPagiBar {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    z-index: 90
}

.sortPagiBar>div:not(:last-child) {
    padding-right: 10px
}

.lang-rtl .sortPagiBar>div:not(:last-child) {
    padding-left: 10px;
    padding-right: inherit
}

.sortPagiBar:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    position: absolute;
    top: 50%;
    left: 0
}

.lang-rtl .sortPagiBar:before {
    right: 0;
    left: auto
}

.sortPagiBar .gridlist-toggle {
    background: #fff;
    z-index: 1
}

.sortPagiBar .gridlist-toggle a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 37px;
    background: #70b3e2;
    color: #fff;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.sortPagiBar .gridlist-toggle a.active,
.sortPagiBar .gridlist-toggle a:hover {
    background: #0699ee;
    color: #fff
}

.sortPagiBar .gridlist-toggle a:not(:last-child) {
    margin-right: 2px
}

.lang-rtl .sortPagiBar .gridlist-toggle a:not(:last-child) {
    margin-left: 2px;
    margin-right: inherit
}

.sortPagiBar .showing-total {
    font-size: 11px;
    text-transform: uppercase;
    color: #909090;
    background: #fff;
    z-index: 1
}

.sortPagiBar .filters-toolbar__item {
    padding-left: 10px;
    z-index: 1;
    background: #fff;
    position: relative
}

.lang-rtl .sortPagiBar .filters-toolbar__item {
    padding-right: 10px;
    padding-left: inherit
}

.sortPagiBar .filters-toolbar__item .btn {
    font-size: 11px;
    padding: 6px 15px;
    height: 35px;
    border: 1px solid #dfdfdf;
    color: #909090;
    font-weight: 400;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.sortPagiBar .filters-toolbar__item .dropdown-menu {
    min-width: 200px;
    padding: 5px 0
}

.sortPagiBar .filters-toolbar__item .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: #909090
}

.sortPagiBar .filters-toolbar__item .dropdown-menu .dropdown-item:hover,
.sortPagiBar .filters-toolbar__item .dropdown-menu .dropdown-item.active {
    cursor: pointer;
    color: #666;
    background: #fff
}

.nov-pagination {
    background: #fff;
    margin-top: 30px;
    position: relative
}

.nov-pagination:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    top: 50%;
    left: 0;
    z-index: 2
}

.lang-rtl .nov-pagination:before {
    right: 0;
    left: auto
}

.pagination__viewing {
    font-size: 11px;
    color: #909090;
    text-transform: uppercase;
    background: #fff;
    z-index: 2
}

@media (max-width: 480px) {
    .pagination__viewing {
        display: none
    }
}

.pagination {
    background: #fff;
    text-align: center;
    list-style: none;
    font-size: 11px;
    z-index: 2;
    padding-left: 10px
}

.lang-rtl .pagination {
    padding-right: 10px;
    padding-left: inherit
}

.pagination li {
    display: inline-block
}

.pagination li:not(:last-child) {
    margin-right: 5px
}

.lang-rtl .pagination li:not(:last-child) {
    margin-left: 5px;
    margin-right: inherit
}

.pagination__text {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #d4cdae;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.pagination__text a {
    color: #fff
}

.pagination__text a:hover {
    color: #fff;
    text-decoration: none
}

.pagination__text.active,
.pagination__text:hover {
    background: #0699ee
}

.pagination__text.active:hover {
    cursor: not-allowed
}

.pagination__btn {
    padding: 8px 18px;
    color: #909090;
    border: 1px solid #dfdfdf;
    font-size: 11px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.pagination__btn:hover {
    text-decoration: none;
    color: #fff;
    background: #0699ee;
    border-color: transparent
}

.pagination__btn.disabled:hover {
    cursor: not-allowed
}

.article__comments .title {
    font-size: 1.6rem;
    color: #343434;
    margin-bottom: 30px
}

.article__comments .comments {
    list-style: none
}

.article__comments h5 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 6px;
    margin-bottom: 8px
}

.comment {
    margin-bottom: 20px
}

.comment:last-child {
    margin-bottom: 0
}

.comment__content {
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 2rem
}

.comment__meta-item {
    font-size: 1.4rem
}

.comment__meta-item.date {
    font-size: 1.1rem;
    color: #909090;
    font-weight: 400
}

.comment-form {
    margin-top: 65px
}

.comment-form .h2 {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 3rem;
    margin-bottom: 30px;
    color: #666
}

.btn--share {
    display: block
}

.btn--share .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.lang-rtl .btn--share .icon {
    margin-left: 4px;
    margin-right: inherit
}

.share-title {
    display: inline-block;
    vertical-align: middle
}

.search-toggle {
    cursor: pointer
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0 .5s, visibility 0 .5s;
    -moz-transition: opacity 0 .5s, visibility 0 .5s;
    -ms-transition: opacity 0 .5s, visibility 0 .5s;
    -o-transition: opacity 0 .5s, visibility 0 .5s;
    transition: opacity 0 .5s, visibility 0 .5s
}

.lang-rtl .overlay {
    right: 0;
    left: auto
}

.overlay.style-dark-bg {
    background-color: #0009 !important
}

.overlay.style-light-bg {
    background-color: #fff !important
}

.overlay.overlay-search {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center
}

.overlay.overlay-search .search-container form {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    max-width: 60vw;
    position: absolute;
    top: 50%;
    left: 50%
}

.lang-rtl .overlay.overlay-search .search-container form {
    right: 50%;
    left: auto
}

.overlay.overlay-search .search-container form input {
    display: inline-block;
    margin: 0;
    width: 100%;
    font-size: 28px;
    font-size: 3vh;
    padding: .8em 3em .8em 1.5em;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    color: #666;
    background-color: transparent;
    border-radius: 2px;
    outline: none
}

.lang-rtl .overlay.overlay-search .search-container form input {
    padding: .8em 1.5em .8em 3em
}

.overlay.overlay-search .search-container form input::-webkit-input-placeholder {
    color: #cfcfcf
}

.overlay.overlay-search .search-container form input:-moz-placeholder {
    color: #cfcfcf
}

.overlay.overlay-search .search-container form input::-moz-placeholder {
    color: #cfcfcf
}

.overlay.overlay-search .search-container form input:-ms-input-placeholder {
    color: #cfcfcf
}

.overlay.overlay-search .search-container form .search__des {
    color: #343434;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: transform .5s, opacity .5s;
    -moz-transition: transform .5s, opacity .5s;
    -ms-transition: transform .5s, opacity .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.overlay.overlay-search .search-container form .search__des i {
    font-size: 72px;
    color: #0699ee
}

.overlay.overlay-search .search-container form .search__des h2 {
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 700
}

.overlay.overlay-search .search-container form .search__des div {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    max-width: 440px;
    margin: 0 auto 85px
}

.overlay.overlay-search .search-container form .search-container-inner {
    position: relative;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: transform .3s, opacity .3s;
    -moz-transition: transform .3s, opacity .3s;
    -ms-transition: transform .3s, opacity .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.overlay.overlay-search .close-search {
    color: #343434;
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 36px;
    cursor: pointer
}

.lang-rtl .overlay.overlay-search .close-search {
    left: 50px;
    right: auto
}

.overlay.overlay-search .search-bar__submit {
    font-size: 28px;
    color: #dfdfdf;
    position: absolute;
    top: 50%;
    right: .8em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lang-rtl .overlay.overlay-search .search-bar__submit {
    left: .8em;
    right: auto
}

.overlay.open {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.overlay.open .search-container form .search__des,
.overlay.open .search-container form .search-container-inner {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.search-header__input:hover+.btn--link {
    opacity: 1
}

.site-header__search {
    position: relative
}

.site-header__search .site-header__search-icon i {
    font-size: 20px
}

.search-header {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 30px;
    vertical-align: middle
}

.search-header.search--focus {
    max-width: 250px
}

.search--focus .search-header__input {
    outline: none;
    border-color: #e0e0e0
}

.search--focus .search-header__submit {
    padding-left: 10px
}

.lang-rtl .search--focus .search-header__submit {
    padding-right: 10px;
    padding-left: inherit
}

.search-header__submit {
    cursor: pointer
}

.search-header__submit:focus,
.search-header__submit:hover {
    outline: none
}

.search-header,
.search-header__submit {
    transition: all .35s cubic-bezier(.29, .63, .44, 1)
}

.mobile-nav {
    display: block;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate(0);
    transition: all .45s cubic-bezier(.29, .63, .44, 1)
}

.sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate(-100%)
}

.third-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate(-200%)
}

.mobile-nav__link,
.mobile-nav__sublist-link {
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 16px
}

.mobile-nav__link {
    position: relative
}

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
    padding-left: 70px;
    padding-right: 30px
}

.mobile-nav__item {
    display: block;
    width: 100%
}

.mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 10px;
    margin: -6px 0 0 -5px
}

.lang-rtl .mobile-nav__item .icon {
    right: 50%;
    left: auto
}

.lang-rtl .mobile-nav__item .icon {
    margin: -6px -5px 0 0
}

.mobile-nav__return {
    border-right: 1px solid #e0e0e0
}

.lang-rtl .mobile-nav__return {
    border-left: 1px solid #e0e0e0;
    border-right: inherit
}

.mobile-nav__return-btn {
    position: relative;
    padding: 24px 0;
    width: 55px
}

.mobile-nav__icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
    pointer-events: none;
    overflow: hidden
}

.lang-rtl .mobile-nav__icon {
    left: 0;
    right: auto
}

.mobile-nav__table {
    display: table;
    width: 100%
}

.mobile-nav__table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    text-align: left;
    white-space: normal
}

.lang-rtl .mobile-nav__table-cell {
    text-align: right
}

.mobile-nav__toggle-button {
    padding: 20px 15px
}

.mobile-nav__dropdown {
    position: absolute;
    background-color: #fff;
    z-index: 8;
    width: 100%;
    top: 0;
    right: -100%;
    display: none
}

.lang-rtl .mobile-nav__dropdown {
    left: -100%;
    right: auto
}

.is-active+.mobile-nav__dropdown {
    display: block;
    opacity: 1
}

.mobile-nav__dropdown.is-closing {
    transition: all .45s cubic-bezier(.29, .63, .44, 1);
    opacity: .99
}

.mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px
}

.mobile-nav-wrapper {
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translateY(-100%);
    position: absolute;
    background-color: #fff;
    transition: all .45s cubic-bezier(.29, .63, .44, 1);
    display: none;
    overflow: hidden;
    width: 100%
}

.mobile-nav-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e0e0e0
}

.mobile-nav-wrapper.js-menu--is-open {
    display: block
}

.mobile-nav--open .icon-close,
.mobile-nav--close .icon-hamburger {
    display: none
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 5rem)
}

.modal-backdrop {
    background: rgba(0, 0, 0, .5)
}

.modal .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
    z-index: 9
}

.modal .modal-header button {
    width: 22px;
    height: 22px;
    background: #0699ee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 22px;
    z-index: 99;
    padding: 0
}

.lang-rtl .modal .modal-header button {
    left: 0;
    right: auto
}

.modal .modal-header button i {
    color: #fff;
    font-size: 14px;
    width: 22px
}

.modal .modal-header button:hover {
    outline: none
}

.modal .modal-header .close {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.modal-open {
    padding: 0 !important;
    overflow: inherit
}

.modal-open .modal {
    overflow-y: hidden
}

.box-margin {
    margin: -28px;
    overflow: hidden
}

.box-margin .slick-list,
.box-margin .owl-stage-outer {
    overflow: inherit
}

@media (max-width: 991px) {
    .box-margin {
        margin: -20px
    }
}

@media (max-width: 767px) {
    .box-margin {
        margin: -15px
    }
}

.box-padding {
    padding: 28px
}

@media (max-width: 991px) {
    .box-padding {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .box-padding {
        padding: 15px
    }
}

.nv-slick-slider .slick-arrow {
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    color: #a1a1a1;
    text-align: center;
    top: -70px;
    z-index: 9
}

.nv-slick-slider .slick-arrow.slick-disabled {
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: .6;
    -moz-opacity: .6;
    -ms-opacity: .6;
    -o-opacity: .6;
    opacity: .6
}

.nv-slick-slider .slick-arrow:hover {
    color: #0699ee
}

.nv-slick-slider .slick-arrow.arrow-prev {
    right: 54px
}

.lang-rtl .nv-slick-slider .slick-arrow.arrow-prev {
    left: 54px;
    right: auto
}

.nv-slick-slider .slick-arrow.arrow-prev:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #e0e0e0;
    top: 14px;
    right: -15px
}

.lang-rtl .nv-slick-slider .slick-arrow.arrow-prev:before {
    left: -15px;
    right: auto
}

.nv-slick-slider .slick-arrow.arrow-next {
    right: 15px
}

.lang-rtl .nv-slick-slider .slick-arrow.arrow-next {
    left: 15px;
    right: auto
}

.nov-slick-carousel .item img {
    margin: auto
}

.nov-slick-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    text-align: center;
    z-index: 9;
    background: #303030;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    visibility: hidden;
    z-index: 999
}

.nov-slick-carousel .slick-arrow.arrow-next {
    right: -5px
}

.lang-rtl .nov-slick-carousel .slick-arrow.arrow-next {
    left: -5px;
    right: auto
}

.nov-slick-carousel .slick-arrow.arrow-prev {
    left: -5px
}

.lang-rtl .nov-slick-carousel .slick-arrow.arrow-prev {
    right: -5px;
    left: auto
}

.nov-slick-carousel .slick-arrow.slick-disabled {
    opacity: .6 !important
}

.nov-slick-carousel .slick-arrow:hover {
    background: #0699ee
}

.nov-slick-carousel .slick-dots {
    margin: 0;
    width: 100%;
    bottom: -40px
}

.nov-slick-carousel .slick-dots li {
    width: 36px;
    height: 7px
}

.nov-slick-carousel .slick-dots li button {
    width: 36px;
    height: 7px;
    padding-bottom: 0;
    outline: none
}

.nov-slick-carousel .slick-dots li button:before {
    text-indent: -9999px;
    background-color: #e6e3d9;
    width: 36px;
    height: 3px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    bottom: 0;
    top: inherit;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov-slick-carousel .slick-dots li.slick-active button:before,
.nov-slick-carousel .slick-dots li:hover button:before {
    height: 7px;
    background: #0699ee
}

@media (max-width: 767px) {

    .nov-slick-carousel .slick-arrow,
    .nov-slick-carousel .slick-dots {
        display: none !important
    }
}

.nov-slick-carousel:hover .slick-arrow {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

.nov-owl-carousel .owl-nav {
    position: absolute;
    top: -25px;
    right: 0
}

.lang-rtl .nov-owl-carousel .owl-nav {
    left: 0;
    right: auto
}

.nov-owl-carousel .owl-nav [class*=owl-] {
    font-size: 24px;
    background: none;
    color: #ccc;
    padding: 0;
    margin: 0;
    line-height: 1
}

.nov-owl-carousel .owl-nav [class*=owl-]:hover {
    background: none;
    color: #fcb73f
}

.nov-owl-carousel .owl-nav [class*=owl-].disabled {
    color: #ccc;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov-owl-carousel .owl-nav [class*=owl-].owl-prev {
    margin-right: 10px
}

.lang-rtl .nov-owl-carousel .owl-nav [class*=owl-].owl-prev {
    margin-left: 10px;
    margin-right: inherit
}

@media (max-width: 767px) {
    .nov-owl-carousel .owl-nav {
        display: none
    }
}

.item-product {
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.item-product .thumbnail-container {
    position: relative;
    overflow: hidden
}

.item-product .thumbnail-container img {
    margin: 0 auto
}

.item-product .thumbnail-container .product__thumbnail-second {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translate(-100%)
}

.lang-rtl .item-product .thumbnail-container .product__thumbnail-second {
    right: 50%;
    left: auto
}

.lang-rtl .item-product .thumbnail-container .product__thumbnail-second {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translate(100%)
}

.item-product .product__info .product__price {
    color: #222;
    font-size: 14px;
    font-weight: 900
}

.item-product .product__info .product__price s.product-price__price {
    color: #d3d3d2
}

.item-product .product__info .product__price .product-price__sale-label {
    display: none
}

.item-product .product__info .product__review .spr-badge-caption {
    display: none;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 12px;
    color: #909090
}

.lang-rtl .item-product .product__info .product__review .spr-badge-caption {
    margin-right: 10px;
    margin-left: inherit
}

.item-product .product__info .product__review .spr-starrating {
    margin-right: 0
}

.lang-rtl .item-product .product__info .product__review .spr-starrating {
    margin-left: 0;
    margin-right: inherit
}

.item-product .product__info .product__review .spr-starrating .spr-icon {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.item-product .product__info .product__review .spr-starrating .spr-icon:not(:last-child) {
    margin-right: 2px
}

.lang-rtl .item-product .product__info .product__review .spr-starrating .spr-icon:not(:last-child) {
    margin-left: 2px;
    margin-right: inherit
}

.item-product .product__info .product__review .spr-starrating .spr-icon:before {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f7bc3d;
    font-size: 11px
}

.item-product .product__info .product__review .spr-starrating .spr-icon-star:before {
    content: "\f005"
}

.item-product .product__info .product__review .spr-starrating .spr-icon-star-empty:before {
    content: "\f006"
}

.item-product .product__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize
}

.item-product .product__title a {
    color: #444
}

.item-product .product__title a:hover {
    color: #0699ee;
    text-decoration: none
}

.item-product .formAddToCart .btnAddToCart {
    background: #70b3e2;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.item-product .formAddToCart .btnAddToCart i {
    color: #fff;
    font-size: 17px
}

.item-product .formAddToCart .btnAddToCart span {
    font-size: 12px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    text-transform: none;
    margin-left: 15px
}

.lang-rtl .item-product .formAddToCart .btnAddToCart span {
    margin-right: 15px;
    margin-left: inherit
}

.item-product .formAddToCart .btnAddToCart:hover {
    background: #0699ee
}

.item-product .nov-icon-cart {
    display: inline-block;
    margin: auto;
    width: 13px;
    height: 16px;

    background-position: -73px 0;
    vertical-align: sub
}

.item-product .product__available {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500
}

.item-product .product__available i {
    margin-right: 10px;
    font-size: 1.4rem
}

.lang-rtl .item-product .product__available i {
    margin-left: 10px;
    margin-right: inherit
}

.item-product .product__available.in-stock {
    color: #6bb853
}

.item-product .productWishList .btn,
.item-product .productQuickView .btn {
    background: #70b3e2;
    color: #fff;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: inherit
}

.item-product .productWishList .btn i,
.item-product .productQuickView .btn i {
    font-size: 14px
}

.item-product .productWishList .btn:hover,
.item-product .productQuickView .btn:hover {
    background: #0699ee;
    color: #fff
}

.item-product .productWishList .btnProductWishlist.swym-button:after {
    content: "\f15f" !important;
    font-family: Material-Design-Iconic-Font;
    font-size: 16px;
    color: #fff !important
}

.item-product .productWishList .btnProductWishlist.swym-button.swym-added {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    pointer-events: none;
    background: #0699ee
}

.item-product .productWishList .btnProductWishlist.swym-button.swym-added:after {
    color: #fff !important
}

.item-product .productWishList .btnProductWishlist.swym-button:hover:after {
    color: #fff !important
}

.item-product:hover .thumbnail-container.has-multiimage .product__thumbnail {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.item-product:hover .thumbnail-container.has-multiimage .product__thumbnail-second {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

.lang-rtl .item-product:hover .thumbnail-container.has-multiimage .product__thumbnail-second {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.item-product:hover .thumbnail-container.has_variants .product__thumbnail {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.item-product:hover .thumbnail-container.has_variants .product__thumbnail-second {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.collections-page-title {
    margin-bottom: 30px
}

.grid--view-items .item-product {
    border: 1px solid #e3e0d3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

.grid--view-items .item-product .thumbnail-container {
    text-align: center
}

.grid--view-items .item-product .group-buttons {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: bottom .5s ease, opacity .5s ease;
    -moz-transition: bottom .5s ease, opacity .5s ease;
    -ms-transition: bottom .5s ease, opacity .5s ease;
    -o-transition: bottom .5s ease, opacity .5s ease;
    transition: bottom .5s ease, opacity .5s ease;
    position: absolute;
    bottom: 15px
}

.grid--view-items .item-product .group-buttons .formAddToCart {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.grid--view-items .item-product .group-buttons .productWishList {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.grid--view-items .item-product .group-buttons .productQuickView {
    -webkit-transition: all .3s ease .25s;
    -moz-transition: all .3s ease .25s;
    -ms-transition: all .3s ease .25s;
    -o-transition: all .3s ease .25s;
    transition: all .3s ease .25s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.grid--view-items .item-product:hover {
    -webkit-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    transform: scale(1.06);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px #00000026;
    border-color: transparent
}

.grid--view-items .item-product:hover .product__price {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.grid--view-items .item-product:hover .group-buttons {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.grid--view-items .item-product:hover .group-buttons .formAddToCart,
.grid--view-items .item-product:hover .group-buttons .productWishList,
.grid--view-items .item-product:hover .group-buttons .productQuickView {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.grid--view-items.collection-view-items {
    position: relative
}

.grid--view-items.collection-view-items:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9
}

.lang-rtl .grid--view-items.collection-view-items:before {
    right: 0;
    left: auto
}

.grid--view-items.collection-view-items .item-product {
    padding-top: 1.5rem;
    margin-bottom: 25px;
    border: none;
    border-top: 1px dashed #ddd;
    border-radius: 0;
    box-shadow: none
}

.grid--view-items.collection-view-items .item-product .thumbnail-container {
    max-height: 50%
}

.grid--view-items.collection-view-items .item-product .thumbnail-container img {
    margin: 0 auto;
    width: 100%;
    height: 30rem;
    object-fit: contain
}

.grid--view-items.collection-view-items .item-product .product__title {
    padding: .8rem .9rem;
    text-align: left
}

.grid--view-items.collection-view-items .item-product .product__title a {
    display: block;
    font-size: 14px;
    padding: .9rem 0
}

.grid--view-items.collection-view-items .item-product .product__title span {
    display: block;
    font-size: 12px;
    font-weight: 400
}

.list--view-items .product-swatch-color {
    -webkit-justify-content: start !important;
    -moz-justify-content: start !important;
    -ms-justify-content: start !important;
    justify-content: start !important;
    -ms-flex-pack: start !important
}

.list--view-items .item-product {
    padding-bottom: 30px
}

.list--view-items .item-product .thumbnail-container {
    overflow: hidden;
    position: relative;
    width: 280px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
    border: 1px solid #e3e0d3;
    border-radius: 10px
}

.list--view-items .item-product .product__info {
    padding: 0
}

.list--view-items .item-product .product__info .product__description {
    margin-bottom: 30px
}

.list--view-items .item-product .formAddToCart .btnAddToCart {
    min-width: 200px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.list--view-items .item-product .formAddToCart,
.list--view-items .item-product .productWishList,
.list--view-items .item-product .productQuickView {
    margin-right: 5px
}

.lang-rtl .list--view-items .item-product .formAddToCart,
.lang-rtl .list--view-items .item-product .productWishList,
.lang-rtl .list--view-items .item-product .productQuickView {
    margin-left: 5px;
    margin-right: inherit
}

.list--view-items .item-product .formAddToCart .btn,
.list--view-items .item-product .productWishList .btn,
.list--view-items .item-product .productQuickView .btn {
    background: #70b3e2
}

.list--view-items .item-product .formAddToCart .btn:hover,
.list--view-items .item-product .productWishList .btn:hover,
.list--view-items .item-product .productQuickView .btn:hover {
    background: #0699ee
}

.list--view-items .item-product .productWishList .btnProductWishlist.swym-button:after {
    color: #fff !important
}

@media (max-width: 991px) {
    .list--view-items .item-product .thumbnail-container {
        width: 210px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 210px;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px
    }

    .list--view-items .item-product .product__info .product__review {
        margin-bottom: 10px
    }

    .list--view-items .item-product .product__info .product__available {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .list--view-items .item-product .product__info .product__description {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .list--view-items .item-product {
        display: block !important
    }

    .list--view-items .item-product .thumbnail-container {
        width: 100% !important;
        -webkit-box-flex: 0 0 100% !important;
        -moz-box-flex: 0 0 100% !important;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }

    .list--view-items .item-product .thumbnail-container .product__thumbnail-second {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translate(-50%)
    }

    .lang-rtl .list--view-items .item-product .thumbnail-container .product__thumbnail-second {
        right: 50%;
        left: auto
    }

    .lang-rtl .list--view-items .item-product .thumbnail-container .product__thumbnail-second {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translate(50%)
    }

    .list--view-items .item-product .product__info {
        margin-left: 0 !important
    }

    .lang-rtl .list--view-items .item-product .product__info {
        margin-right: 0 !important;
        margin-left: inherit
    }

    .list--view-items .item-product .product__info .product__price {
        margin-bottom: 5px
    }
}

.nov-collection-tabs .grid--view-items>[class*=col-] {
    -moz-animation: fadeInUp 1s ease both 0s;
    -o-animation: fadeInUp 1s ease both 0s;
    -webkit-animation: fadeInUp 1s ease both 0s;
    animation: fadeInUp 1s ease both 0s
}

.nov-collection-tabs.tab_style_1 .title_block.no_tab {
    margin-bottom: 5px
}

.nov-collection-tabs.tab_style_1 .nav-tabs .nav-item:not(:last-child) {
    margin-right: 5px
}

.lang-rtl .nov-collection-tabs.tab_style_1 .nav-tabs .nav-item:not(:last-child) {
    margin-left: 5px;
    margin-right: inherit
}

.nov-collection-tabs.tab_style_1 .nav-tabs .nav-link {
    border: 1px solid #e0e0e0;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 0;
    min-width: 150px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.nov-collection-tabs.tab_style_1 .nav-tabs .nav-link:hover,
.nov-collection-tabs.tab_style_1 .nav-tabs .nav-link.active {
    background: #0699ee;
    color: #fff;
    border-color: transparent
}

@media (max-width: 480px) {
    .nov-collection-tabs.tab_style_1 .nav-tabs .nav-link {
        min-width: 120px;
        padding: 9px;
        font-size: 11px
    }
}

.nov-collection-tabs.tab_style_2 .title_block {
    position: relative
}

.nov-collection-tabs.tab_style_2 .title_block.no_tab {
    margin-bottom: 10px
}

.nov-collection-tabs.tab_style_2 .nav-item:not(:last-child) .nav-link {
    position: relative
}

.nov-collection-tabs.tab_style_2 .nav-item:not(:last-child) .nav-link:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 89%;
    background: #eeeeee;
    top: 0;
    right: 0
}

.lang-rtl .nov-collection-tabs.tab_style_2 .nav-item:not(:last-child) .nav-link:before {
    left: 0;
    right: auto
}

.nov-collection-tabs.tab_style_2 .nav-tabs {
    background: #fff;
    position: relative
}

.nov-collection-tabs.tab_style_2 .nav-tabs .nav-link {
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    color: #0699ee
}

.nov-collection-tabs.tab_style_2 .nav-tabs .nav-link span {
    position: relative
}

.nov-collection-tabs.tab_style_2 .nav-tabs .nav-link span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #6cbc6a;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    bottom: -5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.lang-rtl .nov-collection-tabs.tab_style_2 .nav-tabs .nav-link span:before {
    right: 50%;
    left: auto
}

.lang-rtl .nov-collection-tabs.tab_style_2 .nav-tabs .nav-link span:before {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.nov-collection-tabs.tab_style_2 .nav-tabs .nav-link:hover,
.nov-collection-tabs.tab_style_2 .nav-tabs .nav-link.active {
    color: #0699ee
}

.nov-collection-tabs.tab_style_2 .nav-tabs .nav-link:hover span:before,
.nov-collection-tabs.tab_style_2 .nav-tabs .nav-link.active span:before {
    width: 100%
}

@media (max-width: 991px) {
    .nov-collection-tabs.tab_style_2 .nav-tabs .nav-link {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .nov-collection-tabs.tab_style_2 .nav-tabs {
        overflow: auto;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: inherit !important;
        -moz-justify-content: inherit !important;
        -ms-justify-content: inherit !important;
        justify-content: inherit !important;
        -ms-flex-pack: inherit !important
    }

    .nov-collection-tabs.tab_style_2 .nav-tabs .content-nav {
        min-width: 70px
    }
}

.nov-collection-tabs .nav-tabs {
    border: none
}

.nov-collection-tabs .nav-tabs .nav-item {
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

@media (max-width: 480px) {
    .nov-collection-tabs .nav-tabs {
        overflow-x: scroll;
        -webkit-justify-content: inherit !important;
        -moz-justify-content: inherit !important;
        -ms-justify-content: inherit !important;
        justify-content: inherit !important;
        -ms-flex-pack: inherit !important;
        -webkit-flex-wrap: inherit !important;
        -moz-flex-wrap: inherit !important;
        -ms-flex-wrap: inherit !important;
        flex-wrap: inherit !important;
        padding: 5px 0
    }
}

.nov-collection-tabs .box-padding .row.position-relative .slick-list {
    position: static
}

.nov-collection-tabs.nov-collection-tabs-slider .tab-content {
    position: relative
}

.nov-collection-tabs.nov-collection-tabs-slider .tab-content>.tab-pane {
    display: block;
    visibility: hidden
}

.nov-collection-tabs.nov-collection-tabs-slider .tab-content>.tab-pane.active {
    visibility: visible
}

.nov-collection-tabs.nov-collection-tabs-slider .tab-pane:not(:first-child) {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.nov-collection-tabs.nov-collection-tabs-grid .item-scale:hover {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    transform: scale(1.06)
}

.nov-collection-tabs.nov-collection-tabs-grid .item-product {
    margin-bottom: 30px
}

.nov-collection-tabs .loadmore {
    text-align: center;
    margin-top: 12px
}

.nov-collection-tabs .loadmore span {
    display: inline-block;
    border: 1px solid #000;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #141414;
    padding: 12px 62px 8px;
    cursor: pointer;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px #00000026
}

.nov-collection-tabs .loadmore span:hover {
    color: #fff;
    background: #000
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none
    }
}

.nov-collection-group .product-tabs-vertical {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.nov-collection-group .product-tabs-vertical .nav {
    display: block
}

.nov-collection-group .nav {
    width: 17.09401%;
    border: none;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden
}

.lang-rtl .nov-collection-group .nav {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit
}

.nov-collection-group .nav .block_content {
    background: #e8f2f7;
    height: 100%
}

.nov-collection-group .nav .title_block {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px 15px
}

.nov-collection-group .nav .title_block img {
    vertical-align: middle;
    margin-right: 10px
}

.lang-rtl .nov-collection-group .nav .title_block img {
    margin-left: 10px;
    margin-right: inherit
}

.nov-collection-group .nav ul {
    padding: 0;
    list-style-type: none
}

.nov-collection-group .nav li:not(:last-child) a {
    border-bottom: 1px solid #fff
}

.nov-collection-group .nav .link-list-item {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 11px 0 10px 20px;
    font-size: 13px;
    display: block
}

.lang-rtl .nov-collection-group .nav .link-list-item {
    padding: 11px 20px 10px 0
}

.nov-collection-group .img_slider {
    width: 31.62393%
}

.nov-collection-group .img_slider .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    margin: 0 !important;
    bottom: 15px
}

.lang-rtl .nov-collection-group .img_slider .owl-dots {
    right: 50%;
    left: auto
}

.lang-rtl .nov-collection-group .img_slider .owl-dots {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.nov-collection-group .img_slider .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, .5);
    margin: 5px
}

.nov-collection-group .img_slider .owl-dots .owl-dot.active span {
    background: #fff
}

.nov-collection-group .product_slider {
    width: 51.28206%;
    position: relative;
    z-index: 9
}

.nov-collection-group .product_slider .nov-slick-carousel {
    overflow: inherit
}

.nov-collection-group .product_slider .nov-slick-carousel .slick-list {
    padding: 15px
}

.nov-collection-group .product_slider .nov-slick-carousel .slick-slide>div {
    border-top: 1px dashed #63c2cb;
    border-right: 1px dashed #63c2cb
}

.lang-rtl .nov-collection-group .product_slider .nov-slick-carousel .slick-slide>div {
    border-left: 1px dashed #63c2cb;
    border-right: inherit
}

.nov-collection-group .product_slider .nov-slick-carousel .slick-slide>div:last-child {
    border-bottom: 1px dashed #63c2cb
}

.nov-collection-group .product_slider .nov-slick-carousel .slick-slide:not(.slick-active) {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.nov-collection-group .product_slider .nov-slick-carousel .slick-slide>div {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.nov-collection-group .product_slider .nov-slick-carousel .slick-active:last-child {
    background: #fff
}

.nov-collection-group .product_slider .nov-slick-carousel .item {
    padding: 0
}

.nov-collection-group .product_slider .nov-slick-carousel .item .item-product {
    background: #fff;
    border: none
}

.nov-collection-group .product_slider .nov-slick-carousel .item:hover {
    position: relative;
    z-index: 9
}

.nov-collection-group .product_slider .item-product .thumbnail-container img {
    max-width: 86%;
    margin: auto
}

.nov-collection-group .product_slider .item-product .product__info {
    padding-bottom: 15px
}

.nov-collection-group .product_slider .item-product .product__info .product__title {
    margin-bottom: 7px
}

.nov-collection-group .product_slider .item-product .product__info .product__review {
    margin-bottom: 2px
}

.nov-collection-group .product_slider .item-product:hover .group-buttons {
    bottom: 20px
}

.nov-collection-group .flex-row-reverse .nav {
    -moz-border-radius-topright: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    -moz-border-radius-topleft: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.lang-rtl .nov-collection-group .flex-row-reverse .nav {
    -moz-border-radius-topleft: 10px !important;
    -webkit-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit
}

.lang-rtl .nov-collection-group .flex-row-reverse .nav {
    -moz-border-radius-topright: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit
}

.nov-collection-group .flex-row-reverse .slick-slide>div {
    border-right: 0 !important;
    border-left: 1px dashed #63c2cb !important
}

.lang-rtl .nov-collection-group .flex-row-reverse .slick-slide>div {
    border-left: 0 !important;
    border-right: inherit
}

.lang-rtl .nov-collection-group .flex-row-reverse .slick-slide>div {
    border-right: 1px dashed #63c2cb !important;
    border-left: inherit
}

@media (max-width: 1199px) {
    .nov-collection-group .product-tabs-vertical {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nov-collection-group .nav {
        width: 100%;
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 !important;
        overflow-x: scroll;
        -webkit-border-radius: 10px 10px 0 0 !important;
        -moz-border-radius: 10px 10px 0 0 !important;
        -ms-border-radius: 10px 10px 0 0 !important;
        -o-border-radius: 10px 10px 0 0 !important;
        border-radius: 10px 10px 0 0 !important
    }

    .nov-collection-group .nav .title_block {
        margin-bottom: 10px;
        text-align: center
    }

    .nov-collection-group .nav .block_content {
        height: auto;
        overflow: hidden
    }

    .nov-collection-group .nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: auto
    }

    .nov-collection-group .nav li {
        display: inline-block;
        padding: 0 5px;
        white-space: nowrap
    }

    .nov-collection-group .flex-row-reverse .nav {
        -webkit-border-radius: 10px 10px 0 0 !important;
        -moz-border-radius: 10px 10px 0 0 !important;
        -ms-border-radius: 10px 10px 0 0 !important;
        -o-border-radius: 10px 10px 0 0 !important;
        border-radius: 10px 10px 0 0 !important
    }

    .nov-collection-group .img_slider {
        width: 36%;
        -webkit-box-flex: 0 0 36%;
        -moz-box-flex: 0 0 36%;
        -webkit-flex: 0 0 36%;
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        position: relative;
        z-index: 99
    }

    .nov-collection-group .product_slider {
        width: 64%;
        -webkit-box-flex: 0 0 64%;
        -moz-box-flex: 0 0 64%;
        -webkit-flex: 0 0 64%;
        -ms-flex: 0 0 64%;
        flex: 0 0 64%
    }

    .nov-collection-group .product_slider .item-product .thumbnail-container img {
        max-width: 72.4%
    }

    .nov-collection-group .product_slider .item-product .product__info {
        padding: 3px 0 15px
    }
}

@media (max-width: 991px) {
    .nov-collection-group .flex-row-reverse .img_slider {
        position: relative;
        z-index: 99
    }

    .nov-collection-group .product_slider .item-product .thumbnail-container img {
        max-width: 60%
    }

    .nov-collection-group .product_slider .item-product .product__info .product__title {
        font-size: 12px
    }

    .nov-collection-group .product_slider .item-product .product__info .product__review .spr-badge-caption {
        display: none
    }

    .nov-collection-group .product_slider .item-product .product__info .product__price {
        font-size: 14px
    }

    .nov-collection-group .product_slider .item-product .product__info .product__price s.product-price__price {
        font-size: 12px
    }

    .nov-collection-group .product_slider .item-product .group-buttons {
        display: none
    }
}

@media (max-width: 767px) {

    .nov-collection-group .img_slider,
    .nov-collection-group .product_slider {
        width: 100%;
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }

    .nov-collection-group .img_slider .flex-row-reverse,
    .nov-collection-group .product_slider .flex-row-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .nov-collection-group .product-tabs-vertical:not(.flex-row-reverse) .product_slider .nov-slick-carousel {
        padding-right: 1px
    }

    .lang-rtl .nov-collection-group .product-tabs-vertical:not(.flex-row-reverse) .product_slider .nov-slick-carousel {
        padding-left: 1px;
        padding-right: inherit
    }

    .nov-collection-group .product-tabs-vertical:not(.flex-row-reverse) .product_slider .nov-slick-carousel .slick-list {
        border-left: 1px dashed #63c2cb;
        border-right: 1px dashed #63c2cb
    }

    .lang-rtl .nov-collection-group .product-tabs-vertical:not(.flex-row-reverse) .product_slider .nov-slick-carousel .slick-list {
        border-right: 1px dashed #63c2cb;
        border-left: inherit
    }

    .lang-rtl .nov-collection-group .product-tabs-vertical:not(.flex-row-reverse) .product_slider .nov-slick-carousel .slick-list {
        border-left: 1px dashed #63c2cb;
        border-right: inherit
    }

    .nov-collection-group .product_slider .nov-slick-carousel {
        margin: 0
    }

    .nov-collection-group .product_slider .nov-slick-carousel .slick-list {
        padding: 0
    }

    .nov-collection-group .product_slider .nov-slick-carousel .item-product .thumbnail-container img {
        max-width: 70%
    }

    .nov-collection-group .flex-row-reverse .product_slider .nov-slick-carousel {
        padding-left: 1px
    }

    .lang-rtl .nov-collection-group .flex-row-reverse .product_slider .nov-slick-carousel {
        padding-right: 1px;
        padding-left: inherit
    }

    .nov-collection-group .flex-row-reverse .product_slider .nov-slick-carousel .slick-list {
        border-right: 1px dashed #63c2cb
    }

    .lang-rtl .nov-collection-group .flex-row-reverse .product_slider .nov-slick-carousel .slick-list {
        border-left: 1px dashed #63c2cb;
        border-right: inherit
    }
}

.nov-group-collection-tabs .title_block {
    font-size: 26px;
    margin-bottom: 5px
}

.nov-group-collection-tabs .nav-tab {
    margin-bottom: 45px
}

.nov-group-collection-tabs .nav-tab li {
    position: relative
}

.nov-group-collection-tabs .nav-tab li:not(:last-child) {
    margin-right: 20px
}

.lang-rtl .nov-group-collection-tabs .nav-tab li:not(:last-child) {
    margin-left: 20px;
    margin-right: inherit
}

.nov-group-collection-tabs .nav-tab li:not(:last-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    background: #909090
}

.lang-rtl .nov-group-collection-tabs .nav-tab li:not(:last-child):before {
    left: -10px;
    right: auto
}

.nov-group-collection-tabs .nav-tab li a {
    color: #909090;
    font-size: 11px;
    font-weight: 500
}

.nov-group-collection-tabs .nav-tab li a:hover {
    text-decoration: none;
    color: #0699ee
}

.nov-group-collection-tabs .nov-slick-carousel {
    margin: 0 -15px
}

.nov-group-collection-tabs .nov-slick-carousel .item {
    padding: 0 15px
}

.nov-group-collection-tabs .nov-slick-carousel .item-product {
    background: none
}

.nov-group-collection-tabs .nov-slick-carousel .item-product:before {
    display: none
}

.nov-group-collection-tabs .nov-slick-carousel .item-product .thumbnail-container {
    background: #f5f5f5
}

.nov-group-collection-tabs .nov-slick-carousel .item-product .product__info {
    padding: 15px 0 0
}

.nov-group-collection-tabs .nov-slick-carousel .item-product .product__info .product__title a {
    font-size: 13px;
    color: #666
}

.nov-group-collection-tabs .nov-slick-carousel .item-product .product__info .product__review {
    margin-bottom: 5px
}

.nov-group-collection-tabs .nov-slick-carousel .item-product .product__info .spr-badge-caption {
    display: none
}

.nov-group-collection-tabs .nov-slick-carousel .slick-arrow {
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.nov-group-collection-tabs .nov-slick-carousel .slick-arrow.arrow-prev {
    left: 17px
}

.lang-rtl .nov-group-collection-tabs .nov-slick-carousel .slick-arrow.arrow-prev {
    right: 17px;
    left: auto
}

.nov-group-collection-tabs .nov-slick-carousel .slick-arrow.arrow-next {
    right: 17px
}

.lang-rtl .nov-group-collection-tabs .nov-slick-carousel .slick-arrow.arrow-next {
    left: 17px;
    right: auto
}

.nov-group-collection-tabs .nov-slick-carousel:hover .slick-arrow {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

@media (max-width: 1599px) {
    .nov-group-collection-tabs .nov-slick-carousel {
        margin: 0 -5px
    }

    .nov-group-collection-tabs .nov-slick-carousel .item {
        padding: 0 5px
    }
}

@media (max-width: 1199px) {
    .nov-group-collection-tabs .nav-tab {
        overflow-x: scroll;
        white-space: nowrap
    }
}

@media (max-width: 991px) {
    .nov-group-collection-tabs .nav-tab {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center
    }
}

@media (max-width: 767px) {
    .nov-group-collection-tabs .nav-tab {
        -webkit-justify-content: inherit;
        -moz-justify-content: inherit;
        -ms-justify-content: inherit;
        justify-content: inherit;
        -ms-flex-pack: inherit
    }
}

.section-product-slider .show_all a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 700;
    min-width: 270px;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px #00000026
}

.product_thumb.box-margin .box-padding .slick-list {
    overflow: hidden
}

.product_thumb .slider-nav .thumbItem {
    border: 1px solid transparent
}

.product_thumb .slider-nav .thumbItem.slick-current,
.product_thumb .slider-nav .thumbItem:hover {
    border-color: #0699ee
}

.product_thumb .owl-stage-outer {
    border: 4px solid #ffcd35;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.product_thumb .item-product {
    padding: 7px 30px
}

.product_thumb .item-product .product__info {
    padding-bottom: 30px
}

.product_thumb .item-product .type_product a {
    color: #d0d0d0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase
}

.product_thumb .item-product .product__title a {
    font-size: 16px;
    color: #141414
}

.product_thumb .item-product .product__price {
    font-size: 18px
}

.product_thumb .item-product .product__price s.product-price__price {
    font-size: 14px
}

.product_thumb .item-product .group-buttons {
    position: absolute;
    width: 100%;
    bottom: 50px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.product_thumb .item-product .group-buttons .formAddToCart {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.product_thumb .item-product .group-buttons .productWishList {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.product_thumb .item-product .group-buttons .productQuickView {
    -webkit-transition: all .3s ease .25s;
    -moz-transition: all .3s ease .25s;
    -ms-transition: all .3s ease .25s;
    -o-transition: all .3s ease .25s;
    transition: all .3s ease .25s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.product_thumb .item-product:hover .group-buttons {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.product_thumb .item-product:hover .group-buttons .formAddToCart,
.product_thumb .item-product:hover .group-buttons .productWishList,
.product_thumb .item-product:hover .group-buttons .productQuickView {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.product_thumb .item-product:hover .countdownfree {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translate(50px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.lang-rtl .product_thumb .item-product:hover .countdownfree {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translate(-50px)
}

.product_thumb .item-product:hover .thumbnail-container.has-multiimage img:not(.product__thumbnail-second) {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.product_thumb .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
    background: #ffcd35;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1
}

.lang-rtl .product_thumb .owl-theme .owl-nav {
    left: 0;
    right: auto
}

.lang-rtl .product_thumb .owl-theme .owl-nav {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit
}

.lang-rtl .product_thumb .owl-theme .owl-nav {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.product_thumb .owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
    background: transparent;
    padding: 0 20px;
    margin: 0
}

.product_thumb .owl-theme .owl-nav [class*=owl-].owl-prev {
    position: relative
}

.product_thumb .owl-theme .owl-nav [class*=owl-].owl-prev:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: #fff
}

.lang-rtl .product_thumb .owl-theme .owl-nav [class*=owl-].owl-prev:before {
    left: 0;
    right: auto
}

.product_thumb .owl-theme .owl-nav [class*=owl-]:hover {
    color: #0699ee
}

@media (min-width: 992px) {
    .product_thumb .slider-nav {
        width: 80px;
        min-width: 80px
    }

    .product_thumb .slider-nav .thumbItem {
        margin: 5px 0
    }

    .product_thumb .slider-for {
        width: calc(100% - 80px)
    }
}

@media (max-width: 991px) {
    .product_thumb .slider-nav .thumbItem {
        margin: 0 5px
    }
}

.section-product-deal .style_1 .item {
    padding-left: 15px;
    padding-right: 15px
}

.section-product-deal .style_1 .item-product {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 0
}

.section-product-deal .style_1 .item-product .thumbnail-container {
    width: 50%;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.section-product-deal .style_1 .item-product .product__info {
    position: relative
}

.section-product-deal .style_1 .item-product .product__info .product__title {
    font-size: 18px
}

.section-product-deal .style_1 .item-product .product__info .product__review {
    margin-bottom: 8px
}

.section-product-deal .style_1 .item-product .product__info .product__price {
    font-size: 36px;
    font-weight: 900
}

.section-product-deal .style_1 .item-product .product__info .product__price s.product-price__price {
    font-size: 26px
}

.section-product-deal .style_1 .item-product .group-buttons {
    bottom: 90px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    position: static
}

.section-product-deal .style_1 .item-product .group-buttons .formAddToCart,
.section-product-deal .style_1 .item-product .group-buttons .productWishList,
.section-product-deal .style_1 .item-product .group-buttons .productQuickView {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.section-product-deal .style_1 .item-product .group-buttons .formAddToCart .btnAddToCart,
.section-product-deal .style_1 .item-product .group-buttons .productWishList .btnAddToCart,
.section-product-deal .style_1 .item-product .group-buttons .productQuickView .btnAddToCart {
    min-width: 285px;
    text-align: center;
    border-radius: 30px
}

.section-product-deal .style_1 .item-product .group-buttons .formAddToCart .btn,
.section-product-deal .style_1 .item-product .group-buttons .productWishList .btn,
.section-product-deal .style_1 .item-product .group-buttons .productQuickView .btn {
    background: #0699ee;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px #00000026
}

.section-product-deal .style_1 .item-product .group-buttons .formAddToCart .btn:hover,
.section-product-deal .style_1 .item-product .group-buttons .productWishList .btn:hover,
.section-product-deal .style_1 .item-product .group-buttons .productQuickView .btn:hover,
.section-product-deal .style_1 .item-product .group-buttons .formAddToCart .btnProductWishlist.swym-button.swym-added,
.section-product-deal .style_1 .item-product .group-buttons .productWishList .btnProductWishlist.swym-button.swym-added,
.section-product-deal .style_1 .item-product .group-buttons .productQuickView .btnProductWishlist.swym-button.swym-added {
    background: #fcb73f
}

.section-product-deal .style_1 .item-product:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    box-shadow: 0 0 10px #00000059;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1)
}

.section-product-deal .style_1 .item-product:hover .product__info .product__price {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

@media (max-width: 767px) {
    .section-product-deal .style_1 .item-product .thumbnail-container {
        width: 100%;
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section-product-deal .style_1 .countdownfree .item-time .data-time span:not(.name-time) {
        font-size: 14px
    }

    .section-product-deal .style_1 .item-product .group-buttons {
        bottom: 50px
    }
}

@media (max-width: 991px) {
    .section-product-deal .style_1 .item-product .group-buttons .formAddToCart .btnAddToCart {
        min-width: 170px
    }
}

.section-product-deal .style_2 {
    overflow: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 20px 15px 0
}

.section-product-deal .style_2 .item-product {
    text-align: center;
    padding: 0
}

.section-product-deal .style_2 .item-product .product__info {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px
}

.section-product-deal .style_2 .item-product .product__title {
    margin-bottom: 0
}

.section-product-deal .style_2 .item-product .group-buttons {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.nov-group-collection-product .title_block {
    position: relative;
    margin-bottom: 45px
}

.nov-group-collection-product .title_block span {
    position: relative;
    background: #fff;
    padding-right: 20px
}

.nov-group-collection-product .title_block:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 70px);
    height: 1px;
    background: #e0e0e0
}

.nov-group-collection-product .box-margin {
    margin-top: -75px
}

.nov-group-collection-product .box-padding {
    padding-top: 50px
}

.nov-group-collection-product .list-collection a {
    padding: 15px 0;
    display: block;
    border-top: 1px solid #e7e7e7;
    position: relative
}

.nov-group-collection-product .list-collection a:after {
    content: "\f178";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-family: FontAwesome;
    font-size: 20px;
    color: #838383;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.lang-rtl .nov-group-collection-product .list-collection a:after {
    left: 0;
    right: auto
}

.nov-group-collection-product .list-collection a:hover {
    color: #141414;
    font-weight: 700
}

.nov-group-collection-product .list-collection a:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov-group-collection-product .nov-slick-carousel .slick-arrow {
    top: -58px
}

.nov-group-collection-product .nov-slick-carousel .slick-arrow.arrow-prev {
    right: 39px
}

.lang-rtl .nov-group-collection-product .nov-slick-carousel .slick-arrow.arrow-prev {
    left: 39px;
    right: auto
}

.nov-group-collection-product .nov-slick-carousel .slick-arrow.arrow-next {
    right: 0
}

.lang-rtl .nov-group-collection-product .nov-slick-carousel .slick-arrow.arrow-next {
    left: 0;
    right: auto
}

@media (max-width: 767px) {
    .nov-group-collection-product .title_block:before {
        display: none
    }

    .nov-group-collection-product .nov-slick-carousel .slick-arrow {
        display: none !important
    }
}

.collection-list {
    overflow: hidden
}

.collection-list .collection__item {
    padding-bottom: 30px;
    margin-bottom: 30px
}

.collection-list .collection__item .title {
    font-size: 14px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 15px
}

.collection-list .collection__item li:not(:last-child) a {
    margin-bottom: 6px;
    display: block
}

.collection-list .collection__item .view_all {
    font-size: 12px;
    font-weight: 700;
    color: #0699ee
}

.collection-list .collection__item .view_all:hover {
    color: #7967fe
}

.collection-list .collection__item.br .block_content {
    border-right: 1px solid #e0e0e0
}

.lang-rtl .collection-list .collection__item.br .block_content {
    border-left: 1px solid #e0e0e0;
    border-right: inherit
}

.collection-list .collection__item.bt {
    border-bottom: 1px solid #e0e0e0
}

@media (max-width: 1199px) and (min-width: 768px) {
    .collection-list .collection__item.br-lg-none .block_content {
        border-right: none
    }

    .lang-rtl .collection-list .collection__item.br-lg-none .block_content {
        border-left: none;
        border-right: inherit
    }

    .collection-list .collection__item.br-lg-block .block_content {
        border-right: 1px solid #e0e0e0
    }

    .lang-rtl .collection-list .collection__item.br-lg-block .block_content {
        border-left: 1px solid #e0e0e0;
        border-right: inherit
    }

    .collection-list .collection__item.bt-lg-none {
        border-bottom: none
    }

    .collection-list .collection__item.bt-lg-block {
        border-bottom: 1px solid #e0e0e0
    }
}

@media (max-width: 767px) {
    .collection-list .collection__item {
        border-bottom: 1px solid #e0e0e0 !important
    }

    .collection-list .collection__item .block_content {
        border-right: none !important
    }
}

.nov-group-product-special .title_block {
    padding-bottom: 0 !important;
    margin-bottom: 20px
}

.nov-group-product-special .title_block:before {
    display: none
}

.nov-group-product-special .view_all {
    position: relative;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 25px
}

.nov-group-product-special .view_all:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 365px;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background: #000
}

.lang-rtl .nov-group-product-special .view_all:before {
    right: 50%;
    left: auto
}

.lang-rtl .nov-group-product-special .view_all:before {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.nov-group-product-special .view_all a {
    position: relative;
    background: #fff;
    padding: 0 20px;
    color: #141414
}

.nov-group-product-special .view_all a:hover {
    color: #0699ee
}

.nov-group-product-list .item-product {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.nov-group-product-list .item-product .thumbnail-container {
    border: 1px solid #e3e0d3;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

@media (max-width: 991px) and (min-width: 768px) {
    .nov-group-product-list .item-product .thumbnail-container {
        max-width: 90px
    }

    .nov-group-product-list .item-product .product__title {
        font-size: 12px
    }

    .nov-group-product-list .item-product .spr-badge-caption {
        display: none
    }

    .nov-group-product-list .item-product .product__price {
        font-size: 18px
    }
}

.nov-group-product-list .item-product .product__title {
    font-size: 12px
}

@media (min-width: 992px) {
    .nov-group-product-list .item-product .thumbnail-container {
        width: 120px;
        min-width: 120px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .nov-group-product-list>.row>[class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width: 767px) {
    .nov-group-product-list .item-product .thumbnail-container {
        max-width: 80px
    }
}

@media (min-width: 768px) {
    .testimonial-wrapper {
        margin: -30px -20px;
        overflow: hidden
    }
}

.testimonials-slider .testimonial-item .testimonial-item__name {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.testimonials-slider .testimonial-item .testimonial-item__info {
    font-size: 11px;
    text-transform: uppercase;
    color: #909090
}

@media (min-width: 768px) {
    .testimonials-slider.type_1 {
        padding: 30px 20px
    }

    .testimonials-slider.type_1 .owl-stage-outer {
        overflow: inherit
    }

    .testimonials-slider.type_1 .testimonial-item {
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
        -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
        -o-box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
        box-shadow: 0 5px 20px #00000026
    }
}

.testimonials-slider.type_1 .testimonial-item_avatar {
    margin-bottom: 20px !important
}

.testimonials-slider.type_1 .testimonial-item__text {
    margin-bottom: 10px
}

.testimonials-slider.type_1 .testimonial-item__text strong {
    font-size: 14px;
    color: #141414
}

.testimonials-slider.type_1 .testimonial-item__name {
    color: #141414
}

.testimonials-slider.type_1 .owl-dots {
    margin-top: 30px !important
}

.testimonials-slider.type_1 .owl-dots .owl-dot span {
    width: 36px;
    height: 7px;
    margin: 0 5px;
    background: none !important;
    position: relative
}

.testimonials-slider.type_1 .owl-dots .owl-dot span:before {
    content: "";
    width: 36px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #5f5f5f;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.testimonials-slider.type_1 .owl-dots .owl-dot.active span:before,
.testimonials-slider.type_1 .owl-dots .owl-dot:hover span:before {
    height: 7px
}

.testimonials-slider.type_2 {

    padding: 92px 0 92px 85px
}

.lang-rtl .testimonials-slider.type_2 {
    padding: 92px 85px 92px 0
}

.testimonials-slider.type_2 .testimonial-item_avatar {
    min-width: 130px;
    width: 130px;
    height: 130px
}

.testimonials-slider.type_2 .testimonial-item__name {
    color: #141414
}

.testimonials-slider.type_2 .owl-dots {
    position: absolute;
    top: 48px;
    right: 0;
    margin-top: 0 !important
}

.lang-rtl .testimonials-slider.type_2 .owl-dots {
    left: 0;
    right: auto
}

.testimonials-slider.type_2 .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 3px;
    background: none !important;
    position: relative
}

.testimonials-slider.type_2 .owl-dots .owl-dot span:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #efefef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.testimonials-slider.type_2 .owl-dots .owl-dot.active span:before,
.testimonials-slider.type_2 .owl-dots .owl-dot:hover span:before {
    width: 16px;
    height: 16px;
    background: #0699ee
}

@media (max-width: 767px) {
    .testimonials-slider.type_2 {
        padding: 0;
        background: none
    }

    .testimonials-slider.type_2 .testimonial-item_avatar {
        margin: auto !important
    }

    .testimonials-slider.type_2 .testimonial-item__text {
        font-size: 13px
    }

    .testimonials-slider.type_2 .info {
        padding: 0;
        margin: 10px 0;
        border: none;
        text-align: center
    }

    .testimonials-slider.type_2 .owl-dots {
        position: static;
        margin-top: 30px !important
    }
}

.nov-policy-item.layout1 .policy-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.nov-policy-item.layout1 .title-policy {
    color: #444;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.nov-policy-item.layout1 .desc-policy {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}

.nov-policy-item.layout2 .title-policy {
    font-size: 11px;
    color: #141414;
    text-transform: uppercase
}

.nov-policy-item.layout2 .block_content {
    background: #fff;
    border: 1px solid #000;
    -webkit-box-shadow: 4px 5px 0 0 black;
    -moz-box-shadow: 4px 5px 0 0 black;
    -ms-box-shadow: 4px 5px 0 0 black;
    -o-box-shadow: 4px 5px 0 0 black;
    box-shadow: 4px 5px #000;
    padding: 19px 20px
}

@media (max-width: 1199px) {
    .nov-policy-item.layout2 b {
        display: block
    }
}

.gallery-image-custom .gallery-image__item {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px #00000026;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.gallery-image-custom .gallery-image__item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px #00000040;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.gallery-image-custom .gallery-image__item:hover img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1)
}

.gallery-image-custom .button a {
    position: absolute;
    bottom: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 99
}

.lang-rtl .gallery-image-custom .button a {
    right: 50%;
    left: auto
}

.lang-rtl .gallery-image-custom .button a {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.gallery-image-custom .button a:before {
    content: "";
    position: absolute;
    top: 4px;
    right: -1px;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: brightness(80%);
    border-radius: 30px
}

.lang-rtl .gallery-image-custom .button a:before {
    left: -1px;
    right: auto
}

.gallery-image-custom .button a>span {
    position: relative;
    min-width: 162px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden
}

.gallery-image-custom .button a>span:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: rgba(0, 0, 0, .1);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.lang-rtl .gallery-image-custom .button a>span:before {
    left: 100%;
    right: auto
}

.gallery-image-custom .button a>span .text {
    position: relative
}

.gallery-image-custom .button a>span:hover:before {
    right: 0;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.lang-rtl .gallery-image-custom .button a>span:hover:before {
    left: 0;
    right: auto
}

.gallery-image-custom .title-block {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 700;
    z-index: 99;
    width: 100%
}

.gallery-image-custom .title-block span {
    position: relative;
    padding-bottom: 7px;
    display: block;
    margin-bottom: 20px
}

.gallery-image-custom .title-block span:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

.lang-rtl .gallery-image-custom .title-block span:before {
    right: 50%;
    left: auto
}

.lang-rtl .gallery-image-custom .title-block span:before {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.gallery-image-custom .title-block a {
    color: #fff;
    font-size: 11px;
    display: block
}

.gallery-image-custom .title-block a:hover {
    color: #0699ee
}

@media (max-width: 767px) {
    .gallery-image-custom .gallery-image__item {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        box-shadow: 0 0 10px #00000026
    }
}

.section_img_group .gallery-image-custom.full_width {
    overflow: hidden
}

.section_img_group .gallery-image__item.has_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0);
    background: rgba(28, 22, 20, .45);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 9
}

.lang-rtl .section_img_group .gallery-image__item.has_title:before {
    right: 0;
    left: auto
}

.section_img_group .gallery-image__item.has_title:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1)
}

.section_img_group .gallery-image__item.has_title:hover img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1)
}

.section-img-text .title-block {
    color: #141414;
    font-size: 32px;
    font-weight: 900
}

.section-img-text .sub-title {
    color: #444;
    font-weight: 700;
    font-size: 14px
}

.section-img-text li {
    position: relative;
    padding-top: 2px;
    padding-bottom: 2px
}

.section-img-text li:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 7px;
    width: 12px;
    height: 11px;

    background-size: contain
}

.lang-rtl .section-img-text li:before {
    right: 7px;
    left: auto
}

.section-text-img-text {
    background: #f4f4f4;
    padding-top: 105px;
    padding-bottom: 70px
}

.section-text-img-text .icon-check {
    display: inline-block;
    width: 52px;
    min-width: 52px;
    height: 49px;

    background-size: contain;
    margin-right: 20px;
    margin-top: 5px
}

.lang-rtl .section-text-img-text .icon-check {
    margin-left: 20px;
    margin-right: inherit
}

.section-text-img-text li:not(:last-child) {
    margin-bottom: 28px
}

.section-text-img-text li>div {
    max-width: 325px
}

@media (max-width: 1199px) {
    .section-text-img-text .icon-check {
        min-width: 30px;
        width: 30px;
        margin-right: 15px
    }

    .lang-rtl .section-text-img-text .icon-check {
        margin-left: 15px;
        margin-right: inherit
    }
}

@media (max-width: 1199px) {
    .section-text-img-text .des {
        font-size: 11px
    }
}

@media (max-width: 768px) {
    .gallery-image .gallery-image_column:not(:last-child) {
        margin-bottom: 10px
    }
}

.gallery-image__item {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.gallery-image__item:after {
    content: "";
    display: inline-block;
    width: 150%;
    height: 80%;
    position: absolute;
    right: 32%;
    top: -75%;
    background: rgba(255, 255, 255, .15);
    -ms-transform: skewY(-50deg);
    -webkit-transform: skewY(-50deg);
    transform: skewY(-50deg);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.gallery-image__item:hover:after {
    right: -55%;
    top: 120%
}

.lang-rtl .gallery-image__item:hover:after {
    left: -55%;
    right: auto
}

@media (max-width: 767px) {
    .gallery-image__item img {
        width: 100%
    }
}

.gallery-image__link {
    display: block
}

.gallery-image__caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .1s cubic-bezier(.44, .13, .48, .87);
    width: 100%;
    text-align: center
}

.collection-grid {
    overflow: hidden
}

.collection-grid-item__title {
    text-align: center
}

.section-instagram .discover a {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    line-height: 1;
    padding: 15px 54px;
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    -webkit-box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 -4px 5px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px #00000026;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    text-decoration: none
}

.section-instagram .discover a:hover {
    background: #000;
    color: #fff
}

.boxInstagram {
    position: relative
}

.boxInstagram .slick-slide {
    padding-left: 5px;
    padding-right: 5px
}

.boxInstagram a {
    position: relative;
    display: block
}

.boxInstagram a:before {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    content: "\f16d";
    font-family: FontAwesome;
    color: #272727;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    z-index: 1;
    font-size: 50px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0)
}

.boxInstagram a:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0000004d;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.boxInstagram a:hover:before {
    color: #fff;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1)
}

.boxInstagram a:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.nov-manufacture .nov-slick-carousel {
    margin: 0
}

.nov-manufacture .manufacture__item {
    text-align: center
}

.nov-manufacture .manufacture__item .manufacture__image {
    width: auto;
    display: inline-block;
    vertical-align: middle
}

.section-custom .section-header .h2 {
    font-size: 11px;
    text-transform: uppercase;
    color: #bbb
}

.section-custom .custom_text .h3 {
    font-size: 36px;
    font-weight: 700;
    color: #141414;
    text-transform: uppercase;
    margin-bottom: 30px
}

.section-custom .custom_policy .custom-policy-item.layout2 .title-policy {
    font-size: 12px;
    color: #a2a2a2
}

@media (max-width: 1199px) {
    .section-custom .custom_policy .custom-policy-item.layout2 .title-policy {
        font-size: 11px
    }

    .section-custom .custom_policy .custom-policy-item.layout2 img {
        max-width: 50px
    }
}

@media (max-width: 991px) {
    .section-custom .custom_policy .custom-policy-item.layout2 {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .section-custom .custom_policy .custom-policy-item.layout2 {
        display: block !important;
        text-align: center
    }

    .section-custom .custom_policy .custom-policy-item.layout2 .policy-icon {
        margin-right: 0 !important;
        text-align: center;
        display: block !important;
        margin-bottom: 20px
    }

    .lang-rtl .section-custom .custom_policy .custom-policy-item.layout2 .policy-icon {
        margin-left: 0 !important;
        margin-right: inherit
    }
}

.section-custom .custom_newsletter .input-group {
    max-width: 650px;
    padding: 0 15px;
    margin: auto;
    position: relative
}

.section-custom .custom_newsletter .input-group input {
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    height: 44px;
    border: none
}

.section-custom .custom_newsletter .input-group input::-webkit-input-placeholder {
    color: #bababa;
    text-transform: uppercase;
    font-size: 11px
}

.section-custom .custom_newsletter .input-group input:-moz-placeholder {
    color: #bababa;
    text-transform: uppercase;
    font-size: 11px
}

.section-custom .custom_newsletter .input-group input::-moz-placeholder {
    color: #bababa;
    text-transform: uppercase;
    font-size: 11px
}

.section-custom .custom_newsletter .input-group input:-ms-input-placeholder {
    color: #bababa;
    text-transform: uppercase;
    font-size: 11px
}

.section-custom .custom_newsletter .input-group button {
    height: 44px;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 7px 26px
}

.lang-rtl .section-custom .custom_newsletter .input-group button {
    left: 15px;
    right: auto
}

.section-custom .custom_collection_tab .list--view-items .slick-list {
    overflow: hidden
}

.section-custom .custom_collection_tab .list--view-items .item-product {
    padding-bottom: 20px
}

.section-custom .custom_collection_tab .list--view-items .item-product .thumbnail-container {
    width: 42%;
    max-width: 42%;
    -webkit-box-flex: 0 0 42%;
    -moz-box-flex: 0 0 42%;
    -webkit-flex: 0 0 42%;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    border-right: none;
    border-left: 1px solid #e7e7e7
}

.lang-rtl .section-custom .custom_collection_tab .list--view-items .item-product .thumbnail-container {
    border-left: none;
    border-right: inherit
}

.lang-rtl .section-custom .custom_collection_tab .list--view-items .item-product .thumbnail-container {
    border-right: 1px solid #e7e7e7;
    border-left: inherit
}

.section-custom .custom_collection_tab .list--view-items .slick-current .item-product {
    border-color: #e7e7e7 !important
}

.section-custom .custom_collection_tab .list--view-items .slick-slide.slick-current .item-product .thumbnail-container,
.section-custom .custom_collection_tab .list--view-items .slick-slide.slick-current.slick-cloned .item-product .thumbnail-container {
    border-color: transparent
}

.section-custom .custom_collection_tab .list--view-items .slick-slide>div:last-child .item-product {
    border-bottom: none
}

.section-custom .custom_collection_tab .list--view-items .group-buttons {
    position: absolute;
    width: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    bottom: 25px
}

.section-custom .custom_collection_tab .list--view-items .group-buttons .formAddToCart {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.section-custom .custom_collection_tab .list--view-items .group-buttons .productWishList {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.section-custom .custom_collection_tab .list--view-items .group-buttons .productQuickView {
    -webkit-transition: all .3s ease .25s;
    -moz-transition: all .3s ease .25s;
    -ms-transition: all .3s ease .25s;
    -o-transition: all .3s ease .25s;
    transition: all .3s ease .25s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.section-custom .custom_collection_tab .list--view-items .item-product:hover .group-buttons {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.section-custom .custom_collection_tab .list--view-items .item-product:hover .group-buttons .formAddToCart,
.section-custom .custom_collection_tab .list--view-items .item-product:hover .group-buttons .productWishList,
.section-custom .custom_collection_tab .list--view-items .item-product:hover .group-buttons .productQuickView {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section-custom .custom_collection_tab .list--view-items .group-buttons {
        bottom: 10px
    }
}

.section-custom .custom_product_deals .slick-slide>div:not(:last-child) .item-product {
    margin-bottom: 15px
}

.section-custom .custom_product_deals .item-product {
    border: 3px solid #ffcd35;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center
}

.section-custom .custom_product_deals .item-product .product__info {
    position: relative;
    padding-bottom: 30px
}

.section-custom .custom_product_deals .item-product .product__info.style_1 .group-buttons {
    top: 10px
}

.section-custom .custom_product_deals .item-product .product__info.style_2 .product__price {
    margin-bottom: 35px
}

.section-custom .custom_product_deals .item-product .product__info.style_2 .group-buttons {
    bottom: 60px
}

.section-custom .custom_product_deals .item-product .product__title {
    margin-bottom: 0
}

.section-custom .custom_product_deals .item-product .product__review {
    margin-bottom: 5px
}

.section-custom .custom_product_deals .item-product .group-buttons {
    position: absolute;
    width: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.section-custom .custom_product_deals .item-product .group-buttons .formAddToCart {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.section-custom .custom_product_deals .item-product .group-buttons .productWishList {
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.section-custom .custom_product_deals .item-product .group-buttons .productQuickView {
    -webkit-transition: all .3s ease .25s;
    -moz-transition: all .3s ease .25s;
    -ms-transition: all .3s ease .25s;
    -o-transition: all .3s ease .25s;
    transition: all .3s ease .25s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.section-custom .custom_product_deals .item-product:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px #00000040
}

.section-custom .custom_product_deals .item-product:hover .countdownfree {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.section-custom .custom_product_deals .item-product:hover .group-buttons {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.section-custom .custom_product_deals .item-product:hover .group-buttons .formAddToCart,
.section-custom .custom_product_deals .item-product:hover .group-buttons .productWishList,
.section-custom .custom_product_deals .item-product:hover .group-buttons .productQuickView {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.section-custom .custom_product_list .title_block {
    margin-top: -2px
}

.section-custom .custom_product_list .nov-group-product-list .item-product .thumbnail-container {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

@media (min-width: 992px) {
    .section-custom .custom_product_list .nov-group-product-list .item-product .thumbnail-container {
        width: 100px;
        min-width: 100px
    }
}

.section-custom .custom_collection_list img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.section-custom .custom_collection_list .item:hover img {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.nov-lookbook .item-lookbook {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
    position: absolute
}

.nov-lookbook .item-lookbook .number-lookbook {
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    background: #e9e9e9;
    border: 5px solid #fff;
    color: #fff;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.nov-lookbook .item-lookbook .content-lookbook {
    padding: 15px;
    z-index: 1;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, .15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, .15);
    -ms-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, .15);
    -o-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, .15);
    box-shadow: 0 0 15px #32323226;
    width: 200px;
    background: #fff;
    display: none;
    position: absolute
}

.nov-lookbook .item-lookbook .content-lookbook .item-thumb img {
    display: inline-block
}

.nov-lookbook .item-lookbook .content-lookbook .item-title a {
    color: #141414;
    font-weight: 700;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.nov-lookbook .item-lookbook .content-lookbook .item-title a:hover {
    color: #0699ee
}

.nov-lookbook .item-lookbook .content-lookbook .rating {
    margin-top: 5px;
    margin-bottom: 5px
}

.nov-lookbook .item-lookbook .content-lookbook .rating .star-rating {
    margin: 0 auto;
    width: 65px
}

.nov-lookbook .item-lookbook .content-lookbook .rating .review-count {
    display: none
}

.nov-lookbook .item-lookbook .content-lookbook .price {
    padding-top: 5px;
    color: #222;
    font-weight: 700;
    font-size: 13px
}

.nov-lookbook .item-lookbook .content-lookbook.topright {
    bottom: 48px;
    left: 49px
}

.lang-rtl .nov-lookbook .item-lookbook .content-lookbook.topright {
    right: 49px;
    left: auto
}

.nov-lookbook .item-lookbook .content-lookbook.topleft {
    bottom: 48px;
    right: 49px
}

.lang-rtl .nov-lookbook .item-lookbook .content-lookbook.topleft {
    left: 49px;
    right: auto
}

.nov-lookbook .item-lookbook .content-lookbook.bottomright {
    top: 48px;
    left: 49px
}

.lang-rtl .nov-lookbook .item-lookbook .content-lookbook.bottomright {
    right: 49px;
    left: auto
}

.nov-lookbook .item-lookbook .content-lookbook.bottomleft {
    top: 48px;
    right: 49px
}

.lang-rtl .nov-lookbook .item-lookbook .content-lookbook.bottomleft {
    left: 49px;
    right: auto
}

@media (max-width: 991px) {
    .nov-lookbook .item-lookbook .content-lookbook {
        width: 150px
    }

    .nov-lookbook .item-lookbook .content-lookbook .item-thumb img {
        max-height: 100px;
        width: auto
    }
}

@media (max-width: 767px) {
    .nov-lookbook .item-lookbook {
        position: static;
        width: 100%;
        height: 100%
    }

    .nov-lookbook .item-lookbook .number-lookbook {
        width: 100%;
        height: 34px;
        line-height: 34px;
        border-radius: 3px;
        margin-bottom: 10px;
        border: none
    }

    .nov-lookbook .item-lookbook .content-lookbook {
        position: static;
        display: flex;
        width: 100%
    }

    .nov-lookbook .item-lookbook .item-thumb {
        margin-right: 15px
    }

    .lang-rtl .nov-lookbook .item-lookbook .item-thumb {
        margin-left: 15px;
        margin-right: inherit
    }

    .nov-lookbook .item-lookbook .content-lookbook-bottom {
        text-align: left
    }

    .lang-rtl .nov-lookbook .item-lookbook .content-lookbook-bottom {
        text-align: right
    }
}

.nov-lookbook .item-lookbook:hover {
    cursor: pointer
}

.nov-lookbook .item-lookbook:hover .number-lookbook {
    animation: Animationlookbook .5s ease-out infinite;
    background: #0699ee
}

.nov-lookbook .item-lookbook:hover .content-lookbook {
    display: block;
    z-index: 999
}

.nov-lookbook .info-lookbooks {
    text-align: center;
    font-size: 12px
}

.nov-lookbook .info-lookbooks .title-lookbook {
    font-size: 20px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    color: #141414;
    margin-top: 27px;
    margin-bottom: 10px;
    font-weight: 700
}

.nov-lookbook .nov-content-lookbook {
    vertical-align: top;
    position: relative
}

.nov-lookbook.slider .owl-dots {
    position: absolute;
    bottom: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 100%
}

.nov-lookbook.slider .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, .1)
}

.nov-lookbook.slider .owl-dots .owl-dot:hover span,
.nov-lookbook.slider .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, .2)
}

.nov-lookbook.slider .owl-nav {
    margin-top: 0
}

.nov-lookbook.slider .owl-nav .owl-prev,
.nov-lookbook.slider .owl-nav .owl-next {
    top: 50%;
    margin-top: -31px;
    position: absolute;
    background: transparent;
    color: #ccc;
    font-size: 42px
}

.nov-lookbook.slider .owl-nav .owl-prev:hover,
.nov-lookbook.slider .owl-nav .owl-next:hover {
    color: #666
}

.nov-lookbook.slider .owl-nav .owl-prev {
    left: 20px
}

.lang-rtl .nov-lookbook.slider .owl-nav .owl-prev {
    right: 20px;
    left: auto
}

.nov-lookbook.slider .owl-nav .owl-next {
    right: 20px
}

.lang-rtl .nov-lookbook.slider .owl-nav .owl-next {
    left: 20px;
    right: auto
}

.nov-lookbook.special {
    padding-left: 45px;
    padding-right: 45px
}

@media (min-width: 160px) {
    .nov-lookbook.special {
        padding-left: 80px;
        padding-right: 80px
    }
}

.nov-lookbook.special .owl-stage-outer {
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea
}

@-webkit-keyframes Animationlookbook {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        -moz-box-shadow: 0 0 0 0 white;
        -ms-box-shadow: 0 0 0 0 white;
        -o-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 #fff
    }

    to {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -ms-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -o-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        box-shadow: 0 0 0 5px #ffffff59
    }
}

@-moz-keyframes Animationlookbook {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        -moz-box-shadow: 0 0 0 0 white;
        -ms-box-shadow: 0 0 0 0 white;
        -o-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 #fff
    }

    to {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -ms-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -o-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        box-shadow: 0 0 0 5px #ffffff59
    }
}

@-ms-keyframes Animationlookbook {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        -moz-box-shadow: 0 0 0 0 white;
        -ms-box-shadow: 0 0 0 0 white;
        -o-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 #fff
    }

    to {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -ms-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -o-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        box-shadow: 0 0 0 5px #ffffff59
    }
}

@keyframes Animationlookbook {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        -moz-box-shadow: 0 0 0 0 white;
        -ms-box-shadow: 0 0 0 0 white;
        -o-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 #fff
    }

    to {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -moz-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -ms-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        -o-box-shadow: 0 0 0 5px rgba(255, 255, 255, .35);
        box-shadow: 0 0 0 5px #ffffff59
    }
}

.slideshow .main-slider {
    position: relative;
    width: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0
}

.slideshow .main-slider.slick-initialized {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

.slideshow .slick-slide {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slideshow .slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%)
}

.lang-rtl .slideshow .slick-slide video {
    right: 50%;
    left: auto
}

.slideshow .slick-slide iframe {
    position: relative;
    pointer-events: none
}

.slideshow .slick-slide figure {
    position: relative;
    height: 100%
}

.slideshow .slick-slide .slide-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.slideshow .slick-slide .image-entity {
    width: 100%;
    visibility: hidden
}

.slideshow .slick-slide.slick-active {
    z-index: 1
}

.slideshow .slick-slide.slick-active .content-caption {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s;
    -moz-transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s;
    -ms-transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s;
    -o-transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s;
    transition: all .7s cubic-bezier(.32, .34, 0, 1.62) .6s;
    margin-top: 0
}

.slideshow .content-caption {
    position: absolute;
    width: 100%;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 20px
}

.slideshow .content-caption .img_caption {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 15px
}

.slideshow .content-caption .img_caption_2 {
    margin-bottom: 20px;
    padding: 0 15px
}

.slideshow .content-caption .caption-1 {
    line-height: 1;
    margin-bottom: 10px;
    font-family: Playfair Display, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 900;
    padding: 0 15px
}

.slideshow .content-caption .caption-2 {
    padding: 0 15px;
    font-style: italic;
    font-family: Playfair Display, HelveticaNeue, Helvetica Neue, sans-serif
}

.slideshow .content-caption .caption-2.style_1 {
    font-weight: 700
}

.slideshow .content-caption .caption-2.style_2 {
    font-weight: 900
}

.slideshow .content-caption .caption-3 {
    padding: 0 15px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-style: italic
}

.slideshow .content-caption .cap_link {
    padding: 0 15px;
    margin-top: 25px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.slideshow .content-caption .cap_link a {
    padding: 18px 40px 14px
}

.slideshow .content-caption .cap_link.style_1 a {
    border: 1px solid #fff
}

.slideshow .content-caption .cap_link.style_1 a:hover {
    background: #fff;
    color: #0699ee !important
}

.slideshow .content-caption .cap_link.style_2 a {
    background: #fff
}

.slideshow .content-caption .cap_link.style_2 a:hover {
    background: #0699ee;
    color: #fff !important
}

.slideshow .slick-dots {
    bottom: 60px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    width: inherit
}

.lang-rtl .slideshow .slick-dots {
    right: 50%;
    left: auto
}

.lang-rtl .slideshow .slick-dots {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.slideshow .slick-dots li {
    margin: 0 6px
}

.slideshow .slick-dots li button {
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    position: relative;
    outline: none;
    font-size: 12px
}

.slideshow .slick-dots li button:before {
    content: "";
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    z-index: -1
}

.slideshow .slick-arrow {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer
}

.slideshow .slick-arrow:hover {
    color: #0699ee;
    background: #fff
}

.slideshow .slick-arrow.arrow-next {
    right: 20px
}

.lang-rtl .slideshow .slick-arrow.arrow-next {
    left: 20px;
    right: auto
}

.slideshow .slick-arrow.arrow-prev {
    left: 20px
}

.lang-rtl .slideshow .slick-arrow.arrow-prev {
    right: 20px;
    left: auto
}

.slideshow.style_1 .slick-dots li button {
    width: 22px;
    height: 22px;
    color: #fff
}

.slideshow.style_1 .slick-dots li button:before {
    width: 22px;
    height: 22px;
    background: #8c8c8c
}

.slideshow.style_1 .slick-dots li.slick-active button:before,
.slideshow.style_1 .slick-dots li:hover button:before {
    background: #0699ee
}

.slideshow.style_2 .slick-dots li button {
    width: 19px;
    height: 19px;
    color: transparent
}

.slideshow.style_2 .slick-dots li button:before {
    width: 19px;
    height: 19px;
    background: rgba(255, 255, 255, .4)
}

.slideshow.style_2 .slick-dots li.slick-active button:before,
.slideshow.style_2 .slick-dots li:hover button:before {
    background: #fff
}

.slideshow.style_3 .slick-dots li button {
    width: 19px;
    height: 19px;
    color: transparent
}

.slideshow.style_3 .slick-dots li button:before {
    width: 19px;
    height: 19px;
    background: #fff
}

.slideshow.style_3 .slick-dots li.slick-active button:before,
.slideshow.style_3 .slick-dots li:hover button:before {
    background: #0699ee
}

@media (min-width: 1600px) {
    .slideshow .content-caption .caption-1.s {
        font-size: 38px
    }

    .slideshow .content-caption .caption-1.m {
        font-size: 40px
    }

    .slideshow .content-caption .caption-1.l {
        font-size: 50px
    }

    .slideshow .content-caption .caption-1.xl {
        font-size: 60px
    }

    .slideshow .content-caption .caption-2.l {
        font-size: 48px
    }

    .slideshow .content-caption .caption-2.m {
        font-size: 38px
    }

    .slideshow .content-caption .caption-3.s {
        font-size: 14px
    }

    .slideshow .content-caption .caption-3.m {
        font-size: 16px
    }

    .slideshow .content-caption .caption-3.l {
        font-size: 18px
    }
}

@media (max-width: 1599px) and (min-width: 1200px) {
    .slideshow .content-caption .caption-1.s {
        font-size: 25px
    }

    .slideshow .content-caption .caption-1.m {
        font-size: 30px
    }

    .slideshow .content-caption .caption-1.l {
        font-size: 40px
    }

    .slideshow .content-caption .caption-1.xl {
        font-size: 50px
    }

    .slideshow .content-caption .caption-2.m {
        font-size: 30px
    }

    .slideshow .content-caption .caption-2.l {
        font-size: 40px
    }

    .slideshow .content-caption .caption-3.l {
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .slideshow .content-caption .caption-1.xl {
        font-size: 40px
    }

    .slideshow .content-caption .caption-1.l {
        font-size: 30px
    }

    .slideshow .content-caption .caption-1.m {
        font-size: 25px
    }

    .slideshow .content-caption .caption-2.l {
        font-size: 30px
    }

    .slideshow .content-caption .caption-2.m {
        font-size: 25px
    }

    .slideshow .content-caption .caption-3.l {
        font-size: 14px
    }

    .slideshow .content-caption .caption-3.m {
        font-size: 12px
    }
}

@media (max-width: 991px) {
    .slideshow .content-caption .caption-1.xl {
        font-size: 30px
    }

    .slideshow .content-caption .caption-1.l {
        font-size: 25px
    }

    .slideshow .content-caption .caption-1.m {
        font-size: 20px
    }

    .slideshow .content-caption .caption-2.l {
        font-size: 25px
    }

    .slideshow .content-caption .caption-2.m {
        font-size: 20px
    }

    .slideshow .content-caption .caption-3.l,
    .slideshow .content-caption .caption-3.m {
        font-size: 11px
    }
}

@media (max-width: 767px) {
    .slideshow .content-caption {
        padding: 0
    }

    .slideshow .content-caption .img_caption img {
        max-height: 80px
    }

    .slideshow .content-caption .caption-1.s {
        font-size: 14px
    }

    .slideshow .content-caption .caption-1.m {
        font-size: 16px
    }

    .slideshow .content-caption .caption-1.l {
        font-size: 20px
    }

    .slideshow .content-caption .caption-1.xl {
        font-size: 25px
    }

    .slideshow .content-caption .caption-3 br {
        display: none
    }

    .slideshow .content-caption .cap_link.style_1 a {
        font-size: 14px;
        padding: 14px 30px 12px
    }

    .slideshow .content-caption .cap_link.style_2 a {
        padding: 12px 27px 10px;
        font-size: 11px
    }
}

.section-product-image .title_block {
    font-size: 30px
}

.section-product-image .title_block .sub_title {
    font-size: 14px;
    color: #141414
}

.section-product-image .title_block .title {
    position: relative;
    display: inline-block;
    padding-bottom: 5px
}

.section-product-image .title_block .title:before {
    content: "";
    position: absolute;
    width: 170px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #000
}

.lang-rtl .section-product-image .title_block .title:before {
    right: 0;
    left: auto
}

.section-product-image .grid--view-items .item {
    margin-bottom: 25px !important
}

.section-product-image .flex-row-reverse .title_block .title:before {
    right: 0;
    left: inherit
}

.lang-rtl .section-product-image .flex-row-reverse .title_block .title:before {
    left: 0;
    right: auto
}

.lang-rtl .section-product-image .flex-row-reverse .title_block .title:before {
    right: inherit;
    left: auto
}

.section-product-image .nov-slick-carousel .slick-arrow {
    top: 42%
}

.nov-blog .nov-slick-carousel .item {
    padding: 0 15px
}

.nov-blog .nov-slick-carousel .slick-arrow {
    top: -70px
}

.nov-blog .nov-slick-carousel .slick-arrow.arrow-prev {
    right: 54px
}

.lang-rtl .nov-blog .nov-slick-carousel .slick-arrow.arrow-prev {
    left: 54px;
    right: auto
}

.nov-blog .nov-slick-carousel .slick-arrow.arrow-next {
    right: 15px
}

.lang-rtl .nov-blog .nov-slick-carousel .slick-arrow.arrow-next {
    left: 15px;
    right: auto
}

.nov-blog .article--listing .article__list-image-container {
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.nov-blog .article--listing .article__list-image-container img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.nov-blog .article--listing .article__title {
    font-size: 14px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.nov-blog .article--listing .article__title a {
    color: #444
}

.nov-blog .article--listing .article__title a:hover {
    color: #0699ee
}

.nov-blog .article--listing .article__info {
    margin-top: 20px;
    margin-bottom: 12px
}

.nov-blog .article--listing .article__info .article__countcomment {
    border-right: none;
    padding-right: 0;
    margin-right: 20px;
    font-size: 10px
}

.lang-rtl .nov-blog .article--listing .article__info .article__countcomment {
    border-left: none;
    border-right: inherit
}

.lang-rtl .nov-blog .article--listing .article__info .article__countcomment {
    padding-left: 0;
    padding-right: inherit
}

.lang-rtl .nov-blog .article--listing .article__info .article__countcomment {
    margin-left: 20px;
    margin-right: inherit
}

.nov-blog .article--listing .article__info .article__countcomment i {
    font-size: 13px
}

.nov-blog .article--listing .article__info .article__date {
    font-size: 10px
}

.nov-blog .article--listing .article__info .article__date i {
    font-size: 13px
}

.nov-blog .article--listing .article__excerpt {
    margin-bottom: 15px
}

.nov-blog .article--listing .article__readmore {
    font-weight: 400
}

.nov-blog .article--listing:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2)
}

.nov-blog.type_1 .article--listing .article__title {
    margin-top: 0
}

.nov-blog.type_1 .article--listing .article__excerpt {
    margin-bottom: 10px
}

.nov-blog.type_2 {
    text-align: center
}

@media (min-width: 767px) {
    .nov-blog .box-margin {
        margin: -25px;
        overflow: hidden
    }

    .nov-blog .box-padding {
        padding: 25px
    }

    .nov-blog .slick-list {
        overflow: inherit
    }

    .nov-blog .article--listing {
        margin: -10px;
        border: 10px solid transparent
    }

    .nov-blog .article--listing:hover {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border-color: #fff;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        box-shadow: 0 0 20px #0000001a;
        background: #fff
    }
}

@media (max-width: 767px) {
    .nov-blog .article--listing {
        display: block !important
    }

    .nov-blog .article--listing .mr-30 {
        margin-right: 0 !important
    }

    .lang-rtl .nov-blog .article--listing .mr-30 {
        margin-left: 0 !important;
        margin-right: inherit
    }

    .nov-blog .article--listing .mr-30 .article__list-image-container {
        width: 100%
    }
}

.section-featured-blog .grid__item:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd
}

.section-featured-blog .article__title {
    font-size: 16px;
    margin-bottom: 6px
}

.section-maps .map-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.section-maps .h4 {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #141414
}

.section-maps .h4 span {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block
}

.section-maps .h4 span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    background: #000
}

.lang-rtl .section-maps .h4 span:before {
    right: 0;
    left: auto
}

.section-maps .map-section__background-wrapper {
    position: relative;
    height: auto
}

.section-maps .map-section__content {
    margin: 0;
    padding: 137px 40px;
    text-align: left
}

.lang-rtl .section-maps .map-section__content {
    text-align: right
}

.section-maps .rte-setting p {
    margin-bottom: 0
}

.section-maps .open .title_block {
    font-size: 16px
}

@media (max-width: 991px) {
    .section-maps .map-section__content {
        padding: 40px 15px
    }

    .section-maps .map-section__content .map_section__directions-btn {
        padding: 10px 40px
    }
}

.map-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 768px) {
    .map-section {
        min-height: 500px
    }
}

.map-section--load-error {
    height: auto
}

.map-section__wrapper {
    height: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.map-section__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2
}

.map-section__error {
    position: relative;
    z-index: 3
}

@media (min-width: 768px) {
    .map-section__error {
        position: absolute;
        margin: 0 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.map-section__content-wrapper {
    position: relative;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    flex-grow: 0
}

@media (min-width: 768px) {
    .map-section__content-wrapper {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%
    }
}

@media (min-width: 1200px) {
    .map-section__content-wrapper {
        -webkit-flex-basis: 33%;
        -moz-flex-basis: 33%;
        -ms-flex-basis: 33%;
        flex-basis: 33%
    }
}

.map-section__content {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 50px 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center
}

.map-section__content>* {
    width: 100%
}

@media (min-width: 768px) {
    .map-section__content {
        background-color: #fff;
        margin: 60px 0;
        min-height: 300px
    }

    .ie9 .map-section__content {
        top: 10%
    }
}

.map-section--load-error .map-section__content {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.map-section__content .map_section__directions-btn {
    padding: 10px 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 700;
    font-size: 12px
}

.map-section__content .map_section__directions-btn:hover,
.map-section__content .map_section__directions-btn:focus {
    color: #fff
}

.map-section__link {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

.lang-rtl .map-section__link {
    right: 50%;
    left: auto
}

.lang-rtl .map-section__link {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

.map-section__container {
    max-width: none;
    width: 100%;
    height: 55vh;
    left: 0
}

.lang-rtl .map-section__container {
    right: 0;
    left: auto
}

@media (min-width: 768px) {
    .map-section__container {
        position: absolute;
        height: 100%;
        top: 0;
        width: 130%
    }
}

.map-section__background-wrapper {
    overflow: hidden;
    position: relative;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%
}

@media (min-width: 768px) {
    .map-section__background-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .lang-rtl .map-section__background-wrapper {
        right: 0;
        left: auto
    }
}

.ie9 .map-section__background-wrapper {
    width: 100%;
    height: 500px
}

.map-section--onboarding .map-section__background-wrapper {
    min-height: 55vh
}

.map-section__image {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center
}

.lang-rtl .map-section__image {
    right: 0;
    left: auto
}

@media (min-width: 768px) {
    .map-section__image {
        position: absolute
    }
}

.map-section--display-map .map-section__image {
    display: none !important
}

.map-section--load-error .map-section__image {
    display: block !important
}

.gm-style-cc,
.gm-style-cc+div {
    visibility: hidden
}

.page-cms .page-subheading {
    font-size: 18px;
    color: #343434;
    font-weight: 700
}

.page-cms .cms-block {
    padding-top: 20px
}

.page-cms .cms-block.right {
    padding-left: 20px
}

.lang-rtl .page-cms .cms-block.right {
    padding-right: 20px;
    padding-left: inherit
}

.page-cms .cms-block.left {
    padding-right: 20px
}

.lang-rtl .page-cms .cms-block.left {
    padding-left: 20px;
    padding-right: inherit
}

.vertical_menu {
    position: absolute;
    top: 81px;
    background: #fff;
    border-top: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px #00000026;
    min-width: 230px;
    z-index: 99;
    cursor: pointer;
    display: none
}

.vertical_menu .group_title i {
    display: none
}

.vertical_menu .icon_nav {
    margin-top: 2px;
    margin-right: 10px
}

.lang-rtl .vertical_menu .icon_nav {
    margin-left: 10px;
    margin-right: inherit
}

.vertical_menu .sub_title_nav {
    font-size: 11px;
    color: #bfbdbd;
    font-weight: 400;
    margin-top: 3px
}

.vertical_menu .site-nav>li {
    display: block;
    position: static;
    list-style-type: none
}

.vertical_menu .site-nav>li.hide {
    display: none
}

.vertical_menu .site-nav>li:not(:first-child) {
    border-top: 1px dashed #cfc7a2
}

.vertical_menu .site-nav>li>a {
    color: #444;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    text-transform: none;
    font-size: 13px;
    min-height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 20px
}

.lang-rtl .vertical_menu .site-nav>li>a {
    padding-right: 20px;
    padding-left: inherit
}

.vertical_menu .site-nav>li .megaMenu,
.vertical_menu .site-nav>li .site-nav__dropdown {
    left: 100% !important;
    top: 0;
    z-index: 99;
    padding-top: 0;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translate(0) !important
}

.lang-rtl .vertical_menu .site-nav>li .megaMenu,
.lang-rtl .vertical_menu .site-nav>li .site-nav__dropdown {
    right: 100% !important;
    left: auto
}

.vertical_menu .site-nav>li .site-nav__dropdown:not(.megaMenu) {
    padding: 5px 20px 15px
}

.vertical_menu .site-nav>li .site-nav__dropdown:not(.megaMenu) a {
    padding: 10px 0
}

.vertical_menu .site-nav>li .site-nav__dropdown:not(.megaMenu) a:hover {
    background-color: transparent;
    color: #0699ee
}

.vertical_menu .site-nav>li:hover>a {
    background: #f4f3ec
}

.vertical_menu .show_more {
    cursor: pointer;
    line-height: 74px;
    padding-left: 5px;
    border-top: 1px solid #e6e6e6
}

.lang-rtl .vertical_menu .show_more {
    padding-right: 5px;
    padding-left: inherit
}

.vertical_menu .show_more i {
    font-size: 22px;
    color: #0699ee;
    margin-right: 17px;
    vertical-align: middle
}

.lang-rtl .vertical_menu .show_more i {
    margin-left: 17px;
    margin-right: inherit
}

.vertical_menu .show_more span {
    color: #b2b2b2;
    font-weight: 700
}

.vertical_menu .show_more.active span,
.vertical_menu .show_more:hover span {
    color: #0699ee
}

.vertical_menu .show_more.active i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.vertical_menu .show_sub {
    color: #0699ee
}

.vertical_menu .show_sub.active {
    color: #fcb73f
}

.vertical_menu .site-nav--has-dropdown .hasMegaMenu .megaMenu .novMenuLinks .menuTitle .has_child {
    margin-bottom: 5px
}

.vertical_menu .site-nav--has-dropdown .hasMegaMenu .megaMenu .novMenuLinks .menuTitle .has_child a {
    padding-bottom: 15px
}

.vertical_menu .site-nav--has-dropdown .hasMegaMenu .megaMenu .novMenuLinks a {
    padding: 3px 0
}

.vertical_menu .site-nav--has-dropdown>a {
    position: relative
}

.vertical_menu .site-nav--has-dropdown>a:before {
    content: "\f2fb";
    position: absolute;
    font-family: Material-Design-Iconic-Font;
    font-size: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #909090
}

.lang-rtl .vertical_menu .site-nav--has-dropdown>a:before {
    left: 15px;
    right: auto
}

@media (max-width: 1199px) {
    .vertical_menu {
        min-width: 190px
    }

    .vertical_menu .site-nav>li>a {
        font-size: 12px;
        padding-left: 15px
    }

    .lang-rtl .vertical_menu .site-nav>li>a {
        padding-right: 15px;
        padding-left: inherit
    }

    .vertical_menu .icon_nav {
        max-width: 35px
    }

    .vertical_menu .sub_title_nav {
        font-size: 10px
    }

    .vertical_menu .site-nav--has-dropdown.hasMegaMenu .megaMenu {
        max-width: 740px
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .vertical_menu:not(#_mobile_vertical_menu) {
        position: fixed;
        height: 100vh;
        overflow: auto;
        background: #fff;
        text-align: center;
        top: 0;
        left: -270px;
        z-index: 999;
        padding: 30px 0 70px;
        width: 270px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: none;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        -o-transition: all .4s linear;
        transition: all .4s linear;
        display: block
    }

    .lang-rtl .vertical_menu:not(#_mobile_vertical_menu) {
        right: -270px;
        left: auto
    }

    .vertical_menu:not(#_mobile_vertical_menu) .site-nav {
        padding: 0
    }

    .vertical_menu:not(#_mobile_vertical_menu) li .site-nav__dropdown {
        position: static;
        width: 100% !important;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        visibility: visible;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        padding: 0;
        background: none !important;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none
    }

    .vertical_menu:not(#_mobile_vertical_menu)>li>a {
        padding: 0 !important
    }

    .vertical_menu:not(#_mobile_vertical_menu) .show_sub i {
        font-size: 19px
    }

    .vertical_menu:not(#_mobile_vertical_menu) .site-nav>li .megaMenu,
    .vertical_menu:not(#_mobile_vertical_menu) .site-nav>li .site-nav__dropdown {
        margin-left: 0
    }

    .lang-rtl .vertical_menu:not(#_mobile_vertical_menu) .site-nav>li .megaMenu,
    .lang-rtl .vertical_menu:not(#_mobile_vertical_menu) .site-nav>li .site-nav__dropdown {
        margin-right: 0;
        margin-left: inherit
    }

    .vertical_menu:not(#_mobile_vertical_menu).active {
        left: 0;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1
    }

    .lang-rtl .vertical_menu:not(#_mobile_vertical_menu).active {
        right: 0;
        left: auto
    }

    .vertical_menu .site-nav>.site-nav--has-dropdown>a:before {
        display: none
    }
}

@media (max-width: 767px) {
    .vertical_menu .site-nav>.site-nav--has-dropdown>a:before {
        display: none
    }
}

.countdownfree {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.countdownfree .item-time {
    display: inline-block;
    text-align: center
}

.countdownfree .item-time:not(:last-child) {
    margin-right: 10px
}

.lang-rtl .countdownfree .item-time:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit
}

.countdownfree .item-time .data-time span:not(.name-time) {
    width: 43px;
    height: 46px;
    line-height: 50px;

    color: #fff;
    display: block;
    margin: auto;
    font-size: 18px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.countdownfree .item-time .name-time {
    color: #c9c9c9;
    display: block;
    font-size: 11px;
    margin-top: 7px;
    text-transform: uppercase
}

#popup-subscribe .modal-dialog {
    max-width: 500px
}

#popup-subscribe .modal-dialog .modal-content {
    width: 100%;
    overflow: hidden
}

#popup-subscribe .modal-dialog .modal-content .modal-header .close {
    background: none;
    top: 15px;
    right: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.lang-rtl #popup-subscribe .modal-dialog .modal-content .modal-header .close {
    left: 15px;
    right: auto
}

#popup-subscribe .modal-dialog .modal-content .modal-header .close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#popup-subscribe .modal-dialog .modal-content .title_block {
    font-size: 1.8rem;
    margin: 0 0 18px;
    padding-left: 0;
    text-transform: uppercase
}

.lang-rtl #popup-subscribe .modal-dialog .modal-content .title_block {
    padding-right: 0;
    padding-left: inherit
}

#popup-subscribe .modal-dialog .modal-content p {
    font-size: 13px;
    margin-bottom: 20px
}

#popup-subscribe .modal-dialog .modal-body {
    padding: 0
}

#popup-subscribe .subscribe_form {
    padding: 75px 20px 23px;
    position: relative;
    text-align: center
}

#popup-subscribe .subscribe_form .input-group {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 48px;
    border: 1px solid #ececec;
    max-width: 370px;
    margin: auto
}

#popup-subscribe .subscribe_form .input-group input {
    background: transparent;
    height: 42px;
    outline: none;
    color: #666;
    font-size: 1.3rem;
    border: none;
    padding-left: 15px
}

.lang-rtl #popup-subscribe .subscribe_form .input-group input {
    padding-right: 15px;
    padding-left: inherit
}

#popup-subscribe .subscribe_form .input-group input::-webkit-input-placeholder {
    color: #cccbcb;
    font-size: 11px
}

#popup-subscribe .subscribe_form .input-group input:-moz-placeholder {
    color: #cccbcb;
    font-size: 11px
}

#popup-subscribe .subscribe_form .input-group input::-moz-placeholder {
    color: #cccbcb;
    font-size: 11px
}

#popup-subscribe .subscribe_form .input-group input:-ms-input-placeholder {
    color: #cccbcb;
    font-size: 11px
}

#popup-subscribe .subscribe_form .input-group button {
    height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 14px;
    outline: none;
    position: relative;
    border: none;
    margin: 2px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

#popup-subscribe .subscribe_form .checkbox {
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase
}

#popup-subscribe .subscribe_form .checkbox>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #bbb
}

#popup-subscribe .subscribe_form .checkbox .custom-checkbox {
    line-height: 13px;
    width: 16px;
    height: 16px
}

#popupAlert .modal-content {
    background-color: #dff0d8;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

#popup-quickview {
    font-size: 12px
}

#popup-quickview .modal-body {
    padding: 30px 10px
}

#popup-quickview .proFeaturedImage {
    position: relative
}

#popup-quickview .proFeaturedImage .loadingImage {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    overflow: hidden;
    background: transparent;
    width: 100%;
    height: 60px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

#popup-quickview .proFeaturedImage .loadingImage .loader {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

.lang-rtl #popup-quickview .proFeaturedImage .loadingImage .loader {
    right: 50%;
    left: auto
}

.lang-rtl #popup-quickview .proFeaturedImage .loadingImage .loader {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translate(50%)
}

#popup-quickview .proFeaturedImage .loadingImage .loader .dot {
    width: 20px;
    height: 20px;
    background: #fac777;
    border-radius: 100%;
    display: inline-block;
    animation: nov-slide 1s infinite
}

#popup-quickview .proFeaturedImage .loadingImage .loader .dot:nth-child(1) {
    animation-delay: .1s;
    background: #e8e8e8
}

#popup-quickview .proFeaturedImage .loadingImage .loader .dot:nth-child(2) {
    animation-delay: .2s;
    background: #d7d7d7
}

#popup-quickview .proFeaturedImage .loadingImage .loader .dot:nth-child(3) {
    animation-delay: .3s;
    background: #bdbdbd
}

#popup-quickview .proFeaturedImage .loadingImage .loader .dot:nth-child(4) {
    animation-delay: .4s;
    background: #a0a0a0
}

#popup-quickview .proFeaturedImage .loadingImage .loader .dot:nth-child(5) {
    animation-delay: .5s;
    background: #717171
}

#popup-quickview .quickviewName {
    font-size: 1.8rem;
    color: #141414;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    margin-bottom: 15px;
    font-weight: 700
}

#popup-quickview .product-single__price {
    margin-bottom: 20px
}

#popup-quickview .priceProduct {
    font-size: 30px
}

#popup-quickview .priceProduct.priceCompare {
    margin-left: 15px;
    color: #cacaca;
    text-decoration: line-through
}

.lang-rtl #popup-quickview .priceProduct.priceCompare {
    margin-right: 15px;
    margin-left: inherit
}

#popup-quickview .proAttr label {
    color: #444;
    font-size: 12px;
    min-width: 105px
}

#popup-quickview .proQuantity label {
    margin-bottom: 0;
    font-weight: 500;
    display: none
}

#popup-quickview .proShortDescription {
    margin-top: 10px
}

#popup-quickview .selector-wrapper {
    display: none
}

#popup-quickview .owl-nav .owl-prev,
#popup-quickview .owl-nav .owl-next {
    margin: 0;
    background-color: transparent;
    color: #878787;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#popup-quickview .owl-nav .owl-prev:hover,
#popup-quickview .owl-nav .owl-next:hover {
    color: #666
}

#popup-quickview .owl-nav .owl-prev {
    left: -10px
}

.lang-rtl #popup-quickview .owl-nav .owl-prev {
    right: -10px;
    left: auto
}

#popup-quickview .owl-nav .owl-next {
    right: -10px
}

.lang-rtl #popup-quickview .owl-nav .owl-next {
    left: -10px;
    right: auto
}

#popup-quickview .swatch {
    margin-bottom: 25px
}

#popup-Cart .jsPopupview {
    max-width: 450px
}

#popup-Cart .jsPopupview .modal-content {
    width: 365px
}

#popup-Cart .jsPopupview .modal-body {
    padding: 10px 10px 16px
}

#popup-Cart .proName {
    font-size: 14px;
    font-weight: 700;
    color: #141414
}

#popup-Cart .success-message {
    font-size: 12px;
    color: #666
}

#popup-Cart .actions .btn {
    padding: 10px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    background: #0699ee;
    border-color: transparent
}

#popup-Cart .actions .btn:hover {
    text-decoration: none;
    background: #0699ee
}

@media (max-width: 575px) {
    #popup-Cart .proBoxImage {
        width: 30% !important
    }

    #popup-Cart .proBoxInfo {
        width: 70% !important
    }
}

.swatch {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.swatch .tooltip {
    display: none
}

.swatch .swatch-element {
    float: left;
    position: relative
}

.lang-rtl .swatch .swatch-element {
    float: right
}

.swatch .swatch-element:not(:last-child) {
    margin-right: 10px
}

.lang-rtl .swatch .swatch-element:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit
}

.swatch .swatch-element .crossed-out {
    display: none
}

.swatch .swatch-element:not(.color) label {
    width: 42px;
    height: 42px;
    line-height: 42px;
    min-width: 42px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid #d7d7d7
}

.swatch .swatch-element:not(.color) input:checked+label,
.swatch .swatch-element:not(.color) label:hover {
    border-color: #0699ee;
    color: #0699ee
}

.swatch .swatch-element.color:not(:last-child) {
    margin-right: 5px
}

.lang-rtl .swatch .swatch-element.color:not(:last-child) {
    margin-left: 5px;
    margin-right: inherit
}

.swatch .swatch-element.color label {
    width: 16px;
    height: 16px;
    min-width: 16px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.swatch .swatch-element.color input:checked+label,
.swatch .swatch-element.color label:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #cccccc;
    -moz-box-shadow: 0 0 0 1px #cccccc;
    -ms-box-shadow: 0 0 0 1px #cccccc;
    -o-box-shadow: 0 0 0 1px #cccccc;
    box-shadow: 0 0 0 1px #ccc
}

.swatch .swatch-element.white label {
    border: 1px solid #d7d7d7
}

.swatch .swatch-element.white input:checked+label,
.swatch .swatch-element.white label:hover {
    border: 2px solid #d7d7d7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.swatch input {
    display: none
}

.swatch .header {
    font-size: 11px;
    margin-right: 10px;
    font-weight: 700
}

.lang-rtl .swatch .header {
    margin-left: 10px;
    margin-right: inherit
}

.swatch label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    text-align: center;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 5px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.lang-rtl .swatch label {
    float: right
}

.swatch input:checked+label,
.swatch label:hover {
    border-color: #343434;
    border-width: 2px;
    line-height: 28px
}

.swatch .crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.lang-rtl .swatch .crossed-out {
    right: 0;
    left: auto
}

.product-swatch-color {
    margin-bottom: 25px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.product-swatch-color .swatch-element {
    float: left;
    position: relative
}

.lang-rtl .product-swatch-color .swatch-element {
    float: right
}

.product-swatch-color .swatch-element:not(:last-child) {
    margin-right: 10px
}

.lang-rtl .product-swatch-color .swatch-element:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit
}

.product-swatch-color .swatch-element a {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #d8d8d8;
    -moz-box-shadow: 0 0 0 1px #d8d8d8;
    -ms-box-shadow: 0 0 0 1px #d8d8d8;
    -o-box-shadow: 0 0 0 1px #d8d8d8;
    box-shadow: 0 0 0 1px #d8d8d8
}

.product-swatch-color .swatch-element a:before {
    content: "\f26b";
    position: absolute;
    font-family: Material-Design-Iconic-Font;
    font-size: 11px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
}

.lang-rtl .product-swatch-color .swatch-element a:before {
    right: 50%;
    left: auto
}

.product-swatch-color .swatch-element a.active:before,
.product-swatch-color .swatch-element a:hover:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.product-swatch-color .swatch-element.white a:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lang-rtl .product-swatch-color .swatch-element.white a:after {
    right: 50%;
    left: auto
}

.product-swatch-color .swatch-element.white a.active:before {
    color: #ccc
}

.product-swatch-color input {
    display: none
}

.product-swatch-color .header {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #444
}

.product-swatch-color label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 5px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.lang-rtl .product-swatch-color label {
    float: right
}

.product-swatch-color input:checked+label,
.product-swatch-color label:hover {
    border-color: #343434;
    border-width: 2px;
    line-height: 28px
}

.product-swatch-color .crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.lang-rtl .product-swatch-color .crossed-out {
    right: 0;
    left: auto
}

.newsletter.style_1 .input-group {
    max-width: 570px;
    margin: auto
}

.newsletter.style_1 input {
    height: 50px;
    -moz-border-radius: 3px 0 0 3px !important;
    -webkit-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
    outline: none;
    font-size: 1.3rem;
    border: none;
    padding-left: 15px;
    background: #f7f7f7
}

.lang-rtl .newsletter.style_1 input {
    -moz-border-radius: 0 3px 3px !important 0;
    -webkit-border-radius: 0 3px 3px !important 0;
    border-radius: 0 3px 3px !important 0
}

.lang-rtl .newsletter.style_1 input {
    padding-right: 15px;
    padding-left: inherit
}

.newsletter.style_1 input::-webkit-input-placeholder {
    color: #cdcdcd;
    font-size: 12px
}

.newsletter.style_1 input:-moz-placeholder {
    color: #cdcdcd;
    font-size: 12px
}

.newsletter.style_1 input::-moz-placeholder {
    color: #cdcdcd;
    font-size: 12px
}

.newsletter.style_1 input:-ms-input-placeholder {
    color: #cdcdcd;
    font-size: 12px
}

.newsletter.style_1 button {
    height: 50px;
    border-radius: 3px;
    padding: 0 28px;
    outline: none;
    border: none;
    z-index: 99;
    font-size: 10px
}

.newsletter.style_2 .input-group {
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    height: 46px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px #00000026
}

.newsletter.style_2 input {
    background: transparent;
    height: 46px;
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
    -moz-border-radius-topleft: 25px;
    -webkit-border-top-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-radius: 25px 0 0 25px;
    outline: none;
    color: #666;
    font-size: 1.3rem;
    border: none;
    padding-left: 15px;
    padding-right: 90px
}

.lang-rtl .newsletter.style_2 input {
    -moz-border-radius-topright: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit
}

.lang-rtl .newsletter.style_2 input {
    -moz-border-radius-bottomright: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.lang-rtl .newsletter.style_2 input {
    padding-right: 15px;
    padding-left: inherit
}

.lang-rtl .newsletter.style_2 input {
    padding-left: 90px;
    padding-right: inherit
}

.newsletter.style_2 input::-webkit-input-placeholder {
    color: #b8afa5
}

.newsletter.style_2 input:-moz-placeholder {
    color: #b8afa5
}

.newsletter.style_2 input::-moz-placeholder {
    color: #b8afa5
}

.newsletter.style_2 input:-ms-input-placeholder {
    color: #b8afa5
}

.newsletter.style_2 button {
    height: 42px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 14px;
    outline: none;
    position: absolute;
    border: none;
    margin: 2px;
    right: 0;
    z-index: 99
}

.lang-rtl .newsletter.style_2 button {
    left: 0;
    right: auto
}

.newsletter .errors {
    margin-bottom: 10px;
    text-align: left
}

.lang-rtl .newsletter .errors {
    text-align: right
}

.newsletter .errors ul {
    padding-left: 15px
}

.lang-rtl .newsletter .errors ul {
    padding-right: 15px;
    padding-left: inherit
}

.social-icons {
    padding: 0;
    list-style-type: none
}

.social-icons li {
    display: inline-block
}

.social-icons li:not(:last-child) {
    margin-right: 10px
}

.lang-rtl .social-icons li:not(:last-child) {
    margin-left: 10px;
    margin-right: inherit
}

@media (max-width: 991px) {
    .social-icons li:not(:last-child) {
        margin-right: 15px
    }

    .lang-rtl .social-icons li:not(:last-child) {
        margin-left: 15px;
        margin-right: inherit
    }
}

.social-icons li a {
    font-size: 20px;
    color: #787878
}

.btn_close_sidebar {
    position: absolute;
    left: 50%;
    top: 30px;
    font-size: 24px;
    color: #666;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

.lang-rtl .btn_close_sidebar {
    right: 50%;
    left: auto
}

.btn_close_sidebar:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebarmenu_title {
    font-size: 20px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    color: #fff;
    margin-right: 35px;
    cursor: pointer;
    padding: 8px 54px 8px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #0699ee
}

.lang-rtl .sidebarmenu_title {
    margin-left: 35px;
    margin-right: inherit
}

.lang-rtl .sidebarmenu_title {
    padding: 8px 15px 8px 54px
}

.sidebarmenu_title i {
    font-size: 16px
}

.sidebarmenu_title:hover {
    bg: #666666
}

.sidebarmenu_content {
    width: 284px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -360px;
    -webkit-box-shadow: 5px 0 12px rgba(0, 0, 0, .25);
    -moz-box-shadow: 5px 0 12px rgba(0, 0, 0, .25);
    -ms-box-shadow: 5px 0 12px rgba(0, 0, 0, .25);
    -o-box-shadow: 5px 0 12px rgba(0, 0, 0, .25);
    box-shadow: 5px 0 12px #00000040;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    transition: all .3s ease .15s
}

.lang-rtl .sidebarmenu_content {
    right: -360px;
    left: auto
}

.sidebarmenu_content a:hover {
    text-decoration: none
}

.sidebarmenu_content .sidebarmenu_list_content {
    padding: 115px 30px 40px;
    background: #fff;
    overflow-y: auto;
    height: 100vh
}

.lang-rtl .sidebarmenu_content .sidebarmenu_list_content {
    padding: 115px 30px 40px
}

.sidebarmenu_content .sidebarmenu_list_content::-webkit-scrollbar-track {
    background-color: #eaeaea;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.sidebarmenu_content .sidebarmenu_list_content::-webkit-scrollbar {
    width: 3px;
    background-color: #eaeaea;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px
}

.sidebarmenu_content .sidebarmenu_list_content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background-color: #0699ee
}

.sidebarmenu_content .sidebarmenu_list_content .site-nav--has-dropdown:before {
    display: none
}

.sidebarmenu_content .sidebarmenu_list_content>li {
    position: relative
}

.sidebarmenu_content .sidebarmenu_list_content>li>a {
    font-size: 1.6rem;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 10px 0
}

.sidebarmenu_content .sidebarmenu_list_content>li>a:hover {
    color: #0699ee
}

.sidebarmenu_content .sidebarmenu_list_content>li .show-sub {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #cfcfcf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 17px;
    cursor: pointer
}

.lang-rtl .sidebarmenu_content .sidebarmenu_list_content>li .show-sub {
    left: 0;
    right: auto
}

.sidebarmenu_content .sidebarmenu_list_content>li .show-sub i {
    vertical-align: bottom
}

.sidebarmenu_content .sidebarmenu_list_content>li .show-sub .zmdi-minus {
    display: none
}

.sidebarmenu_content .sidebarmenu_list_content>li .show-sub.active {
    background: #666666
}

.sidebarmenu_content .sidebarmenu_list_content>li .show-sub.active .zmdi-minus {
    display: block
}

.sidebarmenu_content .sidebarmenu_list_content>li .show-sub.active .zmdi-plus {
    display: none
}

.sidebarmenu_content .sidebarmenu_list_content>li .site-nav__dropdown {
    position: static;
    box-shadow: none;
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    border: none;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}

.sidebarmenu_content .sidebarmenu_list_content>li .site-nav__dropdown ul {
    list-style-type: none
}

.sidebarmenu_content .sidebarmenu_list_content>li .site-nav__dropdown li {
    border: none
}

.sidebarmenu_content .sidebarmenu_list_content>li .site-nav__dropdown .site-nav__link {
    font-size: 11px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    color: #909090;
    text-transform: uppercase
}

.sidebarmenu_content .sidebarmenu_list_content>li .site-nav__dropdown .site-nav__link:hover {
    color: #0699ee;
    background: none
}

.sidebarmenu_content .sidebarmenu_list_content>li.site-nav--has-dropdown:first-child>.site-nav__dropdown {
    display: block
}

.sidebarmenu_content.active {
    left: 0
}

.lang-rtl .sidebarmenu_content.active {
    right: 0;
    left: auto
}

.sidebarmenu_content.active .btn_close_sidebar {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

.template-search .empty-page-content input {
    height: 42px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-radius: 20px 0 0 20px;
    outline: none;
    font-size: 13px;
    padding-left: 15px
}

.lang-rtl .template-search .empty-page-content input {
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit
}

.lang-rtl .template-search .empty-page-content input {
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.lang-rtl .template-search .empty-page-content input {
    padding-right: 15px;
    padding-left: inherit
}

.template-search .empty-page-content button {
    height: 42px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    padding: 0 30px
}

.lang-rtl .template-search .empty-page-content button {
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit
}

.lang-rtl .template-search .empty-page-content button {
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.template-search .section-header {
    max-width: 600px;
    padding: 0 15px;
    margin: auto
}

.template-search .section-header .h2 {
    margin-bottom: 30px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    color: #141414
}

.template-search .section-header input {
    height: 42px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-radius: 20px 0 0 20px;
    outline: none;
    font-size: 13px;
    padding-left: 15px
}

.lang-rtl .template-search .section-header input {
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit
}

.lang-rtl .template-search .section-header input {
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.lang-rtl .template-search .section-header input {
    padding-right: 15px;
    padding-left: inherit
}

.template-search .section-header button {
    height: 42px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    padding: 0 30px
}

.lang-rtl .template-search .section-header button {
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit
}

.lang-rtl .template-search .section-header button {
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.template-search .product__price,
.template-search .product__available,
.template-search .product__description {
    margin-bottom: 10px
}

.template-search .item-product .thumbnail-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e3e0d3
}

.template-search .item-product .product__info {
    padding: 20px 0
}

.template-search .item-product .formAddToCart,
.template-search .item-product .productWishList {
    margin-right: 5px
}

.lang-rtl .template-search .item-product .formAddToCart,
.lang-rtl .template-search .item-product .productWishList {
    margin-left: 5px;
    margin-right: inherit
}

.template-search .item-product:hover {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1)
}

.template-search .item-product:hover .product__price,
.template-search .item-product:hover .product__review {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible
}

@media (max-width: 991px) {
    .template-search .item-product .thumbnail-container {
        width: 50%
    }
}

@media (max-width: 480px) {
    .template-search .item-product {
        display: block !important
    }

    .template-search .item-product .thumbnail-container {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
}

.template-search .product-swatch-color {
    -webkit-justify-content: start !important;
    -moz-justify-content: start !important;
    -ms-justify-content: start !important;
    justify-content: start !important;
    -ms-flex-pack: start !important
}

.page-about-us .title-block {
    font-size: 36px;
    font-weight: 900;
    color: #141414;
    margin-bottom: 30px
}

.page-about-us .rte-setting strong {
    font-size: 12px;
    color: #666;
    margin-top: 50px;
    display: block
}

.page-about-us .testimonial-wrapper {
    padding: 0 !important
}

.page-about-us .testimonial-wrapper .owl-dots {
    position: absolute;
    top: -78px;
    right: 0
}

.page-about-us .testimonial-wrapper .owl-dots .owl-dot span:before {
    background: rgba(3, 71, 79, .2)
}

.page-about-us .testimonial-wrapper .owl-dots .owl-dot.active span:before,
.page-about-us .testimonial-wrapper .owl-dots .owl-dot:hover span:before {
    background: #0699ee
}

@media (max-width: 767px) {
    .page-about-us .testimonial-wrapper .owl-dots {
        display: none
    }
}

.page-about-us .social-icons {
    margin-top: 30px
}

.page-about-us .social-icons li:not(:last-child) {
    margin-right: 5px
}

.lang-rtl .page-about-us .social-icons li:not(:last-child) {
    margin-left: 5px;
    margin-right: inherit
}

.page-about-us .social-icons li a {
    background: #94cdd5;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 18px
}

.page-about-us .social-icons li a:hover {
    background: #0699ee
}

.page-contact .icon-contact {
    width: 24px;
    height: 24px;
    min-width: 24px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background: #0699ee;
    text-align: center;
    margin-right: 15px;
    margin-top: 5px
}

.lang-rtl .page-contact .icon-contact {
    margin-left: 15px;
    margin-right: inherit
}

.page-contact strong {
    white-space: nowrap
}

.page-contact p {
    margin-bottom: 0
}

.page-contact-contact-form {
    max-width: 600px;
    margin: 0 auto
}

.page-contact-contact-form.form-vertical [type=submit] {
    width: 100%;
    border-color: transparent;
    padding: 13px 12px;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.page-contact-contact-form.form-vertical [type=submit]:hover {
    border-color: transparent
}

.icon-comment {
    width: 60px;
    height: 55px;

    display: inline-block
}

#ContactFormName,
#ContactFormEmail,
#ContactFormPhone,
#ContactFormMessage {
    background: #ececec;
    text-transform: uppercase;
    border: none;
    margin-bottom: 0
}

.template-404 header,
.template-404 .nov-footer {
    display: none
}

.template-404 .page-not-found {
    font-size: 1.4rem;
    height: 100vh;
    margin: 0
}

.template-404 .page-not-found .image {
    margin-bottom: 5.5rem
}

.template-404 .page-not-found .info {
    margin-top: 22px;
    margin-bottom: 36px
}

.template-404 .page-not-found .btn {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 15px
}

.template-article #shopify-section-article-template .rte {
    font-size: 13px
}

.template-password {
    height: 100vh
}

.password-page {
    display: table;
    height: 100%;
    width: 100%;
    color: #666;
    background-color: #fff;
    background-size: cover
}

.ie9 .password-page {
    height: auto
}

.password-page .errors,
.password-page .form--success {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.lang-rtl .password-page .errors,
.lang-rtl .password-page .form--success {
    margin-right: auto;
    margin-left: inherit
}

.lang-rtl .password-page .errors,
.lang-rtl .password-page .form--success {
    margin-left: auto;
    margin-right: inherit
}

.password-header {
    height: 85px;
    display: table-row
}

.password-header__inner {
    display: table-cell;
    vertical-align: middle
}

.password-login {
    padding: 0 30px;
    text-align: right
}

.lang-rtl .password-login {
    text-align: left
}

.password-logo .logo {
    color: #666;
    font-weight: 700;
    max-width: 100%
}

.password-main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.password-main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 27.5px 55px
}

.password-message {
    max-width: 500px;
    margin: 82.5px auto 27.5px
}

.password__input-group {
    max-width: 340px;
    margin: 0 auto 55px
}

.password__title {
    margin-bottom: 82.5px
}

.password__form-heading {
    margin-bottom: 55px
}

.password-powered-by {
    margin-top: 82.5px
}

.form-vertical [type=radio],
.form-vertical [type=checkbox] {
    display: inline-block;
    width: auto;
    margin-right: 5px
}

.lang-rtl .form-vertical [type=radio],
.lang-rtl .form-vertical [type=checkbox] {
    margin-left: 5px;
    margin-right: inherit
}

.customer_address .title_block,
.edit_address .title_block {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px
}

.list_address li {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1
}

.list_address li .title_info {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    width: 170px;
    text-align: left
}

.lang-rtl .list_address li .title_info {
    text-align: right
}

#CustomerLoginForm h1,
#RecoverPasswordForm h1,
#create_customer h1 {
    display: none
}

#CustomerLoginForm label,
#RecoverPasswordForm label,
#create_customer label {
    width: 100%
}

#CustomerLoginForm input:not([type="submit"]),
#RecoverPasswordForm input:not([type="submit"]),
#create_customer input:not([type="submit"]) {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

@media (min-width: 992px) {

    #AddressNewForm,
    .edit_address,
    .customer_address {
        width: 50%
    }
}

h1.product-single__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #444;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-weight: 700
}

.product-single__price {
    color: #0699ee;
    font-size: 3rem;
    font-weight: 700;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.product-single__price #ComparePrice-nov-product-template {
    font-size: 18px;
    color: #b9b9b9
}

.product-single__vendor,
.product-single__sku,
.product-single__cat,
.product-single__tags {
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: 700
}

.product-single__vendor .label,
.product-single__sku .label,
.product-single__cat .label,
.product-single__tags .label {
    margin-right: 5px
}

.lang-rtl .product-single__vendor .label,
.lang-rtl .product-single__sku .label,
.lang-rtl .product-single__cat .label,
.lang-rtl .product-single__tags .label {
    margin-left: 5px;
    margin-right: inherit
}

.product-single__vendor a,
.product-single__sku a,
.product-single__cat a,
.product-single__tags a {
    color: #0699ee
}

.product-single__vendor a:hover,
.product-single__sku a:hover,
.product-single__cat a:hover,
.product-single__tags a:hover {
    color: #fcb73f
}

.product-single__sku {
    text-transform: uppercase
}

.product-single__socials {
    font-weight: 700;
    color: #444
}

.product-single__socials a:hover {
    color: #0699ee
}

.product-single__photos .proFeaturedImage {
    text-align: center;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

@media (max-width: 991px) and (min-width: 768px) {
    .product-single__photos #ProductPhotoImg {
        max-width: 335px;
        margin: auto
    }
}

.product-single__info .has-border {
    border-top: 1px dotted #c0c0c0
}

.product-single__info .productWishList .btnProductWishlist.swym-button {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #0699ee;
    text-align: center;
    line-height: 40px
}

.product-single__info .productWishList .btnProductWishlist.swym-button:after {
    content: "\f15f" !important;
    font-family: Material-Design-Iconic-Font;
    font-size: 18px;
    color: #fff !important
}

.product-single__info .productWishList .btnProductWishlist.swym-button:hover {
    background: #fcb73f
}

.product-single__info .productWishList .btnProductWishlist.swym-button.swym-added {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    pointer-events: none;
    background: #fcb73f
}

.product-single__info .productWishList .btnProductWishlist.swym-button.swym-added:after {
    color: #fff !important
}

.product-single__info .swym-button-bar {
    display: none
}

.product-single__info .product__available {
    font-size: 11px;
    color: #444
}

.product-single__info .product__available i,
.product-single__info .product__available span:not(.available) {
    color: #0699ee
}

@media (max-width: 767px) {
    .product-single__info .selector-wrapper:not(:last-child) {
        margin-bottom: 30px
    }
}

.group-reviews .spr-badge {
    display: inline-block
}

.group-reviews .spr-badge .spr-badge-caption {
    margin-left: 15px;
    font-size: 11px
}

.lang-rtl .group-reviews .spr-badge .spr-badge-caption {
    margin-right: 15px;
    margin-left: inherit
}

.group-reviews .spr-badge .spr-icon {
    color: #f7bc3d
}

.group-reviews .label-review {
    font-size: 11px;
    font-weight: 700
}

.group-reviews i {
    font-size: 15px;
    color: #94cdd5
}

.group-reviews>div:not(:last-child) {
    margin-right: 20px
}

.lang-rtl .group-reviews>div:not(:last-child) {
    margin-left: 20px;
    margin-right: inherit
}

.product-single__tabs {
    padding-bottom: 25px
}

.product-single__tabs .nav-tabs {
    border-bottom: none;
    margin-top: 65px;
    margin-bottom: 30px
}

.product-single__tabs .nav-tabs>li:not(:last-child) {
    margin-right: 40px
}

.lang-rtl .product-single__tabs .nav-tabs>li:not(:last-child) {
    margin-left: 40px;
    margin-right: inherit
}

.product-single__tabs .nav-tabs>li a {
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    text-align: center;
    display: block;
    color: #141414
}

.product-single__tabs .nav-tabs>li a.active,
.product-single__tabs .nav-tabs>li a:hover {
    color: #0699ee
}

.product-single__tabs #proTabs1 {
    line-height: 22px;
    font-size: 14px
}

@media (max-width: 767px) {
    .product-single__tabs .nav-tabs>li a {
        min-width: 120px;
        height: 40px;
        line-height: 40px
    }

    .product-single__tabs #proTabs1 {
        font-size: 13px
    }

    .product-single__tabs .nav-tabs>li:not(:last-child) {
        margin-right: 10px
    }

    .lang-rtl .product-single__tabs .nav-tabs>li:not(:last-child) {
        margin-left: 10px;
        margin-right: inherit
    }
}

.product-single__shortdes {
    margin-bottom: 22px;
    line-height: 20px
}

.product-form__item--quantity .js-qty,
.cart__qty .js-qty,
.proQuantity .js-qty {
    width: 80px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

.product-form__item--quantity .js-qty .js-qty__num,
.cart__qty .js-qty .js-qty__num,
.proQuantity .js-qty .js-qty__num {
    height: 40px;
    font-size: 14px;
    color: #444;
    width: 58px;
    text-align: center;
    border: none;
    background-color: #fff
}

.product-form__item--quantity .js-qty .js-qty__adjust,
.cart__qty .js-qty .js-qty__adjust,
.proQuantity .js-qty .js-qty__adjust {
    position: absolute;
    right: -1px;
    padding: 0;
    text-align: center;
    width: 21px;
    height: 21px;
    border: 1px solid #dfdfdf;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: none;
    cursor: pointer
}

.lang-rtl .product-form__item--quantity .js-qty .js-qty__adjust,
.lang-rtl .cart__qty .js-qty .js-qty__adjust,
.lang-rtl .proQuantity .js-qty .js-qty__adjust {
    left: -1px;
    right: auto
}

.product-form__item--quantity .js-qty .js-qty__adjust:focus,
.cart__qty .js-qty .js-qty__adjust:focus,
.proQuantity .js-qty .js-qty__adjust:focus {
    outline: none
}

.product-form__item--quantity .js-qty .js-qty__adjust .icon,
.cart__qty .js-qty .js-qty__adjust .icon,
.proQuantity .js-qty .js-qty__adjust .icon {
    background: transparent;
    display: none
}

.product-form__item--quantity .js-qty .js-qty__adjust.js-qty__adjust--plus,
.cart__qty .js-qty .js-qty__adjust.js-qty__adjust--plus,
.proQuantity .js-qty .js-qty__adjust.js-qty__adjust--plus {
    top: -1px
}

.product-form__item--quantity .js-qty .js-qty__adjust.js-qty__adjust--minus,
.cart__qty .js-qty .js-qty__adjust.js-qty__adjust--minus,
.proQuantity .js-qty .js-qty__adjust.js-qty__adjust--minus {
    bottom: -1px
}

.has-sidebar .product__available {
    font-size: 12px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    color: #0699ee
}

.has-sidebar .product__available .available {
    color: #444
}

.has-sidebar .selector-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.has-sidebar .product-form__item--submit .product-form__cart-submit {
    padding: 0 60px
}

@media (max-width: 480px) {
    .has-sidebar .product-single__price {
        font-size: 1.8rem
    }

    .has-sidebar .group-quantity {
        display: block !important
    }

    .has-sidebar .group-quantity .product-form__item--quantity {
        margin-bottom: 20px
    }
}

.zoomContainer {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.ProductRelated {
    padding-top: 15px
}

.ProductRelated .title_block {
    margin-bottom: 25px
}

.ProductRelated .owl-prev,
.ProductRelated .owl-next {
    width: 39px;
    height: 39px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 39px;
    font-size: 18px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    text-align: center;
    z-index: 9;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #c9c9c9;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.lang-rtl .ProductRelated .owl-prev,
.lang-rtl .ProductRelated .owl-next {
    left: -15px;
    right: auto
}

.ProductRelated .owl-prev:hover,
.ProductRelated .owl-next:hover {
    background: #0699ee
}

.ProductRelated .owl-prev.owl-prev,
.ProductRelated .owl-next.owl-prev {
    left: -20px
}

.lang-rtl .ProductRelated .owl-prev.owl-prev,
.lang-rtl .ProductRelated .owl-next.owl-prev {
    right: -20px;
    left: auto
}

.ProductRelated .owl-prev.owl-next,
.ProductRelated .owl-next.owl-next {
    right: -20px
}

.lang-rtl .ProductRelated .owl-prev.owl-next,
.lang-rtl .ProductRelated .owl-next.owl-next {
    left: -20px;
    right: auto
}

.ProductRelated .owl-dots {
    text-align: center
}

.ProductRelated .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1);
    vertical-align: top
}

.ProductRelated .owl-dots .owl-dot.active,
.ProductRelated .owl-dots .owl-dot:hover {
    background: rgba(0, 0, 0, .2)
}

.ProductRelated:hover .owl-prev,
.ProductRelated:hover .owl-next {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
}

.cart th,
.cart td {
    border: 0
}

.cart td {
    padding: 10px 0
}

.cart th {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    padding: 30px 0 50px;
    font-size: 2rem;
    color: #444;
    font-weight: 700
}

.cart .cart__meta {
    padding-right: 15px
}

.lang-rtl .cart .cart__meta {
    padding-left: 15px;
    padding-right: inherit
}

.cart .cart__meta .list-view-item__title {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 700
}

.cart .cart__meta .list-view-item__title a {
    color: #141414
}

.cart .cart__meta .list-view-item__title a:hover {
    color: #0699ee
}

.cart .cart__price-wrapper {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.cart__meta-text {
    padding: 5px 0;
    font-size: 14px;
    font-style: italic
}

.cart__qty-label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.cart__qty-input {
    text-align: center;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width: 480px) {
    .cart__qty-input {
        padding-top: 2px;
        padding-bottom: 2px
    }
}

.cart__edit {
    margin-top: 10px
}

.cart__edit--active .cart__edit-text--cancel,
.cart__edit-text--edit {
    display: none
}

.cart__edit--active .cart__edit-text--edit {
    display: block
}

.cart__edit-text--cancel,
.cart__edit-text--edit {
    pointer-events: none
}

.cart__row p {
    margin-bottom: 0
}

.cart__row p+p {
    margin-top: 10px
}

.cart__update-wrapper .js-qty {
    display: inline-block
}

.cart__subtotal {
    padding-left: 15px
}

.lang-rtl .cart__subtotal {
    padding-right: 15px;
    padding-left: inherit
}

@media (max-width: 768px) {
    .cart__subtotal {
        padding-left: 30px;
        min-width: 150px;
        display: inline-block
    }

    .lang-rtl .cart__subtotal {
        padding-right: 30px;
        padding-left: inherit
    }
}

.cart__savings {
    padding-top: 18px
}

.cart__savings-amount {
    padding-left: 15px
}

.lang-rtl .cart__savings-amount {
    padding-right: 15px;
    padding-left: inherit
}

@media (max-width: 768px) {
    .cart__savings-amount {
        padding-left: 30px;
        min-width: 150px;
        display: inline-block
    }

    .lang-rtl .cart__savings-amount {
        padding-right: 30px;
        padding-left: inherit
    }
}

.cart__footer {
    padding-top: 60px;
    padding-bottom: 10px
}

.cart__footer .cart-note__input {
    min-height: 150px
}

.cart__footer .cart__subtotal-title {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 1.6rem;
    color: #444;
    font-weight: 700
}

.cart__footer .cart__subtotal {
    font-size: 22px;
    font-weight: 900;
    padding-left: 55px;
    color: #0699ee;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.lang-rtl .cart__footer .cart__subtotal {
    padding-right: 55px;
    padding-left: inherit
}

.cart__update--large {
    margin-right: 10px
}

.lang-rtl .cart__update--large {
    margin-left: 10px;
    margin-right: inherit
}

.cart__continue--large {
    margin-right: 10px;
    line-height: 1.2
}

.lang-rtl .cart__continue--large {
    margin-left: 10px;
    margin-right: inherit
}

.cart__shipping {
    font-style: italic;
    font-size: 12px;
    padding: 18px 0 20px
}

.cart-note__label,
.cart-note__input {
    display: block
}

@media (max-width: 480px) {

    .cart-note__label,
    .cart-note__input {
        margin: 0 auto
    }
}

.cart-note__label {
    margin-bottom: 15px
}

.cart-note__input {
    min-height: 50px;
    width: 100%
}

@media (max-width: 480px) {
    .cart-note__input {
        margin-bottom: 40px
    }
}

.cart__image {
    max-height: 95px
}

.cart__image-wrapper a {
    display: block
}

.cart__remove {
    font-size: 19px;
    background: none;
    color: #ff684a;
    padding: 0;
    border: none
}

.cart__remove:hover {
    border: none;
    background: none;
    color: #222
}

.total .hidden,
.cart__price-wrapper .hidden {
    display: none
}

@media (max-width: 767px) {
    .cart__qty {
        text-align: center
    }

    .cart-flex {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cart-flex .total .hidden,
    .cart-flex .cart__price-wrapper .hidden {
        display: block;
        color: #fcb73f
    }

    .cart-flex .cart__qty,
    .cart-flex .total,
    .cart-flex .cart__price-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        width: 100%
    }

    .cart-flex .cart__price-wrapper,
    .cart-flex .cart__update-wrapper {
        font-weight: 700
    }

    .cart-flex .cart__image-wrapper {
        -webkit-box-flex: 0 0 30%;
        -moz-box-flex: 0 0 30%;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        padding: 20px 15px 0 0;
        width: 100%
    }

    .lang-rtl .cart-flex .cart__image-wrapper {
        padding: 20px 0 0 15px
    }

    .cart-flex .cart__meta {
        -webkit-box-flex: 0 0 70%;
        -moz-box-flex: 0 0 70%;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        padding-right: 0
    }

    .lang-rtl .cart-flex .cart__meta {
        padding-left: 0;
        padding-right: inherit
    }

    .cart-flex .cart__meta .list-view-item__title span {
        display: none
    }

    .cart-flex .cart__meta p {
        margin-right: 0 !important
    }

    .lang-rtl .cart-flex .cart__meta p {
        margin-left: 0 !important;
        margin-right: inherit
    }

    .cart-flex .cart__price-wrapper {
        -webkit-box-flex: 1 1 100%;
        -moz-box-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 20px 0
    }

    .cart-flex .cart__update-wrapper {
        width: 100%
    }

    .cart-flex .cart__update-wrapper .cart__qty .cart__qty-label {
        position: inherit !important;
        overflow: auto;
        clip: auto;
        width: auto;
        height: auto;
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 1em
    }

    .lang-rtl .cart-flex .cart__update-wrapper .cart__qty .cart__qty-label {
        margin-left: 5px;
        margin-right: inherit
    }

    .cart-flex .total {
        padding: 20px 0
    }
}

@media (max-width: 480px) {
    .cart table {
        display: block;
        width: 100%
    }

    .cart thead {
        display: none
    }

    .cart tr,
    .cart tbody {
        width: 100%
    }

    .cart tbody {
        display: block
    }

    .cart .cart__update-wrapper {
        padding-top: 0;
        padding-bottom: 10px
    }

    .cart__update--show td {
        padding-bottom: 10px
    }

    .cart-flex-item {
        display: block;
        min-width: 0
    }

    .cart__price-wrapper {
        text-align: right
    }

    .lang-rtl .cart__price-wrapper {
        text-align: left
    }

    .cart-message {
        padding-top: 20px
    }

    .cart__qty {
        padding: 0
    }

    .cart__qty-label {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        margin-right: 5px
    }

    .lang-rtl .cart__qty-label {
        margin-left: 5px;
        margin-right: inherit
    }
}

.cart--no-cookies .cart__continue-btn,
.cart--no-cookies .cart--empty-message {
    display: none
}

.cookie-message {
    display: none;
    padding-bottom: 25px
}

.cart--no-cookies .cookie-message {
    display: block
}

.additional-checkout-buttons {
    margin-top: 10px
}

.additional-checkout-buttons input[type=image] {
    padding: 0;
    border: 0;
    background: transparent
}

.article--listing .article__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif
}

.article--listing .article__title a {
    color: #444
}

.article--listing .article__title a:hover {
    color: #0699ee
}

.article--listing .article__info>span {
    line-height: 1
}

.article--listing .article__info>span:not(:last-child) {
    border-right: 1px solid #909090;
    padding-right: 14px;
    margin-right: 14px
}

.lang-rtl .article--listing .article__info>span:not(:last-child) {
    border-left: 1px solid #909090;
    border-right: inherit
}

.lang-rtl .article--listing .article__info>span:not(:last-child) {
    padding-left: 14px;
    padding-right: inherit
}

.lang-rtl .article--listing .article__info>span:not(:last-child) {
    margin-left: 14px;
    margin-right: inherit
}

.article--listing .article__readmore {
    color: #0699ee;
    font-size: 11px;
    font-weight: 700;
    display: inline-block
}

.article--listing .article__readmore:hover {
    color: #666
}

.article__thumnail {
    margin-bottom: 25px
}

.article__title {
    font-size: 18px;
    font-weight: 700;
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #444
}

.article__share a,
.article__print a {
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    color: #444;
    text-transform: uppercase
}

.article__share a i,
.article__print a i {
    margin-right: 11px;
    color: #94cdd5;
    font-size: 15px
}

.lang-rtl .article__share a i,
.lang-rtl .article__print a i {
    margin-left: 11px;
    margin-right: inherit
}

.article__share a:hover,
.article__share a:focus,
.article__print a:hover,
.article__print a:focus {
    color: #94cdd5 !important;
    text-decoration: none
}

.article__share .dropdown-menu {
    min-width: 120px;
    padding: 5px 10px
}

.article__share .dropdown-menu i {
    min-width: 20px;
    margin-right: 4px;
    vertical-align: top
}

.lang-rtl .article__share .dropdown-menu i {
    margin-left: 4px;
    margin-right: inherit
}

.article__share .dropdown-menu span {
    vertical-align: top
}

.article__share .dropdown-menu a:not(:last-child) {
    margin-bottom: 5px
}

.article__print {
    margin-left: 15px
}

.lang-rtl .article__print {
    margin-right: 15px;
    margin-left: inherit
}

.article__author,
.article__countcomment,
.article__date {
    display: inline-block;
    color: #909090;
    font-size: 12px
}

.article__author i,
.article__countcomment i,
.article__date i {
    margin-right: 5px;
    font-size: 15px
}

.lang-rtl .article__author i,
.lang-rtl .article__countcomment i,
.lang-rtl .article__date i {
    margin-left: 5px;
    margin-right: inherit
}

.article__tags {
    margin-bottom: 15px
}

.article__tags--list {
    font-style: italic
}

.blog--list .article__list-image-container {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden
}

.blog--list .article--listing .article__readmore {
    font-size: 13px
}

.blog--list .nov-pagination:before {
    display: none
}

.blog--list .nov-pagination .pagination__viewing {
    display: none
}

@media (max-width: 991px) {
    .blog--grid-view {
        margin-left: 0 !important
    }

    .lang-rtl .blog--grid-view {
        margin-right: 0 !important;
        margin-left: inherit
    }
}

.blog--list-view .article--listing:not(:last-child) {
    margin-bottom: 40px
}

.blog--list-view .article--listing .article__excerpt {
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .blog--list-view .article--listing {
        display: block
    }

    .blog--list-view .article--listing>.mr-30 {
        margin-right: 0 !important
    }

    .lang-rtl .blog--list-view .article--listing>.mr-30 {
        margin-left: 0 !important;
        margin-right: inherit
    }

    .blog--list-view .article--listing .media-body {
        margin-top: 30px
    }
}

.blog--column-view .title_block {
    text-align: center
}

.blog--column-view .block_content {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    box-shadow: 0 0 7px #00000026
}

.blog--column-view .article--listing .article__list-image-container {
    border-radius: 0
}

.blog--column-view .article--listing .article__list-image-container:hover .article__list-image {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog--column-view .article--listing .article__title a {
    font-size: 18px;
    font-weight: 700
}

.blog--column-view .article--listing .article__info {
    border-top: 1px solid #ececec;
    padding-top: 15px;
    padding-bottom: 15px
}

.blog--column-view .article--listing .article__info>span:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px
}

.blog--column-view .article--listing .article__readmore {
    font-weight: 400
}

.blog--column-view .article__title,
.blog--column-view .article__excerpt {
    padding: 0 15px
}

.blog--column-view .article__author,
.blog--column-view .article__countcomment,
.blog--column-view .article__date {
    font-size: 11px
}

#shopify-section-article-template .article__info {
    border-top: 1px dotted #c0c0c0;
    border-bottom: 1px dotted #c0c0c0;
    padding: 15px 0;
    margin-bottom: 40px
}

#shopify-section-article-template .article__info .article__author,
#shopify-section-article-template .article__info .article__countcomment {
    margin-left: 20px
}

.lang-rtl #shopify-section-article-template .article__info .article__author,
.lang-rtl #shopify-section-article-template .article__info .article__countcomment {
    margin-right: 20px;
    margin-left: inherit
}

.BlogRelated .article__list-image-container {
    border-radius: 0
}

.BlogRelated .title-block {
    font-family: Roboto, HelveticaNeue, Helvetica Neue, sans-serif;
    font-size: 3rem;
    color: #666;
    margin-bottom: 3rem
}

.BlogRelated .article--listing .article__title {
    text-transform: capitalize
}

.article_contact textarea {
    min-height: 170px
}

@keyframes nov-slide {
    0% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1)
    }

    50% {
        filter: alpha(opacity=30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        -webkit-opacity: .3;
        -moz-opacity: .3;
        -ms-opacity: .3;
        -o-opacity: .3;
        opacity: .3;
        -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        transform: scale(2)
    }

    to {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1)
    }
}

@-webkit-keyframes nov-slide {
    0% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1)
    }

    50% {
        filter: alpha(opacity=30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        -webkit-opacity: .3;
        -moz-opacity: .3;
        -ms-opacity: .3;
        -o-opacity: .3;
        opacity: .3;
        -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        transform: scale(2)
    }

    to {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1)
    }
}

.post .article__thumnail {
    display: none
}

.gallery-image-custom .gallery-image__item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#shopify-section-1598642127475 {
    background-color: #f4f4f4 !important
}

#shopify-section-1542960260434 .gallery-image-custom {
    background-size: cover
}

#shopify-section-nov-footer .title_block,
#shopify-section-nov-footer .sub_title {
    color: #000 !important
}

.nov-footer .block_contactform .form-vertical input,
.nov-footer .block_contactform .form-vertical select,
.nov-footer .block_contactform .form-vertical textarea {
    color: #000 !important;
    border: 1px solid #000000 !important
}

.nov-footer .block_contactform .form-vertical input::placeholder,
.nov-footer .block_contactform .form-vertical select::placeholder,
.nov-footer .block_contactform .form-vertical textarea::placeholder {
    color: #000 !important
}

.pm-header {
    text-align: center;
    background-color: #0a4f56;
    color: #fff;
    padding: 8px
}

.pm-header a {
    color: #fff
}

.group-buttons.d-flex.align-items-center.justify-content-center.w-100 div#rc_container {
    display: none !important
}

#shopify-section-1598642127475 {
    background-color: #fff !important
}

.swatch .swatch-element:not(.color) label {
    text-indent: -99999px
}

input.rc_radio {
    display: inline
}

.product__price {
    font-size: 150%;
    color: #0699ee
}

.product-price__price {
    font-size: 180%;
    color: #0699ee;
    text-align: right !important
}

.grid--view-items.collection-view-items .item-product .thumbnail-container img {
    height: inherit
}

.grid--view-items .item-product .group-buttons {
    bottom: 25px
}

.item-product .product__title {
    height: 90px;
    color: #666;
    padding-top: 0 !important
}

.product__price {
    text-align: right
}

#NovBreadcrumbs {
    display: none
}

.collections-sidebar-menu .list-group-item.active {
    border-radius: 10px;
    font-weight: 700
}

.badge-secondary {
    background-color: #fcb73f
}

.pm-header {
    background: #0699ee
}

.header-top {
    border-bottom: 4px solid #fcb73f;
    margin-bottom: 20px
}

.canvas-menu .site-nav>li>a:not(.mm-next) {
    font-size: 16px
}

.header-mobile {
    background: #025373 !important
}

.site-nav>li>a {
    font-size: 15px
}

.mm-listview>li>a,
.mm-listview>li>span {
    font-size: 18px !important;
    font-weight: 600
}

.g-recaptcha {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.collections-sidebar-menu .list-group-item {
    font-size: 15px !important;
    padding: .75rem 1.25rem !important
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    margin-bottom: 30px
}

label {
    font-size: 14px
}

