/*
Theme Name: childtheme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

body {
    font-size: 17px;
    line-height: 1.4;
}
@media screen and (min-width: 550px) {
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {--drawer-width: 400px !important;}
}
.nav-dropdown {
    left: 100px;
    top: 109px;
    transition: all linear .2s;
}
.menu-item-design-custom-size .nav-dropdown {left: 0;}
.current-dropdown .nav-dropdown {
    left: 50% !important;
    top: 100%;
    transform: translate(-50%,0%);
}
.menu-item-design-custom-size.current-dropdown .nav-dropdown {
    transform: translate(-25%,0%);
}

/*************** TITLE ***************/
.az-title-shortcode {
    margin-bottom: 20px;
}
.az-title-shortcode.center {
    text-align: center;
    margin-bottom: 40px;
}
.az-sub-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #8b8b8b;
}
.az-title-shortcode .title-description {
    margin-top: 10px;
    font-weight: 500;
}
.az-title {
    text-transform: uppercase;
    color: #2e3191;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: bold;
}
.section-title-container {margin-bottom: 24px;}
.section-title-container.show-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-title-container.show-link .read-more {
    border-radius: 100px;
    border: none;
    height: 35px;
    text-transform: inherit;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    background: #166216;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-title-container.show-link .read-more svg {
    width: 11px;
    fill: #fff;
}
.section-title-container.show-link .read-more:hover svg {
    fill: #333;
}
.section-title-container.show-link .read-more:hover {background: #f8c022;color: #333;}
.button:not(.icon)>i {
    margin: 0 0 0 10px;
}
.section-title .sub-title {
    font-size: 18px;
    color: #898989;
    font-weight: 400;
    padding: 0;
    opacity: 1;
    line-height: 1.44;
    text-transform: uppercase;
}
.section-title-center {
    margin-bottom: 20px !important;
}
.description-title {
    color: #333;
    font-size: 17px;
    margin: 15px 0 0;
}
.section-title-center ~ .description-title {
    text-align: center;
    margin: -10px auto 15px;
    max-width: 800px;
    opacity: 1;
    font-weight: 500;
}
.section-title {
    font-weight: 900;
    flex-direction: column;
}
.section-title .ez-toc-section {display: none;}
.section-title-normal {
    border: none;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.section-title-normal a.view-more {
    font-size: 13px;
    font-weight: 500;
    background: #184363;
    padding: 0 20px;
    border-radius: 7px;
    color: #fff;
    line-height: 30px;
    height: 30px;
}
.section-title-normal a.view-more i {
    color: #fff;
}
.section-title-main {
    border: none !important;
    padding: 0;
    margin: 0;
    text-transform: initial;
    font-weight: 900;
    position: relative;
    line-height: 1.25;
    text-align: center;
}
.section-title-normal .section-title-main {text-align: left;margin-right: 0;margin-left: 0;padding-bottom: 0;padding-left: 0;}
.section-title-normal .section-title-main span {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    z-index: 2;
    text-transform: initial;
}
.section-title-normal .read-more {
    text-transform: initial;
    margin: 0;
    border-radius: 12px;
}
.title-text-link .section-title-normal .section-title-main {
    max-width: calc(100% - 150px);
}
.section-title-center {
    justify-content: center;
    align-items: center;
}
.section-title-center > span {
    margin: 0 auto;
}
.section-title span {text-transform: initial;}

/*************** TESTMONIAL ***************/
.testimonial-box.icon-box-left {
    display: flex;
    flex-direction: column-reverse;
}
.testimonial-box.icon-box-left .icon-box-text {padding: 0;}
.testimonial-box.icon-box-left .icon-box-head {
    display: flex;
    gap: 15px;
    align-items: center;
}
.testimonial-box.icon-box-left .icon-box-img img {
    border-radius: 99px;
    padding: 0;
}
.testimonial-box.icon-box-left .testimonial-name {
    font-weight: 600;
    line-height: 1.2;
}

/*************** HEADER ***************/
.header-wrapper > .container {
    display: flex;
    flex-wrap: nowrap;
    z-index: 8;
    position: relative;
    align-items: center;
    padding: 0;
}
.header-wrapper .container .header-left {
    flex: 1;
}
.header-wrapper .container .header-right .header-cart-icon {margin: 0;}
.header-wrapper .container .header-right .header-cart-link {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
    align-items: center;
    gap: 15px;
    background-color: #ffffff0d;
    border-radius: 7px;
}
.header-wrapper .container .header-right .header-cart-title {
    color: white;
    font-size: 14px;
    font-weight: 500;
}
[data-icon-label]:after {
    position: absolute;
    z-index: 9;
    min-width: 20px;
    height: 20px;
    background: #ffbe00;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: all 0.2s ease-in;
    transform: scale(1);
    top: -3px;
    right: -7px;
    line-height: 20px;
}
.header-wrapper .container .header-right .cart-price {
    display: block;
    font-size: 20px;
    line-height: 1;
}
.header-cart-icon .cart-img-icon {
    max-width: unset;
    width: 46px !important;
    height: 46px;
}
#header .searchform input {
    width: 350px;
    background: white;
    border: none;
    height: 44px;
    padding: 0 50px 0 15px;
    font-size: 16px;
}
#header .searchform button {
    width: 38px;
    height: 38px;
    border: none;
    right: 3px;
    background: #ffbe00 !important;
    color: white !important;
    font-size: 14px;
}
#masthead .flex-col.flex-right .header-nav {
    display: flex;
    flex-wrap: nowrap;
}
.flex-row.form-flat .flex-col, .form-flat .flex-row .flex-col {padding: 0;}
#masthead .flex-col.flex-right .header-nav > li {margin: 0 3px;}
#masthead .flex-col.flex-right .header-button a {
    display: block;
    width: 44px;
    height: 44px;
    border: none;
    background: white;
    font-size: 16px;
    line-height: 44px;
    color: #333;
}
#wide-nav {padding-bottom: 5px;}
#wide-nav .header-nav > li > a {
    font-size: 16px;
    padding: 13px 8px 17px;
} 
.toggle-menu {
    display: flex;
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-right: 30px;
}
.toggle-menu img {
    width: 50px;
}
.mobile-nav a img {width: 40px;}
#wide-nav .mobile-nav {
    flex-wrap: nowrap;
    gap: 10px;
    padding: 5px 0;
}
#wide-nav .mobile-nav li {display: flex;align-items: center;}
#wide-nav .mobile-nav a {padding: 0;}
#wide-nav .mobile-nav .header-search-form {padding: 0;flex: 1;overflow: hidden;margin: 0;}
#wide-nav .mobile-nav .header-search-form-wrapper {flex: 1;}
.siteMenu {
    position: fixed;
    z-index: 888888;
    left: 0;
    top: 0;
    transition-property: clip-path, transform;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.42,0,0.58,1);
    clip-path: inset(0 100% 0 0);
    transform: translate3d(-30px, 0, 0);
    overflow-y: auto;
}
#wide-nav .mobile-nav .searchform input {
    width: 100%;
    height: 40px;
    font-size: 14px;
}
#wide-nav .mobile-nav .searchform button {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 3px;
    font-size: 12px;
}
#wide-nav .mobile-nav  .searchform-wrapper.form-flat .flex-col:last-of-type {margin: 0;}
.siteMenu.active, .single-blocks .siteMenu {
    transform: translate3d(0, 0, 0);
    clip-path: inset(0 0 0 0);
}
.siteMenu .section-bg {
    background-image: url(assets/images/process-bg.png);
    color: #fff;
    background-position: 60% 0%;
    background-repeat: no-repeat;
    background-size: 140%;
} 
.siteMenu .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.siteMenu .col-inner .block-menu {margin-bottom: 15px;}
.siteMenu .col-inner .ux-menu {
    padding-left: 40px;
}
.siteMenu .col-inner .block-menu .icon-box a, .siteMenu .col-inner .block-menu .icon-box h3 {}
.siteMenu .col-inner .block-menu .ux-menu-link__link {position: relative;padding-left: 20px;color: white;}
.siteMenu .col-inner .block-menu .ux-menu-link__link:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    background: white;
    border-radius: 20px;
    top: 15px;
}
.siteMenu .col-inner .block-menu p {
    color: #b3b3b3;
}
.siteMenu .close-menu {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 8888;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
#masthead .flex-col.flex-right .mobile-nav > li {margin: 0 5px;}
#masthead .flex-col.flex-right .mobile-nav .header-button a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
#masthead .flex-col.flex-right .mobile-nav .header-cart-link {
    padding: 8px 10px;
    border-radius: 7px;
    background: #ffbe00;
}
#masthead .flex-col.flex-right .mobile-nav .header-cart-link img {
    width: 28px !important;
    height: 28px;
}
#masthead .flex-col.flex-right .mobile-nav .header-cart-link [data-icon-label]:after {
    background: #232f3e;
    top: -6px;
    font-weight: 300;
    right: -8px;
}
#masthead .flex-col.flex-right .mobile-nav .header-button a i {
    top: 0;
}
.menu-item-has-block .col-inner {height: 100%}
.menu-item-has-block .sub-menu .section {
    background-color: #232f3e;
    background-position: 52% 10%;
    padding-left: 40px;
    padding-right: 40px;
    background-image: url(assets/images/process-bg.png);
}
.menu-item-has-block .sub-menu .ux_div .wrapper {
    margin-bottom: 20px;
}
.menu-item-has-block .sub-menu .ux_div .is-link {
    text-align: left;
    display: block;
    margin: 0;
    color: white;
    padding: 0;
    border: none;
}
.menu-item-has-block .sub-menu .ux_div p {
    font-size: 14px;
    color: #ffffffcf;
}
.menu-item-has-block .sub-menu .col-inner .img {
    position: absolute;
    bottom: -120px;
    width: 250px !important;
}
#wide-nav .header-nav > li.menu-button > a {
    background-color: #ffbe00 !important;
    color: #fff !important;
    padding: 3px 15px 7px !important;
    line-height: 1.8;
    border: none !important;
    box-shadow: 0px 2px 4px rgb(45 35 66 / 20%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    border-radius: 5px;
}
#masthead .flex-col.flex-right .header-nav > li.header-social-icons {
    color: white;
    padding-right: 25px;
    margin-right: 20px;
    position: relative;
}
#masthead .flex-col.flex-right .header-nav > li.header-social-icons:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: white;
    transform: rotateZ(15deg);
}
.header-social-icons .label {
    white-space: nowrap;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}
.header-social-icons .list-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-social-icons .list-icon a {
    width: 22px;
    height: 22px;
    color: white;
}
.header-social-icons .list-icon a svg {
    display: block;
    width: 22px;
    height: 22px;
}

/*************** UX IMAGE HOVER ***************/
.ux-image-hover .img-inner {overflow: hidden;}
.ux-image-hover .img-inner .back {
    transition: all ease .3s;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 8;
    opacity: 0;
}
.ux-image-hover .img-inner:hover .back {
    opacity: 1;
    visibility: visible;
}

/*************** NEO PRODUCT CATEGORIES ***************/
.neo-product-category .col-inner > a {
    box-shadow: 5px 5px 10px 0 #b0903029;
    padding: 20px 15px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffbe00;
    background-color: #ffffff00;
    position: relative;
    display: block;
    border-radius: 7px;
}
.neo-product-category .col-inner .box-text {padding: 10px 0;}
.neo-product-category .col-inner .product-cate-name {margin: 10px 0 0;font-weight: 700;}
.neo-product-category .col-inner .product-count {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #ffbe00;
    margin: 0;
    font-size: 14px;
    color: white;
    font-weight: 600;
    line-height: 36px;
    min-width: 36px;
    height: 36px;
    justify-content: center;
    top: 10px;
    right: 10px;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {margin-top: 0;}
.neo-product-category.item-overlay .col-inner > a {
    box-shadow: unset;
    border: none;
    padding: 0 10px;
    overflow: hidden;
}
.neo-product-category.item-overlay .col-inner .overlay {
    background-color: #ffbf00;
    transition-duration: 0.3s;
    transition-property: opacity;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 7px;
}
.neo-product-category.item-overlay .col-inner:hover .overlay {opacity: 1;}
.neo-product-category.item-overlay .col-inner .overlay svg {height: 20px;fill: white;}
.neo-product-category.item-overlay .col-inner .overlay .cat-title {
    font-weight: 700;
    color: white;
    display: block;
    font-size: 20px;
    margin-top: 2rem;
}
.neo-product-category.item-overlay .col-inner .overlay .count {
    color: white;
    margin-top: 5px;
}
.neo-product-category.item-overlay .box-category {padding-bottom: 15px;}
.neo-product-category.item-overlay .col-inner .box-text {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    left: 0px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    top: 0px;
}
.neo-product-category.item-overlay .col-inner .box-text h3 {
    background: #ffbe00;
    padding: 7px 15px;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    margin: 0;
}

/*************** NEO BUTTON ***************/
.neo-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 15px 24px 15px 16px;
    background-color: #ffbe00;
    border-radius: .375rem;
    box-shadow: 0 1px 3px 0 #00000005;
    color: #fff;
    transition: .2s;
    text-decoration: none;
    transform-origin: left center;
}
.neo-button:hover {
    box-shadow: 0 4px 12px 0 #0000001a;
    transform: scale(1.02);
}
.neo-button .wrap-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
}
.neo-button .wrap-text {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.neo-button .wrap-text .text span {
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    --gs-root-animation-delay-multiplier: 0.05s;
    opacity: 1;
    transform: translateZ(41px);
    display: inline-block;
}
.neo-button .wrap-text .text-hover {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    z-index: 0;
    gap: 4px;
    color: white;
}
.neo-button .wrap-text .text-hover span {
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    --gs-root-animation-delay-multiplier: 0.05s;
    transform: translate3d(0, 30px, 0);
    transition-delay: 1s;
    opacity: 0;
    transition-property: opacity, transform, filter;
    display: inline-block;
}
.section-discount .neo-button .wrap-text .text span.gs-split-index-3 {
    background-color: var(--wp--preset--color--accent, #de1414);
    padding-right: 10px;
    padding-left: 7px;
    font-size: 18px;
    line-height: 24px;
}
.neo-button .wrap-text> span>:first-child {
    transition-delay: calc(var(--gs-root-animation-delay, .01s) + calc(var(--gs-root-animation-delay-multiplier, .1s) * 0));
}
.neo-button .wrap-text> span>:nth-child(2) {
    transition-delay: calc(var(--gs-root-animation-delay, .01s) + calc(var(--gs-root-animation-delay-multiplier, .1s) * 1));
}
.neo-button .wrap-text> span>:nth-child(3) {
    transition-delay: calc(var(--gs-root-animation-delay, .01s) + calc(var(--gs-root-animation-delay-multiplier, .1s) * 2));
}
.neo-button .wrap-text> span>:nth-child(4) {
    transition-delay: calc(var(--gs-root-animation-delay, .01s) + calc(var(--gs-root-animation-delay-multiplier, .1s) * 3));
}
.neo-button .wrap-text> span>:nth-child(5) {
    transition-delay: calc(var(--gs-root-animation-delay, .01s) + calc(var(--gs-root-animation-delay-multiplier, .1s) * 4));
}
.neo-button .wrap-text> span>:nth-child(6) {
    transition-delay: calc(var(--gs-root-animation-delay, .01s) + calc(var(--gs-root-animation-delay-multiplier, .1s) * 5));
}
.neo-button .wrap-text> span>:nth-child(7) {
    transition-delay: calc(var(--gs-root-animation-delay, .01s) + calc(var(--gs-root-animation-delay-multiplier, .1s) * 6));
}
.neo-button:hover .text-hover span {
    opacity: 1;
    transform: translateZ(0);
}
.neo-button:hover .text span {
    opacity: 0;
    transform: translateY(-30px);
}
.neo-button .wrap-text > span {display: flex;gap: 4px;color: white;}
.neo-button .bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-property: transform;
    transform: translate3d(-100%, 0, 0);
}
.neo-button:hover .bg-hover {
    transform: translateZ(0);
}
.neo-button svg {
    width: 0;
    height: 18px;
    fill: #fff;
    transition: all .5s ease .5s;
    max-height: 28px;
}
.neo-button:hover svg {
    width: 18px;
    margin-left: 10px;
}

/*************** HOME ***************/
.section-discount .row {
    background: url(assets/images/process-bg.png) no-repeat 60px -20px;
}
.section-discount .image-rt {
    perspective: 1000px;
    display: inline-block;
}
.section-discount .image-rt .img-inner {
    transition: transform 0.1s ease;
    transform-style: preserve-3d;
    will-change: transform;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(8.0526px, 1.2077px) rotateY(8.05258deg) rotateX(-1.20766deg);
}
.section-discount .ux_div.wrap-button .wrapper {
    display: flex;
    gap: 10px;
    padding-bottom: 20px;
}
.section-ic-box h3 {
    font-weight: 600;
    margin-bottom: 0;
}
.section-testimonials .slider-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .1;
    background-image: linear-gradient(107deg, #44ff9a 0, #44b0ff 25%, #8b44ff 50%, #f64 71%, #ebff70 100%);
    filter: blur(20.1px);
    z-index: 0;
}
.section-testimonials .slider {z-index: 8}
.section-testimonials .testimonial-box {
    position: relative;
    box-shadow: 0 5px 23px 0 rgba(188, 207, 219, .35);
    padding: 25px;
    background-color: #fff;
    border-radius: 12px;
}
.section-testimonials .section-title-main span {
    margin-bottom: 80px;
    background: linear-gradient(0deg, rgb(56 172 56) 0%, rgb(22 98 22) 37%, rgb(22 98 22) 67%, rgb(40 192 40) 99%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

/*************** PRODUCT LIST ***************/
.has-shadow .col-inner, .products .col-inner {
    padding: 10px;
    box-shadow: 2px 2px 5px 0 #b952fe26;
    overflow: hidden;
    background-color: #fffffe !important;
    position: relative;
    border: none;
    border-radius: 6px;
}
.product-grid.has-shadow .col-inner, .products .col-inner {padding-top: 20px;}
.has-shadow .col-inner .product-small .box-text,
.products .col-inner .product-small .box-text {
    padding: 10px 5px;
}
.has-shadow .col-inner .product-small .product-title a,
.products .col-inner .product-small .product-title a {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}
.product-small a.added_to_cart {display: none;}
.product-grid.has-shadow .col-inner .badge-container,
.products .col-inner .badge-container {
    margin-top: 0;
    font-size: 14px;
}
.product-grid.has-shadow .col-inner .badge,
.products .col-inner .badge {
    height: auto;
    margin: 0;
    width: auto;
    display: block;
}
.product-grid.has-shadow .col-inner .badge-container .on-sale,
.products .col-inner .badge-container .on-sale {
    font-weight: normal;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    margin: 10px 0 0 10px;
    width: auto;
}
.product-small .box-image a {
    height: 230px;
}
.product-small .box-image img {
    height: 230px;
    width: auto;
    margin: 0 auto !important;
    display: block;
    transition: all 0.5s cubic-bezier(0.42,0,0.58,1);
}
.hover-zoom {
    transform: scale(.6) translateZ(0);
}
.product-small:hover .box-image a img:last-child {
    transform: scale(0) translateZ(0);
}
.product-small .toggle-wishlist-button {
    border: unset;
    color: #111;
    background-color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: absolute;
    right: 0;
    z-index: 88;
    margin: 0;
    padding: 0;
    top: -15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.07);
}
.product-small .toggle-wishlist-button span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-small .toggle-wishlist-button svg {
    width: 18px;
    height: 18px;
}
.product_ac {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-small .price-wrapper {
    display: flex;
}
.product_ac .price-wrapper .price > * {display: block;font-size: 18px;}
.product_ac .add_to_cart_button {
    background-image: linear-gradient(0deg, #01ad01 0, #166216 100%);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 88px;
    text-indent: -88888px;
    margin: 0;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_ac .add_to_cart_button:after {
    content: '';
    background: url(assets/images/cart.svg) no-repeat center center;
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
    transition: all linear .3s;
    border: none;
    margin: 0;
    border-radius: 0;
    transform-origin: center center;
    position: static;
}
.star-rating:before, .woocommerce-page .star-rating:before {
    color: #d3ced2;
    content: "★★★★★";
    opacity: .5;
}
.star-rating span:before {
    color: var(--fs-color-secondary);
    content: "★★★★★";
}
.product-small .price {
    display: flex;
    flex-direction: column-reverse;
    gap: 3px;
    justify-content: center;
}
.product-small .price del .amount {font-size: 17px;color: #333;}
.product-small .price ins .amount, .product-small .price .woocommerce-Price-amount {
    color: #d10000;
    font-size: 26px;
    font-weight: 600;
}
.product-small .meta-wrapper {
    padding: 10px 0;
}
.product-small .meta-wrapper .stock-status {
    color: #ffbe00;
    margin-bottom: -10px;
    font-size: 16px;
    font-weight: 600;
}
.quick-buy-ajax, .product_type_variable.select_options_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: linear-gradient(0deg, #01ad01 0, #166216 100%);
    box-shadow: 0 3px 0 0 #166216;
    font-size: 16px;
    font-weight: 700 !important;
    height: 46px;
    line-height: 46px;
    border: none;
    border-radius: 6px;
    min-height: unset;
    transform: scale(1);
    text-transform: none;
    margin: 15px 0 0;
}
.product_type_variable.select_options_button {
    background-image: linear-gradient(0deg, #ba8631 0, #f5af3d 100%);
    box-shadow: 0 3px 0 0 #755115;
}
.quick-buy-ajax svg {fill: white;}
.quick-buy-ajax:hover, .product_type_variable.select_options_button:hover {
    box-shadow: 0 3px 0 0 #090;
    transform: scale(1.03);
}
.product_type_variable.select_options_button:hover {box-shadow: 0 3px 0 0 #755115;}
.woocommerce-result-count {margin: 0;}
.filter-order {margin-left: auto;display: inline-flex;gap: 10px;}
.filter-order .orderby, .toggle-filter {
    color: rgb(255, 255, 255);
    border-radius: 6px;
    background-color: #ffbe00;
    border-color: rgb(255, 255, 255) !important;
    border-width: 0px !important;
    font-size: 20px !important;
    margin: 0;
}
.filter-order .orderby:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: rgb(252 242 221);
    color: rgb(17, 17, 17);
}
.page-head-product {
    background: url(assets/images/process-bg.png) no-repeat 60px -20px;
}
.page-head-product #breadcrumbs {margin-bottom: 20px;}
.page-head-product h1 {
    font-size: 42px;
    margin: 0;
    padding-bottom: 40px;
}
.rank-math-breadcrumb p {margin: 0;}
#breadcrumbs {padding: 10px 0;}
#breadcrumbs a, #breadcrumbs span {text-decoration: underline;font-size: 16px;}
#breadcrumbs .separator {text-decoration: unset;margin: 0 4px;}
/*.single #breadcrumbs a, .single #breadcrumbs span {
    text-decoration: none;
}*/

/*************** ARCHIVE PRODUCT ***************/
.term-description {
    margin: 40px auto 0;
    background-color: #fffffe;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0px 5px 23px 0px rgba(188, 207, 219, 0.35);
    width: 800px;
    max-width: 100%;
    z-index: 5;
    border-radius: 6px;
    transition: all linear .3s;
}
.term-description:hover {
    background-color: #fffbf2;
    background-image: url(assets/images/process-bg.png);
    background-repeat: repeat-y;
    background-position: 50% 48% 48%;
    background-size: contain;
}
.toggle-filter {
    background: #fbbb00;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    transition: all linear .3s;
}
.toggle-filter:hover {
    background: #232f3e;
    color: white;
}
#product-filter {
    background-image: url(assets/images/process-bg.png);
    background-position: 74% 20%;
    background-color: #f8f8f8 !important;
}
#product-filter .filter {
    display: flex;
    flex-wrap: nowrap;
}
#product-filter .filter .go-cat {
    margin: 0;
    height: 44px;
    background: #efefef;
    padding: 0 10px;
    border: 1px solid #dedede;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
}
#product-filter .filter .product-category-filter {
    flex: 1;
}
#product-filter .filter .product-category-filter select {
    margin: 0;
    height: 44px;
}
.widget_price_filter .price_slider_amount .button {
    background: #ffbe00;
}

/*************** SINGLE PRODUCT ***************/
.woocommerce-breadcrumb {font-size: 16px;}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb span {color: #333;}
.single-product .page-title-inner {padding-top: 0;}
.product-footer {
    background-color: #eef0f4;
    padding-top: 20px;
}
.product-footer .wrap-product-footer {
    background-color: white;
    padding: 30px;
}
.product-footer .col-main {
    flex-basis: 70%;
    max-width: 70%;
}
.product-footer .col-sidebar {
    flex-basis: 30%;
    max-width: 30%;
}
.quantity.buttons_added {
    margin-bottom: 10px;
    background: #eec65c;
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    line-height: 46px;
    height: 46px;
    min-height: unset;
    border-radius: 99px;
    display: flex;
}
.quantity.buttons_added .button {
    width: 40px;
    height: 46px;
    line-height: 46px;
    min-height: unset;
    color: #fff;
    border: none;
    text-shadow: unset;
    font-size: 20px;
    position: relative;
    top: -2px;
    font-weight: unset;
    background: transparent;
    box-shadow: unset;
}
.quantity input[type=number] {
    max-width: unset;
    border: none;
    background: none;
    height: 46px;
    margin: 0;
    box-shadow: unset;
    color: #fff;
    flex: 1;
}
.product-info form.cart {gap: 10px;display: block;}
.product-info form.cart button {
    border-radius: 5px;
    width: 100%;
    height: 54px;
    border: none;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.product-info form.cart button.ux-buy-now-button {background: #166216;}
.product-info form.cart button svg {
    width: 22px;
    height: 22px;
}
.product-info .quantity.buttons_added {display: none !important;}
.product-viewing-count {
    color: #de1414;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    margin-bottom: 10px;
}
.product-viewing-count svg {
    width: 18px;
    height: 18px;
    fill: #de1414;
    position: absolute;
    left: 0;
    top: 2px;
}
.product-info .price {
    display: inline-flex;
    gap: 5px;
    flex-direction: row-reverse;
    color: #de1414;
    margin: 0;
}
.product-info ins .amount, .product-info ins .amount .woocommerce-Price-currencySymbol, .product-page-price .amount  {
    font-size: 34px;
    color: #de1414;
    font-weight: 700;
}
.product-info .price-on-sale del, .product-info .price-on-sale del .amount {
    font-size: 18px;
    color: black;
    font-weight: normal;
}
.product-info .stock-status {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.product-info .woocommerce-product-rating {margin-bottom: 10px;display: flex;align-items: center;padding: 10px 0 0px;}
.product-info .woocommerce-product-rating .star-rating {margin: -3px 0 0 0;width: 75px;}
.icon-payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.icon-payment svg {
    width: auto;
    height: 30px;
    margin-bottom: 10px;
}
.trusted {
    display: flex;
    justify-content: center;
    gap: 15px;
    border: 1px solid #ebebeb;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}
.group-ic {
    border: 1px solid #ebebeb;
    border-bottom: none;
    margin-top: 10px;
    background: #fff;
    border-radius: 6px 6px 0 0;
}
#product-sidebar {
    position: sticky;
    top: 20px;
}
#product-sidebar .group-ic {
    border-bottom: 1px solid #ebebeb;
    border-radius: 6px;
    margin: 0;
}
#product-sidebar img {border-radius: 6px;}
#product-sidebar .group-ic .icon-box-img svg path {fill: currentColor !important;}
.group-ic section {
    padding: 25px !important;
}
.group-ic .icon-box:not(:last-child) {margin-bottom: 5px;}
.group-ic h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.group-ic p {
    font-size: 14px;
}
.product-main .badge-container {display: none;}
.woocommerce-tabs .tabs a {
    font-size: 18px;
    font-weight: 600;
    text-transform: initial;
    padding: 15px 0;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    background-color: var(--fs-color-secondary);
}
.download-product {width: 100%;}
.download-product:hover {transform: scale(1.0);}
.download-product .wrap-button {justify-content: center;}
.download-product .wrap-button .wrap-text .text-hover {
    left: 50%;
    transform: translateX(-50%);
}
.download-product svg {display: none;}
.product-summary .variations_button {margin-top: 10px;gap: 0;}

/*************** SIDEBAR ***************/
span.widget-title {
    background: black;
    display: block;
    color: white;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
}
.widget .is-divider {display: none;}
.product_list_widget {
    padding: 10px 0;
}
ul.product_list_widget li {
    border: 1px solid #ebebeb !important;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 12px 15px 15px 100px;
}
ul.product_list_widget li a {
    font-weight: 600;
    color: #333;
}
ul.product_list_widget li img {
    left: 6px;
    width: 80px;
    height: 80px;
    margin: 0;
    top: 5px;
    border-radius: 6px;
}
ul.product_list_widget li a.remove {
    border: none;
    background: red;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
}

/*************** WISHLIST PAGE ***************/
.custom-wishlist {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 0 5px #b2b2b2;
}
.custom-wishlist .product-item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    gap: 10px;
}
.custom-wishlist .product-item:last-child {border: none;padding: 0;margin: 0;}
.custom-wishlist .remove {
    width: 36px;
}
.custom-wishlist .remove-product {
    padding: 0;
    margin: 0;
}
.custom-wishlist .remove-product svg {
    width: 20px;
    fill: red;
    height: 20px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
button.loading svg {
    animation: spin 1s linear infinite;
    transform-origin: center center;
}
.custom-wishlist .product-information {
    flex: 1;
}
.custom-wishlist .product-information a {
    display: flex;
    gap: 20px;
}
.custom-wishlist .product-information img {
    max-width: 80px;
    border-radius: 6px;
}
.custom-wishlist .product-information .product-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}
.custom-wishlist .product-information .stock-status {
    margin: 0;
    color: #ffbe00;
}
.custom-wishlist .product-price {
    width: 160px;
}
.custom-wishlist .add-to-cart {
    width: 160px;
}
.custom-wishlist .add-to-cart a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-image: linear-gradient(0deg, #00ac00 0, #3ec000 100%);
    box-shadow: 0 3px 0 0 #090;
    font-size: 16px;
    font-weight: 700 !important;
    height: 46px;
    line-height: 46px;
    border: none;
    border-radius: 6px;
    min-height: unset;
    text-transform: none;
    margin: 0;
}

/*************** CART PAGE ***************/
.woocommerce-cart span.amount, .woocommerce-checkout span.amount {font-size: 18px;}
.checkout-page-title .breadcrumbs a {
    font-size: 20px;
    font-family: Quicksand, sans-serif;
    font-weight: bold;
}
.checkout-page-title .breadcrumb-step {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.current .breadcrumb-step {
    background: #47b5e8;
}
#customer_details, .woocommerce-cart-form, .neo-box-white {
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 2px 2px 6px #00000038;
    margin-bottom: 20px;
    font-size: 16px;
}
.cart-collaterals {border: none !important}
.cart-collaterals .cart-sidebar {
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 2px 2px 6px #00000038;
}
.cart-collaterals .cart-sidebar .cart_totals > table:first-child {display: none;}
.woocommerce-billing-fields {padding-top: 0;border: none;}
form.checkout h3, .cart_totals>h2, .neo-box-white h3 {
    display: block;
    padding-top: 0 !important;
    padding-bottom: 15px;
    border-bottom: 2px dashed #aaaaaa47;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.cart_totals .button {background: red;}
.cart-collaterals .coupon .is-form {
    text-shadow: unset;
    background: #47b5e8;
    color: white;
    border: none;
}

/*************** CHECKOUT ***************/
.woocommerce-checkout #main, .woocommerce-cart #main {
    background: linear-gradient(147deg, rgba(255, 255, 255, 1) 0%, rgb(26 183 234 / 18%) 100%);
}
#order_review table , #order_review table th, #order_review table td {border: none;padding: 5px 0 !important;}
#order_review .shipping__table {
    background: #00aeff33;
    padding: 0 15px !important;
    border-radius: 7px;
}
form.woocommerce-checkout .col-inner {
    height: auto;
    background: white;
    border-radius: 12px;
    border: none;
    box-shadow: 2px 2px 6px #00000038;
}
button#place_order {
    background: #47b5e8;
    height: 55px;
    min-height: unset;
    border-radius: 12px;
    font-size: 18px;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.checkout_coupon.woocommerce-form-coupon {border-radius: 12px;}
.checkout_coupon.woocommerce-form-coupon .input-text {margin-bottom: 0;border-radius: 88px;}
.checkout_coupon.woocommerce-form-coupon .button {
    border-radius: 88px;
    margin-left: 10px;
    border: none;
    padding: 0 20px !important;
    text-transform: none;
}
.select2-selection.select2-selection--single {
    border-radius: 6px;
    border-color: #aaa;
    font-size: 16px;
    height: 44px;
}
.select2-container--open .select2-dropdown--below {top: -7px;border-radius: 5px;}
.select2-results__options .select2-results__option {font-size: 16px;}

/*************** THANKYOU ***************/
.woocommerce-page .page-wrapper {padding-top: 30px;}
.order-failed .box-blue {
    background: #1ab7ea42;
    padding: 50px 30px;
    font-weight: 600;
    color: #1AB7EA;
    line-height: 1.4;
    border-radius: 12px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 2px 2px 6px #00000038;
}
.woocommerce-thankyou-order-failed-actions {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.order-failed .box-blue .button {
    margin: 0;
    border: none;
    line-height: 42px;
    height: 40px;
    text-transform: none;
}
.woocommerce-order .list-product {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.woocommerce-order .list-product .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 30px;
}
.woocommerce-order .list-product .left {
    display: flex;
    gap: 15px;
}
.woocommerce-order .list-product .product-thumb {position: relative;}
.woocommerce-order .list-product .product-thumb img {
    border-radius: 6px;
    border: 1px solid #ebebeb;
    max-width: 50px;
}
.woocommerce-order .list-product .product-thumb .quantity {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #47b5e8;
    font-size: 13px;
    color: white;
    border-radius: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    right: -5px;
}
.woocommerce-order .list-product .product-name {
    line-height: 1.4;
    font-size: 16px;
    margin: 4px 0 0;
}
.woocommerce-order .list-product .product-price span.amount, .order-summary span.amount {
    font-size: 18px;
}
.order-summary {
    font-size: 16px;
}
.order-summary .summary-row {
    display: flex;
    justify-content: space-between;
    height: 30px;
}
.order-summary .summary-row.row-total {
    font-size: 18px;
    font-weight: bold;
    height: auto;
    border-top: 1px solid #ebebeb;
    margin-top: 10px;
    padding-top: 10px;
}
.order-summary .summary-row.row-total span.amount {
    font-size: 24px;
}
.order-summary .payment_method {
    margin-top: 20px;
    font-weight: 700;
}
.woocommerce-order .thanks {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 2px 2px 6px #00000038;
    max-width: 600px;
    margin: 0 auto;
}
.woocommerce-order .thanks img {
    max-width: 80px;
    margin-bottom: 15px;
}
.woocommerce-order .thanks h3 {
    font-size: 32px;
    margin-bottom: 0;
}

/*************** FOOTER ***************/
#footer {
    background-color: #151418;
    color: white;
}
#footer .row-ic h3 {
    color: white;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}
#footer .row-ic p {
    font-size: 15px;
}
#footer a:hover {color: #9f9f9f;}
#footer .plain:hover {color: white}
#footer .row-middle .icon-box {
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-color: #37424f;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}
#footer .row-middle .icon-box .icon-box-img {transition: all 0.5s ease;opacity: .6}
#footer .row-middle .icon-box {font-size: 16px;position: relative;}
#footer .row-middle .icon-box:after {
    content: '';
    background-color: #ffffff14;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 0;
    transform: translate3d(-100%, 0, 0);
    transition-property: transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
#footer .row-middle .icon-box:hover:after {transform: translateZ(0);}
#footer .row-middle .icon-box:hover .icon-box-img {
    transform: scale(1.2);
    margin-left: 10px;
    opacity: 1;
}
#footer .row-middle .section-title-main {font-weight: 500;opacity: .8;}

.mobile-sidebar .nav-sidebar > li {
    border: none !important;
    padding: 0 10px;
}
.mobile-sidebar .nav-sidebar > li > a {font-weight: 700;font-size: 18px;color: white;border: none;padding: 15px 0 !important;border-bottom: 1px dashed #ebebeb30;text-transform: math-auto;}
.sidebar-menu .logo img {
    max-width: 200px;
    margin: 0 auto;
}
#main-menu.mobile-sidebar {
    min-height: 100%;
    background-image: url(assets/images/process-bg.png);
    background-color: rgb(35, 47, 62);
    background-position: 60% 0%;
    background-repeat: no-repeat;
    background-size: 140%;
    color: white;
}
#footer-sticky-menu {display: none;}
#footer-sticky-menu .list-menu {
    position: fixed;
    right: 0px;
    left: 0px;
    bottom: 0px;
    height: 80px;
    max-width: 768%;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    column-gap: 35px;
    background: url(assets/images/mb-footer-bg.png) no-repeat center center;
}
#footer-sticky-menu .list-menu li {
    justify-content: center;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    z-index: 1;
    align-self: end;
    justify-self: center;
    width: 45px;
    position: relative;
}
#footer-sticky-menu .list-menu li > .submenu {
    position: absolute;
    margin: 0;
    bottom: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 51%, #ECE9E6 100%);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    transform: translateY(50px) scale(0);
    transition: all 1s cubic-bezier(0.66,0,0.34,1);
    opacity: 0;
}
#footer-sticky-menu .list-menu li.active > .submenu {
    transform: translateY(-20px) scale(1);
    transition: all 1s cubic-bezier(0.84,0,0.16,1);
    opacity: 1;
}
#footer-sticky-menu .list-menu li > .submenu li {
    width: auto;
}
#footer-sticky-menu .list-menu li > .submenu li .icon-list-text {
    white-space: nowrap;
    background: none;
    color: #009900;
    margin-top: 5px;
}
#footer-sticky-menu .list-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer-sticky-menu .list-menu li .icon-list-wrapper, #footer-sticky-menu .list-menu li .header-cart-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    padding: 8px;
    margin: 0px;
    background: #227E22;
    background: linear-gradient(75deg,rgba(34, 126, 34, 1) 0%, rgba(99, 162, 17, 1) 100%);
}
#footer-sticky-menu .list-menu li.cart-icon .icon-list-wrapper:after {
    content: attr(data-icon-label);
    position: absolute;
    background: #ffbe00;
    color: white;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    border-radius: 20px;
    top: -7px;
    right: 0px;
    color: #333;
    font-weight: 700;
}
#footer-sticky-menu .list-menu li > .submenu li .icon-list-wrapper {
    width: 48px;
    height: 48px;
}
@keyframes zoom {
    70% {
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
#footer-sticky-menu .list-menu li.center > a > .icon-list-wrapper {
    width: 48px;
    height: 48px;
    box-shadow: 0 0 0 0 #4aa842;
    transition: all 0.5s;
    animation: zoom 1.3s infinite;
}
#footer-sticky-menu .list-menu li .icon-list-wrapper svg, #footer-sticky-menu .list-menu li .header-cart-icon img {
    fill: white;
    max-width: 20px;
}
#footer-sticky-menu .list-menu li.center .icon-list-wrapper svg {
    max-width: 26px;
}
#footer-sticky-menu .list-menu li .icon-list-text {
    font-size: 12px;
    color: #009900;
    font-weight: bold;
    margin: 5px 0 0;
}
#footer-sticky-menu .list-menu li.center .icon-list-text {
    background-image: linear-gradient(73.1deg, rgba(34, 126, 34, 1) 8%, rgba(99, 162, 17, 1) 86.9%);
    color: white;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 25px;
}

#main-menu.mobile-sidebar .mfp-close {opacity: 1;}
.off-canvas .mfp-content.off-canvas-cart {background: white;max-width: calc(100% - 50px);}

.page-numbers.links>li>span, .page-numbers.links>li>a {
    background: none;
    border: none;
    margin: 0;
    border-radius: 0;
    font-weight: 400;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 16px;
    color: #333;
    padding: 0;
    min-width: unset;
    text-decoration: underline;
    font-weight: 600;
}

.page-numbers.links>li>.current, .page-numbers.links>li>span:hover, .page-numbers.links>li>a:hover {
    text-decoration: none;
}
.pagination-outside {padding-bottom: 30px;}
.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot {
    border-radius: 6px;
    transition: all linear .3s;
}
.flickity-page-dots .dot.is-selected {background: #166216;width: 20px;}

@media screen and (max-width: 850px){
    .page-head-product {
        background: url(assets/images/process-bg.png) no-repeat 77% 15%;
    }
    .medium-logo-center .logo {order: 1;margin: 0;max-width: 150px;}
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {--drawer-width: 400px;}
    #footer-sticky-menu {display: block;}
    .product-footer .col-main,.product-footer .col-sidebar {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px){
    .custom-wishlist .product-information img {display: none;}
}
@media screen and (max-width: 550px){
    .section-discount .ux_div.wrap-button .wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        display: inline-flex;
    }
    .custom-wishlist .product-item {display: block;}
    .custom-wishlist .product-information img {max-width: 100px}
    .product-information {padding-bottom: 20px}
    .custom-wishlist .add-to-cart {margin-left: 41px;}
    .custom-wishlist .product-information img {display: block;}
    .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {--drawer-width: 100% !important;}
    .section-title-center span {font-size: 36px;line-height: 1.4; display: block}
}
@media screen and (max-width: 380px){
    #footer-sticky-menu .list-menu {
        column-gap: 25px;
    }
}
