/***GLOBAL****/ 
@font-face {
    font-family: "Epilogue-Bold";
    src: url('fonts/Epilogue/Epilogue-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Epilogue-SemiBold";
    src: url('fonts/Epilogue/Epilogue-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Epilogue-Medium";
    src: url('fonts/Epilogue/Epilogue-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Epilogue";
    src: url('fonts/Epilogue/Epilogue-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Montserrat";
    src: url('fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url('fonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url('fonts/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url('fonts/Montserrat/Montserrat-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
}
:root{
    --heading-font: "Epilogue-Bold" !important;
    --heading-font-sb: "Epilogue-SemiBold" !important;
    --heading-font-m: "Epilogue-Medium" !important;
    --text-font: "Montserrat" !important;
    --text-font-b: "Montserrat-Bold";
    --text-font-sb: "Montserrat-SemiBold";
    --text-font-m: "Montserrat-Medium";
    --input-height: 2.5rem !important;
    --border: 1.25rem !important;
}
body,
p {
    font-family: var(--text-font);
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.02rem;
}
label, legend {
    font-weight: normal;
}
.p-bold p,
p strong {
    font-weight: normal;
    font-family: var(--text-font-b);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--heading-font);
    font-weight: normal;
    letter-spacing: 0;
    opacity: 1;
    margin-bottom: 1.5rem;
}
body h1{
    font-family: var(--heading-font);
    margin-bottom: 0.25rem !important;
}
body h1, body .slider-home h2, body .banner-page h2, body .banner h1, .h2-45 h2 {
    font-size: 2.8125rem;
    line-height: 4.0625rem;
    letter-spacing: 0.14rem;
}
body .banner h2 strong,
body h1 strong{
    color: var(--fs-color-secondary);
}
body h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: 0.094rem;
    margin-bottom: 0;
}
.h2-40 h2{
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.25rem;
}
body h3,
body .banner h3 {
    font-size: 1.5625rem;
    line-height: 2.5rem;
    letter-spacing: 0.078rem;   
    /*margin-bottom: 0.25rem;*/
} 
body h4 {
    font-size: 1.25rem;
    line-height: 2.188rem;
    letter-spacing: .1rem;
}
body h5 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.75rem;
    font-family: var(--heading-font-sb);
}
body h6 {
    line-height: 1.5625rem;
}
body a.lead,body p.lead {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    letter-spacing: 0.05rem;
    margin-bottom: 1.5rem;
    font-family: var(--text-font-m);
}
body .lead-20  p.lead{
    font-size: 1.25rem;
    letter-spacing: 0.075rem;
    line-height: 2.1875rem;

}
/*.row.row-small {
    max-width: 56rem !important;
}*/
.star-rating{
    width: 100% !important;
}
.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
    letter-spacing: 0.25rem;
}
.ml-0,
.ml-0 > .col-inner,
.m-left-0 > * ,
.m-left-0 {
    margin-left: 0 !important;
}
.m-auto .col-inner,
.m-auto {
    margin-inline: auto !important;
}
.m-right-0 > * ,
.m-right-0 .col-inner{
    margin-right: 0 !important;
}

.col-pb-0 .col{
    padding-bottom: 0 !important;
}
.mb-0,
.mb-0>*,
.mb-0 p {
    margin-bottom: 0;
}
.row-small {
    margin-inline: auto !important;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}
.fs-10 p{
    font-size: 0.625rem;
    line-height: 1.25em;
}
.fs-11 p{
    font-size: 0.688rem;
    line-height: 1.25em;
}
.fs-12 p{
    font-size: 0.75rem;
    line-height: 1.3125em;
}
.fs-13 p{
    font-size: .813rem;
    line-height: 1.25rem;
}
.fs-14 p{
    font-size: .875rem;
    line-height: 1.25rem;
}
.fs-15 p{
    font-size: .938rem;
    line-height: 1.25rem;
}
.fs-16 p{
    font-size: 1rem;
    line-height: 1.625rem;
}
.fs-18 p{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.fs-20 p{
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-family: var(--text-font-m);
    margin-top: 0 !important;
}
.fs-28 p{
    font-size: 1.75rem;
    line-height: 2.625rem;
}
.pt-100{
    padding-top: 6.25rem !important;
}
.pb-100{
    padding-bottom: 6.25rem !important;
}
.pt-80{
    padding-top: 5rem !important;
}
.pb-80{
    padding-bottom: 5rem !important;
}
.pt-70{
    padding-top: 4.375rem !important;
}
.pb-70{
    padding-bottom: 4.375rem !important;
}
.pt-60{
    padding-top: 3.75rem !important;
}
.pb-60{
    padding-bottom: 3.75rem !important;
}
.pb-50{
    padding-bottom: 3.125rem !important;
}
.pb-40{
    padding-bottom: 2.5rem !important;
}
.mw-800{
    max-width: 50rem !important;
    margin: auto;
}
.mw-700{
    max-width: 43.75rem !important;
    margin: auto;
}
.mw-600{
    max-width: 37.5rem !important;
    margin: auto;
}
.mw-480{
    max-width: 30rem;
}
img.size-full.alignnone {
    margin-bottom: 0;
}
.img-auto img{
    width: auto !important;
}
.badge+.badge,
.badge-frame {
    height: auto;
    margin-left: auto;
    width: auto;
    min-width: auto;
    opacity: 1;
}
.button, button, fieldset, input, select, textarea {
    margin: 0;
}
a.button.white, 
a.button.primary, 
a.button.secondary {
    height: var(--input-height);
    line-height: calc(var(--input-height) - 1px);
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
    padding: 0 3rem;
    font-family: var(--heading-font-sb);
    min-height: auto;
    font-weight: normal;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #ffffff;
    margin: 0;
    background-color: var(--primary-color);
    border-radius: var(--border);
}
a.button.mt20 {
    margin-top: 1rem;
}
a.button.white:hover, 
a.button.primary:hover, 
a.button.secondary:hover{
    /*border: 1px solid var(--primary-color) !important;*/
    background-color: #C9C9C9 !important; 
    color: #000 !important;
}
a.button.secondary{
    background-color: #ffffff !important; 
    color: var(--primary-color) !important;
}
a.button.secondary:hover {
    color: var(--primary-color) !important;
}
a.button.white{
    border: 1px solid #fff !important;
    background-color: transparent !important; 
    color: #fff !important;
}
a.button.is-outline{
    /*border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    text-align: center;*/
    color: #000000 !important;
    border: 0.5px solid var(--fs-color-secondary) !important;
    background-color: transparent !important;
}
a.button.is-outline:hover {
    color: var(--fs-color-secondary) !important;
    background-color: transparent !important;
}
a.button.primary.is-underline {
    padding: 0 !important;
    height: inherit !important;
    line-height: 1 !important;
    border: 0 !important;
    width: fit-content;
    color: #121212;
}
a.button.primary.is-underline:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: .0625rem;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all .3s;
    width: 100%;
}
a.button.primary.is-underline:hover {
    background: transparent !important;
    opacity: .9;
}
a.button.primary.white {
    color: var(--primary-color) !important;
    background-color: #ffffff !important;
}
a.button:hover.primary.white {
    color: #ffffff  !important;
    background-color:var(--primary-color) !important;
}
span.amount {
    font-weight: normal;
}
body .row.row-full-width {
    max-width: 90rem!important;
}
.button:not(.icon)>span+i {
    margin-left: 0;
    margin-right: 0;
}
figure.gallery-item {
    padding-bottom: 0;
}
body .container, body .container-width, body .full-width .ubermenu-nav, body .row {
    max-width: 76.875rem;
}
.flickity-prev-next-button {
    width: 2.75rem;
    height: 2.75rem;
    transform: none !important;
    margin: 0 !important;
}
.ml-auto > .col-inner{
	margin-left: auto !important;
	margin-right: 0 !important;
}
.mr-auto > .col-inner{
	margin-right: auto !important;
	margin-left: 0 !important;
}
body .flickity-page-dots .dot {
    border: .125rem solid #A73304 !important;
    height: .75rem;
    width: .75rem;
    background: transparent !important;
    border-radius: 0 !important;
    opacity: 1;
}
body .flickity-page-dots .dot.is-selected {
    border: 0 !important;
    height: 1rem;
    width: 1rem;
    background: #A73304 !important;
    border-radius: 0 !important;
    opacity: 1;
}
ol.flickity-page-dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tabbed-content .nav>li>a {
    line-height: 1.75rem !important;
    height: var(--input-height);
    font-size: 0.875rem !important;
    padding: 0 1.875rem;
    font-family: var(--text-font-b);
    min-height: auto;
    font-weight: normal;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    color: var(--fs-color-secondary) !important;
    margin: 0;
    background-color: transparent;
    letter-spacing: 0.0875rem;
    border: 1px solid var(--primary-color);
    border-radius: var(--border) !important;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.tabbed-content .tab-panels {
    padding-top: 1.875rem;
}
.tabbed-content .nav{
    width: 100%;
    border-top: 1px solid #FFFFFF;
}
.tabbed-content .nav>li:first-child{
    margin-left: 0 !important;
}
.tabbed-content .nav>li:last-child{
    margin-right: 0 !important;
}
.nav-vertical+.tab-panels {
    border-left: none !important;
    flex: 1;
    margin-top: 0 !important;
    padding: 0 0 2rem 6rem !important;
}
.tabbed-content .nav-vertical {
    padding-top: 0;
    width: 22%;
}
.tabbed-content .nav>li {
    /*margin: 0 .625rem !important;*/
}
.tabbed-content .nav>li.active>a {
    color: #fff !important;
    background: var(--primary-color);
}
.tabbed-content .nav-line-grow>li.active>a:before, 
.tabbed-content .nav-line-grow>li:hover>a:before {
    width: calc(100% - 1.25rem);
    background: #fff !important;
    height: 0.375rem;
    top: -0.2rem;
}
.section .box-text a:not(.button),.section .box-text h1,.section .box-text h2,
.section .box-text h3,.section .box-text h4,.section .box-text h5,.section .box-text h6,
.section .box-text p {
    margin-bottom: 1rem;
    margin-top: 0;
}

.flickity-slider>.row:not(.is-selected) {
    opacity: 1 !important;
}
/*.flickity-prev-next-button svg {
    border: 1px solid !important;
    border-radius: 25% !important;
    background: var(--fs-color-primary);
    border-color: var(--fs-color-primary) !important;
}*/
.flickity-prev-next-button {
    color: #fff !important;
    width: 1.375rem !important;
    opacity: 1 !important;
}
.flickity-prev-next-button:hover svg {
    opacity: 0.6 !important;
}
/*.flickity-prev-next-button.previous {
    left: 6% !important;
}*/
.flickity-prev-next-button.next {
    right: 6% !important;
    left: inherit !important;
}
.flickity-prev-next-button svg {
    display: none;
}
.flickity-prev-next-button::before {
    content: "" !important;
    background: url(../images/arrow-right.svg) no-repeat center / contain;
    width: 4.56rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
}
.flickity-prev-next-button.previous::before {
    transform: rotateY(-180deg);
}
/* .star-rating span:before,
.star-rating:before, .woocommerce-page .star-rating:before {
    color: #EBC250 !important;
} */
body .flickity-page-dots {
    bottom: 0;
}
body .accordion .toggle {
    height: 5rem;
    left: auto;
    margin-right: 0;
    top: .25rem;
    width: 1rem;
    opacity: 1;
    right: 3rem;
    transform: none;
}
body .accordion-inner {
    padding: 0 2rem !important;
    padding-bottom: .25rem !important;
    margin-bottom: 1rem;
    background-color: #FBFBF9;
    border-radius: 0 0 0.5rem 0.5rem;
    border: 1px solid #F4F4F4 !important;
    border-top: none !important;
}

body .accordion-title.active {
    padding-bottom: 0;
}
body .accordion-title.active {
    background-color: #FBFBF9;
}
body .accordion-title.active {
    background-color: #FBFBF9 !important;
    font-weight: normal;
    border: none !important;
    margin-bottom: 0;
    padding-bottom: 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
    border: 1px solid #F4F4F4 !important;
    border-bottom: none !important;
}

body  .accordion-item {
    background: #E8E8E8;
    border-radius: .5rem;
}
body  .accordion-item:hover {
    background: #FBFBF9;
}
body .accordion-title {
    font-size: 1rem;
    padding: 2rem;
    color: #000000 !important;
    border: 0;
    /*font-family: var(--text-font-sb);*/
    letter-spacing: 0.04rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    border: none !important;
    padding-right: 3rem;
    border: 0.5px solid #c9c9c9 !important;
    border-radius: 0.5rem;

}
.fs-12 p,
.fs-12{
    font-size: .75rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
}
.icon-angle-down:before {
    content: "" !important;
    background: url(../images/plus.svg) no-repeat center / contain;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
}
.accordion-title.active .icon-angle-down:before {
    content: "" !important;
    background: url(../images/minus.svg) no-repeat center / contain;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
}
/*global*/

/*HEADER*/
.header-block-block-1 p {
    color: #ffffff;
}
ul.header-nav-main {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}
ul.header-nav-main li {
    display: flex;
}
#masthead .nav-top-not-logged-in i {
    display: block !important;
}
li.account-item.has-icon.has-dropdown {
    top: 0.05rem;
}
li.account-item ul.nav-dropdown.nav-dropdown-default {
    top: 2.25rem;
}
body .stuck .header-main {
    height: 5rem !important;
}
.stuck  #masthead .nav>li.menu-item>a {
    padding-top: 0;
}
.stuck li.html.header-button-1,
.stuck li.html.header-button-2 {
    display: none;
}
.header-top {
    min-height: 2.5rem !important;
}
.transparent .header-main {
    background-color: #FFFFFFA6;
}
.page-template-page-transparent-header #main div#content {   
    padding-top: 2.5rem;
}
.header-main {
    height: 11.5rem !important;
}
#logo img {
    max-height: 143px !important;
}
ul.header-nav.header-nav-main.nav.nav-left {
    justify-content: center;
}
.header .flex-row {
    height: 100%;
    max-width: 1200px;
}
#logo {
    width: fit-content !important;
    margin-right: 0;
    margin-left: 2rem;
}
li.html.header-button-1 {
    width: 44%;
}
.icon-user:before {
    content: "" !important;
    background: url(../images/account.svg) no-repeat center / contain;
    width: 1rem;
    height: 1.35rem;
    display: inline-flex;
    /*align-items: center;*/
    transform: translatey(-1px);
}
.header-button a.icon {
    background-color: #ffffff !important;
    width: 2.3rem;
    height: 2.3rem;
}
i.icon-search:before {
    content: "\f002";
    color: #000;
}
#masthead .icon-search {
    font-size: 1.2rem !important;
}
#masthead .image-icon img {
    max-width: 1.2rem !important;
    transform: translatey(0.25rem);
}
#masthead .nav-left .header-button a.button.primary {
    height: 2.1875rem;
    line-height: 2.1875rem;
    /* margin-top: 1.25rem; */
}
#masthead .nav>li.menu-item>a {
    font-size: 0.9375rem;
    letter-spacing: 0.09375rem;
    color: var(--primary-color);
    padding: 0 .75rem;
    padding-top: 2rem;
    font-family: var(--text-font-m);
}
a.header-cart-link {
    border-radius: 50%;
    background: #000000;
    width: 2.1875rem;
    height: 2.1875rem;
}
li.html.header-button-2 a, li.html.header-button-1 a {
    color: var(--primary-color) !important;
    background: #ffffff !important;
    border: 1px solid var(--primary-color) !important;
}
li.html.header-button-2 a:hover, li.html.header-button-1 a:hover {
    color: #fff !important;
    background: var(--primary-color) !important;
}
.nav>li>a:hover {
    /* font-family: var(--text-font-sb) !important; */
    font-weight: 700;
}

/*HEADER*/
/***g translate **/
.gt_float_switcher .gt-selected {
    background-color: transparent !important;
}
.gt_float_switcher {
    font-family: var(--text-font) !important;
    font-size: .688rem !important;
    border-radius: 0 !important;
    color: #000 !important;
    display: inline-block !important;
    box-shadow: none !important;
    background: transparent !important;
    /*transform: translateY(0.25rem);*/
}
div#gt_float_wrapper {
    display: flex;
}
.gt_float_switcher img {
    width: 1rem !important;
    border-radius: 0 !important;
    height: 1rem !important;
    display: none !important;
    position: relative;
    top: -1px;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    filter: brightness(0) invert(1);
    background-size: 7px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: .75rem !important;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
}
.gt_float_switcher .gt_options {
    z-index: 2;
    background-color: #6E7176;
    min-width: 7rem;
    position: absolute !important; 
}
.gt_float_switcher .gt_options a {
    color: #fff !important;
    text-align: center;
}
.gt_float_switcher {
    overflow: visible !important;
}
/***g translate **/
/*HEADER*/
/*FOOTER*/
.row-main-footer > .col:not(:nth-child(1)) {
    padding-top: 1rem;
}
.img-ft {
    max-width: 7.75rem;
    padding-bottom: 2rem;
}
#footer .absolute-footer.dark {
    display: none;
}
#footer .forminator-ui {
    max-width: 38rem;
    margin: auto !important;
}
#footer button.forminator-button.forminator-button-submit {
    background: #ffffff !important;
    min-width: 2.5rem !important;
    width: 1.875rem !important;
    border-radius: 50% !important;
    height: 2.5rem !important;
    padding: 0 !important;
}
#footer button.forminator-button.forminator-button-submit::before {
    content: "" !important;
    background: url(../images/arrow-next.png) no-repeat center / contain;
    width: 1.125rem;
    height: 1.25rem;
    display: block;
    transform: translateX(0.65rem);
}
#footer .forminator-row.forminator-row-last {
    position: absolute;
    top: 0;
    right: -2.5rem;
}
#footer .forminator-ui .forminator-row {
    margin-bottom: .5rem !important;
}
#footer .footer-st .row:nth-child(1) {
    padding-bottom: 6rem;
}
#footer h4 {
    /*line-height: 0;*/
    font-family: var(--heading-font-m);
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
}
#footer h3 {
    line-height: 0;
}
#footer  h5 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.75rem;
    font-family: var(--heading-font-sb);
    margin-bottom: 0.5rem !important;
}
a.ux-menu-link__link {
    font-size: .875rem;
    padding: 0;
    letter-spacing: 0.0175rem;
    min-height: 2rem;
}
a.ux-menu-link__link:hover,
.ux-menu-link--active a.ux-menu-link__link {
    color: #C9C9C9 !important;
    font-family: var(--text-font-sb);
}
.social-icons a {
    background-color: #000;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    font-size: 1rem !important;
    padding: 7px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
}
.social-icons a:hover {
    background-color: #C9C9C9;
}
#footer .footer-st .row:nth-child(3) p {
    font-size: .625rem;
    letter-spacing: 0.0125rem;
    color: #C9C9C9 !important;
}
#footer .footer-st .row:nth-child(3) .col {
    padding-bottom: 0;
}
#footer .footer-st .row:nth-child(2) {
    padding-bottom: 1rem;
}
.footer-st  {
    padding-top: 6rem !important;
    padding-bottom: 0 !important;
}
/*FOOTER*/
/*mega menu*/
.sub-menu.nav-dropdown .row {
    max-width: 100%;
    margin: 0 auto;
}
.sub-menu.nav-dropdown {
    border: 0 !important;
    background-color: #E8E8E8 !important;
    box-shadow: none !important;
    padding: 1.875rem 0;
}
.has-dropdown .icon-angle-down{
    display: none;
}
.menu-custom .icon-box p{
    margin-bottom: 0;
}
.menu-custom .icon-box{
    margin: 0 1rem;
}
.menu-custom .icon-box p,
.menu-custom .icon-box a{
    color: #121212;
    font-size: .875rem;
}
#masthead .header-cart-icon:after {
    top: -.25rem;
    background-color: #323A41;
    box-shadow: unset;
    opacity: 1;
    font-size: .75rem;
    letter-spacing: 0;
    line-height: 1.125rem; 
}
.menu-custom .icon-box .icon-box-img *{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu-custom .icon-box .icon-box-img {
    width: auto !important;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .5rem;
}
.menu-custom > .col-inner {
    display: flex;
    justify-content: center;
}
.sub-menu.nav-dropdown::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 51%;
    width: 100%;
    height: 1px;
    background-color: #000;
    max-width: 70.5rem;
    transform: translateX(-50%);
}
div#wide-nav.header-bottom {
    min-height: auto;
    padding: 30px 0;
}
div#wide-nav .searchform .button.icon {
    margin: 0;
    position: absolute;
    left: -5px;
    top: 3px;
    padding: 0;
}
div#wide-nav .flex-col {
    padding-right: 0;
    max-width: 35rem;
}
div#wide-nav .nav >li > div,
div#wide-nav .nav >li{
    width: 100%;
}
div#wide-nav .search-field{
    max-width: 35rem;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    padding-left: 2rem;
}
div#wide-nav .html_topbar_right ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 35rem;
    margin-top: .5rem;
}
div#wide-nav .html_topbar_right ul li a:hover{
    background-color: #000;
    color: #fff;
}
div#wide-nav form.searchform {
    max-width: 35rem;
    margin: 0 auto;
}
div#wide-nav li.html.custom.html_topbar_right {
    margin-left: 0;
    margin-top: 1rem;
}
div#wide-nav .html_topbar_right ul li a{
    background: #FFFFFFB3;
    color: #323A41;
    font-size: .875rem;
    letter-spacing: 1.4px;
    border: 0.25px solid #696262;
    border-radius: 5px;
    height: 30px;
    display: block;
    text-align: center;
    padding: 0 10px;
}
div#wide-nav .html_topbar_right ul li{
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
    margin-left: 0;
}
div#wide-nav .html_topbar_right strong{
    font-weight: normal;
    color: #121212;
    font-size: 1rem;
    letter-spacing: .8px;
    font-family: var(--heading-font-sb);
}
div#wide-nav,
.header-main li.header-search.has-dropdown:after,
.header-main .header-search ul.nav-dropdown.nav-dropdown-default {
    display: none !important;
}
div#wide-nav.active,
div#wide-nav .nav{
    display: block  !important;
}
div#wide-nav,
.header-main.active, .header-wrapper.active {
    background-color: #E8E8E8 !important;
}
/*mega menu*/
/*slider*/
.slider-home div.product.type-product.col {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.slider-home div.product.type-product > .col-inner .title-wrapper .product-title a {
    font-size: 9px;
    letter-spacing: .45px;
    line-height: 1.5;
}
.slider-home div.product.type-product>.col-inner .box-image {
    height: 12.5rem;
}
.slider-home div.product.type-product>.col-inner .box-image .image-fade_in_back {
    padding: 0;
    padding-top: 0;
    height: 12.5rem;
}
.slider-home div.product.type-product>.col-inner .price-wrapper span.amount,
.slider-home div.product.type-product .price-wrapper .price {
    letter-spacing: 1.2px;
    font-size: 10px;
}
.slider-home div.product.type-product>.col-inner {
    min-height: 14.438rem;
}
.slider-home div.product.type-product>.col-inner .product-categories a {
    letter-spacing: .18px;
    font-size: 9px;
}
/*slider*/