@font-face {
    font-family: 'SVN-Gotham';
    font-style: normal;
    font-weight: 300;
    src: url(//bizweb.dktcdn.net/100/292/624/themes/758446/assets/gothamlight.ttf?1663040672877)
}

@font-face {
    font-family: 'SVN-Gotham';
    font-style: normal;
    font-weight: 400;
    src: url(//bizweb.dktcdn.net/100/292/624/themes/758446/assets/gothambook.ttf?1663040672877)
}

@font-face {
    font-family: 'SVN-Gotham';
    font-style: normal;
    font-weight: 500;
    src: url(//bizweb.dktcdn.net/100/292/624/themes/758446/assets/gothammedium.ttf?1663040672877)
}

@font-face {
    font-family: 'SVN-Gotham';
    font-style: normal;
    font-weight: 700;
    src: url(//bizweb.dktcdn.net/100/292/624/themes/758446/assets/gothambold.ttf?1663040672877)
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 0
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.animated-background,
.product-card .product-card__inner .product-card__image.lazyload {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-left {
    padding-left: 0
}

body {
    font-family: 'SVN-Gotham';
    overflow-x: hidden;
    color: #363f4d
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea.form-control,
select.form-control {
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #e6e6e6
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea.form-control:focus,
select.form-control:focus {
    outline: none;
    box-shadow: none
}

a:hover,
a:focus {
    text-decoration: none
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

@media (max-width: 480px) {
    .row {
        margin-right: -7px;
        margin-left: -7px
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 7px;
        padding-right: 7px
    }
}

.container,
.container-fluid {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .container,
    .container-fluid {
        padding-left: 7px;
        padding-right: 7px
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (max-width: 480px) {
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        padding-left: 7px;
        padding-right: 7px
    }
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.page-404 h1 {
    color: #333;
    font-size: 28px
}

.page-404 .land {
    color: #888
}

.page-404 .mt-5 .btn-success {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #916841;
    border-color: #916841;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase
}

.page-404 .mt-5 .btn-success:hover,
.page-404 .mt-5 .btn-success:focus {
    color: #fff;
    background-color: #7f5b39;
    border-color: #7f5b39
}

.btn-blues,
#btnnewreview,
.evo-button {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid #1c1c1c;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    color: #fff
}

.btn-blues strong,
#btnnewreview strong,
.evo-button strong {
    font-weight: 400
}

.btn-blues::before,
#btnnewreview::before,
.evo-button::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background-color: #1c1c1c
}

.btn-blues:hover,
.btn-blues:focus,
#btnnewreview:hover,
#btnnewreview:focus,
.evo-button:hover,
.evo-button:focus {
    color: #1c1c1c;
    border-color: #1c1c1c
}

.btn-blues:hover::before,
.btn-blues:focus::before,
#btnnewreview:hover::before,
#btnnewreview:focus::before,
.evo-button:hover::before,
.evo-button:focus::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.table-order p {
    margin-bottom: 0
}

.required {
    font-size: 13px;
    color: red
}

#article_comments {
    margin-bottom: 15px
}

.search-main form input {
    border: 1px solid #e5e5e5;
    border-radius: 3px
}

.search-main form button {
    color: #fff;
    background-color: #916841;
    border-radius: 3px
}

.search-main form button:hover,
.search-main form button:focus {
    color: #fff;
    background-color: #6e4f31
}

.search-main .title-head {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media (min-width: 1024px) {
    .search-main .products-view-grid .row .col-xs-6:nth-child(5n+1) {
        clear: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-main .products-view-grid .row .col-xs-6:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 767px) {
    .search-main .products-view-grid .row .col-xs-6:nth-child(2n+1) {
        clear: left
    }
}

.search-main .product-card .product-card__inner .product-card__image {
    position: relative;
    height: 234px
}

@media (max-width: 1024px) {
    .search-main .product-card .product-card__inner .product-card__image {
        height: 194px
    }
}

@media (max-width: 991px) {
    .search-main .product-card .product-card__inner .product-card__image {
        height: 250px
    }
}

@media (max-width: 480px) {
    .search-main .product-card .product-card__inner .product-card__image {
        height: 213px
    }
}

@media (max-width: 376px) {
    .search-main .product-card .product-card__inner .product-card__image {
        height: 194px
    }
}

@media (max-width: 321px) {
    .search-main .product-card .product-card__inner .product-card__image {
        height: 166px
    }
}

.search-main .product-card .product-card__inner .product-card__image img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.bread-crumb {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5
}

@media (max-width: 767px) {
    .bread-crumb {
        margin-bottom: 10px !important
    }
}

.bread-crumb h4 {
    margin-top: 0;
    text-transform: uppercase;
    color: #36424b;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 3px
}

.bread-crumb .breadcrumb {
    background: transparent;
    color: rgba(112, 126, 137, 0.5);
    padding: 0
}

.bread-crumb .breadcrumb a {
    color: #707e89
}

.search-more {
    margin-top: 0
}

.grecaptcha-badge {
    display: none !important
}

.total_address a {
    color: #916841
}

.evo-search-bar {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: relative;
    transition: .2s all;
    height: 0;
    overflow: hidden
}

.evo-search-bar .has-validation-callback {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    min-width: 500px
}

@media (max-width: 767px) {
    .evo-search-bar .has-validation-callback {
        min-width: 210px;
        max-width: 210px
    }
}

.evo-search-bar .has-validation-callback .input-group {
    width: 100%
}

.evo-search-bar .has-validation-callback .input-group input {
    border: none;
    outline: none;
    font-size: 16px;
    background: none
}

@media (max-width: 767px) {
    .evo-search-bar .has-validation-callback .input-group input {
        padding: 0 10px;
        font-size: 14px
    }
}

.evo-search-bar .has-validation-callback .input-group button {
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    background: none;
    font-size: 16px;
    color: #1c1c1c
}

.evo-search-bar .has-validation-callback .input-group button:hover,
.evo-search-bar .has-validation-callback .input-group button:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    color: #916841
}

.evo-search-bar .site-header__search {
    width: 30px;
    height: 30px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    right: 20px;
    background: none;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer
}

@media (max-width: 767px) {
    .evo-search-bar .site-header__search {
        right: 10px
    }
}

.show-search .evo-search-bar {
    height: 70px;
    overflow: visible
}

.backdrop__body-backdrop___1rvky {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 999;
    transition: opacity .5s ease
}

.backdrop__body-backdrop___1rvky.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1
}

header.header .top-header {
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px
}

header.header .top-header .logo .logo-wrapper img {
    margin-top: 10px;
    height: 150px
}

@media (max-width: 767px) {
    header.header .top-header .logo .logo-wrapper img {
        max-height: 80px;
        margin-top: 5px
    }
}

header.header .top-header .left-header {
    display: flex;
    align-items: center;
    height: 150px
}

header.header .top-header .left-header .text {
    font-weight: 500;
    color: #1c1c1c;
    text-transform: uppercase;
    display: block
}

header.header .top-header .left-header .text a {
    color: #1c1c1c;
    font-weight: 700
}

header.header .top-header .left-header .text a:hover,
header.header .top-header .left-header .text a:focus {
    color: #916841
}

header.header .top-header .right-header .justify-end {
    display: flex;
    justify-content: flex-end;
    height: 150px;
    align-items: center
}

header.header .top-header .right-header .justify-end .site-nav-item {
    position: relative;
    list-style: none
}

header.header .top-header .right-header .justify-end .site-nav-item>a {
    font-weight: 500;
    color: #1c1c1c;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 0 15px;
    white-space: nowrap
}

header.header .top-header .right-header .justify-end .site-nav-item>a:hover,
header.header .top-header .right-header .justify-end .site-nav-item>a:focus {
    color: #916841
}

header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 45px;
    background: 0 0;
    display: none;
    z-index: 8
}

header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul {
    position: absolute;
    display: none;
    top: 56px;
    left: 0;
    z-index: 2;
    background: #fff;
    width: 100%;
    min-width: 200px;
    border: 1px solid #efefef;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18)
}

header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul:before {
    border: 9px solid transparent;
    border-bottom: 9px solid #efefef;
    margin-left: -9px;
    bottom: 100%;
    left: 20%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul li a {
    display: block;
    padding: 7px 10px;
    color: #1c1c1c;
    text-transform: uppercase
}

header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul li a:hover,
header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account ul li a:focus {
    color: #916841;
    background-color: #f7f7f7
}

header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account:hover:before,
header.header .top-header .right-header .justify-end .site-nav-item.site-nav-account:hover ul {
    display: block
}

header.header .top-header .right-header .justify-end .site-nav-item.site-nav-cart>a .count_item_pr {
    height: 20px;
    line-height: 20px;
    background: #1c1c1c;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    min-width: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-indent: 2px;
    position: absolute;
    top: -10px;
    right: 6px
}

header.header .top-header .right-header .justify-end .site-nav-item.site-nav-cart:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 45px;
    background: 0 0;
    display: none;
    z-index: 8
}

header.header .nav-evo-watch #nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    header.header .nav-evo-watch {
        padding: 0;
        height: 100vh;
        background: #fff;
        color: #1c1c1c;
        -webkit-transform: translateX(calc(-100vw + 65px));
        transform: translateX(calc(-100vw + 65px));
        position: fixed;
        top: 0 !important;
        left: 0;
        visibility: hidden;
        width: 300px;
        z-index: 9999;
        -webkit-transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow: none;
        box-shadow: none;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        overflow-y: scroll
    }
    header.header .nav-evo-watch .row {
        margin: 0
    }
    header.header .nav-evo-watch .row .col-md-12 {
        padding: 0
    }
    header.header .nav-evo-watch #nav {
        display: block;
        border: none;
        padding: 0;
        margin-bottom: 0
    }
    header.header .nav-evo-watch #nav>li {
        border-bottom: 1px solid rgba(92, 92, 92, 0.1);
        width: 100%
    }
    header.header .nav-evo-watch #nav>li>a {
        text-align: left;
        font-size: 13px;
        text-transform: capitalize;
        color: #1c1c1c;
        letter-spacing: 1px
    }
    header.header .nav-evo-watch #nav>li>a>.fa {
        height: 20px;
        position: relative;
        top: 4px;
        margin-right: 0
    }
    header.header .nav-evo-watch #nav>li.active>a {
        color: #916841
    }
    header.header .nav-evo-watch #nav>li.has-childs .dropdown-menu {
        position: relative;
        top: 0;
        min-width: unset;
        width: 100%;
        box-shadow: none;
        margin: 0
    }
    header.header .nav-evo-watch #nav>li.has-childs .dropdown-menu li {
        width: 100%
    }
    header.header .nav-evo-watch #nav>li.has-childs .dropdown-menu li a {
        text-align: left;
        font-size: 12px;
        text-transform: capitalize;
        color: #1c1c1c;
        letter-spacing: 1px;
        padding-left: 20px;
        white-space: inherit;
        padding-right: 10px
    }
    header.header .nav-evo-watch #nav>li.has-childs .dropdown-menu li.active>a {
        color: #916841;
        font-weight: 500
    }
    header.header .nav-evo-watch #nav>li.has-childs .dropdown-menu li.has-childs2>.nav-link>.fa {
        height: 20px;
        position: relative;
        top: 4px;
        margin-right: 0;
        right: 0
    }
    header.header .nav-evo-watch #nav>li.has-childs .dropdown-menu li.has-childs2>.nav-link>.fa:before {
        content: "\f107"
    }
    header.header .nav-evo-watch #nav>li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu {
        left: 0;
        display: none
    }
    header.header .nav-evo-watch #nav>li.has-childs .dropdown-menu li.has-childs2 .dropdown-menu li a {
        padding-left: 30px
    }
    header.header .nav-evo-watch #nav>li.has-childs .dropdown-menu li.has-childs2.active .dropdown-menu {
        display: block
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .dropdown-menu {
        display: block
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .mega-content {
        display: block;
        position: relative;
        top: 0;
        min-width: unset;
        width: 100%;
        box-shadow: none;
        margin: 0;
        padding: 0;
        max-height: unset;
        overflow-y: unset
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .mega-content .level0 {
        display: block
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .mega-content .level0 .level1 {
        padding: 0;
        width: 100%;
        margin-bottom: 0
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .mega-content .level0 .level1 .hmega {
        text-align: left;
        font-size: 12px;
        text-transform: capitalize;
        color: #5c5c5c;
        letter-spacing: 1px;
        padding: 10px 20px;
        white-space: inherit;
        font-weight: 400;
        display: block;
        width: 100%;
        border-bottom: 1px solid #f7f7f7;
        margin-bottom: 0;
        position: relative
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .mega-content .level0 .level1 .hmega>.fa {
        height: 20px;
        position: relative;
        top: 4px;
        right: 0;
        float: right;
        line-height: 22px;
        width: 40px;
        text-align: center;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px)
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .mega-content .level0 .level1 .level1 {
        display: none
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .mega-content .level0 .level1 .level1 li {
        border-bottom: 1px solid #f7f7f7
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .mega-content .level0 .level1 .level1 li a {
        padding: 10px 5px;
        text-align: left;
        font-size: 12px;
        text-transform: capitalize;
        color: #5c5c5c;
        letter-spacing: 1px;
        padding-left: 30px;
        white-space: inherit;
        font-weight: 400;
        display: block;
        width: 100%;
        padding-right: 10px
    }
    header.header .nav-evo-watch #nav>li.has-childs.active .mega-content .level0 .level1.active .level1 {
        display: block
    }
    header.header .nav-evo-watch.active {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width: 321px) {
    header.header .nav-evo-watch {
        width: 290px
    }
}

footer.footer {
    background-color: #f9f9f9;
    margin-top: 30px
}

footer.footer .site-footer {
    margin-top: 25px;
    color: #1c1c1c
}

footer.footer .site-footer .footer-contact h3 img {
    max-height: 85px
}

footer.footer .site-footer .footer-contact ul li {
    color: #1c1c1c;
    position: relative;
    margin-bottom: 7px;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 20px;
    word-break: break-word
}

footer.footer .site-footer .footer-contact ul li i {
    position: absolute;
    left: 0;
    top: 7px
}

footer.footer .site-footer .footer-contact ul li a {
    color: #1c1c1c;
    text-transform: unset !important;
    font-size: 13px !important;
    letter-spacing: 1px
}

footer.footer .site-footer .footer-contact ul li a:hover,
footer.footer .site-footer .footer-contact ul li a:focus {
    color: #916841
}

footer.footer .site-footer .footer-widget h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative
}

@media (max-width: 767px) {
    footer.footer .site-footer .footer-widget h3 {
        margin-bottom: 0
    }
    footer.footer .site-footer .footer-widget h3 .Collapsible__Plus {
        position: absolute;
        right: 0;
        top: calc(50% - (11px / 2));
        width: 11px;
        height: 11px
    }
    footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::before,
    footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        background-color: currentColor;
        -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
    }
    footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::before {
        width: 11px;
        height: 1px;
        opacity: 1
    }
    footer.footer .site-footer .footer-widget h3 .Collapsible__Plus::after {
        width: 1px;
        height: 11px
    }
}

footer.footer .site-footer .footer-widget.footer-contact h3 {
    margin-bottom: 0
}

footer.footer .site-footer .footer-widget .list-menu li a {
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #1c1c1c;
    transition: .2s all;
    font-size: 12px;
    letter-spacing: 1px
}

footer.footer .site-footer .footer-widget .list-menu li a:hover,
footer.footer .site-footer .footer-widget .list-menu li a:focus {
    color: #916841
}

footer.footer .site-footer .footer-widget .list-menu li+li {
    margin-top: 7px
}

@media (max-width: 767px) {
    footer.footer .site-footer .footer-widget .list-menu.has-click {
        display: block;
        height: 0;
        visibility: hidden;
        -webkit-transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
        transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
        margin-bottom: 0;
        opacity: 0
    }
}

footer.footer .site-footer .footer-widget.footer-subcrible p {
    letter-spacing: 0.5px;
    font-size: 12px
}

footer.footer .site-footer .footer-widget.footer-subcrible form {
    margin-bottom: 15px
}

footer.footer .site-footer .footer-widget.footer-subcrible form input {
    height: 40px;
    background-color: #f8f8f8;
    line-height: 40px;
    font-size: 12px;
    width: 100%;
    padding: 0 10px;
    outline: none;
    background: #f0f0f0;
    border: 1px solid transparent;
    margin-bottom: 8px
}

footer.footer .site-footer .footer-widget.footer-subcrible form button {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0
}

footer.footer .site-footer .footer-widget.footer-subcrible form button:hover {
    background-color: #fff;
    color: #1c1c1c;
    border-color: #1c1c1c
}

@media (max-width: 767px) {
    footer.footer .site-footer .footer-widget.active h3 .Collapsible__Plus::after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }
    footer.footer .site-footer .footer-widget.active h3 .Collapsible__Plus::before {
        opacity: 0
    }
    footer.footer .site-footer .footer-widget.active .list-menu.has-click {
        visibility: visible;
        -webkit-transition: height 0.35s ease-in-out;
        transition: height 0.35s ease-in-out;
        height: auto;
        opacity: 1
    }
}

footer.footer .site-footer .footer-payment ul {
    text-align: center
}

footer.footer .site-footer .footer-payment ul li {
    display: inline-block
}

footer.footer .site-footer .footer-payment ul li+li {
    margin-left: 6px
}

@media (max-width: 991px) {
    footer.footer .site-footer .footer-inner .col-sm-6:nth-child(3) {
        clear: left
    }
}

footer.footer .copyright {
    padding: 8px;
    border-top: 1px solid #ebebeb;
    font-size: 12px;
    color: #1c1c1c;
    font-weight: 500
}

footer.footer .copyright a {
    color: #1c1c1c
}

footer.footer .copyright a:hover,
footer.footer .copyright a:focus {
    color: #916841
}

.product-card {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px
}

.product-card .product-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.product-card .sale-box {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    background: red;
    position: absolute;
    top: 30px;
    z-index: 11;
    right: 0
}

.product-card .product-card__inner {
    transition: .3s ease-in-out;
    will-change: transform
}

.product-card .product-card__inner .product-card__image {
    padding: 10px 0;
    position: relative
}

.product-card .product-card__inner .product-card__image img {
    transition: .3s ease-in-out all;
    will-change: opacify
}

.product-card .product-card__inner .product-card__image img.product-card-image-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

.product-card .product-card__inner .product-single__series {
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #bfbfbf;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    min-height: 13px
}

.product-card .product-card__inner .product-card__title {
    font-size: 14px;
    letter-spacing: 2.4px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767px) {
    .product-card .product-card__inner .product-card__title {
        font-size: 12px;
        letter-spacing: 1.5px
    }
}

.product-card .product-card__inner .product-price {
    font-size: 12px;
    font-weight: 500;
    color: #1c1c1c
}

@media (max-width: 767px) {
    .product-card .product-card__inner .product-price {
        font-size: 11px
    }
}

.product-card .product-card__inner .product-price strong {
    font-weight: 500
}

.product-card .product-card__inner .product-price strong.strong-sale {
    color: red
}

.product-card .product-card__inner .product-price span {
    margin-left: 6px;
    text-decoration: line-through;
    color: #bbb
}

.product-card .product-card__inner .swatch {
    z-index: 99;
    position: relative;
    margin: 10px 0;
    display:flex;
    overflow:auto;
}

.product-card .product-card__inner .swatch::-webkit-scrollbar {
    width:0;
    background-color:transparent;
}

.product-card .product-card__inner .swatch .swatch-element {
    float: none;
    display: inline-block;
    border: 1px solid transparent
}

.product-card .product-card__inner .swatch .swatch-element.active {
    border-color: #916841
}

.product-card form {
    margin-bottom: 0;
    z-index: 99;
    position: relative
}

.product-card form .product-card__actions {
    margin-top: 15px;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    will-change: transform;
    transform: translate3d(0, 100%, 0);
    transition: .3s ease-in-out
}

.product-card form .product-card__actions .ajax_addtocart {
    height: 46px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    flex: 1;
    padding: 0 10px;
    justify-content: center;
    border: 1px solid #1c1c1c;
    background: #fff;
    color: #1c1c1c;
    line-height: 44px
}

.product-card form .product-card__actions .ajax_addtocart:hover,
.product-card form .product-card__actions .ajax_addtocart:focus {
    background-color: #1c1c1c;
    color: #fff;
    border-color: #1c1c1c
}

@media (min-width: 1025px) {
    .product-card:hover .product-card__inner .product-card__image img.product-card-image-front {
        opacity: 0;
        visibility: hidden
    }
    .product-card:hover .product-card__inner .product-card__image img.product-card-image-back {
        opacity: 1;
        visibility: visible
    }
    .product-card:hover .product-card__inner .product-card__title,
    .product-card:hover .product-card__inner .product-price,
    .product-card:hover .product-card__inner .product-single__series {
        opacity: 0
    }
    .product-card:hover .product-card__actions {
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width: 768px) {
    .my-account .dashboard .recent-orders .thead-default {
        border-top: 1px solid #e1e1e1
    }
}

@media (max-width: 991px) {
    .evo-header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .evo-header-mobile .evo-flexitem {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .evo-header-mobile .evo-flexitem-fill {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .evo-header-mobile .evo-flexitem-fill:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right;
        max-width: 75px
    }
    .evo-header-mobile .evo-flexitem-fill:last-child a {
        display: inline-block;
        color: #1c1c1c;
        padding: 0 10px;
        position: relative;
        font-size: 16px
    }
    .evo-header-mobile .evo-flexitem-fill:last-child a .count_item_pr {
        height: 17px;
        line-height: 17px;
        background: #1c1c1c;
        color: #fff;
        font-size: 10px;
        font-weight: 500;
        text-align: center;
        min-width: 17px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -10px;
        right: -6px
    }
    .evo-header-mobile #trigger-mobile {
        width: 35px;
        float: left;
        margin: 0;
        padding: 0;
        display: block;
        text-align: left;
        margin-right: 5px;
        max-width: 75px
    }
    .evo-header-mobile #trigger-mobile .icon-bar {
        background-color: #1c1c1c;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }
    .evo-header-mobile #trigger-mobile .icon-bar.icon-bar {
        margin-top: 4px
    }
}

@media (max-width: 480px) {
    .s480-f {
        display: block;
        font-size: 0;
        clear: both
    }
    .col-full {
        width: 100%
    }
}

.footer-social ul {
    text-align: center
}

.footer-social ul li {
    display: inline-block
}

.footer-social ul li a {
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px
}

.footer-social ul li a:hover,
.footer-social ul li a:focus {
    opacity: 0.8
}

.footer-social ul li+li {
    margin-left: 7px
}

.footer-social ul li.facebook a {
    background-color: #3b5998
}

.footer-social ul li.instagram a {
    background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -webkit-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -moz-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -ms-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
    background: -o-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), -o-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%)
}

.footer-social ul li.youtube a {
    background-color: #ff0000
}

.section_blogs.section_blogs_2 h2 {
    position: relative;
    margin-bottom: 40px
}

.section_blogs.section_blogs_2 h2:before {
    content: "";
    margin: auto;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.2
}

.section_blogs.section_blogs_2 .news-items {
    margin-bottom: 30px
}

.section_blogs.section_blogs_2 .news-items h3 {
    text-align: center;
    color: #525151
}

@media (max-width: 991px) and (min-width: 768px) {
    .section_blogs.section_blogs_2 .news-items:nth-child(2n+1) {
        clear: both
    }
}

@media (max-width: 767px) {
    .section_blogs.section_blogs_2 .evo-article-image {
        height: unset !important
    }
    .section_blogs.section_blogs_2 .evo-article-image img {
        position: static !important
    }
}

.section_blogs.section_blogs_2 a p {
    text-align: center
}

.section_blogs.section_blogs_2 a .evo-article-image {
    height: auto
}

.section_blogs.section_blogs_2 a .evo-article-image img {
    position: static
}