@charset "UTF-8";
/**
variables
 */
[data-open] {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.19);
    z-index: 99;
}

[data-open-container] {
    position: relative;
}

.animated {
    display: block;
}

.force-ltr {
    display: inline-block;
    direction: ltr;
}

html, body {
    -webkit-backface-visibility: hidden;
}

body {
    font-family: iranyekan, IRANSans, Tahoma, sans-serif;
    font-size: 14px;
}

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

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

.color-white {
    color: white;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

.reset-button {
    border: none;
    background: none;
}

.top-header-ad {
    background-position: center center;
    background-size: cover;
    transition: all .4s;
}

.top-header {
    border-bottom: solid 1px #e1e1e1;
    color: #5d5d5d;
}

.top-header > .container > .row {
    height: 100px;
}

.top-header-shadow {
    display: none;
}

.th-right {
    font-size: 1.22em;
    font-weight: normal;
}

.th-login:after {
    content: '|';
    display: inline-block;
    margin-right: 5px;
    margin-left: 10px;
    font-size: 1.14em;
    line-height: 0;
    position: relative;
    top: 1px;
}

.th-login-register > .mmicon-user {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 1.35em;
}

.th-login-register a {
    color: #5d5d5d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.th-login-register a:hover {
    color: #f9b621; /* Accent Color */
}

.th-favorites .mmicon-heart {
    font-size: 1.35em;
    color: #5d5d5d;
    position: relative;
    top: 1px;
}

.th-favorites .mmicon-heart:hover {
    color: #f9b621; /* Accent Color */
}

.th-card {
    position: relative;
}

.td-card-count-val {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 18px;
    line-height: 18px;
    display: inline-block;
    background: #f9b621; /* Accent Color */
    border-radius: 50%;
    float: right;
}

.td-card-empty {
    padding: 2em 3em 3em;
    background: #ffffff;
    text-align: center;
}

.td-card-empty .icon {
    font-size: 100px;
}

.td-card-icon {
    font-size: 1.45em;
    color: #5d5d5d;
    cursor: pointer;
    position: relative;
}

.td-card-icon:hover  {
    color: #f9b621; /* Accent Color */
}

.td-card-icon .td-card-count-val .cart-customlocation  {
    color: #fff;
    display: block;
    font-size: .75em;
    position: relative;
    top: 1px;
}

.td-card-count {
    position: absolute;
    bottom: 0px;
    font-size: 0.72em;
    right: 0px;
    width: 18px;
    height: 18px;
    text-align: center;
    padding-top: 0px;
    font-weight: normal;
    color: white;
    overflow: hidden;
}

.td-header {
    background-color: #FAFAFA;
    padding: 15px;
}

.td-card-box {
    display: none;
    background-color: #fff;
    min-width: 400px;
    max-width: 450px;
    z-index: 999;
    position: absolute;
    top: 100%;
    right: -20px;
    margin-top: 15px;
}

.td-card-box .widgettitle {
    display: none;
}

.td-card-box:before {
    content: '';
    border-bottom: solid 20px #fff;
    border-right: solid 16px transparent;
    border-left: solid 16px transparent;
    position: absolute;
    top: -16px;
    right: 20px;
}

@media (min-width: 768px) {
    .th-card:hover .td-card-box {
        display: block;
    }
}

.widget_shopping_cart_content {
    padding: 5px;
}

.td-header .mmbtn.secondary {
    border: 1px solid #e1e1e1;
    color: #BDBDBD !important;
}

.td-total-price span:last-child {
    color: #f9b621; /* Accent Color */
}

.td-card-link {
    color: #5d5d5d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.td-card-link:hover {
    color: black;
}

.td-cart-items {
    padding: 10px 15px;
}

.td-cart-items .media-body {
    max-width: 100%;
    overflow: hidden;
}

.td-card-row {
    border-bottom: solid 2px #f7f9fa;
    position: relative;
    padding: 10px 0;
}

.td-cart-items .td-card-row:last-child {
    border-bottom: none;
}

.td-card-remove {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 50%;
    color: #9E9E9E;
    background: #FAFAFA;
    border: 1px solid #FAFAFA;
    font-size: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.td-card-remove:hover {
    color: white;
    border: 1px solid #f9b621; /* Accent Color */
    background: #f9b621; /* Accent Color */
}

.td-card-remove span {
    position: relative;
    right: 2px;
    top: -1px;
}


.td-card-title {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.td-card-title a {
    color: #5d5d5d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.td-card-title a:hover {
    color: #f9b621; /* Accent Color */
}

ul.td-card-options .td-card-opt-item:first-child {
    font-weight: normal;
    font-size: 1em;
}

.td-card-opt-item {
    margin-bottom: 5px;
}

.td-footer .mmbtn {
    font-size: 1.13em;
    line-height: 1;
}

.th-search-input {
    width: 270px;
    border: none;
    background: none;
    color: #969696;
    font-size: 1.14em;
    font-weight: lighter;
    padding: 8px 2px;
}

.th-search-input:focus {
    border: none;
    background: none;
    outline: none;
    color: #5d5d5d;
}

.th-search-btn {
    background: none;
    border: none;
    color: #5d5d5d;
    font-size: 1.2em;
    line-height: 1em;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0;
}

.th-search-btn:active, .th-search-btn:focus {
    outline: none;
}

.th-search-btn:hover {
    color: #f9b621; /* Accent Color */
}

.mobile-fix-nav {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #fafafa;
}

.mobile-fix-nav ul li {
    display: inline-block;
}

.mobile-fix-nav ul li a {
    display: block;
    padding: 5px;
    padding-top: 10px;
    color: #5d5d5d;
    font-weight: lighter;
    font-size: 0.9em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mobile-fix-nav ul li a:hover {
    color: #f9b621; /* Accent Color */
}

.mfn-basket-count {
    position: absolute;
    top: 8px;
    right: 25%;
    background: #f9b621; /* Accent Color */
    width: 16px;
    height: 17px;
    border-radius: 50%;
    color: white;
    font-size: 0.85em;
    overflow: hidden;
    padding-top: 2px;
}

#thMobileSearch {
    position: relative;
    top: 3px;
}

.th-mobile-search-input {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    padding: 10px;
    background: #fcfcfc;
    padding-right: 32px;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -ms-transition: width 0.8s;
    -o-transition: width 0.8s;
    transition: width 0.8s;
}

.th-mobile-search-btn {
    position: absolute;
    top: 10px;
    left: 5px;
    color: #5d5d5d;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    font-size: 1.64em;
}

#mobile-th-search-form {
    position: absolute;
    top: 30px;
    right: 20px;
    left: 0;
    visibility: hidden;
}

#mobile-th-search-form.inactive .th-mobile-search-input {
    width: 0;
    opacity: 0;
    visibility: hidden;
}

#mobile-th-search-form.inactive .th-mobile-search-btn {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#mobile-th-search-form.inactive #thMobileSearch {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#mobile-th-search-form.active {
    visibility: visible;
}

.tcon-transform#thMobileSearch {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}

.tcon-transform .tcon-search__item {
    width: 15px;
}

.tcon-transform.tcon-search--xcross.tcon-transform .tcon-search__item::before,
.tcon-transform.tcon-search--xcross.tcon-transform .tcon-search__item::after {
    height: 3px;
}

.main-nav ul {
    margin-bottom: 0;
}

.mega-menu-wrap > ul,
.main-nav > ul {
    position: relative;
    padding: 0;
    text-align: center;
}

.mega-menu-wrap > ul > li,
.main-nav > ul > li {
    display: inline-block;
}

.mega-menu-wrap > ul > li.menu-item-has-children > a:before,
.main-nav > ul > li.menu-item-has-children > a:before {
    font-family: "reno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\64";
    float: left;
    font-size: 10px;
    padding: 10px 5px 0 0;
    color: #b9204e;
}

.main-nav > ul > li > ul {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    -moz-column-count: 5;
    -moz-column-gap: 20px;
    -webkit-column-count: 5;
    -webkit-column-gap: 20px;
    column-count: 5;
    column-gap: 20px;
    text-align: right;
    background: #fafafa;
    border: solid 1px #e1e1e1;
    padding: 35px;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
    padding-left: 33.3333%;
    min-height: 200px;
    visibility: hidden;
    top: 50px;
    opacity: 0;
    height: 0;
    z-index: 9;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.main-nav > ul > li > ul > li > a {
    color: #5d5d5d;
    margin-bottom: 8px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.1em;
}

.main-nav > ul > li > ul > li > a:hover {
    color: #f9b621; /* Accent Color */
}

.main-nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    top: 57px;
}

.mega-menu-wrap > ul > li > a,
.main-nav > ul > li > a {
    color: #4f4f4f;
    font-size: 1.2em;
    padding: 0.93rem 0;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mega-menu-wrap > ul > li:first-child > a,
.main-nav > ul > li:first-child > a {
    margin-right: 0;
}

.mega-menu-wrap > ul > li > a:after,
.main-nav > ul > li > a:after {
    content: ' ';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    color: transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #f9b621; /* Accent Color */
    height: 2px !important;
    overflow: hidden;
    font-weight: normal !important;
}

.mega-menu-wrap > ul > li > a:hover,
.main-nav > ul > li > a:hover {
    color: #f9b621; /* Accent Color */
}

.mega-menu-wrap > ul > li > a:hover:after,
.main-nav > ul > li > a:hover:after {
    width: 100%;
    height: 2px !important;
}

.mega-menu-toggle {
    display: none;
}

.mega-menu-wrap > ul > li > .mega-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 99999;
    padding: 30px 20%;
    text-align: right;
}

.mega-menu-wrap > ul > li:hover > .mega-sub-menu {
    display: block;
}

.mega-menu-wrap ul {
    padding: 0;
    list-style: none;
}


.mega-menu-wrap .mega-menu-row > ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin: 0 -15px;
}

.mega-menu-wrap .mega-menu-row .mega-menu-column {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-1-of-12 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-1-of-12.auto {
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-2-of-12 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-3-of-12 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-4-of-12 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-5-of-12 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-6-of-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-7-of-12 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-8-of-12 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-9-of-12 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-10-of-12 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-11-of-12 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.mega-menu-wrap .mega-menu-row .mega-menu-columns-12-of-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.mega-menu-wrap .mega-block-title  {
    font-size: 1em;
    margin-bottom: 15px;
    color: #000;
}

.mega-menu-wrap .mega-sub-menu .mega-block-title > a {
    display: block;
    font-size: 1em;
    margin-bottom: 15px;
    color: #000;
    font-weight: bold;
}

.mega-menu-wrap .mega-sub-menu a {
    font-size: .85em;
    color: #424242;
}

.mega-menu-wrap .mega-sub-menu a:hover {
    color: #212121;
}

#mainNav {
    border-bottom: solid 1px #e1e1e1;
}

.mobile-navigation {
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    background: white;
    z-index: 999;
    width: 300px;
    padding: 0;
    transition: right .4s;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobile-navigation.active {
    right: 0;
}

[class^="reno-icon-"],
[class*=" reno-icon-"] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 44px;
    width: 44px;
    height: 46px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.reno-icon-box {
    background-image: url("../images/box.svg");
}

.reno-icon-card {
    background-image: url("../images/card.svg");
}

.reno-icon-delivery {
    background-image: url("../images/car.svg");
}

.reno-icon-guarantee {
    background-image: url("../images/barcode.svg");
}

.hms-icons {
    background-color: #f7f9fa;
    font-size: 1em;
    padding: 0 15px;
}

.hms-icons a {
    color: #4e4e4e;
}

.hms-icons ul li {
    margin-bottom: 15px;
    vertical-align: top;
}

.hms-icons.hms-icon-vertical {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hms-icons.hms-icon-horizontal {
    padding-right: 0;
    padding-left: 0;
}

.hms-icons.hms-icon-horizontal ul li {
    display: inline-block;
    margin-bottom: 0;
    width: 24%;
    text-align: center;
}

.single-product-sec1 .hms-icon-horizontal {
    background: none;
}

.hms-slider .owl-carousel {
    height: 365px;
    overflow: hidden;
}

.hms-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.hms-slider .owl-dots .owl-dot span {
    background: #fff;
}

.hms-slider .owl-dots .owl-dot.active span {
    background: #f9b621; /* Accent Color */
}

.hms-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -30px;
}

.hms-slider .owl-nav button {
    position: absolute;
}

.hms-slider .owl-nav button:before {
    font-family: "reno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hms-slider .owl-nav button.owl-prev, .hms-slider .owl-nav button.owl-next {
    font-size: 2.5em;
    color: white;
    text-shadow: 0 1px 3px #484848;
    margin: 0;
}

.hms-slider .owl-nav button.owl-prev span, .hms-slider .owl-nav button.owl-next span {
    display: none;
}

.hms-slider .owl-nav button.owl-prev:hover, .hms-slider .owl-nav button.owl-next:hover {
    background: transparent;
}

.hms-slider .owl-nav button.owl-prev {
    right: 15px;
}

.hms-slider .owl-nav button.owl-prev:before {
    content: "\77";
}

.hms-slider .owl-nav button.owl-next {
    left: 15px;
}

.hms-slider .owl-nav button.owl-next:before {
    content: "\76";
}

.home-main-slider > .container > .row {
    padding-right: 15px;
    padding-left: 15px;
}

.hd-img-right {
    height: 375px;
    overflow: hidden;
}

.hd-img-right .banner-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.home-discount > .container > .row {
    padding-right: 15px;
    padding-left: 15px;
}

.hd-slider {
    position: relative;
    margin: 0 auto;
    top: 0;
    right: 0;
    width: 100%;
    height: 312px;
    overflow: hidden;
    visibility: hidden;
}

.hd-slider-loading {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.hd-slider-loading img {
    margin-top: -19px;
    position: relative;
    top: 50%;
    width: 38px;
    height: 38px;
}

.hd-slider-wrap {
    cursor: default;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 312px;
    overflow: hidden;
}

.hd-slider-thumbs {
    position: absolute;
    right: 0;
    top: 0;
    width: 268px;
    height: 312px;
    overflow: hidden;
    cursor: default;
}

.hd-slider-nav {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: none;
}

.hd-slider-nav > div {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
}

.hd-slider-nav > div > svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hd-slider-thumbs .p {
    width: 268px;
    height: 63px;
}

.hd-slider-top {
    height: 63px;
    background: #f9b621; /* Accent Color */
    color: white;
}

.hst-right-title {
    font-size: 1.57em;
    padding-right: 10px;
    padding-top: 18px;
}

#discountCountDown {
    display: inline-block;
    width: 214px;
    font-size: 1.2em;
    padding-top: 18px;
}

#discountCountDown span {
    font-size: 1.3em;
}

#discountCountDown .dcd-item {
    width: 40px;
    display: inline-block;
}

.hst-left-title {
    font-size: 1.15em;
    position: relative;
    top: -3px;
}

.countdown-amount {
    line-height: 1em;
}

.countdown-period {
    font-size: 0.6em;
}

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.jssort121 .p .t {
    text-align: center;
    color: #4e4e4e;
    font-size: 1.28em;
    line-height: 40px;
    opacity: 1;
}

.jssort121 .p.pav {
    background-color: #f9b621; /* Accent Color */
    color: white;
}

.jssort121 .p.pav .t {
    color: white;
}

.jssort121 .p {
    opacity: 1;
    border-bottom: none;
    cursor: pointer;
}

.hd-slider-thumbs {
    background: #e4e4e4;
}

.home-clients-slider {
    width: 100%;
    overflow: hidden;
    padding: 0 40px;
}

.home-clients-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 100%;
}

.home-clients-slider .owl-nav button > span {
    display: none;
}

.home-clients-slider .owl-nav button.owl-next,
.home-clients-slider .owl-nav button.owl-prev {
    text-align: center;
    font-size: 20px !important;
    position: absolute;
    cursor: pointer;
    transition: .4s;
    -webkit-transition: .4s;
    margin: 0;
    top: 0;
    width: 40px;
    height: 30px;
    color: #616161;
}

.home-clients-slider .owl-nav button.owl-next {
    left: -40px;
    text-align: left;
}

.home-clients-slider .owl-nav button.owl-prev {
    right: -40px;
    text-align: right;
}

.home-clients-slider .owl-nav button.owl-next:before {
    content: "\76";
    font-family: "reno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-clients-slider .owl-nav button.owl-prev:before {
    content: "\77";
    font-family: "reno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-clients-slider .owl-nav button.owl-next:hover,
.home-clients-slider .owl-nav button.owl-prev:hover {
    color: #212121;
    background: transparent
}

.home-clients-slider .owl-item {
    text-align: center;
}

.home-clients-slider .owl-item a {
    font-size: 1.42em;
    color: #626262;
}

.home-clients-slider .owl-item a .client-logo {
    padding-top: 100%;
    position: relative;
}

.home-clients-slider .owl-item a .client-logo img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%) translateZ(0);
}

.home-clients-slider .owl-item a .client-name {
    position: absolute;
    top: 50%;
    right: 50%;
    opacity: 0;
    transform: translate(50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home-clients-slider .owl-item a .client-name > span:first-child {
    font-size: .65em;
}

.home-clients-slider .owl-item a .client-name > span:last-child {
    white-space: nowrap;
    font-weight: bolder;
}

.home-clients-slider .owl-item:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    cursor: pointer;
}

.home-clients-slider .owl-item:hover .client-name {
    opacity: 1;
}

.home-clients-slider .owl-item img {
    opacity: 0.2;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.apolo-effect figure {
    height: 100%;
    background: #f9b621; /* Accent Color */
    position: relative;
    overflow: hidden;
}

.apolo-effect figure img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.apolo-effect figure:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale3d(1.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.apolo-effect figure:hover img {
    opacity: 0.8;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.apolo-effect figure:hover:before {
    -webkit-transform: scale3d(1.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 2.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.hc-figure figure {
    height: 252px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

.hc-figure figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right center;
}

.hc-figure-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #545454;
    padding: 6px 15px;
    color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.hc-figure-btn span {
    color: #fcb336;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.home-cards .row > div:first-child .hc-figure-btn {
    left: auto;
    right: 20px;
}

.rlt-title-tag {
    font-size: 1.85em;
    color: #444444;
    position: relative;
    display: inline-block;
}

.rlt-title-tag a {
    color: #444444;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.rlt-title-tag a:hover {
    color: #f9b621; /* Accent Color */
}

.rlt-title-tag:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    background: #f9b621; /* Accent Color */
    height: 0;
    border-bottom: solid 0.1em #f9b621; /* Accent Color */
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.row-line-title {
    border-bottom: solid 2px #e1e1e1;
    width: 100%;
}

.hpc-slider {
    width: 100%;
}

/** product card carousel */
.product-card {
    margin: 1rem 0 !important;
}

.product-card-image {
    display: flex;
    display: -ms-flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 7px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.product-card-image a {
    width: 100%;
}

.product-card-image figure {
    position: relative;
    padding-top: 100%;
}

.product-card-image img {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.product-card-image img, .product-card-image figure {
    height: auto !important;
    width: 100% !important;
    background: #fff;
}

.product-card-image .mm-lazy.loaded + .second-img {
    display: block!important;
}

.product-card-image figure:hover .second-img {
    opacity: 1;
}

.product-card-image .second-img {
    display: none!important;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.product-card-colors {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-card-colors ul li {
    margin-bottom: 3px;
}

.product-card-colors ul li button {
    width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    -webkit-appearance: none !important;
    outline: none !important;
    font-size: 0 !important;
    padding: 0 !important;
}

.product-card-discount {
    position: absolute;
    bottom: 15px;
    left: 0;
    /*background: #f9b621; /* Accent Color */
    /*background: #ed1c24;*/
    background: #bb1a44; /* Primary Color */
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    color: white;
    text-align: center;
    direction: rtl;
    z-index: 9;
}

.product-card-discount .pd-badge {
    position: relative;
    padding: 3px 14px;
    font-size: .9em;
    line-height: 20px;
    font-weight: 100;
    color: #fff;
}

.product-card-discount.product-card-oos .pd-badge,
.product-card-discount.product-card-bas .pd-badge {
    top: -1px;
    font-weight: 100;
}

.product-card-discount.product-card-oos {
    /*background-color: #e95163;*/
    background-color: #bb1a44; /* Primary Color */
}

.product-card-discount.product-card-bas {
    background-color: #bb1a44; /* Primary Color */
}

@media (max-width: 767px) {
    .th-middle {
        text-align: left!important;
    }

    .th-middle img {
        height: 42px;
    }

    .product-card-discount {
        bottom: auto;
        left: auto;
        right: 0;
        top: 0;
    }

    .product-card-discount .pd-badge {
        line-height: 13px;
        padding: 3px 10px;
        font-size: .9em;
        top: 2px;
    }
    .sps1-wc-slider .product-card-discount .pd-badge {
        line-height: 1;
        padding: 5px 15px;
        min-width: auto;
    }
}

.product-card-like-preview {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.product-card-like-preview ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-card-like-preview > ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 20px;
    width: 20px;
    margin-bottom: 6px !important;
    font-size: 1.25em;
    color: #a9a9a9;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.product-card-like-preview > ul a:hover {
    color: #f9b621; /* Accent Color */
}

.product-card:hover .product-card-like-preview > ul a {
    opacity: 1;
}

.product-card .product-card-like-preview > ul a:focus {
    opacity: 1;
}

.product-card-like-preview .yith-wcwl-wishlistaddedbrowse.show a,
.product-card-like-preview .yith-wcwl-wishlistexistsbrowse.show a {
    opacity: 1;
}

.tooltip-arrow,
.light-tooltip + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #4e4e4e;
}

.light-tooltip + .tooltip.top > .tooltip-arrow {
    background-color: #fff;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: white;
}

.tooltip-inner {
    background: white;
    color: #4e4e4e;
}

.product-card .pc-title {
    font-size: 1em;
    font-weight: 400;
    color: #424242;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.product-card .pc-title a {
    color: #424242;
}

.product-card .pc-title a:hover {
    color: #212121;
}

.product-card .pc-sup-title a {
    color: #212121;
    font-size: .9em;
    font-weight: bold;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-card .pc-sup-title a:hover {
    color: #000;
}

.product-card .discount-price > div {
    display: inline-block;
    margin-left: 5px;
}

.product-card .discount-price > div:first-child {
    font-size: 1.14286em;
    color: #414141;
}

.product-card .discount-price > div:last-child {
    font-size: 1.42857em;
    color: #ff001e;
    position: relative;
    top: 3px;
}

.product-card .discount-price > div:last-child ins {
    text-decoration: none;
}

.product-card .full-price {
    font-size: 1.42857em;
}

.product-card .full-price ins {
    text-decoration: none;
}

.product-card .pc-sizes {
    margin-top: 12px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.product-card .pc-sizes ul {
    display: flex;
    flex-wrap: wrap;
}

.product-card .pc-sizes ul li {
    margin-bottom: 5px;
    margin-left: 5px;
}

.product-card .pc-sizes ul li a {
    display: inline-block;
    border: solid 1px #e1e1e1;
    border-radius: .25em;
    padding: 4px 7px 2px;
    line-height: 1;
    font-size: .85em;
    font-weight: 100;
    color: #4e4e4e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-card .pc-sizes ul li a:hover {
    color: #f9b621; /* Accent Color */
    border-color: #f9b621; /* Accent Color */
}

.product-card:hover .pc-sizes {
    opacity: 1;
}

.hpc-slider .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -35px;
}

.hpc-slider .owl-carousel .owl-nav .owl-prev, .hpc-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    background: white;
    color: #212121;
    border: 1px solid #e5e5e5;
    width: 60px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    font-size: 1.8em;
    line-height: 75px;
    margin: 0 !important;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.hpc-slider .owl-carousel .owl-nav .owl-prev:hover, .hpc-slider .owl-carousel .owl-nav .owl-next:hover {
    background: #e5e5e5;
    opacity: 1;
}

.hpc-slider .owl-carousel .owl-nav .disabled {
    background: #fff!important;
    opacity: .25!important;
}

.hpc-slider .owl-carousel .owl-nav .owl-prev span, .hpc-slider .owl-carousel .owl-nav .owl-next span {
    display: none;
}

.hpc-slider .owl-carousel .owl-nav .owl-prev:before, .hpc-slider .owl-carousel .owl-nav .owl-next:before {
    font-family: "markomode";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hpc-slider .owl-carousel .owl-nav .owl-prev {
    right: -20px;
    border-radius: 70px 0 0 70px;
    border-right: 0;
}

.hpc-slider .owl-carousel .owl-nav .owl-prev:before {
    content: "\e804";
}

.hpc-slider .owl-carousel .owl-nav .owl-next {
    left: -20px;
    border-radius: 0 70px 70px 0;
    border-left: 0;
}

.hpc-slider .owl-carousel .owl-nav .owl-next:before {
    content: "\e803";
}

.hpc-slider .item {
    margin: 0 auto;
}

.back-to-top .btt-box {
    font-size: 1.71429em;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.back-to-top .btt-box:hover {
    color: #f9b621; /* Accent Color */
}

.back-to-top .btt-box span {
    position: relative;
    top: 4px;
    margin-left: 6px;
}

.main-footer {
    background-color: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 40px;
}

.footer-col-title {
    font-size: 1.42857em;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-list li {
    margin-bottom: 6px;
}

.footer-list li a {
    color: #4e4e4e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-list li a:hover {
    color: #f9b621; /* Accent Color */
}

.footer-p-tag {
    font-weight: 300;
    line-height: 1.8em;
}

.news-letter-input {
    width: 65%;
    background: #f4f4f4;
    color: #222;
    border: solid 1px #e1e1e1;
    padding: 6px;
    font-size: 16px;
}

.btn-reno-red {
    background: #f9b621; /* Accent Color */
    color: white;
    border-radius: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-reno-red:hover {
    background: #e6a515;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    color: #b2b2b2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.6em;
    padding: 5px 14px;
    padding-right: 0;
}

.footer-social ul li a:hover {
    color: #f9b621; /* Accent Color */
}

.footer-text-value {
    font-weight: 400;
    font-size: 1.57143em;
    color: #4e4e4e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-text-value:hover {
    color: #f9b621; /* Accent Color */
}

/** end product card carousel */
.footer-copy-right {
    color: #BDBDBD;
    font-size: 0.92857em;
    background: #f9f9f9;
    margin: 0;
    font-weight: 100;
}

.footer-copy-right .container {
    border-top: 1px solid #E0E0E0;
    padding-top: 16px;
    padding-bottom: 20px;
}

.footer-copy-right a {
    color: #BDBDBD;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-copy-right a:hover {
    color: #f9b621; /* Accent Color */
}

.footer-copy-right .icon-copyright {
    position: relative;
    top: 3px;
}

.mmt-breadcrumb .breadcrumb {
    background: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 1.35em 0;
    margin-bottom: 0;
}

.mmt-breadcrumb .breadcrumb a {
    color: #666;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mmt-breadcrumb .breadcrumb a:hover {
    color: #f9b621; /* Accent Color */
}

.mmt-breadcrumb .breadcrumb span {
    color: #666;
}

.mmt-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\69";
    font-family: "reno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 3px;
}

.sps1-wc-slider {
    position: relative;
    overflow: hidden;
}

.sps1-wc-slider .product-card-discount {
    z-index: 9;
}

.sps1-wc-slider #wcSlider {
    position: relative;
    border: solid 1px #e1e1e1;
    padding: 25px 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
    background: #f7f9fa;
    overflow: hidden;
}

.sps1-wc-slider #wcCarousel {
    margin: 0;
    border: none;
    overflow: hidden;
    width: 100%;
}

.sps1-wc-slider #wcCarousel ul.slides > li {
    background-color: #f7f9fa;
    border: solid 1px #e1e1e1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sps1-wc-slider #wcCarousel ul.slides > li:hover {
    cursor: pointer;
    background: white;
    border: solid 1px #f9b621; /* Accent Color */
}

.product-not-available .product-card-discount {
    background: #e3e3e3;
    color: #4e4e4e;
    width: 200px;
    padding-bottom: 15px;
    display: block;
    left: -75px;
    top: -12px;
    padding-top: 20px;
    font-size: 13px;
    font-weight: normal;
}

.sps1-title-section {
    border-bottom: solid 1px #e1e1e1;
}

.sps1-title-section h1 {
    font-size: 1.57143em;
    font-weight: 600;
    color: #414141;
    margin-bottom: 12px;
    line-height: 1.6em;
}

.sps1-title-section h3 {
    font-size: 1.28571em;
    font-weight: 400;
    color: #aeaeae;
}

.sps1-brand,
.sps1-brand a {
    height: 55px;
}

.sps1-brand a img {
    width: auto!important;
    height: 100% !important;
}

.sps1-brand-code,
.sps1-color-code {
    font-size: 1.2em;
    font-weight: 400;
}

.sps1-brand-code span {
    display: block;
    padding-right: 0;
    margin-top: 8px;
}

.sps1-brand-code a {
    margin-right: .5em;
    padding: 10px 15px 9px;
    font-size: .85em;
    font-weight: lighter;
    line-height: 15px;
    border: 1px solid #e2e2e2;
    color: #9E9E9E;
    border-radius: 2em;
    display: inline-block;
    vertical-align: middle;
}

.sps1-brand-code a, .sps1-specs a {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.sps1-brand-code a:hover, .sps1-specs a:hover {
    color: #e6a515;
    border-color: #e6a515;
}

.size-help a {
    border: 1px solid #e1e1e1;
    display: inline-block;
    font-size: .9em;
    margin-right: .5em;
    border-radius: 2em;
    padding: 6px 12px 6px 37px;
    color: #9E9E9E;
    font-weight: 100;
    position: relative;
}

.size-help a i {
    font-size: 1.65em;
    line-height: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.sps1-summary {
    color: #414141;
}

.sps1-summary-title {
    font-size: 1.21429em;
}

.sps1-summary-desc {
    font-size: 1em;
    color: #414141;
    line-height: 1.9em;
}

.sps1-summary-desc ul {
    padding-right: 15px;
}

.sps1-summary-desc ul li {
    margin-bottom: 8px;
}

.sps1-specs {
    font-size: 1.21429em;
}

.sps1-color-list li {
    display: inline-block;
}

.sps1-color-list li span {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.sps1-color-list li span:after {
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: "\7d";
    position: absolute;
    color: white;
    font-size: 1.6em;
    font-family: "reno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sps1-color-list li span:hover:after {
    opacity: 1;
}

.sps1-color-list li.current span:after, .sps1-color-list li.active span:after {
    opacity: 1;
}

ul.sps1-size-list {
    display: flex;
    flex-wrap: wrap;
}

.sps1-size-list li {
    margin-bottom: .5em;
    margin-left: .5em;
}

.sps1-size-list li a, .sps1-size-list li span {
    display: inline-block;
    align-items: center;
    border: solid 1px #e1e1e1;
    border-radius: .25em;
    padding: 2px 15px 1px;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 100;
    color: #4e4e4e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sps1-size-list li span:hover {
    cursor: pointer;
}

.sps1-size-list li:not(.product_variable_outofstock) a:hover, .sps1-size-list li:not(.product_variable_outofstock) span:hover, .sps1-size-list li.selected:not(.product_variable_outofstock) span {
    color: #f9b621; /* Accent Color */
    border-color: #f9b621; /* Accent Color */
}

.sps1-price {
    font-size: 1.2em;
}

.sps1-price > div {
    margin-bottom: .75em;
}

.sps1-price .price-before {
    color: #616161;
    font-size: 1.3em;
}

.sps1-price .discount .price {
    font-size: 1.13em !important;
    background: #f9b621; /* Accent Color */
    color: #fff!important;
    padding: 0px 15px;
    line-height: 1;
    border-radius: 1em;
}

.sps1-price .discount .price .price-postfix {
    font-size: .75em;
}

.sps1-price .price-after {
    margin-bottom: 0;
    font-size: 2.5em;
    color: #f9b621; /* Accent Color */
    font-weight: bold;
}

.sps1-price .price-after .price-postfix {
    font-weight: normal;
    font-size: .55em;
}

.sps1-atc-btn {
    width: 82%;
    text-align: center;
    padding: 9px 0;
    float: right;
    background: #f9b621; /* Accent Color */
    color: white;
    font-size: 1.5em;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.sps1-atc-btn span {
    display: inline-block;
    position: relative;
    top: 3px;
}

.sps1-atc-btn span:first-child {
    margin-left: -6px;
}

.sps1-atc-btn:hover {
    background: #e6a515;
}

.sps1-atc-count {
    width: 15%;
    padding: 11px;
    font-size: 16px;
    padding-left: 4px;
    margin-right: 2%;
    border: solid 1px #c8c8c8;
}

.sps1-branch-prefix {
    float: right;
    line-height: 1.8em;
    margin-left: 10px;
    font-size: 1.07143em;
}

.sps1-branch-prefix span:first-child {
    margin-left: 4px;
    position: relative;
    top: 3px;
}

.sps1-branch-list li {
    float: right;
}

.sps1-branch-list li a {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 50rem;
    float: right;
    color: #757575;
    margin-left: 5px;
    padding: 4px 10px;
    font-size: .9em;
    font-weight: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 5px;
}

.sps1-branch-list li a:hover {
    border: 1px solid #f9b621; /* Accent Color */
    color: #f9b621; /* Accent Color */
}

.sps1-branch-link {
    float: right;
    color: #f9b621; /* Accent Color */
    border-bottom: solid 1px #f9b621; /* Accent Color */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    line-height: 1.7em;
    margin-right: 10px;
}

.sps1-branch-link:hover {
    color: #e6a515;
    border-color: #e6a515;
}

/** tab style */
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.tab .nav-tabs {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    border: 0;
    position: relative;
}

.tab .nav-tabs:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    bottom: 1px;
    right: 0;
}

.tab .nav-tabs li a {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.3em;
    color: #4e4e4e;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    padding: 15px;
    font-weight: 100;
    white-space: nowrap;
}


.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a {
    border: none;
}

.tab .nav-tabs li:hover a,
.tab .nav-tabs a.active {
    font-weight: normal
}

.tab .nav-tabs li a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f9b621; /* Accent Color */
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 1;
    transform: scaleX(0);
    -webkit-transition: transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
}

.tab .nav-tabs li:hover a:after,
.tab .nav-tabs a.active:after {
    transform: scaleX(1);
}

.tab .tab-content {
    line-height: 30px;
    position: relative;
    width: 100%;
}

.fade.in.active {
    opacity: 1;
}

.spt-tabs img {
    max-width: 100%;
}

.spt-tabs table td {
    background: #f7f9fa;
    border: none;
    border-bottom: solid 5px white;
    border-left: solid 5px white;
    padding: 5px 10px;
    font-size: 1.07143em;
}

.spt-tabs table td:first-child {
    width: 25%;
}

.single-product-tabs #reviews h3 {
    font-size: 1.57143em;
    margin-bottom: 30px;
}

.single-product-tabs #reviews .commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 1em!important;
}

.single-product-tabs #reviews .commentlist > li .comment_container {
    background-color: #fbfbfb;
    margin-bottom: 10px;
    position: relative;
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
}

.single-product-tabs #reviews .commentlist > li .comment_container .avatar {
    display: inline-block;
    position: absolute;
    right: 20px;
}

.single-product-tabs #reviews .commentlist > li > ul {
    list-style: none;
    margin-right: 40px;
    margin-bottom: 15px;
    padding-right: 0;
}

.single-product-tabs #reviews .commentlist > li > ul .comment_container {
    border-right: solid 2px #f9b621; /* Accent Color */
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: none;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 1em;
}

.woocommerce .star-rating span::before {
    color: #ffd22d;
    font-size: 18px;
}

.woocommerce .star-rating::before {
    font-size: 18px;
    color: #ffd22d;
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 20px;
    line-height: 1;
    font-size: 18px;
    width: 105px;
    font-family: star;
    top: 5px;
}

.woocommerce #review_form #respond form .comment-form-rating {
    margin-top: 15px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 0;
}

.woocommerce #review_form #respond .stars {
    display: inline-block;
    margin-right: 25px;
    font-size: 1.8em;
}

.woocommerce p.stars a {
    color: #f9b621; /* Accent Color */
}

#review_form .comment-form {
    max-width: 800px;
    padding-right: 15px;
}

#review_form input,
#review_form textarea {
    outline: none!important;
}

#review_form input[type='text'],
#review_form input[type='email'],
#review_form input[type='password'],
#review_form input[type='phone'],
#review_form input[type='number'],
#review_form textarea {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    resize: none;
    margin-bottom: 2em!important;
    font-size: 1.13em;
    font-weight: 100;
    height: 50px!important;
    overflow: hidden;
    transition: all .3s;
}

#review_form input[type='text']:focus,
#review_form input[type='email']:focus,
#review_form input[type='password']:focus,
#review_form input[type='phone']:focus,
#review_form input[type='number']:focus,
#review_form textarea:focus {
    border-bottom: 1px solid #f9b621; /* Accent Color */
}

#review_form [class^='comment-form-'] {
    width: 70%!important;
}

#review_form .comment-form-thumbs {
    float: right;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    font-size: 1.13em;
}

#review_form .form-submit {
    float: left;
    width: 30%;
    padding: 0 30px;
    height: 40px;
    margin: 0!important;
    text-align: center;
}

#review_form .form-submit input#submit {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 50rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0!important;
    max-width: 100%;
    width: 150px;
    background: #f9b621; /* Accent Color */
    color: #fff!important;
    font-weight: 100;
    border-radius: 50rem;
    height: auto!important;
}

#review_form .form-submit input#submit:hover {
    background: #e6a515;
}


@media (max-width: 767px) {
    #review_form .comment-form {
        padding-right: 0;
    }

    #review_form [class^='comment-form-'] {
        width: 100%!important;
    }

    #review_form .form-submit {
        float: none;
        width: 100%;
        padding: 0;
    }

    #review_form .form-submit input#submit {
        width: 100%;
    }

    #review_form .comment-form-thumbs {
        float: none;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2.5em;
    }

    #review_form .comment-form-thumbs > div {
        margin-bottom: .5em;
    }
}
/** popup style */
/* text-based popup styling */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: 820px;
    margin: 0 auto;
    text-align: right;
    font-size: 1.15em;
}

/* ====== Zoom-out effect ====== */
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.sps1-popup .icon-pin {
    font-size: 2.4em;
    line-height: 0.5em;
    text-align: center;
    display: block;
    color: #3c3c3c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sps1-popup .icon-pin:hover {
    color: #f9b621; /* Accent Color */
}

.sps1-popup table .thead-dark th {
    background: #f9b621; /* Accent Color */
    border-color: #f9b621; /* Accent Color */
}

.sps1-popup table td {
    vertical-align: middle;
    font-size: 0.9em;
}

.sps1-popup table tr td:first-child {
    font-size: 1.28571em;
    font-weight: 500;
}

.sps1-popup#shoeSizeHelpBox table td {
    text-align: center;
    font-size: 1.14286em;
}

.sps1-popup#shoeSizeHelpBox table th {
    text-align: center;
}

/* end popup style */
.mpa-filter-single-text {
    color: #757575;
}

.shop-pagination {
    float: left;
}

.shop-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}

.shop-pagination ul li.disabled {
    opacity: 0.4;
}

.shop-pagination ul li.disabled a {
    cursor: default;
}

.shop-pagination ul li a {
    color: #565656;
    border: solid 1px #565656;
    padding: 8px 10px;
    min-width: 130px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.shop-pagination ul li a:hover {
    background: #f6f6f6;
}

.shop-pagination ul li a span {
    position: relative;
    top: 3px;
}

.shop-pagination ul li:first-child a span {
    margin-left: 5px;
}

.shop-pagination ul li:last-child a span {
    margin-right: 5px;
}

.mmt-product-archive {
    padding: 15px 0 30px;
    overflow: hidden;
}

.mmt-product-archive .mpa-body h1 {
    font-size: 1.71429em;
    color: #212121;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

aside.mpa-sidebar .widget .widget-header {
    text-align: right;
    background-color: #f2f5f7;
    cursor: pointer;
    border-radius: 50rem;
}

aside.mpa-sidebar .widget .widget-title {
    font-size: 1.3em;
    padding: 7px 15px;
    font-weight: 400;
    color: #383838;
    position: relative;
}

aside .widget .widget-title span {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7px;
    height: 14px;
    font-size: .8em;
}

aside .widget .widget-title span.deactive:before {
    content: "\4f";
}


aside .widget .widget-body-inner {
    padding: 15px 10px;
}

/*aside .widget.widget-categories .widget-body-inner {*/
/*max-height: 340px;*/
/*overflow-y: hidden;*/
/*margin: 15px 5px;*/
/*padding: 0 10px;*/
/*}*/

/*aside .widget.widget-categories .widget-body-inner:hover {*/
/*overflow-y: auto;*/
/*}*/

aside .widget.widget-categories .widget-body-inner::-webkit-scrollbar {
    width: 5px;
}

aside .widget.widget-categories .widget-body-inner::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 50rem;
}

aside .widget.widget-categories .widget-body-inner::-webkit-scrollbar-thumb {
    background: #9E9E9E;
    border-radius: 50rem;
}

aside .widget.widget-categories .widget-body-inner::-webkit-scrollbar-thumb:hover {
    background: #757575;
}

aside .wc-category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

aside .wc-category-list ul li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

aside .wc-category-list ul li a:hover, aside .wc-category-list ul li a:focus, aside .wc-category-list ul li a:active {
    color: #f9b621; /* Accent Color */
}

aside .wc-category-list > ul ul {
    padding-right: 3em;
}

aside .wc-category-list.wc-onsale-stock-list > ul > li {
    margin-bottom: 0;
}

aside .wc-category-list > ul > li {
    margin-bottom: 1em;
}

aside .wc-category-list > ul > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

aside .wc-category-list > ul > li a {
    display: inline-block;
    margin-bottom: .35em;
    font-weight: 400;
    font-size: 1em;
    color: #8b8b8b;
}

aside .widget-wc-categories .wc-category-list > ul > li > .toggle:hover {
    cursor: pointer;
}

aside .widget-wc-categories .wc-category-list > ul > li > .toggle:before {
    content: '\e805';
    vertical-align: middle;
    font-size: .8em;
    font-family: "markomode";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: .5em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: .25em;
    margin-left: .75em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

aside .widget-wc-categories .wc-category-list > ul > li > .toggle.collapsed:before {
    content: '\e806';
}

aside .wc-category-list > ul > li > a {
    font-size: 1.3em;
    color: #383838;
    font-weight: 400;
}

aside .wc-category-list ul.children li.current-cat a {
    font-weight: 400;
    color: #545454;
    position: relative;
}

aside .wc-category-list ul.children li.current-cat a:before {
    position: absolute;
    right: -18px;
    top: 3px;
    font-size: 1.2em;
    content: "\69";
    font-family: "reno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mpa-filters .mpa-filter-top {
    border-bottom: 1px solid #F5F5F5;
    padding: 1.25em 0;
}

.mpa-filter-top {
    padding: .5em 0;
    margin-bottom: 1em;
}

.mpa-filter-bottom {
    padding: 1em 0;
    margin-top: .5em;
}

.sps1-msg-box {
    min-height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 70px;
}

.sps1-msg-box-icon {
    font-size: 3.57143em;
}

.sps1-msg-box-text {
    color: #4e4e4e;
    font-size: 1.07143em;
}

.product-not-available .sps1-atc-btn {
    font-size: 1.28571em;
    background: #636363;
    width: 100%;
}

.product-not-available .sps1-atc-btn:hover {
    background: #4a4a4a;
}

.product-not-available .sps1-atc-btn .icon-notification {
    line-height: 1em;
    font-size: 1.42857em;
}

.product-not-available .sps1-atc-btn span:last-child {
    top: -5px;
}

.product-not-available .sps1-atc-btn span:first-child {
    margin-left: 0;
}

.product-not-available .sps1-msg-box {
    background-color: #eaeaea;
    text-align: center;
}

.product-not-available .sps1-msg-box-icon {
    color: #8f8f8f;
}

.product-soon-available .product-card-discount {
    background-color: #ceffd5;
    color: #405a44;
}

.product-soon-available .sps1-msg-box {
    background-color: #ceffd5;
}

.product-soon-available .sps1-msg-box-icon {
    color: #98c79f;
}

.product-soon-available .sps1-msg-box-text {
    color: #405a44;
}

/** ==========================================
Blog style
============================================== */
.bh-shop-title {
    font-size: 1.07143em;
    display: inline-block;
}

.bh-shop-title a {
    border-radius: 30px;
    background-color: #f9b621; /* Accent Color */
    padding: 3px 15px;
    color: white;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.bh-shop-title a:hover {
    background-color: #82d6cc;
}

#mainNav.bh-mainNav {
    border-bottom: none;
}

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

.bh-mainNav .main-nav {
    float: right;
}

#blogMainNavSearch {
    float: right;
    position: relative;
}

#blogMainNavSearch form {
    display: none;
    position: absolute;
    top: 103%;
    background: #fafafa;
    padding: 18px 45px 18px 25px;
    min-width: 300px;
    -webkit-box-shadow: 0 2px 5px #e3e3e3;
    box-shadow: 0 2px 5px #e3e3e3;
    border: solid 1px #e5e5e5;
    left: 0;
    z-index: 99;
}

#blogMainNavSearch form.active {
    display: block;
}

#blogMainNavSearch form input[type="text"] {
    font-size: 1.28571em;
    background: none;
    border: none;
    width: 100%;
}

#blogMainNavSearch form button[type="submit"] {
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #868686;
    top: 20px;
    cursor: pointer;
}

#blogMainNavSearch > a {
    color: #686868;
    padding: 17px 10px;
    font-size: 22px;
    display: inline-block;
    line-height: 0em;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#blogMainNavSearch > a:hover {
    color: #f9b621; /* Accent Color */
}

.bh-mainNav-close {
    position: absolute;
    left: 0;
    color: #8e8e8e;
    top: 15px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.bh-mainNav-close:hover {
    color: #666;
}

.bh-tags {
    float: right;
    margin-bottom: 0;
}

.bh-tags li {
    float: right;
    padding-top: 15px;
}

.bh-tags li a {
    border-radius: 30px;
    padding: 5px 20px;
    display: inline-block;
    background-color: #F5F5F5;
    color: #9E9E9E;
    margin-left: 5px;
    transition: .4s all;
}

.bh-tags li a:hover {
    background: #eee;
}

.bh-logo img {
    width: 300px;
    float: left;
}

.btn.btn-dark-red {
    color: white;
    background: #f9b621; /* Accent Color */
    padding: 1px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-dark-red:hover {
    background: #f9b621; /* Accent Color */
}

.btn.btn-purple {
    background: #f9b621; /* Accent Color */
    padding: 1px 10px;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-purple:hover {
    background: #e6a515;
}

.btn.btn-round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn.has-hash:before {
    content: '#';
    margin-left: 4px;
}

.ba-card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
    border-color: #e1e1e1;
}

.ba-card > a {
    height: 175px;
    overflow: hidden;
}

.ba-card > a img {
    height: 100%;
    width: auto;
    max-width: auto;
}

.ba-card .card-title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6em;
    height: 52px;
    overflow: hidden;
}

.ba-card .card-title a {
    color: #414141;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ba-card .card-title a:hover {
    color: #f9b621; /* Accent Color */
}

.ba-card .btn {
    font-size: 0.85em;
}

.ba-card .card-body {
    padding: 1.25rem 1rem 0.3em;
}

.ba-card .card-img-top {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.blog-archive {
    padding-bottom: 100px;
}

.blog-aside-widget {
    margin-bottom: 30px;
}

.blog-aside-widget .widget-header .baw-h {
    padding-bottom: 15px;
    border-bottom: solid 1px #c8c8c8;
    margin-bottom: 0;
    font-size: 1.7em;
    font-weight: bold;
    color: #4e4e4e;
}

.blog-aside-widget.baw-most-popular .widget-header {
    margin-bottom: 18px;
}

.ba-side-card {
    margin-bottom: 10px;
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 5px;
}

.ba-side-card:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.ba-side-card .media-img {
    width: 100px;
    height: 80px;
    overflow: hidden;
}

.ba-side-card .media-img img {
    width: auto;
    max-width: initial;
    height: 100%;
}

.ba-side-card .media-body h4 {
    font-size: 0.9em;
    line-height: 1.6em;
}

.ba-side-card .media-body h4 a {
    color: #444444;
}

.ba-side-card .btn {
    font-size: 0.75em;
}

.baw-ad .baw-ad-img img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.aside-widget-promotion .widget-header {
    cursor: initial!important;
}

.baw-onsale-header h3 {
    background: #f9b621; /* Accent Color */
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
    font-size: 1.45em;
    color: white;
    padding: 12px 15px;
}

.baw-onsale-slider.hms-slider .owl-carousel {
    height: auto;
}

.baw-onsale-slider.hms-slider .product-card-image {
    border-bottom: none;
    margin-bottom: 1em;
}

.baw-onsale-slider.hms-slider .product-card-image figure {
    background: transparent;
    padding-top: 130%;
    margin: 0;
}

.baw-onsale-slider.hms-slider .product-card-image-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.baw-onsale-slider.hms-slider .product-card-image-bg .ps-carousel-item-bg-gray .st0 {
    fill: none;
    stroke: #d8d8d8;
    stroke-width: 2
}

.baw-onsale-slider.hms-slider .product-card-image-bg .ps-carousel-item-bg-gray .st1 {
    stroke: #f9b621; /* Accent Color */
    fill: none;
    stroke-width: 2;
}

.baw-onsale-slider.hms-slider .owl-item.active .ps-carousel-item-bg-gray .st1 {
    animation: baw-onsale-draw-line 7s linear;
}

.baw-onsale-slider.hms-slider .owl-carousel:hover .ps-carousel-item-bg-gray .st1 {
    animation-play-state: paused;
}

.baw-onsale-slider.hms-slider .product-card-image img {
    width: calc(100% - 20px)!important;
    left: 10px!important;
    right: 10px!important;
    top: unset;
    bottom: 20px;
    border-radius: 50%;
}

.baw-onsale-slider.hms-slider .product-card-discount {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    top : 30px;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.baw-onsale-slider.hms-slider .product-card-discount .pd-badge {
    line-height: 1;
    font-size: 1.25rem;
    font-weight: bold;
}

.baw-onsale-slider.hms-slider .product-card-discount .pd-badge span {
    display: block!important;
    font-size: .7rem;
    font-weight: 400;
    margin: 0!important;
    color: #F5F5F5;
}

.baw-onsale-slider.hms-slider .product-content {
    padding: 0 15px;
}

.baw-onsale-slider.hms-slider .owl-stage {
    margin-bottom: 1.5rem;
}

.baw-onsale-slider.hms-slider .owl-nav button {
    width: 30px;
    opacity: 0;
    text-shadow: none !important;
    color: #d8d8d8 !important;
    font-size: 1.75em!important;
    transition: opacity .4s;
}


.baw-onsale-slider.hms-slider:hover .owl-nav button {
    opacity: 1;
}

.baw-onsale-slider.hms-slider .owl-nav button:before {
    font-family: "Font Awesome 5 Pro" !important;
}

.baw-onsale-slider.hms-slider button.owl-prev:before {
    content: "\f054"!important;
}

.baw-onsale-slider.hms-slider button.owl-next:before {
    content: "\f053"!important;
}

.baw-onsale-slider.hms-slider .owl-dots {
    position: unset;
    margin: 5px 0;
}

.baw-onsale-slider.hms-slider .owl-dots .owl-dot span {
    background: #dee2e6;
    margin: 0 5px;
    padding: 0;
}

.baw-onsale-slider.hms-slider .owl-dots .owl-dot.active span {
    background: #f9b621; /* Accent Color */
    position: relative;
    width: 10px;
    height: 10px;
    transform: scale(1.3)
}

.baw-onsale-slider .product-card .pc-title {
    font-size: 1.1em;
}

@keyframes baw-onsale-draw-line {
    to {
        stroke-dashoffset: 0;
    }
}

@-moz-keyframes baw-onsale-draw-line {
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes baw-onsale-draw-line {
    to {
        stroke-dashoffset: 0;
    }
}

@-ms-keyframes baw-onsale-draw-line {
    to {
        stroke-dashoffset: 0;
    }
}

@-o-keyframes baw-onsale-draw-line {
    to {
        stroke-dashoffset: 0;
    }
}

nav.blog-archive-pagination {
    margin: 3em 0;
}

.blog-archive-pagination ul {
    margin: 0;
}

.blog-archive-pagination .page-item .page-link {
    color: #616161;
    padding: 0 8px;
    display: inline-block;
    border: 1px solid transparent;
    line-height: 24px;
    margin: 0 5px;
    border-radius: .25em;
}

.blog-archive-pagination .page-item .page-link:hover {
    color: #f9b621; /* Accent Color */
    background: none;
}

.blog-archive-pagination .page-item .page-link.current {
    background: #f9b621; /* Accent Color */
    color: #fff;
}


.blog-archive-pagination .page-item .page-link.next .icon,
.blog-archive-pagination .page-item .page-link.prev .icon {
    margin: 0 5px;
    position: relative;
    top: 4px;
}

.bs-article h1 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 15px;
}

.bs-article .btn.btn-purple {
    font-size: 1em;
    padding: 0 15px;
}

.bs-article-content {
    color: #212121;
}

.bs-article-content h1, .bs-article-content h2, .bs-article-content h3, .bs-article-content h4, .bs-article-content h5, .bs-article-content h6 {
    font-weight: bold;
    margin-bottom: 15px;
}

.bs-article-content h2 {
    font-size: 1.7em;
}

.bs-article-content h3 {
    font-size: 1.5em;
}

.bs-article-content h4 {
    font-size: 1.3em;
}

.bs-article-content h5 {
    font-size: 1.1em;
}

.bs-article-content h6 {
    font-size: 0.9em;
}

.bs-article-content ul {
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bs-article-content ul li {
    margin-bottom: 5px;
}

.bs-card-related > h2 {
    font-size: 1.8em;
    font-weight: bold;
}

.bs-article {
    border: solid 1px #e1e1e1;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.ba-article-content-wrap {
    padding: 15px 30px;
}

.baam-social ul li {
    float: left;
    margin-right: 20px;
}

.baam-social ul li a {
    color: #cecece;
    font-size: 1.3em;
    display: inline-block;
    text-align: center;
    height: 36px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.baam-social ul li:last-child {
    margin-right: 0;
}

.baam-social ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.baam-social ul li a:hover {
    color: #f9b621; /* Accent Color */
}
/** ==========================================
End Blog style
============================================== */
.menu-page {
    margin-top: 55px;
}

.mp-menu ul {
    background-color: #f1f4f6;
    padding: 30px 20px;
}

.mp-menu ul li {
    margin-bottom: 8px;
}

.mp-menu ul li a {
    color: #4e4e4e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mp-menu ul li a:before {
    content: "\76";
    font-family: "reno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 2px;
    margin-left: 3px;
    font-size: 0.8em;
}

.mp-menu ul li a:hover {
    color: #f9b621; /* Accent Color */
}

.mp-menu ul li.current-menu-item a {
    color: #f9b621; /* Accent Color */
}

.menu-page-article h1, .menu-page-article h2, .menu-page-article h3, .menu-page-article h4, .menu-page-article h5, .menu-page-article h6 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #444;
}

.menu-page-article h1 {
    font-size: 1.5rem;
    font-weight: bold;
}

.menu-page-article h2 {
    font-size: 1.8rem;
}

.menu-page-article h3 {
    font-size: 1.6rem;
}

.menu-page-article h4 {
    font-size: 1.4rem;
}

.menu-page-article h5 {
    font-size: 1.2rem;
}

.menu-page-article h6 {
    font-size: 1rem;
}

.menu-page-article p {
    line-height: 1.8em;
    font-size: 1.1em;
    color: #333;
}

.menu-page-article ul {
    padding-right: 18px;
    font-size: 1.1em;
    list-style: none;
    position: relative;
}

.menu-page-article ul li {
    margin-bottom: 8px;
}

.menu-page-article ul li::before {
    content: "•";
    color: #f9b621; /* Accent Color */
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    right: 0;
    font-size: 1.5em;
    line-height: 1.1em;
}

.menu-page-article ol {
    padding-right: 18px;
}

.menu-page-article ol li {
    margin-bottom: 8px;
}

.menu-page-article .special-title {
    background-color: #e1e1e1;
    display: inline-block;
    border-radius: 5px;
    color: #4f4f4f;
    font-size: 1.42857em;
    padding: 8px 25px;
    position: relative;
    margin-top: 20px;
}

.menu-page-article .special-title:after {
    content: '';
    border-top: 13px solid #e1e1e1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: -12px;
    right: 25px;
}

.menu-page-article a {
    color: #f9b621; /* Accent Color */
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.menu-page-article a:hover {
    color: #f9b621; /* Accent Color */
    border-bottom: dotted 1px #f9b621; /* Accent Color */
}

.accordion .btn {
    white-space: normal;
}

.mpc-faq .card-header {
    position: relative;
    background: none;
}

.mpc-faq .card-header .btn.btn-link {
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    padding-left: 40px;
    color: #5e5e5e;
}

.mpc-faq .card-header .btn.btn-link:hover, .mpc-faq .card-header .btn.btn-link:active, .mpc-faq .card-header .btn.btn-link:focus {
    text-decoration: none;
    color: #222;
}

.mpc-faq .card-header .btn.btn-link::after {
    content: "\74";
    font-family: "reno" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1.2em;
    margin-top: -8px;
    margin-left: 25px;
}

.mpc-faq .card-header .btn.btn-link.collapsed::after {
    content: "\75";
}

.mpc-faq .card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

.mpc-faq .collapse {
    border-bottom: 1px solid #e1e1e1;
}

.mpc-faq .accordion .card:last-child {
    border-bottom: none;
}

.mpcfb-main-title {
    font-size: 1.6em;
}

.mpcfb-sub-title {
    font-size: 1.3em;
}

.alert-success {
    background-color: #eafee2;
}

.about-page .ap-section1, .about-page .ap-section2 {
    border-bottom: solid 1px #f0f0f0;
}

.text-light-gray {
    color: #444444;
}

.text-lighter-gray {
    color: #686868;
}

.lh-1-8 {
    line-height: 1.8em;
}

.lh-1-6 {
    line-height: 1.6em;
}

.margin-center {
    margin-right: auto;
    margin-left: auto;
}

.btn-reno-primary {
    background: #f9b621; /* Accent Color */
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-reno-primary:hover {
    background: #e6a515;
}

.btn-reno-round {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.ap-section3 textarea {
    height: 142px;
}

.woocommerce .ap-contact-form .form-row textarea {
    height: 90px;
}

.th-middle {
    width: 100%;
    text-align: center;
}

.th-middle a {
    display: inline-block;
}
.th-middle img {
    max-height: 60px;
}

.logged-in-menu {
    display: none;
    position: absolute;
    top: 52px;
    right: -10px;
    z-index: 99;
}

.logged-in-menu:before {
    content: '';
    border-bottom: solid 20px #fff;
    border-right: solid 16px transparent;
    border-left: solid 16px transparent;
    position: absolute;
    top: -16px;
    right: 10px;
    z-index: 9;
}

.logged-in-menu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    top: -16px;
    right: 0;
    z-index: 9;
}

@media (min-width: 768px) {
    .th-login-register:hover .logged-in-menu {
        display: block;
    }
}

.logged-in-menu ul {
    background: #fff;
    padding: 5px;
}

.logged-in-menu .list-group .list-group-item {
    border-color: transparent;
    padding: 0;
}

.logged-in-menu .list-group .list-group-item a {
    display: block;
    font-size: 0.85em;
    font-weight: normal;
    padding: 8px 15px;
    min-width: 200px;
    border-bottom: 1px solid whitesmoke;
}

.logged-in-menu .list-group .list-group-item:last-child a {
    border-bottom: none;
}

.logged-in-menu .list-group .list-group-item a:hover {
    background: #FAFAFA;
    color: #f9b621; /* Accent Color */
}

.th-login-register {
    position: relative;
}

.th-login-register span:not(.icon) {
    font-size: .9em;
}

.th-login-register .logged-in-menu .icon {
    margin-left: 6px;
    font-size: 1.3em;
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
    position: relative;
}

#userMenu {
    cursor: pointer;
}

.shop-profile-menu {
    border: solid 1px #c4c4c4;
    overflow: hidden;
}

.spm-header {
    height: 240px;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #c4c4c4;
}

.spm-header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: #f9b621; /* Accent Color */
}

.spm-header figure {
    width: 116px;
    height: 116px;
    position: relative;
    margin: 0 auto;
    background: white;
    border-radius: 50%;
    border: solid 5px white;
    margin-top: 60px;
}

.spm-header figure .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #d1d1d1;
    background: white;
    border-radius: 50%;
    color: #828282d1;
    text-align: center;
    line-height: 2em;
    font-size: 1.4em;
    display: none;
}

.spm-header figure img {
    width: 100%;
}

.spm-header-name {
    text-align: center;
    margin-top: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #4f4f4f;
}

.spm-body {
    padding: 20px 25px;
    border-bottom: solid 1px #c4c4c4;
}

.spm-body ul {
    margin-bottom: 0;
}

.spm-body ul li a {
    display: block;
    color: #6e6e6e;
    padding: 6px 0;
    font-size: 1.1em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.spm-body ul li a span {
    font-size: 1.3em;
    line-height: 1em;
    position: relative;
    top: 1px;
}

.spm-body ul li a:hover {
    color: #f9b621; /* Accent Color */
}

.spm-footer .row .col:first-child {
    border-left: solid 1px #c4c4c4;
}

.spm-footer-link {
    font-size: 1.1em;
    color: #494949;
    font-weight: 400;
    padding: 18px 10px;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.spm-footer-link:hover {
    color: #f9b621; /* Accent Color */
}

.spm-footer-link .icon {
    font-size: 1.5em;
}

.wishlist-card {
    background-color: #f2f5f7;
    padding: 15px;
    position: relative;
}

.wishlist-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin-bottom: 0;
}

.wishlist-img img {
    height: 100%;
}

.wishlist-remove {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e7e8e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #797a7a;
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wishlist-remove span {
    line-height: 2.4em;
}

.wishlist-remove:hover {
    background-color: #f9b621; /* Accent Color */
    color: white;
}

.wishlist-suptitle a {
    color: #535454;
    font-size: 0.9em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wishlist-suptitle a:hover {
    color: black;
}

.wishlist-title {
    line-height: 1em;
}

.wishlist-title a {
    font-size: 0.66em;
    color: #444444;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.wishlist-title a:hover {
    color: black;
}

.wishlist-price {
    font-size: 1.4em;
    font-weight: bold;
    color: #3f3f3f;
}

.wishlist-content .btn {
    font-size: 1em;
}

.profile-icon-edit button {
    font-size: 1.6em;
    color: gray;
    cursor: pointer;
    line-height: 0.5em;
    padding: 10px 0;
}

.profile-icon-edit button:hover {
    color: #333;
}

.profile-table-key {
    font-size: 0.8em;
    margin-bottom: 0.2rem;
    color: #888;
}

.profile-table-value {
    font-size: 1.2em;
    color: #515151;
}

.border {
    border-color: #d8d8d8 !important;
}

label.pepi-form-label {
    width: 28%;
    float: right;
    color: #5d5d5d;
}

.custom-checkbox .custom-control-label::after {
    background-color: white;
    border: solid 1px #e1e1e1;
}

.custom-checkbox .custom-control-label::before {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #f9b621; /* Accent Color */
    border-color: #f9b621; /* Accent Color */
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(91, 202, 188, 0.2);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(91, 202, 188, 0.2);
}

.pepi-wrap input[type="text"],
.pepi-wrap input[type="number"] {
    font-size: 1em;
}

.div-table .dth-row .dtb-col {
    padding: 12px;
}

.div-table .dtb-row:nth-child(2n) {
    background-color: #f2f5f7;
}

.div-table .dtb-row:nth-child(2n+1) {
    background-color: white;
}

.div-table .dtb-row .dtb-col {
    padding: 20px 10px;
    border-bottom: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
}

.div-table .dtb-row .dtb-col:last-child {
    border-left: solid 1px #d4d4d4;
}

.purchase-stat-1 .purchase-stat {
    color: #f9b621; /* Accent Color */
}

.purchase-stat-2 .purchase-stat {
    color: darkorange;
}

.purchase-stat-3 .purchase-stat {
    color: #33ce3f;
}

.div-table-body {
    padding-right: 15px;
    padding-left: 15px;
}

.div-table-header {
    padding-right: 15px;
    padding-left: 15px;
}

.div-table-header-primary {
    background-color: #f9b621; /* Accent Color */
    color: white;
}

.last-order-wrap .dtb-row .dtb-col:nth-child(2) a {
    border-bottom: dotted 1px #4e4e4e;
    color: #4e4e4e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.last-order-wrap .dtb-row .dtb-col:nth-child(2) a:hover {
    color: #f9b621; /* Accent Color */
}

.last-order-wrap .dtb-row .dtb-col:last-child a {
    color: #4e4e4e;
    line-height: 1em;
    font-size: 1.5em;
    height: 21px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.last-order-wrap .dtb-row .dtb-col:last-child a:hover {
    color: #f9b621; /* Accent Color */
}

.div-table-media figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.div-table-media figure img {
    height: 100%;
    width: auto;
}

.dtm-sup-title {
    font-size: 0.8em;
}

.dtm-title {
    font-size: 1em;
}

.aw-add-address-btn a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #4e4e4e;
}

.aw-add-address-btn a span {
    font-size: 1.4em;
    line-height: 0;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 5px;
}

.aw-add-address-btn a:hover {
    color: #f9b621; /* Accent Color */
}

.aw-add-address-area a {
    border: 1px dashed #bababa;
    color: #4e4e4e;
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.aw-add-address-area a:hover {
    border-color: #f9b621; /* Accent Color */
    color: #f9b621; /* Accent Color */
}

.aw-add-address-area a i {
    font-size: 1.3em;
    line-height: 0;
}

.address-edit,
.address-remove {
    display: block;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.address-edit:hover,
.address-remove:hover {
    color: #f9b621; /* Accent Color */
}

.address-edit span,
.address-remove span {
    font-size: 1.2em;
    line-height: 0;
    height: 17px;
    overflow: hidden;
    display: inline-block;
}

.fs-1 {
    font-size: 1em;
}

.rsc-remove {
    font-size: 1.3em;
    color: #9E9E9E;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.rsc-remove:hover {
    color: #f9b621; /* Accent Color */
}

.rsc-remove .mmicon {
    display: inline-block;
    vertical-align: middle;
}

.rsc-price {
    color: #9E9E9E;
    font-size: .85em;
}

.rsc-price .discount {
    margin-bottom: 5px;
}

.rsc-price .final-price {
    color: #212121;
    font-size: 1.25em;
}

.rsc-media figure {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 0;
}

.rsc-media figure img {
    height: 100%;
}

.rsc-row input[type="number"] {
    width: 50%;
    padding-left: 0;
    margin: 5px auto 0;
}

.rsc-sup-title a {
    color: #414141;
    font-size: 1.2em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.rsc-sup-title a:hover {
    color: #f9b621; /* Accent Color */
}

.rsc-title a {
    display: block;
    color: #414141;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.rsc-title a:hover {
    color: #f9b621; /* Accent Color */
}

.rsc-title div {
    margin-bottom: 5px;
}

.text-reno-green {
    color: #f9b621; /* Accent Color */
}

.text-reno-red {
    color: #f9b621; /* Accent Color */
}

.select-address-input {
    position: relative;
}

.select-address-input label {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.select-address-input .custom-control {
    position: static;
}

.select-address-input .custom-radio .custom-control-label::before,
.select-address-input .custom-radio .custom-control-label::after {
    right: 34%;
    top: 40%;
}

.reno-checkout-steps {
    font-size: 1em;
    padding: 3em 0;
}

.reno-checkout-steps .mmicon {
    font-size: 4em;
    line-height: 1
}


.reno-checkout-steps .container {
    position: relative;
}

.reno-checkout-steps .container:after {
    content: '';
    height: 1px;
    background-image: linear-gradient(90deg, #b1b1b1, #b1b1b1 60%, transparent 60%, transparent 100%);
    background-size: 15px 1px;
    position: absolute;
    top: 50%;
    right: 15px;
    left: 15px;
    margin-right: 15%;
    margin-left: 15%;
    z-index: 1;
}

.reno-checkout-steps .rcs-content {
    width: auto;
    display: inline-block;
    background: #fff;
    color: #b1b1b1;
    padding: 0 15px;
    position: relative;
    z-index: 9;
}

.reno-checkout-steps .rcs-step.active .rcs-content {
    color: #bb1a44; /* Primary Color */
}

.reno-checkout-steps .rcs-step.passed:before {
    content: '';
    height: 1px;
    background-image: linear-gradient(90deg, #000, #000000 60%, #ffffff 60%, white 100%); /* Black Friday bb1a44 */
    background-size: 15px 1px;
    position: absolute;
    right: 50%;
    left: -50%;
    top: 50%;
    z-index: 3;
}

.reno-checkout-steps .col-4:last-child .rcs-step.passed:before {
    left: 50%;
}

@media screen and (max-width: 767px) {
    .reno-checkout-steps {
        font-size: 0.85em;
    }

    .reno-checkout-steps .mmicon {
        font-size: 2.5em;
    }

    .reno-checkout-steps .rcs-step.passed:before,
    .reno-checkout-steps .container:after {
        content: initial;
    }

    .rcs-step:after {
        content: "\76";
        font-family: "reno" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: calc(50% - 10px);
        left: -10px;
        width: 20px;
        height: 20px;
        color: #b1b1b1;
        z-index: 999;
    }

    .reno-checkout-steps .row > div:last-child .rcs-step:after {
        content: initial;
    }

    .rcs-step.passed:after {
        color: #bb1a44; /* Primary Color */
    }
}

.login-form {
    background: #f9f9f9;
    border: solid 1px #d1d1d1;
    -webkit-box-shadow: 0 2px 1px #ededed;
    box-shadow: 0 2px 1px #ededed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.login-form h1 {
    font-size: 1.5em;
    font-weight: bold;
    background: #fdfdfd;
    border-bottom: solid 1px #d1d1d1;
    padding: 12px 35px 18px;
    color: #949494;
}

.login-form h1 span {
    position: relative;
    top: 7px;
    font-size: 1.1em;
}

.login-form-new-user {
    padding: 25px 20px;
    font-size: 1.1em;
    background: rgba(93, 214, 0, 0.06);
    margin-bottom: 10px;
    color: #4e4e4e;
}

.login-form-new-user a {
    color: #f9b621; /* Accent Color */
    border-bottom: 1px solid transparent;
}

.login-form-new-user a:hover {
    border-bottom: dotted 1px;
}

.login-form-form {
    padding: 10px 45px;
}

.login-form-form label {
    color: #4e4e4e;
    line-height: initial;
}

.login-form-form input[type="text"], .login-form-form input[type="password"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.login-form-form .btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.login-form-logo {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 20px;
    display: block;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b1b1b1 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b1b1b1 !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b1b1b1 !important;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b1b1b1 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b1b1b1 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b1b1b1 !important;
}

.lost-pass-link {
    color: #f9b621; /* Accent Color */
    border-bottom: solid 1px transparent;
}

.lost-pass-link:hover {
    border-bottom: dotted 1px;
    color: #f9b621; /* Accent Color */
}

.payment-row {
    min-height: 80px;
}

.payment-row .pr-icon-text-col .icon {
    font-size: 30px;
    color: #888;
    display: inline-block;
    position: relative;
    top: 10px;
}

.payment-row .pr-icon-text-col span:last-child {
    font-size: 1.2em;
    margin-right: 10px;
    color: #444;
}

.payment-row.can-be-radio-active.active .icon {
    color: #f9b621; /* Accent Color */
}

.payment-row .pr-icon-text {
    min-height: 50px;
}

.can-be-radio-active.active.border {
    border: solid 1px #f9b621 !important;
}

.can-be-radio-active:hover {
    cursor: pointer;
}

.payment-logo {
    height: 114px;
    position: relative;
    display: inline-block;
    padding-top: 12px;
    margin-left: 20px;
}

.delivery-times {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}

.delivery-time {
    flex: 0 0 calc((100% / 6) - 4 * 7.5px);
    max-width: calc((100% / 6) - 4 * 7.5px);
    border: 1px solid #d8d8d8;
    padding: 10px;
    color: #888;
    margin: 15px;
}

.delivery-time:not(.active):not(.disable):hover {
    border: 1px solid #f9b621; /* Accent Color */
    color: #f9b621; /* Accent Color */
    cursor: pointer;
}

.delivery-time:not(.active):not(.disable):hover .delivery-time-title {
    color: #f9b621; /* Accent Color */
}

.delivery-time.disable {
    background: #f3f3f3;
    color: #d6d6d6;
}

.delivery-time.disable .delivery-time-title {
    color: #e0e0e0;
}

.delivery-time.active {
    border: 1px solid #f9b621; /* Accent Color */
    color: #f9b621; /* Accent Color */
}

.delivery-time.active .delivery-time-title {
    color: #f9b621; /* Accent Color */
}

.delivery-time input {
    display: none;
}

.delivery-time-title {
    font-size: .8em;
    margin-bottom: 10px;
    color: #9c9c9c;
}

.delivery-time-title > span {
    display: block;
}

.delivery-time-range {
    font-weight: bold;
    text-align: center;
    font-size: 1.75em;
    direction: rtl;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px){
    .delivery-times {
        margin: 0 -8px;
    }

    .delivery-times li {
        flex: 0 0 calc((100% / 4) - 2 * 8px);
        max-width: calc((100% / 4) - 2 * 8px);
        margin: 8px;
    }

    .delivery-time-title-time-title {
        font-size: .75em;
    }

    .delivery-time-range {
        font-size: 1.5em;
    }
}

/*** responsive styles */
@media only screen and (max-width: 479px) {
    .tab .tab-content {
        margin-top: 0;
    }
}

/** end tab style */
@media screen and (min-width: 1200px) {
    .border-left-xl {
        border-left: 1px solid #e1e1e1;
    }

    .border-left-xl-0 {
        border-left: none !important;
    }

    .order-xl-init {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
    }
}

@media screen and (max-width: 992px) {
    .hms-icons ul li {
        display: inline-block;
        padding: 10px;
    }

    .hc-figure figure {
        height: 200px;
    }

    .footer-copy-right {
        height: auto;
        padding-bottom: 10px;
    }

    .sps1-brand {
        float: none;
        display: block;
    }

    .ap-section2 .w-50 {
        width: 80% !important;
    }

    .bh-mainNav .main-nav > ul > li > a {
        font-size: 1.15em;
        padding: 16px 8px;
    }
}

@media screen and (max-width: 767px) {
    .rsc-row input[type="number"] {
        margin: initial;
    }

    .ap-section2 .w-50 {
        width: 100% !important;
    }

    .shop-pagination ul li a {
        min-width: 100px;
    }

    .shop-pagination {
        text-align: center;
        float: none;
    }

    .footer-copy-right {
        height: auto;
        padding-bottom: 15px;
    }

    .top-header {
        position: fixed;
        top: 0;
        right:0;
        width: 100%;
        background: white;
        z-index: 99999;
    }

    .top-header > .container > .row {
        height: 60px;
    }

    .top-header-shadow {
        display: block;
        width: 100%;
        height: 60px;
        transition: margin .4s;
    }

    .top-header-shadow.extended {
        height: 120px;
    }

    .hms-slider .owl-carousel {
        height: auto;
    }

    .hst-right-title {
        font-size: 1.3em;
        padding-top: 22px;
    }

    .hd-slider-thumbs .p,
    .hd-slider-thumbs {
        width: 100%;
    }

    .hd-slider-thumbs {
        top: 100% !important;
    }

    .hd-slider-top {
        height: auto;
    }

    .hst-right-title {
        text-align: center;
    }

    #discountCountDown {
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .hd-slider-nav {
        display: block;
    }

    .navbar-offcanvas.in .offcanvas-close {
        display: block;
    }

    .hd-slider-top {
        padding-bottom: 20px;
    }

    .hd-slider,
    .hd-slider-wrap {
        height: 220px;
    }

    .hc-figure figure {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }

    html {
        padding-bottom: 54px;
    }

    .tab .tab-content {
        width: 100%;
        padding: 15px 0;
    }

    .blog-header {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .bh-logo img {
        width: 100%;
    }

    .blog-header .th-left {
        padding-top: 14px;
        position: relative;
    }

    .blog-header .th-left #mobile-th-search-form {
        top: 14px;
        right: 0;
    }

    .order-detail-wrap .div-table .dtb-row .dtb-col:nth-child(3), .order-detail-wrap .div-table .dtb-row .dtb-col:nth-child(5) {
        border-left: solid 1px #d4d4d4;
    }
}

@media screen and (max-width: 576px) {
    .wishlist-img {
        width: 80px;
        height: 80px;
    }

    .hms-icons {
        padding: 0;
    }

    .hms-icons ul {
        margin-bottom: 0;
        font-size: 0.8em;
    }

    .hms-icons ul li {
        width: 25%;
        float: right;
        margin-bottom: 0;
    }

    [class^="reno-icon-"], [class*=" reno-icon-"] {
        background-size: 30px;
        width: 36px;
        height: 30px;
    }

    .hms-slider .owl-nav button.owl-prev, .hms-slider .owl-nav button.owl-next {
        font-size: 2em;
    }

    .woocommerce #review_form #respond form p.comment-form-author,
    .woocommerce #review_form #respond form p.comment-form-email {
        width: 100%;
        margin-bottom: 25px;
    }

    .single-product-tabs #reviews .commentlist > li .comment_container {
        padding-right: 0;
    }

    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 15px;
    }

    .single-product-tabs #reviews .commentlist li .comment_container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        margin-right: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .add-address-wrap label {
        font-size: 0.85em;
    }

    .border-left-lg-0 {
        border-left: 0 !important;
    }

    .border-top-lg-0 {
        border-top: 0 !important;
    }

    .td-card-icon {
        margin-right: 20px;
    }

    .hst-right-title {
        font-size: 1.3em;
        padding-top: 22px;
    }

    .hd-slider-thumbs .p,
    .hd-slider-thumbs {
        width: 248px;
    }

    .footer-text-value {
        font-size: 1.4em;
    }

    .news-letter-input {
        width: 64%;
    }

    .hpc-slider .owl-carousel .owl-nav .owl-next {
        left: -15px;
    }

    .hpc-slider .owl-carousel .owl-nav .owl-prev {
        right: -15px;
    }

    .div-table .dtb-row {
        margin-bottom: 15px;
        border-top: solid 1px #d4d4d4;
    }

    .div-table .dtb-row .dtb-col:nth-child(4) {
        border-left: solid 1px #d4d4d4;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px){
    .bh-logo {
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    .bh-logo img {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .border-bottom-md-0 {
        border-bottom: 0 !important;
    }

    .border-top-md-0 {
        border-top: 0 !important;
    }

    .border-left-md-0 {
        border-left: 0 !important;
    }

    .td-card-icon {
        margin-right: 5px;
    }

    .th-search-input {
        width: 78%;
    }

    .hst-right-title {
        font-size: 1.3em;
        padding-top: 22px;
    }

    .hd-slider-thumbs .p,
    .hd-slider-thumbs {
        width: 248px;
    }

    .hpc-slider .owl-carousel .owl-nav .owl-next {
        left: -5px;
    }

    .hpc-slider .owl-carousel .owl-nav .owl-prev {
        right: -5px;
    }

    .hms-icons.hms-icon-horizontal ul li {
        width: 48%;
    }

    .ba-card {
        max-width: 270px;
    }

    .div-table .dtb-row {
        margin-bottom: 15px;
        border-top: solid 1px #d4d4d4;
    }

    .div-table .dtb-row .dtb-col:nth-child(3) {
        border-left: solid 1px #d4d4d4;
    }

    .order-detail-wrap .dtb-row .dtb-col:nth-child(5) {
        border-left: solid 1px #d4d4d4;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .border-left-sm-0 {
        border-left: 0 !important;
    }

    .border-top-sm-0 {
        border-top: 0 !important;
    }

    .hms-icons ul {
        font-size: 0.7em;
        margin-bottom: 0;
    }

    .border-sm-top-0 {
        border-top: 0 !important;
    }

    .border-left-sm-0 {
        border-left: 0 !important;
    }

    .hms-icons.hms-icon-horizontal ul li {
        width: 24%;
    }

    .div-table .dtb-row {
        margin-bottom: 15px;
        border-top: solid 1px #d4d4d4;
    }

    .div-table .dtb-row .dtb-col:nth-child(4) {
        border-left: solid 1px #d4d4d4;
    }
}

@media screen and (max-width: 576px) {
    .border-left-xs-0 {
        border-left: 0 !important;
    }

    .border-top-xs-0 {
        border-top: 0 !important;
    }

    .border-bottom-xs-0 {
        border-bottom: 0 !important;
    }

    .div-table .dtb-row {
        margin-bottom: 15px;
        border-top: solid 1px #d4d4d4;
    }

    .last-order-wrap .dtb-row .dtb-col:nth-child(2n) {
        border-left: solid 1px #d4d4d4;
    }

    .hms-icons.hms-icon-horizontal ul li {
        width: 25%;
    }

    .mmt-breadcrumb {
        font-size: 0.71429em;
    }

    .mmt-breadcrumb .breadcrumb {
        padding: 10px 0;
    }

    .ba-card {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
}