:root {
    --color-primary: #007aff;
    --page-width: 1200px;
    --page-max-width: 1440px;
    --background-color: #000;
    --secend-background-color: #185a73;
    --button-color: #185a73;
    --padding-no-top: 0 5rem;
    --padding-no-side: 5rem 0;
    --swiper-navigation-size: 20px;
    --swiper-theme-color: #333;
    --swiper-scrollbar-bg-color: #59accc;
    --product-count: 5;
    --page-width-padding: 6rem;
    --swiper-scrollbar-drag-bg-color: #185a73;
    --wp--custom--box-shadow--1: 0px 2px 8px rgba(33, 33, 33, 0.12);
    --wp--custom--box-shadow--2: 0px 3px 10px rgba(33, 33, 33, 0.25);
    --wp--custom--color--link: var(--wp--preset--color--primary);
    --wp--custom--color--star: var(--wp--preset--color--foreground);
    --wp--custom--color--neutral-50: #FAFAFA;
    --wp--custom--color--neutral-100: #F5F5F5;
    --wp--preset--color--foreground: #2E2E2E;
    --wp--preset--color--background: #ffffff;
    --swiper-scrollbar-bg-color: #d6d290;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    line-height: 1.5;
    font-size: 14px;
    font-family: 'Mulish', sans-serf;
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 2.5rem;
}

h3,
.h3 {
    font-size: 1.9375rem;
}

h4,
.h4 {
    font-size: 1.5625rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

h3 {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #12223B;
    margin-bottom: 24px;
    padding-right: 40px;
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 2.5rem;
}

h3,
.h3 {
    font-size: 1.9375rem;
}

h4,
.h4 {
    font-size: 1.5625rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}
}

a {
    line-height: inherit;
    color: #596386;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #4d5573;
}

a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 90rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a;
}

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

abbr,
abbr[title] {
    border-bottom: 1px dotted #333333;
    cursor: help;
    text-decoration: none;
}

figure {
    margin: 0;
}

.action.primary,
.action-primary {
    background: #d6d290;
    border: 1px solid #d6d290;
    color: #fff;

    padding: 10px 24px; 
    border-radius: 27px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;


}


.action.primary:hover,
.action-primary:hover {
    background-color: #DEF9FE !important;
    color: #2A2A2a !important;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.8125rem;
    margin: 0 0 1.375rem;
    padding: 0.6875rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0);
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333333;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    padding: 12px 10px 12px 16px;
    height: 50px;
    background: #F0F3F5;
    border: 1px solid #D5DAE0;
    border-radius: 4px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #414854;
    margin: 0px 0px 5px 0px;

}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

button,
input {
    overflow: visible;
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto;
}


button:hover {
    background: #017ead;
}

input[type=submit],
button[type=submit] {
    font-family: 'Mulish', sans-serif;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 25px;
    border: 0;
    cursor: pointer;
}


.form-new-design .inputs label.active+input {
    border-color: #4b6d38;
}

input[type="text"] {
    padding: 12px 10px 12px 16px;
    height: 50px;
    background: #F0F3F5;
    border: 1px solid #D5DAE0;
    border-radius: 4px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #414854;
    margin: 0px 0px 5px 0px;
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main {
    max-width: var(--page-max-width);
}
.page-main>.page-title-wrapper .page-title {
           
            margin-top: 20px;
        }
.header.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #fff;
    color: #fff;
    max-width: 1440px;
}

a.logo {
    margin: 0;
}

nav.navigation.sw-megamenu {
    background: transparent;
}

.navigation .level0>.level-top {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

ul.compare.wrapper {
    display: none;
}

.home-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: content-box;
}

.header-wrapper-right {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.nav-timer-variation {
    padding: 2.5em 0;
    line-height: 1em;
    color: #fff;
    background-color: #175a73;
    text-transform: uppercase;
}

.nav-timer-variation .disc-code {
    flex: 1;
    margin: 0 2em;
    font-size: 1.25em;
    letter-spacing: 2px;
    text-align: center;
    white-space: nowrap
}

.nav-timer-variation .price-beat {
    font-size: 13px;
    letter-spacing: 2px
}

.nav-timer-variation .price-beat strong {
    text-decoration: underline
}

.nav-timer-variation .nav-timer {
    padding: 0;
    text-transform: none
}

.nav-timer-variation .nav-timer a .countdown-wrapper {
    margin-right: 0
}

.nav-timer-variation .home-container {
    max-width: 1200px;
    padding: 0 16px;
}

.nav-timer-variation>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nav-timer-variation .disc-amnt .upto {
    display: inline-block;
    position: relative;
    top: -1px;
    max-width: 20px;
    white-space: normal;
    margin-right: 4px;
    font-size: .3125em;
    font-weight: 600;
    line-height: 1.25em;
}

.nav-timer-variation a {
    color: inherit;
}

.nav-timer-variation .disc-amnt a span {
    margin-left: 4px;
    font-family: Georgia;
    font-size: .9375em;
    letter-spacing: 4px;
}

.nav-timer-variation .disc-amnt {
    font-size: 2.125em;
    letter-spacing: 1px;
    white-space: nowrap;
}


span.customer-name {
    display: flex;
}

.block.newsletter input {
    margin-right: 0;
    padding: 0 0 0 5px;
    height: 46px;
    border-radius: 5px 0 0 5px;
}

.block.newsletter .field .control:before {
    display: none;
}

.header-wrapper-right>* {
    width: auto;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    gap: 20px;
}

a.logo .uc-button svg {
    width: 30px;
}

.uc-button.hidden-xs.hidden-sm.button.nuxt-link-exact-active.nuxt-link-active.blank {
    text-align: center;
}

.customer-free-design-text {
  background-color: #d6d290;
    color: rgb(0, 0, 0) !important;
    border-radius: 30px;
    padding: 8px 12px !important;
    font-weight: bold;
    box-shadow: 0px 0px 10px rgb(214 210 144);
     
        background: linear-gradient(135deg, #ece8a8, #d6d290);
   
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    
     
}

span.customer-name svg {}

a.action.showcart {
    gap: 10px;
    font-weight: bold;
    color: #000;
}

.icon-blocks {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000;
    gap: 10px;
}

.minicart-wrapper {
    max-width: unset;
}

.bigbanner-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.minicart-wrapper:before,
.minicart-wrapper:after {
    content: unset;
}

.customer-welcome .customer-menu ul {
    min-width: 150px;
    right: 10px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.31);
}

.minicart-wrapper {
    margin: 0;
    float: none;
    display: inherit;
}

.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
    content: unset;
}

.header.content:before,
.header.content:after {
    display: none;
}

.offers .container {
    max-width: 100%;
    width: 1440px;
    margin: auto;
}

.offers {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    /* background: #459BAC; */
    background: #185a73;
}

.offers {
    background: #e2eadd !important;
    height: 75px;
}

.offers .container {
    padding: 24px;
}

.offers h2 {
    font-family: Mulish;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0 !important;
    margin: 0;
}

.offers h2 {
    display: inline-block;
}

.offers a {
    margin-left: 44px;
    font-size: 16px;
    color: #fff;
    text-transform: none;
}

.offers a {
    font-family: Mulish;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #8c7c57;
    margin-bottom: 0 !important;
    text-decoration: underline;
}

.bigbanner-box .swiper-button-prev,
.bigbanner-box .swiper-button-next {
    background: #fff;
    border-radius: 50%;
    height: auto;
    width: 40px;
    height: 40px;
    transition: .3s ease;
    border-radius: 50%;
    box-shadow: 0 1px 12px 0 #0000003b;
}

.features-box {
    background: #f4f6f7;
    padding: 10rem 0;
}

.features-box h2 {
    margin: 0;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5rem;
}

button.action.primary.bt-popup-button {
    width: 100%;
}

.features {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 25px;
}

.feature {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: column;
    flex: 1;
    gap: 20px;
}

.feature h3 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0;
}

.feature p {
    font-weight: bold;
}

#rtaFooterNavNew>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto 32px;
}

footer.page-footer {
    position: relative;
    width: auto;
    padding: 64px 32px 16px;
    font-size: 14px;
    font-family: 'Mulish', sans-serf;
    color: #def9fe;
    background-color: #000;
}

.reviews-actions {
    display: none !important;
}

.product-reviews-summary {
    display: none !important;
}

.columns .column.main {
    padding-bottom: 0;
}

.footer-social a {
    display: inline-block;
    padding: 8px 10px;
}

.footer-trade-pro {
    padding: 32px 40px;
    border: 1px solid #8ad0eb;
    border-radius: 4px;
}

.block.newsletter {
    width: 100%;
    float: none;
    display: flex;
    max-width: 100%;
}

.footer-box ul a {
    display: inline-block;
    padding: 6px 0;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    line-height: 16px;
}

.footer-phone {
    display: block;
    margin-top: 64px;
    font-size: 20px;
    font-weight: 600;
    color: #8ad0eb;
    text-decoration: none;
}

.container-fluid.footer-box {
    display: flex;
}

.footer-col .h2 {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #8ad0eb;
    text-align: left;

}

.container-fluid.footer-box>* {
    flex: 1;
}

.block.newsletter .field.newsletter {
    max-width: 170px;
}

.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-login .page-title-wrapper {
    display: none;
}

.customer-account-forgotpassword .container,
.reg-container.container,
.login-container.container {
    max-width: 1006px;
    margin: auto;
    padding: 36px 16px;
    margin-bottom: 50px;
}

.form-new-design input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='color']:focus,
textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
    box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

.login-container .block .block-title {
    font-size: 1.8rem;
    font-size: 26px;
    line-height: 36px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #12223B;
    margin-bottom: 24px;
    padding-right: 40px;
}



.filter-options-title {
    padding: 5px 40px 5px 10px;
}

.filter-options-title:after {
    top: 5px;
}

.product-item-name {
    text-align: left;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    overflow: hidden;
}

span.price-label {
    display: none;
}

.field[name="shippingAddress.company"],

.field[name="billingAddress.company"],

.field._required,
.field.required,
.inputs {
    padding-bottom: 20px;
    position: relative;
}

.osc-payment-after-methods .opc-payment-additional .field .control {
    width: auto;
    margin-bottom: 10px;
}

.table-checkout-shipping-method tbody tr:first-child td {
    text-align: center;
}

#discount-form input[type="text"] {
    width: 83% !important;
}

.payment-option-inner {
    width: 100%;
    display: flex;
    justify-content: start;
}

.opc-wrapper .fieldset>.field>.label,
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
    width: auto !important;
}

.field[name="billingAddress.company"] label,
.field[name="shippingAddress.company"] label,
/*.field._required .label,*/
/*.field.required label,*/
/*.field.required .label,*/
.inputs-- label {
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #414854;
    position: absolute;
    line-height: 50px;
    left: 16px;
    top: 0px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: color 200ms, -webkit-transform 200ms;
    transition: color 200ms, -webkit-transform 200ms;
    transition: transform 200ms, color 200ms;
    transition: transform 200ms, color 200ms, -webkit-transform 200ms;
    z-index: 11;
    font-size: 12px;
    line-height: 18px;
    color: #4b6d38;
    top: -9px;
    left: 13px;
    padding: 0 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #f0f3f5), color-stop(50%, #f0f3f5), to(#f0f3f5));
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #f0f3f5 50%, #f0f3f5 50%, #f0f3f5 100%);

}

.header-box {
    text-align: left;
    padding: 20px 0;
}

.header-box .subtitle {
    color: #0088a9;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    display: flex;
    align-items: end;
    font-weight: bold;
}

.header-box .title {
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0;
}

.header-box .description {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
}

.header-box .subtitle:after {
    content: '';
    width: 120px;
    height: 1px;
    bottom: 0;
    display: block;
    background: #0088a9;
    content:unset;
}

.header-box .shop-btn:hover {
    background-color: #0088a9;
    border-color: #0088a9;
}

.header-box .shop-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0088a9;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    background: #d6d290;
    border: 1px solid #d6d290;
           background: linear-gradient(135deg, #ece8a8, #d6d290);
   
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}



.field.note,
.block.block-new-customer {
    font-weight: 600;
    font-size: 16px;
}

.block.block-new-customer ul {
    padding: 0 0 0 6px;
}

a.action.primary {
    background: rgb(24, 90, 115);
    border: 1px solid rgb(24, 90, 115);
    color: #fff;
    padding: 10px 24px;
    background: #185a73;
    border-radius: 27px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.cart-container {
    padding-left: var(--page-width-padding);
    padding-right: var(--page-width-padding);
    padding-top: var(--page-width-padding);
}

.cart-item {
    display: flex;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.form-create-account {
    margin: 0 auto;
}

.cart-item img {
    width: 150px;
    height: auto;
    object-fit: cover;
    margin-right: 20px;
}

.cms-index-index .product-item-name {
    text-align: center;
}

ul.cuser-list {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

ul.cuser-list a {
    color: #000;
}

.cart-item-details {
    width: 50%;
    gap: 5px;
    flex-direction: column;
    display: inline-flex;
}

.Explore-imgWrap {
    overflow: hidden;
}

.BestSeller-header-mid {
    left: 50%;
    max-width: 70%;
    overflow: hidden;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.BestSeller-header-slogan {
    color: #fff; 
    font-size: 24px;
    line-height: 30px;
}
img.BestSeller-header-img.povison-lazy__img {
    width: 100%;
    max-width: 100%;
}
.BestSeller-header-title {
    color: #fff; 
    font-size: 80px;
    line-height: 100px;
    margin-top: 8px;
}

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    color: #000;
}

.product-item-infos {
    position: relative;
}

.minicart-wrapper .action.showcart .counter.qty {
    margin: 0;
    margin-left: -7px;
}

.nav-timer-variation .home-container a:hover {
    color: inherit;
    text-decoration: unset;
}

.onestepcheckout-index-index nav.navigation.sw-megamenu {
    display: none !important;
}

.onestepcheckout-index-index .page-header .header.content>* {
    display: none !important;
}

.onestepcheckout-index-index .page-header .header.content .logo {
    display: block !important;
}

.onestepcheckout-index-index .page-wrapper .page-header {
    display: block !important;
}

.BestSeller-header-btn {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-flex; 
    font-size: 16px;
    height: 44px;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 32px;
    padding: 0 52px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.BestSeller-header-btn:hover {
    border: 1px solid;
}

.BestSeller-header-img {
    display: block;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.BestSeller-header {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.BestSeller {
    margin-top: 80px;
    width: 100%;
}

.Explore-item-title {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 50px;
}

span.underline-hover:hover:after,
span.underline-hover:hover:before {
    outline: none;
    transition: width .4s ease;
    width: 50%;
}

.links-pay .pay-list {
    height: 20px;
    margin-left: 12px;
    width: 40px;
}

.copyright {
    display: flex;
    background: #d6d290;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5rem;
}

.Explore-imgWrap img:hover {
    transform: scale(1.1);
}

.Explore-imgWrap img {
    transition: .2s ease-in-out;
}

span.underline-hover:hover:before {
    outline: none;
    transition: width .4s ease;
    width: 50%;
}

.page-products .features {
    position: relative;
    margin: -22px -56px 0 -56px;
    letter-spacing: -.5px;
    padding: 3px 20px;
    font-size: 11px;
    color: #fff;
    background: #185A73;
    text-align: center;
    list-style: none;
}

.fotorama__stage {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.checkout-index-index .page-main,
.catalog-product-view .page-main,
.catalog-product-view .container {
    max-width: 1440px;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.catalog-product-view .breadcrumbs {
    max-width: 1440px;
}

.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
    min-height: 30px;
    text-align: center;
}

.breadcrumbs strong {
    font-weight: 700;
    color: #000;
}

.cart-item-title {
    font-size: 16px;
    font-weight: bold;
}

.box-tocart .fieldset {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 15px;
}

.box-tocart label.label {
    display: none !important;
}

.box-tocart .control {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 25px;
}

.box-tocart input#qty {
    height: 35px;
    margin: 0;
    border-width: 0 1px 0;
    border-radius: 0;
    background: transparent;
    width: 40px;
    text-align: center;
    padding: 0;
}

.qty-up,
span.qty-down {
    width: 35px;
    height: 35px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.product-info-main .product-info-price {
    display: flex;
    flex-direction: column;
    border: none;
}

.product-info-main .product-info-stock-sku {
    order: -1;
    float: none;
    text-align: left;
    padding: 0;
}

span.price-label {
    display: none !important;
}

.product-info-main .product-info-price .price-box {
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-info-main .product-info-price .price-box span.old-price {
    order: 2;
}

.product-info-price .price-box .price-container .price {
    font-weight: 600;
    font-size: 18px;
    font-family: "Mulish", sans-serif;
    line-height: 20px;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: "Mulish", sans-serif;
}

.product-info-main .product-add-form {
    padding: 0;
}



.rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #8ad0eb;
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
    margin-right: 15px;
}

.product-info-main .rating-summary,
.customer-review .rating-summary {
    margin-right: 15px;
}

.product-info-main .product-info-price .price-box .price-container>span {
    margin: 0;
}

.product-info-main .product-info-stock-sku {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}

.product.attribute.sku {
    order: -1;
    font-weight: bold;
}

.product.attribute.sku .type {
    display: none;
}

button#product-addtocart-button {
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    border-radius: 28px;
    border: 0;
    background: #185A73;
    text-decoration: none;
    text-align: center;
    margin-bottom: 0px;
}

.product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
    margin-bottom: 12px;
    line-height: 1.25em;
    color: #12223B;
    font-size: 22px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 26px;
    margin-top: 10px;
}

.cart-item-price {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.cart-item-total {
    color: var(--button-color);
}

.cart-item-title a {
    color: #000;
    font-size: 18px;
}

.cart-item-discount {
    font-size: 14px;
    color: #ff5722;
}

.cart-item-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    font-size: 16px;
    cursor: pointer;
    height: 40px;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.cart-item-trash a.action.action-edit:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.cart-item-trash span {
    font-size: 0;
}

.cart-item-trash a.action.action-delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.cart.table-wrapper .action {
    margin-right: 0;
}

.cart-item-quantity input {
    width: 40px;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    background: transparent;
    height: 40px;
}


.collapsible-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d5dae0;
    cursor: pointer;

}

a:hover,
a:focus {
    color: #4d5573;
}

a {
    line-height: inherit;
    color: #596386;
    text-decoration: none;
    cursor: pointer;
}

.page-main-details .product-section-title {
    font-weight: 600;
    font-size: 20px;
}

header.page-header {
    position: sticky;
    z-index: 900;
    top: 0;
    margin: 0;
    border: none;
    background: #fff;
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
    margin: 0 auto;
}

.onestepcheckout-index-index header.page-header {
    position: unset !important;
}

a {
    background-color: transparent;
}

div#mtImageContainer {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
}

.product.attribute.overview {
    line-height: 1.5em;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}

.product.info.detailed .collapsible-content {
    padding-top: 15px;
    line-height: 1.5em;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
}

.collapsible-title:after {
    content: 'v';
    float: right;
    position: relative;
    font-weight: normal;
    -webkit-transform: scale(1.5, 1);
    transform: scale(1.5, 1);
}

.allow.active>.collapsible-title:after {

    -webkit-transform: scale(1.5, 1) rotate(180deg);
    transform: scale(1.5, 1) rotate(180deg);

}

.filter-options-content .count {

    display: flex;
}

.collapsible-title h4 {
    margin: 15px 0;
}

.cart-item-button:hover {
    border: none;
    background: transparent !important;
}

.cart-item-button:hover {
    background-color: #f0f0f0;
}

.cart-item-trash {
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

.cart-item-trash:hover {
    color: #f00;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
}

.minicart-wrapper .action.showcart.active,
.minicart-wrapper .action.showcart {
    display: inline-flex;
    align-items: center;
}

.minicart-wrapper .action.showcart .counter.qty .counter-number:before {
    content: '(';
}

.minicart-wrapper .action.showcart .counter.qty .counter-number:after {
    content: ')';
}

.minicart-items .product-item-details .details-qty {
    display: flex;
    align-items: center;
}

.mpquickcart .minicart-items .item-qty {
    height: 30px;
}

.mpquickcart-icon-wrapper {
    display: flex;
    justify-content: center;
}

.price-slider-values input[type="text"] {
    height: 30px;
}

.price-slider-values {
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.customer-welcome .customer-menu {
    display: block;
}

button.action.search {
    width: 40px;
    height: 40px;
}

input#search {
    margin: 0 auto;
    height: 40px;
    background: #fff;
}

.app-header-item .button .icon-block .icon {
    width: 30px;
    height: 30px;
}

@media (min-width: 768px),
print {

 .BestSeller-header-title2 {
    color: #000;
    font-family: Marcellus-Regular;
    font-size: 6rem;
    line-height: 100px;
    margin-top: 8px;
}


 button.submenu-expand:after {
    font-size: 10px;
    line-height: 18px;
    content: '\e622';
    font-family: 'luma-icons';
}
    .nav-menu ul {
        clear: both;
        line-height: 1;
        margin: 0;
        padding: 0;
        width: 100%;
    }.sections.nav-sections {
    display: none;
}

    .nav-menu .menu-item {
        list-style: none;
        position: relative;
    }

    .nav-menu .menu>.menu-item:hover>a {
        color: #007C8F;
    }

    .nav-menu .menu>.menu-item.menu-item-has-children>a {
        padding-right: 30px;
    }

    .nav-menu .submenu-expand {
        background: rgba(0, 0, 0, 0);
        border: none;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        outline: none;
        cursor: pointer;
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .nav-menu .menu>.menu-item.menu-item-has-children>.submenu-expand {
        width: auto;
        height: auto;
        line-height: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 7px;
    }

    .nav-menu .sub-menu {
        background: #F4F6F7;
        box-shadow: 0px 2px 8px rgba(33, 33, 33, 0.12);
        left: -9999px;
        opacity: 0;
        position: absolute;
        width: 215px;
        z-index: 99;
    }

    .nav-menu .sub-menu .menu-item {
        float: none;
        margin: 0;
    }

    .nav-menu .menu-item a {
        border: none;
        color: var(--wp--preset--color--foreground);
        display: block;
        font-size: 14px;
        position: relative;
        padding: 16px;
        font-weight: 700;
        text-decoration: none;
    }

    .nav-menu .menu-item {
        float: left;
        margin: 0;
    }

    .nav-menu .sub-menu {
        background: #F4F6F7;
        box-shadow: var(--wp--custom--box-shadow--1);
        left: -9999px;
        opacity: 0;
        position: absolute;
        width: 215px;
        z-index: 99;
    }

    .nav-menu.nav-primary {
        display: flex;
        max-width: 1440px;
        margin: 0 auto;
    }

    ul#primary-menu {
        display: flex;
        display: flex;
        /* flex-direction: column-reverse; */
        align-items: flex-end;
        align-self: start;
        justify-content: start;
        margin-left: 245px;
    }
.cmsmenu-wpt {
    background: #d6d290;
    position: sticky;
    z-index: 15;
    top: 94px;
}
a.logo {
    position: relative;
}

.logo img {
    position: relative;
    bottom: -40px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
    .nav-menu .menu>.menu-item:hover>.submenu-expand svg {
        fill: #fff;
        transform: rotate(180deg);
    }

    .nav-menu .menu>.menu-item.menu-item-has-children>.submenu-expand {
        width: auto;
        height: auto;
        line-height: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 7px;
    }

    .nav-menu .menu-item:hover>.sub-menu,
    .nav-menu .menu-item:focus-within>.sub-menu {
        left: auto;
        opacity: 1;
    }
    
    .nav-menu .menu-item.last:hover>.sub-menu, .nav-menu .menu-item.last:focus-within>.sub-menu {
    right: 0;
}

    .nav-menu .menu>.menu-item.menu-item-has-children>a {
        padding-right: 30px;
    }

    .nav-menu .nav-primary>.menu>.menu-item>a {
        padding-top: 10px;
    }

    .nav-menu .nav-primary>.menu>.menu-item>a {
        font-weight: 700;
    }

    .nav-menu .menu-item.menu-item-phone,
    .nav-menu .menu-item.menu-item-my-account {
        display: none;
    }


    .minicart-wrapper .action.showcart .text {
        width: auto;
        position: unset;
        height: auto;
    }

    .block.block-search {
        float: none;
        padding: 0;
        width: 50%;
        max-width: 800px;
    }

    .cms-index-index .page-main {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .panel.header {
        display: none;
    }

    .nav-sections {
        margin: 0;
    }

    .logo img {
        max-height: inherit;
        width: auto !important;
        max-width: 180px;
    }

    nav.navigation.sw-megamenu {
        background: transparent;

    }

    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus {
        color: inherit;
    }

    .sidebar-main {
        padding: 0;
    }

    .page-layout-2columns-left .sidebar-additional,
    .page-layout-2columns-left .sidebar-main {
        /*width: 20%;*/
        width: 240px;
        padding-right: 20px;
    }

    .page-layout-2columns-left .column.main {
        /*width: 79.666%;*/
        width: calc(100% - 240px);
        padding-left: 0;
    }

    /*   .product-item-infos {
        border: 4px solid #E3E3E3;
        border-radius: 12px;
        overflow: hidden;
    }
*/
    .filter-options-content {
        border-top: 1px solid #E3E3E3;
    }

    .toolbar-products {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .products.wrapper.grid.products-grid {
        margin: 0;
    }


    .page-products .products-grid .product-itemss {
        --product-count: 5;
    }

    .page-products .products-grid .product-itemss {
        width: calc(100% / var(--product-count));
        padding: 0 15px 30px 15px;
        text-align: center;
        align-items: center;
    }

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
        margin: 0;
    }

    .page-layout-1column .block.widget .products-grid .product-item {
        --product-count: 6;
        width: calc(100% / var(--product-count));
        padding: 0 15px 30px 15px;
        margin: 0;
        text-align: center;
        align-items: center;
    }

    .page-products .breadcrumbs,
    .page-products .page-main {
        max-width: 1440px;
        padding: 0 15px;
        margin: 0px auto;
    }

    .breadcrumbs {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .page-products .breadcrumbs {
        margin-top: 15px;
    }

    .page-products .page-title-wrapper {
        margin: 0 0 16px 0;
        line-height: 1em;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        color: #333333;
    }

    .page-products h1#page-title-heading {
        margin: 0 auto;
        font-weight: bold;
        font-size: 28px;
    }


    .column.main .product-items {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-item-details {
        padding: 0 15px;
    }

    a.product-item-photo {
        display: block;
    }

    .page-with-filter .toolbar-amount {
        font-size: 18px;
        margin-bottom: 8px;
        font-family: "Open Sans", sans-serif;
    }

    strong.product.name.product-item-name a {
        margin: 20px 0 4px 0;
        font-weight: 700;
        font-family: "Mulish", sans-serif;
        font-size: 16px;
        line-height: 24px;
        text-decoration: none;
        color: #185a73;
        text-align: left;
    }

    .product-item-name {
        text-align: left;
    }

    .product.details.product-item-details {
        padding: 0 20px 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
    }

    .product-reviews-summary {
        margin: 0;
    }

    a.product.photo.product-item-photo {
        display: block;
    }

    .filter .block-subtitle {
        display: none;
    }




    .filter-options-item {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 12px;
        padding: 8px 12px 4px 12px;
        font-size: 15px;
        border: 1px solid #E3E3E3;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.31);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.31);
    }

    .page-layout-1column .product-info-main {
        width: 50%;
    }

    .page-layout-1column .product.media {
        width: 47%;
    }

    li.ui-menu-item.level0.fullwidth.parent:hover .submenu {
        display: block;
    }

    ul.subchildmenu {
        margin: 0;
        padding: 0;
    }




    nav.navigation.sw-megamenu .level0.submenu {
        padding: 10px !important;
    }

    nav.navigation.sw-megamenu {
        width: 100%;
        font-weight: normal;
    }

    nav.navigation.sw-megamenu>ul {
        max-width: 1440px;
        margin: 0 auto;
    }

    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background: transparent;
    }

    nav.navigation.sw-megamenu ul.subchildmenu.col-md-12.mega-columns.columns4 {
        display: flex;
    }


    nav.navigation.sw-megamenu ul.subchildmenu.col-md-12.mega-columns.columns4 li.level1.parent {
        flex: 1;
        max-width: 25%;
    }

    nav.navigation.sw-megamenu .level0.parent:hover>.submenu {
        overflow: visible !important;
        opacity: 1;
        display: block;
        width: 100%;
        transition: ease-out 0.5s;

    }

    .navigation .level0 .submenu li.ui-menu-item.level2>a {
        padding: 4px 10px !important;
    }

    .navigation .level0 .submenu {
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        border: none;
    }

    .level0.submenu .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .page-products .page-title-wrapper {
        display: none;
    }

    .navigation .level0>.level-top {
        line-height: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    nav.navigation.sw-megamenu>ul {
        padding: 0 15px;
        margin: 0 auto;
        text-align: right;
        max-width: 1440px;
        margin: 0 auto;
    }

    nav.navigation.sw-megamenu {
        border-bottom: 1px solid #f2f2f2;
        max-width: 100%;
    }

    li.level0.fullwidth.parent {
        position: static;
    }


    nav.navigation.sw-megamenu .level0>.level-top {
        color: #000;
        font-weight: bold;
    }

    nav.navigation.sw-megamenu .level0.parent>.level-top {
        padding-right: 15px;
        height: 50px;
        color: #000;
    }

    nav.navigation li.ui-menu-item.level1.parent>a {
        font-size: 14px;
    }

    .navigation .level0 {
        margin: 0;
    }

    .navigation .level0 .submenu a {
        padding: 10px;
        font-weight: bold;
    }

    ul.subchildmenu {
        padding: 0;
    }

    a.logo {
        display: flex;
        align-items: center;
        gap: 20px;
        font-weight: bold;
        color: #000;
    }

    .sections.nav-sections nav.navigation.sw-megamenu {
        display: none !important;
    }



}

.breadcrumbs a:visited {
    color: #000;
}

.category-view .page-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.filter-content .item a:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.filter-content .item a {
    display: flex;
    gap: 10px;
}

button.action.tocart.primary {
    width: 100%;
    background: transparent;
    border-width: 2px;
    color: rgb(24, 90, 115);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
}

.products-grid .product-item-actions {
    margin: 0;
}

.product-item-actions .actions-primary {
    width: 100%;
}

.old-price span.price {
    text-decoration: line-through;
}

.price-box.price-final_price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.price-box.price-final_price .price {
    color: #4B6D38;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    line-height: 22px;
    font-size: 16px;
}

.price-box.price-final_price span.old-price {

    order: -1;
}

.price-box.price-final_price span.old-price .price {
    font-size: 14px;
    line-height: 20px;
    color: #747474;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
}

button.action.tocart.primary:before {
    content: url(../images/icon-sample.svg);
    position: relative;
    top: 5px;
    padding-right: 5px;
}

.product-item-actions .actions-primary+.actions-secondary {
    display: none;
}

table#shopping-cart-table {
    display: none;
}

@media (max-width: 767px) {

    :root {

        --padding-no-top: 0 1rem;
        --page-width-padding: 1rem;

    }
    
    
    .BestSeller-header-btn.yellow {padding:5px 10px; height:auto;font-size:14px;}
 
 .swiper .BestSeller-header-mid {
    text-align: center !important;
}
.page-main-filters .filter-products .item.product .details .qty-minus, .page-main-filters .filter-products .item.product .details .qty-plus {
   
    width: 40px !important;
   
}
.page-main-filters .filter-products .item.product .details .qty-text {
    width: 40px !important;
    
}
a.logo {
    max-width: 30%;
}.header-wrapper-right {
    max-width: 65%;
}.customer-free-design-text {
    font-size: 1rem;
    padding: 5px 10px !important;
}
    .cmsmenu-wpt {
        display: none;
    }

    .block-search {
        position: relative;
    }

    .container-fluid.footer-box {
        display: flex;
        flex-wrap: wrap;
    }

    .container-fluid.footer-box>* {
        flex: 1 1 100%;
        flex-direction: column;
    }

    .cart-item {
        flex-wrap: wrap;
        gap: 10px;
    }


    .cart-item>a {
        width: 30%;
    }

    .cart-item-details {
        width: 60%;
    }

.customer-welcome {
    gap: 0;
}
  
  .checkout-index-index .modal-popup .modal-inner-wrap {
   
    width: auto !important;
   
}

    .copyright {
        flex-direction: column;
        gap: 30px;
    }

    img.pay-icon {
        width: 30px;
        height: auto;
    }

    .nav-timer-variation {
        padding: .75em 0;
    }

    .nav-timer-variation .disc-amnt {
        flex-basis: 100%;
        top: 0;
        margin-bottom: 12px;
        text-align: center;
    }

    .nav-timer-variation:not(.has-countdown) .disc-code {
        flex-basis: auto;
        text-align: left;
        font-size: .75rem;
    }

    .nav-timer-variation:not(.has-countdown) .price-beat {
        flex-basis: auto;
        margin-top: 0;
        text-align: left;
        font-size: .75rem;
    }

    .cms-index-index .page-main {
        padding: 0;
    }

    .offers h2,
    .offers a {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        line-height: 18px !important;
    }

    .offers .container {
        padding: 10px;
    }

    .features {
        flex-direction: column;
    }

    .features-box h2 {
        font-size: 3rem;
    }

    .features-box {
        padding: 5rem;
    }

    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .BestSeller {
        margin-top: 100px;
    }

    footer.page-footer {
        border: none;
        padding: 1rem;
    }

    .footer.content {
        border: none;
    }

    .footer-logo-phone-wrap {
        display: flex;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
        padding: 3rem 0;
    }

    a.footer-phone {
        margin: 0;
    }

    .offers a {
        margin: 0;
    }

    .footer-social.desktop {
        display: none;
    }

    .footer-col.active ul {
        display: block;
    }

    .footer-col ul {
        display: none;
    }

    .Explore-item-title {
        font-size: 2rem;
    }


    .footer-col {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #6a8b98;
    }

    .footer-col .h2:after {
        content: '';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: inherit;
        color: #8ad0eb;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .footer-col .h2 {
        display: flex;
        justify-content: space-between;
    }

    .header.content nav.navigation.sw-megamenu {
        display: none;
    }

    .pc-search-trigger {
        display: none;
    }

    .header-wrapper-right .block-search {
        display: none;
    }

    .block.widget .products-grid .product-item,
    .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 2%) / 2);
        width: calc(49.9% - 1.5vw);
        margin: 2vw 0.75vw;
        padding: 0 8px 4px 8px;
        position: relative;
        border: none;
        border-radius: 12px;
        overflow: hidden;
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
.footer.content {
        border: none;
        padding: 0;
    }.product-item-sample {
    margin-top: 0 !important;
}
    .header.content:after,
    .header.content:before {
        display: none;
    }

    .nav-toggle {
        position: unset;
        width: 50px;
        text-align: center;
    }


    .page-title-wrapper h1 {
        font-weight: 700;
        margin: 0 0 16px 0;
        line-height: 1em;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        color: #333333;
    }

    .container-fluid.product-box {
        padding: 0;
    }

    .page-products .sorter {
        right: auto;
    }


    strong.product.name.product-item-name a {
        text-decoration: none;
        color: #185a73;
        font-weight: bold;
    }

    a.logo img {
        width: 80%;
    }

    li.item.product.product-itemss {
        width: 50%;
        width: calc(49.9% - 1.5vw);
        margin: 2vw 0.75vw;
        padding: 0 8px 24px 8px;
        position: relative;
        border: 2px solid #E3E3E3;
        border-radius: 12px;
        overflow: hidden;
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    button.action.tocart.primary {
        padding: 5px 15px;
        font-size: 13px;
    }

    .product-reviews-summary.short {
        text-align: center;
    }

    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        min-height: unset;
    }

    .filter-title strong {
        background-color: none;
        box-shadow: none;
        right: 0;
        line-height: 16px;
        position: absolute;
        top: 0;
        z-index: 2;
        border-radius: 27px;
        border: 2px solid #185A73;
        color: #185A73;
        font-weight: 700;
        font-size: 14px;
        padding: 10px 15px;
        font-family: "Mulish";
        text-align: right;
        left: auto;
    }

    .toolbar select {
        background-color: transparent;
        box-shadow: none;
        border-radius: 3px;
    }

    .page-title-wrapper {
        text-align: center;
        margin: 15px;
    }

    .product.details.product-item-details {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .BestSeller-header-mid {
        left: 50%;
        max-width: 100%;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

    .BestSeller-header-slogan {
        color: #fff;
        font-family: Satoshi-Regular;
        font-size: 24px;
        line-height: 30px;
    }

    .BestSeller-header-title {
        color: #fff;
        font-family: Marcellus-Regular;
        font-size: 30px;
        line-height: 30px;
        margin-top: 8px;
    }

    .BestSeller {
        margin-top: 50px;
    }

    .BestSeller-header-btn {
        align-items: center;
        background: #fff;
        box-sizing: border-box;
        color: #000;
        cursor: pointer;
        display: inline-flex;
        font-family: Satoshi-Medium;
        font-size: 16px;
        height: 44px;
        justify-content: center;
        letter-spacing: 1px;
        line-height: 20px;
        margin-top: 10px;
        padding: 0 52px;
    }



    .nav-sections-items {
        display: flex;
        flex-direction: column;
    }

    nav.navigation.sw-megamenu {
        order: -1;
        margin-top: 50px;
        border: none;
        background: none;
        padding: 0;
    }

    .nav-sections-item-content {
        margin: 0;
        padding: 0;
    }

    .navigation .level0 {
        border-top: 1px solid #12223b;
    }

    .navigation .parent .level-top:after {
        content: "\f105";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        z-index: 111;
        width: 60%;
        text-align: right;
        font-size: 18px;
        line-height: inherit;
        color: #a7d3ff;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        top: 25%;
    }

    .navigation .level0>.level-top:hover {
        color: #fff;
    }

    .navigation .level0>.level-top {
        word-wrap: break-word;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 0 15px 30px;
        text-transform: unset;
        background: #12223b;
        box-shadow: 0 2px 1px rgba(0, 0, 0, .05), 0 0 1px rgba(0, 0, 0, .25);
        color: #fff;
    }

    .level0.submenu {
        position: fixed !important;
        z-index: 111;
        display: none;
        height: 100%;
        width: calc(100% - 54px);
        z-index: 111;
        background: #fff;
    }

    li.ui-menu-item.level0.fullwidth.parent.opens {
        background: #005f3c;
        color: #fff;
    }

    li.ui-menu-item.level0.fullwidth.parent.opens>a {
        color: #fff;
    }

    .sections.nav-sections:before {
        content: unset !important;
    }

    .close {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        right: 0;
        z-index: 111;
    }

    .sections.nav-sections .close:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #000;
        content: '\e616';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .opens .level0.submenu {
        display: block;
    }

    .sections.nav-sections:before {
        content: 'x';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #000;
        content: '\e616';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    li.ui-menu-item.level0.fullwidth.parent.opens {
        background: #005f3c;
        color: #fff;
    }

    li.ui-menu-item.level0.fullwidth.parent.opens>a {
        color: #fff;
    }

    li.ui-menu-item.level1.parent {
        padding: 10px 30px;
    }


    .navigation .submenu:not(:first-child) ul>li a {
        word-wrap: break-word;
        color: #000;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 0 15px 0px;
        text-transform: unset;
    }


    .navigation .submenu:not(:first-child) ul {
        padding: 0;
    }

    .nav-open .nav-sections {
        z-index: 1111 !important;
    }

    .nav-sections .switcher {

        padding: 10px 30px;
    }

    .nav-open .nav-toggle:after {

        left: calc(100% - 54px);
    }

    .nav-sections .switcher-trigger strong:after {
        content: "\f105";
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        color: #005f3c;
        font-size: 32px;
        top: -15px;
        right: -18px;
    }

    .level0.submenu .row {
        margin: 0;
        padding-left: 15px;
    }

    .nav-toggle:before {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
    }

    .navigation .parent.opens .level-top:after {
        content: "\f104";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        position: absolute;
        right: auto;
        left: 10px;
        text-align: left;
        font-size: 16px;
        line-height: inherit;
        color: #fff;
        content: '\e617';
        font-family: 'luma-icons';
        vertical-align: middle;
    }

    li.ui-menu-item.level0.fullwidth.parent.opens>a {
        position: relative;
    }

    .customer-welcome .customer-menu ul {
        margin: 0;
        padding: 10px;
        list-style: none none;
        background: #fff;
        margin-top: 4px;
        z-index: 101;
        box-sizing: border-box;
        position: absolute;
        top: 55px;
        right: 20px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        display: none;
    }
    
    .customer-welcome.active ul.cuser-list {
    display: block;
}

    .customer-welcome ul:before {
        right: 10px;
        top: -12px;
    }

    .customer-welcome ul:before {
        border: 6px solid;
        border-color: transparent transparent #fff transparent;
        z-index: 99;
    }

    .customer-welcome ul:before,
    .customer-welcome ul:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0;
    }

    .form-shipping-address .mp-6 input[type="text"],
    .form-shipping-address .mp-6 input[type="password"],
    .form-shipping-address .mp-6 input[type="url"],
    .form-shipping-address .mp-6 input[type="tel"],
    .form-shipping-address .mp-6 input[type="search"],
    .form-shipping-address .mp-6 input[type="number"],
    .form-shipping-address .mp-6 input[type*="date"],
    .form-shipping-address .mp-6 .select,
    .address-information .mp-6 input[type="text"],
    .address-information .mp-6 input[type="password"],
    .address-information .mp-6 input[type="url"],
    .address-information .mp-6 input[type="tel"],
    .address-information .mp-6 input[type="search"],
    .address-information .mp-6 input[type="number"],
    .address-information .mp-6 input[type*="date"],
    .address-information .mp-6 .select {
        width: 100%;
        float: right;
    }

    .mp-col-2 .mp-left {
        width: 100% !important;
    }

   .mp-col-2 .mp-right {
        width: 100% !important;
    }

    .opc-estimated-wrapper {
        border: none;
        margin: 0;
    }

    .onestepcheckout-index-index .page-header .header.content .logo {
        margin: 0 auto;
    }
    
   .checkout-index-index.onestepcheckout-index-index  button.action.showcart {
    background: none !important;
    display: none;
}



}
td.a-center.details-qty {
    padding-top: 4px !important;
}button.action.action-apply {
    padding: 0 6px;
}

.qty-wrapper .qty-wrap .input-text.update {
    position: unset; 
    height: 18px;
}

.checkout-index-index .cmsmenu-wpt {
    display: none;
}
    table#checkout-review-table .qty-wrapper {
      
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
  .checkout-index-index  .qty-wrapper .qty-wrap {
    display: flex;
    width: 26px;
    height: 18px;
    vertical-align: top;
    position: relative;
    margin-top: -3px;
}
/*
.product-item-infos:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.21);
}
*/
.product-item-sample {
    margin-top: 0;
}

.cms-index-index .product-item-infos {
    border: none;
}

.cms-index-index .product-item-infos:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cms-index-index .product-item-infos .price-box.price-final_price {
    display: none;
}

img.pay-icon {
    width: 40px;
}

.feature:hover img {
    transform: scale(1.1);
    transition: .2s ease-in-out;
}


img.pay-icon {
    width: 40px;
}

.footer-main-top {
    display: flex;
    justify-content: space-between;
}

.footer-main-email-links .links-box img {
    height: 16px;
    width: 16px;
}

.footer-main-email-links .links-box {
    margin-right: 20px;
}

.footer-main-email.footer-main-box {
    max-width: 300px;
}

.footer-main-box a {
    font-size: 14px;
    color: #fff;
}

.footer-main-box-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}


.footer-main-email.footer-main-box .footer-main-box-title {
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .footer-main-box-title {
        border-bottom: 1px solid;
        padding-bottom: 10px;
    }

    ul#primary-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    ul.sub-menu {
        display: none;
    }

    .nav-menu.nav-primary {
        padding: 15px 0;
        margin-top: 30px;
    }

    .sections.nav-sections {
        background: #fff;
    }


    li.menu-item a {
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

    .sub-menu li.menu-item a {
        font-weight: 500;
    }

    li.menu-item {
        border-bottom: 1px solid #ccc;
        padding: 10px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    li.menu-item.open ul.sub-menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    button.submenu-expand:after {
        content: '\e622';
        font-family: 'luma-icons';
        font-weight: normal;
        font-size: 13px;
    }

    li.menu-item button.submenu-expand {
        width: 50%;
        display: inline-flex;
        justify-content: end;
        height: 100%;
        display: block;
        text-align: right;
    }

    li.menu-item button.submenu-expand:hover {
        background: none;
        border: none;
    }

    .nav-sections .header.links {}

    li.menu-item:last-child {
        border: none;
    }


    .footer-main-box-info {
        display: none;
    }

    .footer-main-box-title {
        border-bottom: 1px solid;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-main-box-title.active+.footer-main-box-info {
        display: block;
    }

    .footer-main-box-title {
        border-bottom: 1px solid;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-main-box-title.active+.footer-main-box-info {
        display: block;
    }

    .footer-main-box-title:after {
        content: 'v';
        content: '\e622';
        font-family: 'luma-icons';
        font-weight: normal;
        font-size: 13px;
    }

    .footer-main-box-title.active:after {
        content: '\e621';
        font-family: 'luma-icons';
        font-weight: normal;
        font-size: 13px;
    }

    .icon-blocks span.name-text {
        display: none;
    }

    .header-wrapper-right {
        gap: 20px;
    }

    header.page-header~nav.navigation.sw-megamenu {
        display: none !important;
    }

    .uc-button.hidden-xs.hidden-sm.button.nuxt-link-exact-active.nuxt-link-active.blank {
        display: none !important;
    }

    .block.block-search {
        order: 10;
        width: 100%;
        margin-top: 20px;
        display: inline-flex;
        align-items: center;
    }

    .header.content {
        flex-wrap: wrap;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    span.action.nav-toggle {
        display: none;
    }

    .block-search .block-content {
        width: 100%;
    }

    .block.block-search span.action.nav-toggle {
        display: inline-flex;
        color: #000;
    }

    .nav-toggle:before {
        color: #000;
    }

    .customer-free-design-text {
        order: -1;
    }

    .block-search .control {
        margin: 0;
        border: none;
        padding: 0;
    }

    .block-search label.label {
        display: none !important;
    }

    input#search {
        left: 0;
        position: unset;
    }

    .newsletter-popup header.modal-header {
        margin: 0;
    }

    .newsletter-popup .modal-content .bt-popup-text-content {
        padding: 10px;
        text-align: center;
    }
}

.block-shop-category-listing__badge {
    position: absolute;
    padding: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #608000;
    color: #fff;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-options-item.cat {
    display: none;
}

small.copyright span.separator {
    display: none;
}

small.copyright>span {
    max-width: 1440px;
    margin: 0 auto;
    color: #000;
}



#backToTop {
  border: none;
    bottom: 85px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 111;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #185a73;
}
#backToTop::before {
    content: '\e621';
    font-family: 'luma-icons';
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
}

li.my.item:hover a:after {
    content: '✓';
    position: absolute;
    top: 44%;
    left: 16px;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.filter-content .item a {
    position: relative;
}
.category-image img {
    width: 100%;
}

input#coupon_code {
    height: 45px;
}
  .product-item-infos a.product-item-photo{
   overflow:hidden;
}
 .product-item-infos:hover img{
    opacity:0.85;
    transition: .5s ease-in-out;
}
 .features-box > .container {
    max-width: 1440px;
}
.feature img {
    height: 90px !important;
}

.feature p {
    height: 50px;
}


.block-search .action.search:before {
          
            color: #000;
            
}
footer.page-footer {
    margin-top: 30px;
}
.cms-index-index footer.page-footer {
    margin-top: 0;
}

.BestSeller-header-btn.yellow {
    background: #d6d290;
    border: none; background: linear-gradient(135deg, #f1eec0, #e5df80);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.swiper .BestSeller-header-mid {
    
    text-align: left;
}
.color-black {
    color: #000 !important;
}

.BestSeller-header-title.ellipsis1.color-black p {
    font-weight: normal;
}

.BestSeller-header-title.ellipsis1.color-black {
    font-weight: bold;
}


.features-box h2:before,.features-box h2:after {
    content: '';
    width: 10%;
    background: rgb(237 234 182 / 80%);
    height: 4px;
    border-radius: 2px;
    
        background: linear-gradient(135deg, #f4f4f2, #f1ec99);
        
}
.features-box h2:after {
        background: linear-gradient(135deg, #f1ec99, #f4f4f2);}

.features-box h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.header-box .subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #eee994;
}

.header-box .subtitle:before {  content: '';
    width: 10%;
    background: rgb(237 234 182 / 80%);
    height: 4px;
    border-radius: 2px;}
    
    
  .header-box  .subtitle span:before {
    content: '';
    width: 40%;
    background: rgb(237 234 182 / 80%);
    height: 2px;
    border-radius: 2px;
    display: inline-flex;
    }
    
   .header-box  .subtitle span {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}


.offers h2 span {
    color: #8c7c57;
}