
/*Google fonts - for CSS - START*/
.google-fonts {
    font-family: 'Yatra One', cursive;
    font-family: 'Acumin Pro', sans-serif;
} /* fonts for css - end*/


/**
* GLOBALS - START
*/

.content.content-page:not(.content.content-page.text-page) {
    min-height: calc(100vh - 580px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-spbtwn {
    display: flex;
    justify-content: space-between;
}

.flex-spbtwn {
    align-items: center;
}

.d-flex,
.flex-center {
    display: flex;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

/* Buttons - START */

.button,
.button.wc-forward,
.custom-button{
    font-size: 22px;
    font-family: 'Acumin Pro', sans-serif;
    font-weight: 600;
    padding: 16px 59px;
    width: fit-content;
    border-radius: 32px;
}

.button.button-white-1,
.custom-button.button-white-1{
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button.button-black-1,
.button.wc-forward,
.custom-button.wc-forward,
.custom-button.button-black-1 {
    background-color: #000;
    color: #fff;
    padding: 16px 45px;
}

.button.button-transparent-1,
.custom-button.button-transparent-1 {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
    padding: 16px 45px;
    transition: background-color .2s linear, color .2s linear;
}

.button.button-transparent-1:hover,
.custom-button.button-transparent-1:hover {
    background-color: #000;
    color: #fff;
}

/* Buttons - END */


/* Breadcrumb - START */

.breadcrumbs {
    color: #8c8c8c;
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs-sep {
    font-size: 24px;
    color: #d0d0d0;
}

/* Title & Text - START */

.title-type-1 {
    font-size: 24px;
    font-weight: 800;
}

.title-type-2 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
}

.title-type-3 {
    font-size: 44px;
    font-weight: 800;
    margin: 0;
}

.title-type-4 {
    font-size: 27px;
    font-weight: 300;
    margin: 0;
}

.title-type-5 {
    font-size: 50px;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    line-height: 1.1;
}

.text-type-1 {
    font-size: 15px;
    line-height: 2;
}

.text-type-2 {
    font-size: 30px;
    margin: 0;
}

.text-type-3 {
    font-size: 16px;
    line-height: 1.9;
}

.green-text {
    color: #32bea6;
}

.semi-bold {
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #000;
}

.letter-spacing-1 {
}


/* Underline text */

.underline-text {
    position: relative;
}

.underline-text::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000;
}

/* Title & Text - END */


/* Lists - START */

.keune-list-type-1,
.post-content ul,
ul.product-custom-tabs-titles {
    list-style-type: none;
    padding-left: 30px;
    margin: 0;
}

.keune-item,
.post-content li,
li.product-custom-tab-item {
    position: relative;
}

.post-content li::marker {
    display: none;
}

.keune-item::before,
.post-content li::before,
li.product-custom-tab-item:before {
    position: absolute;
    content: "";
    display: block;
    top: 14px;
    left: -30px;
    height: 3px;
    width: 18px;
    background-color: #000;
}

/* Lists - END */


/* Slick Slider - START */


.slick-dots {
    display: flex;
    list-style-type: none;
    padding: 0;
}

/* Slick Slider - END */


/* Text Area - START */

.text-area {
    margin-bottom: 60px;
}

.text-area h1,
.text-area h2,
.text-area h3,
.text-area h4,
.text-area h5,
.text-area h6 {
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 20px;
}

.text-area h2 {
    font-size: 30px;
}

.text-area h3,
.text-area h4,
.text-area h5,
.text-area h6 {
    font-size: 25px;
    font-weight: 400;
}

.text-area p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 40px;
}

.text-area p:last-child {
    margin-bottom: 0;
}

.text-area .keune-list-type-1>li {
    font-size: 15px;
    line-height: 2;
}

/* Text Area - END */


/* Form - START */

.form-check-label,
.inputs-item label,
.keune_form label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.border-bottom-black {
    position: relative;
    padding-top: 33px;
}

.border-bottom-black::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.radioButtons-container,
.inputs-container,
.textarea-container {
    padding-bottom: 30px;
}

.inputs-item {
    margin-right: 17px;
}

.textarea-container textarea {
    width: 585px;
    max-width: 100%;
    height: 83px;
    border: 1px solid #e7e7e7;
}

.inputs-item input[type=text],
.inputs-item input[type=phone],
.inputs-item input[type=email],
.inputs-item input[type=number] {
    width: 286px;
    height: 49px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #e7e7e7;
}

.form-footer .button.button-black-1 {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 22px;
}

.keune_form .form-check {
    margin-right: 20px;
}

.terms-and-cond.d-flex {
    justify-content: flex-end;
}

/* Form - END */

.pos-abs {
    position: absolute;
}

.position-relative {
    position: relative;
}

@media (max-width: 1250px) {
    .button {
        padding: 10px 40px;
        font-size: 22px;
    }
    .button.button-transparent-1 {
        padding: 10px 40px;
    }
    .title-type-3 {
        font-size: 30px;
    }
    .title-type-4 {
        font-size: 20px;
    }
}

@media (max-width: 1025px) {
    .title-type-3 {
        font-size: 24px;
    }
    .title-type-4 {
        font-size: 18px;
    }
}

@media (max-width: 901px) {
    .title-type-1 {
        font-size: 20px;
    }
    .text-type-1 {
        font-size: 13px;
    }
    .text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
        font-size: 38px;
    }
    .text-area h2 {
        font-size: 26px;
    }
    .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
        font-size: 20px;
    }
    .text-area p,
    .text-area .keune-list-type-1>li {
        font-size: 13px;
    }
    body {
        margin-bottom: 0;
    }
    .text-type-2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .text-area {
        margin-bottom: 40px;
    }
    .text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .text-area h2 {
        font-size: 22px;
    }
    .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
        font-size: 18px;
    }
    .text-area p {
        margin-bottom: 20px;
    }
    .text-area p,
    .text-area .keune-list-type-1>li {
        font-size: 12px;
    }
    .text-type-2 {
        font-size: 18px;
    }
}

@media (max-width: 540px) {
    body {
        margin-bottom: 15px;
    }
    .button.button-black-1 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .keune-item::before {
        top: 11px;
        left: -20px;
        height: 2px;
        width: 12px;
    }
    .keune-list-type-1 {
        padding-left: 20px;
    }
}

@media (max-width: 380px) {
    .button {
        font-size: 19px;
    }
    .button.button-black-1 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content {
        padding: 0 21px;
    }
    .text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
    }
    .blackbtn .button.button-black-1 {
        font-size: 19px;
        padding: 10px 20px;
    }
}

@media (max-width: 370px) {
    .button {
        font-size: 16px;
    }
}

/**
* GLOBALS - END
*/

/*****************************************/

/**
* HEADER - START
*/

/* Sticky Black Bar - START */

.header-black-bar a:not(.header-black-bar .login-dropdown a, #modal-cart-view p, #modal-cart-view a, #modal-cart-view-fav p, #modal-cart-view-fav a),
.header-black-bar button:not(.header-black-bar .login-dropdown button, #modal-cart-view p, #modal-cart-view button, #modal-cart-view-fav p, #modal-cart-view-fav button){
    color: #fff;
    font-size: 14px;
}

.header-black-bar button:not(.header-black-bar .login-dropdown button, #modal-cart-view p, #modal-cart-view button, #modal-cart-view-fav p, #modal-cart-view-fav button){
    border: none;
    outline: none;
    background-color: transparent;
}

.header-black-bar-left {
    display: flex;
    align-items: center;
}

.black-bar-span {
    font-weight: 300;
    margin-left: 1px;
}

.black-bar-left-item.office-phone .black-bar-span {
    margin-left: 1px;
}

.black-bar-left-item:not(.black-bar-left-item.email) {
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
}

.black-bar-left-item.email>a {
    color: #6c6c6c;
    display: block;
    position: relative;
}

.black-bar-left-item.email>a::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #6c6c6c;
}

.black-bar-left-item .call-icon-mobile,
.black-bar-left-item .email-icon-mobile {
    display: none;
}

.black-bar-left-item.email {
}

.header-black-bar-center {
    margin-left: -7px;
    margin-top: 4px;
}

.header-span-icon {
    display: block;
    margin-right: 10px;
}

.header-span-icon::before {
    font-size: 16px;
}

.black-bar-center-link>.header-span-icon::before {
    width: 20px;
}

.black-bar-center-link {
    display: flex;
    align-items: center;
}

.black-bar-center-link span {
    display: block;
    position: relative;
    margin-top: -3px;
}

.black-bar-center-link span:not(.black-bar-center-link span.icon-switch):after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

.header-black-bar-right span.header-span-icon {
    color: #fff;
}

.black-bar-right-item>img {
    max-width: 20px;
    max-height: 20px;
}

.header-black-bar-right {
    min-width: 24%;
    display: flex;
    align-items: center;
}

.black-bar-right-text {
    display: flex;
    align-items: center;
}

.black-bar-right-item img:not(.black-bar-right-item img) {
    width: 18px;
    margin-right: 14px;
}

.header-black-bar-right .black-bar-right-item {
    margin-right: 50px;
}

.header-black-bar-right .black-bar-right-item:last-child {
    margin-right: 0;
}

/* Sticky Black Bar - END */

.header-center #menu-header-main-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}

.header-left>a>img {
    max-width: 129px;
}

.header-center #menu-header-main-menu .menu-item>a {
    font-weight: 300;
    font-size: 14px;
    padding: 0 16px;
}

.black-bar-right-text-mobile {
    display: none;
}

#menu-header-right-main-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/*.dgwt-wcas-search-wrapp {*/
/*    width: fit-content!important;*/
/*}*/

/*input#dgwt-wcas-search-input-1 {*/
/*    max-width: 100%;*/
/*}*/

#menu-header-right-main-menu li>a {
    margin-right: 22px;
    padding-left: 22px;
    border-left: 1px solid #000;
}

#menu-header-right-main-menu>li>a {
    font-size: 15px;
}

.main-menu-active-item {
    position: relative;
}

.main-menu-active-item::before,
.main-menu-active-item::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -12px;
    left: calc(50% - 8px);
    width: 7px;
    height: 2px;
    background-color: #000;
    transform: rotate(45deg);
}

.main-menu-active-item::after {
    transform: rotate(-45deg);
    left: calc(50% - 3px);
}

/*.dgwt-wcas-ico-magnifier-handler {*/
/*    display: none;*/
/*}*/

/*.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler {*/
/*    position: relative;*/
/*    width: 21px;*/
/*    height: 35px;*/
/*}*/

/*.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 36px;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-image: url('../../images/search.svg');*/
/*    background-size: contain;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/

/*.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {*/
/*    width: calc(100vw - 45px)!important;*/
/*}*/


@media (max-width: 1500px) {
    .header-black-bar-right .black-bar-right-item {
        margin-right: 15px;
    }
    .black-bar-right-item img:not(img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail) {
        width: 16px;
        margin-right: 8px;
    }
    .black-bar-center-link>img {
        width: 18px;
        margin-right: 10px;
    }
    .header-black-bar-center{
        margin-left: 0;
    }
}

@media (max-width: 1250px) {
    .header-black-bar-center {
        margin: 0 15px;
    }
    .header-black-bar {
        padding: 16px 0;
    }
    .black-bar-left-item .call-icon-mobile,
    .black-bar-left-item .email-icon-mobile {
        display: block;
        margin-right: 5px;
    }
    .black-bar-left-item .call-icon-mobile img {
        width: 17px;
    }
    .black-bar-left-item .email-icon-mobile img {
        width: 20px;
    }
    .black-bar-left-item .phone-number-desktop,
    .black-bar-left-item .email-desktop {
        display: none;
    }
    .black-bar-left-item {
        display: flex;
        justify-content: center;
    }
    .black-bar-left-item.email>a::before {
        display: none;
    }
    .header-black-bar-right {
        min-width: 36%;
        justify-content: flex-end;
    }
    .black-bar-left-item:not(.black-bar-left-item.email) {
        margin-right: 15px;
    }
    .header-left>a>img {
        max-width: 80px;
    }
    /*.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler::before {*/
    /*    width: 25px;*/
    /*}*/
    .header-black-bar-right .black-bar-right-item:last-child {
        margin-right: 5px;
    }
}

@media (max-width: 1025px) {
    .header-center {
        position: absolute;
        display: block;
        top: 0;
        right: 0;

        height: 0;
        width: 100%;

        z-index: 1;
    }
    .header-center #menu-header-main-menu {
        display: block;
        padding: 0;
    }

    #menu-header-right-main-menu li>a {
        border-left: none;
    }
    .header-center #menu-header-main-menu .menu-item:first-child>a {
        border-top: none;
    }
    .header-center #menu-header-main-menu .main-menu-active-item.menu-item {
        background-color: #000;
    }
    .mobileMenuActive .mainmenu {
        opacity: 1;
        visibility: visible;
    }
    .mobileMenuActive .footer-menu-mobile.boxes-elem.elem2 {
        display: block;
    }
    .header-left>a>img {
        max-width: 109px;
    }
    .header-black-bar-left,
    .header-black-bar-center {
        display: none;
    }
    .header-black-bar-right .black-bar-right-item:last-child {
        margin-right: 0;
    }

    .header-black-bar-right .black-bar-right-item:first-child {
        margin-right: auto;
        padding-right: 15px;
    }
    .header-black-bar-right {
        width: 100%;
    }

    .mobileMenuActive .header-center {
        z-index: 100;
        width: 100%;
        top: 0;
        min-height: 100vh;
        height: auto;
    }
    .mobileMenuActive .black-bar-nav-right-mobile {
        display: block;
    }

    .mobileMenuActive .black-bar-nav-right-mobile .header-black-bar-right .black-bar-right-item:first-child {
        margin-right: unset;
        padding-right: unset;
    }
    .main-menu-active-item::before, .main-menu-active-item::after {
        display: none;
    }
    .mobileMenuActive .black-bar-nav-right-mobile .header-black-bar-right .black-bar-right-text {
        display: flex;
        align-items: center;
    }
    .mobileMenuActive .black-bar-right-text {
        margin-left: 0;
        margin-right: 0;
    }
    .black-bar-nav-right-mobile .header-black-bar-center .black-bar-center-link {
        margin-top: 0;
    }
    .mobileMenuActive .header-center .black-bar-right-text-desktop:not(.black-bar-right-text-desktop.user) {
        display: block;
    }
    .mobileMenuActive .header-center .black-bar-right-text-mobile {
        display: none;
    }
    .logged-in.admin-bar .header-center-content {
        padding-top: 10px;
    }
    .mobileMenuActive button.slick-prev.slick-arrow, .mobileMenuActive button.slick-next.slick-arrow {
        z-index: 0;
    }
}

@media (max-width: 767px) {
    .black-bar-left-item:not(.black-bar-left-item.email),
    .header-black-bar a {
        font-size: 12px;
    }
    .header-black-bar .black-bar-left-item a.black-bar-link {
        font-size: 0;
    }
    .mobileMenuActive button.slick-prev.slick-arrow, .mobileMenuActive button.slick-next.slick-arrow {
        z-index: 0;
    }
}

@media (max-width: 667px) {
    .header-black-bar .content.flex-spbtwn {
        flex-wrap: wrap;
    }
    .header-black-bar-left {
        display: none;
    }
    .header-black-bar-center {
        width: 100%;
        order: 2;
        margin: 0;
    }
    #menu-header-right-main-menu>li>a {
        font-size: 13px;
        margin-right: 10px;
    }
    .mobileMenuActive button.slick-prev.slick-arrow, .mobileMenuActive button.slick-next.slick-arrow {
        z-index: 0;
    }
}

@media (max-width: 540px) {
    .header-center {
        right: 0;
        width: 100%;
    }
    .header-center #menu-header-main-menu {
        border-radius: 0;
    }
    .black-bar-right-text-desktop:not(.black-bar-right-text-desktop.user) {
        display: none;
    }
    .black-bar-right-text-mobile {
        display: block;
        font-weight: 300;
        font-size: 14px;
        color: #fff;
    }
    .black-bar-left-item:not(.black-bar-left-item.email), .header-black-bar a:not(.header-black-bar .login-dropdown a),
    .header-black-bar button:not(.header-black-bar .login-dropdown button, #modal-cart-view p, #modal-cart-view button, #modal-cart-view-fav p, #modal-cart-view-fav button){
        font-size: 14px;
        font-weight: 300;
    }
    .mobileMenuActive .header-black-bar-right .black-bar-right-text {
        margin-left: 0;
    }
}

@media (max-width: 380px) {
    .header-span-icon {
        display: block;
        margin-right: 7px;
    }
    .header-left>a>img {
        max-width: 107px;
    }
    /*.dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler::before {*/
    /*    width: 27px;*/
    /*    height: 27px;*/
    /*    top: 4px;*/
    /*}*/
    .header-black-bar {
        padding: 14px 0;
    }
    .slick-slide .top-slider-banner-bg-mobile img {
        max-width: 160%;
    }
}

/**
* HEADER - END
*/

/*****************************************/

/**
* SECTION - Slick Slider - START
*/

.top-slider-banner-bg {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
}

.top-slider-banner-bg-desktop {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.top-slider-banner-bg-mobile {
    display: none;
}

#slick-slide00 {
    overflow: hidden;
}

#top-slider .slick-arrow {
    display: none!important;
}

.top-slider-content {
    width: calc(42% + 5px);
}

.top-slider-main-title-heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 0;
}

.top-slider-slider-text-heading {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.55;
    margin-bottom: 51px;
    margin-top: 32px;
    margin-left: 5px;
}

.top-slider-white-button {
    display: flex;
}

.slick-dots>li>button {
    color: transparent;
    width: 29px;
    height: 3px;
    border: none;
    background-color: #c0c6ca;
    margin: 0 7px;
    cursor: pointer;
}

.slick-dots>li.slick-active>button {
    background-color: black;
}

@media (max-width: 1025px) {
    .top-slider-banner-bg-desktop {
        background-position: center left -200px;
    }
}

@media (max-width: 667px) {
    .top-slider-banner-bg-desktop {
        display: none;
    }

    .slick-slide .top-slider-banner-bg-mobile img {
        max-width: 150%;
    }
}

@media (max-width: 540px) {
    #menu-header-right-main-menu>li {
        display: none;
    }
}

/**
* SECTION - Slick Slider - END
*/

/*****************************************/

/**
* SECTION - Custom category - START (Rebeca)
*/


.featured-products-content {
    display: flex;
    flex-wrap: wrap;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    position: absolute;
    top: calc(50% - 10px);
    left: -5px;
    color: transparent;
    background-color: transparent;
    width: 21px;
    height: 21px;
    border: none;
    z-index: 11;
    outline: none!important;
}

button.slick-next.slick-arrow {
    right: -5px;
    left: unset;
}
button.slick-prev.slick-arrow::before,
button.slick-next.slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-image: url('../../images/product-carousel-left-arrow.svg');
    background-repeat: no-repeat;
    transition: all 0.2s linear;
}
button.slick-next.slick-arrow::before {
    background-image: url('../../images/product-carousel-right-arrow.svg');
    left: unset;
    right: 0;
}

.featured-products .carousel-container-2 .slick-list.draggable {
    overflow: hidden;
    position: relative;
}

.archive button.slick-next.slick-arrow,
.single-product button.slick-next.slick-arrow {
    right: -20px;
}
.archive button.slick-prev.slick-arrow,
.single-product button.slick-prev.slick-arrow {
    left: -20px;
}

@media (max-width: 767px) {
    .featured-products-content {
        position: relative;
    }
}

@media (max-width: 540px) {
    .top-slider .slick-list {
        padding-top: 0!important;
    }
}

/**
* SECTION - Custom category - END
*/

/*****************************************/

/**
* SECTION - Featured Products - START
*/

.section-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 9px;
}
.post-box {
    display: flex;
    margin-bottom: 36px;
    max-height: 363px;
}

.post-box-image {
    font-size: 0;
}

.post-box-image img {
    width: 498px;
    height: 100%;
}

.post-box-text {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 15px 118px 15px 74px;
}

.post-box-text a {
    display: block;
    margin-bottom: 25px;
    font-size: 29px;
    line-height: 1.4;
    margin-top: -3px;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    width: 90%;
}

.post-box:last-child {
    margin-top: 39px;
}

.post-box-text-excerpt {
    line-height: 2.05;
    font-size: 15px;
}

.category-item {
    width: 345px;
    min-height: 457px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    padding: 50px 20px 38px 20px;
    text-align: center;
    margin: 5px 3px 49px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.featured-products .button.button-black-1 {
    text-align: center;
    display: inline-block;
    margin: auto;
}

.featured-title,
.featured-description {
    margin: 0;
    margin-bottom: 3px;
}

.featured-title {
    margin-bottom: 5px;
}

.featured-title a {
    font-weight: 600;
    text-transform: uppercase;
}

.featured-description {
    font-size: 15px;
    font-weight: 400;
}

.featured-price {
    font-size: 18px;
    font-weight: 700;
}

.featured-image {
    min-height: 283px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 47px;
    box-sizing: border-box;
}

.category-item {
    height: 539px;
}

.featured-image a {
    height: 100%;
    display: flex;
    align-items: center;
}

.featured-image a img {
    max-height: 100%;
}

.featured-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    margin-top: 18px;
}

.product-volume {
    /*width: 44px;*/
    /*height: 44px;*/
    width: 50px;
    height: 50px;
    background-color: #b8b8b8;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 6px;
}

.product-volume.active {
    background-color: #000;
}

.product-volume strong {
    font-weight: 700;
    font-size: 12px;
}

.product-volume span {
    display: block;
    width: 100%;
    margin-top: -16px;
}

.featured-products .view-more {
    margin-bottom: 33px;
}

.category-item-blockText {
    min-height: 80px;
    margin-bottom: 0;
    margin-left: 9px;
}

.custom-categories img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-height: 225px;
}

@media (max-width: 1500px) {
    .featured-products-content {
        justify-content: space-between;
    }
    .category-item {
        margin: 0;
        margin-bottom: 50px;
        width: 24%;
    }
    .blackbtn {
        margin-left: 0;
    }
    .post-box-text a {
        margin-bottom: 20px;
        font-size: 24px;
    }
}

@media (max-width: 1250px) {
    .category-item {
        width: 25%;
    }
    .featured-products-content {
        justify-content: center;
    }
    /* .category-item:nth-child(1n),
    .category-item:nth-child(4n) {
        margin-left: 0;
    } */
    .featured-image {
        padding-bottom: 27px;
    }
    .category-item, .category-item:nth-child(4n) {
        margin-right: 2px;
        margin-left: 2px;
    }
    .post-box-text {
        min-height: 342px;
    }
    .category-item.slick-slide.slick-active {
        margin-top: 10px;
    }
    .featured-products .category-item.slick-slide.slick-active {
        margin-top: 0;
    }
}

@media (max-width: 1100px) {
    .category-item {
        width: 37%;
    }
}

@media (max-width: 767px) {
    .post-box:last-child, .post-box {
        margin-top: 0;
        margin-bottom: 0;
    }
    /* .category-item:nth-child(1n), .category-item:nth-child(4n) {
        margin-left: 0;
        margin-right: 4px;
    } */
    .category-item {
        height: 539px;
    }
    .category-item-blockText {
        min-height: 80px;
        margin-bottom: 17px;
        margin-left: 0;
    }
    .post-box-text a {
        width: 100%;
    }
}

@media (max-width: 667px) {
    .category-item {
        width: 60%;
        padding: 39px 27px;
    }
}

@media (max-width: 540px) {
    .category-item {
        width: 80%;
    }
}

@media (max-width: 380px) {
    .featured-image {
        height: 260px;
        margin-bottom: 20px;
    }
    .category-item {
        min-height: 400px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .featured-discount {
        width: 90px;
        height: 35px;
    }
    .post-box-text-excerpt {
        font-size: 16px;
    }
}

/**
* SECTION - Featured Products - END
*/

/*****************************************/


/*****************************************/

/*
* FOOTER - START
*/

.footer {
    margin-top: 102px;
    padding-bottom: 80px;
}

#menu-bottom-menu-col-1,
#menu-bottom-menu-col-2 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#menu-bottom-menu-col-1 a,
#menu-bottom-menu-col-2 a {
    margin: 9px 0 6px 0;
    display: inline-block;
    font-size: 14px;
}

.footer #menu-bottom-menu-col-3 a {
    margin: 9px 0 6px 0;
    font-size: 14px;
    display: inline-block;
}

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

.social-icon img {
    width: 30px;
}

.footer .boxes-elem-titleLogo {
    font-weight: 400;
    font-size: 23px;
    margin-top: 6px!important;
    font-style: italic;
    text-align: center;
    margin-bottom: 18px;
    margin-left: -12px;

    max-width: 225px;
}

.footer .footer-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    max-width: 100%;
    height: 35px;
    justify-content: center;
    margin-top: 80px;
    margin-left: -34px;
}

.footer .footer-container img {
    filter: grayscale(100%);
    opacity: 0.5;
    height: 100%;
    max-width: 100%;
}

.footer .boxes-elem-icons {
    margin-top: 23px;
}

.footer .boxes-elem-logoImg img {
    width: 138px;
}

.footer .boxes-elem.elem3 .boxes-elem-logoImg {
    display: flex;
    justify-content: center;

    margin-top: 12px;
    margin-bottom: 15px;
}

.footer .boxes-elem-email {
    display: block;
}

.footer .boxes-elem-icons img {
    max-width: 57px;
    max-height: 57px;
}

.footer .boxes-elem-copyright {
    font-size: 14px;
    text-align: center;
    margin-top: 0;
    margin-left: -9px;
}

.footer .boxes-elem.elem5 {
    margin-top: 14px;
}

.footer .social-icon {
    display: block;
    margin-bottom: 12px;
}

.social-media-link {
    display: block;
    margin-bottom: 11px;
}

.footer .footer-container img {
    max-height: 100%;
}

.footer .boxes-elem.elem4 .letter-spacing-1 {
    margin-bottom: 15px;
    font-size: 14px;
}

.footer .boxes-elem.elem1 {
    max-width: 140px;
}

.boxes-elem.elem2 {
    margin-left: -72px;
}

.boxes-elem.elem3 {
    margin-left: -74px;
}

.footer .boxes-elem.elem2 .boxes-elem-icons {
    margin-top: 12px;
    margin-left: -3px;
}

.footer .partner-link {
    margin: 0 50px;
    height: 100%;
}

.footer .partner-link:first-child {
    margin-left: 28px;
}

.footer .boxes-elem.elem4 {
    width: 276px;
    margin-right: -147px;
    margin-top: 9px;
}

#menu-bottom-menu-col-3 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.partners-mobile {
    display: none;
}

.social-media-link img {
    width: 30px;
}

@media (max-width: 1500px) {
    .footer .footer-container {
        margin-left: 0;
    }
}

@media (max-width: 1250px) {
    .boxes-elem.elem2,
    .boxes-elem.elem3 {
        margin-left: 0;
    }
    .footer .boxes-elem.elem4 {
        margin-right: 0;
        width: unset;
    }
    .footer .boxes {
        padding-right: 0;
    }
    .footer .boxes-elem.elem1 {
        max-width: unset;
    }
}

@media (max-width: 1025px) {
    .footer .boxes {
        flex-wrap: wrap;
    }
    .footer .boxes-elem {
        width: 30%;
        margin-bottom: 0;
    }
    .footer .boxes-elem.elem3 .boxes-elem-logoImg {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }
    .footer .boxes-elem.elem1 {
        width: 30%;
        order: 0;
    }
    .footer .boxes-elem.elem2 {
        width: 30%;
        order: 4;
    }
    .footer .boxes-elem.elem3 {
        order: 1;
    }
    .footer .boxes-elem.elem4 {
        order: 5;
        text-align: right;
        width: 50%;
    }
    .footer .boxes-elem.elem5 {
        order: 3;
        width: 20%;
        margin-top: 0;
    }
    .footer .boxes-elem-logoImg img {
        width: 140px;
    }
    .social-media-link {
        text-align: right;
    }
    .footer .partner-link {
        margin: 0;
    }
    .footer .footer-container {
        justify-content: space-between;
    }
    .footer .partner-link:first-child {
        margin-left: 0;
    }
    .footer .boxes-elem-titleLogo {
        font-size: 21px;
        margin-bottom: 10px;
        max-width: unset;
    }
}

@media (max-width: 767px) {
    .footer .boxes-elem {
        width: 50%;
    }
    .footer .boxes-elem.elem2 {
        width: 40%;
    }
    .footer .footer-container {
        height: 31px;
    }
}

@media (max-width: 540px) {
    .footer .boxes-elem.elem4 {
        text-align: left;
        width: 100%;
    }
    .footer .boxes-elem.elem5 {
        order: 4;
        width: 35%;
        display: flex;
    }
    .footer .boxes-elem.elem3 .boxes-elem-logoImg,
    .footer .boxes-elem-titleLogo,
    .footer .boxes-elem-copyright {
        justify-content: flex-end;
        text-align: right;
    }
    .social-media-link {
        width: 100%;
    }
    .footer .boxes-elem.elem2 .boxes-elem-icons {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer .boxes-elem.elem1 {
        width: 50%;
    }
    .footer .boxes-elem.elem2 {
        width: 65%;
    }
    #menu-bottom-menu-col-1 a,
    #menu-bottom-menu-col-2 a,
    .footer #menu-bottom-menu-col-3 a {
        padding: 3px 0;
        font-size: 12px;
    }
    .footer .boxes-elem-titleLogo {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .footer .boxes-elem-logoImg img {
        width: 100px;
    }
    .footer .boxes-elem.elem4 .letter-spacing-1 {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .footer .boxes-elem-copyright {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .social-media-link img {
        width: 25px;
    }
    .footer .boxes-elem-icons img {
        max-width: 45px;
        max-height: 45px;
    }
    .letter-spacing-1 {
    }
    .footer .footer-container {
        flex-wrap: wrap;
        justify-content: center;
        height: unset;
        margin-top: 50px;
    }
    .footer .footer-container img {
        max-height: 31px;
    }
    .footer .partner-link {
        width: 25%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer {
        margin-top: 70px;
        padding-bottom: 40px;
    }
}

@media (max-width: 380px) {
    .footer .footer-container {
        display: none;
    }
    .footer .boxes-elem-titleLogo {
        font-size: 16px;
        margin-bottom: 29px;
    }
    .footer .boxes-elem.elem4 .letter-spacing-1 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .footer .partner-link {
        width: 50%;
        margin-bottom: 28px;
    }
    .footer .footer-container img {
        max-height: 41px;
    }
    .footer .boxes-elem.elem1 {
        display: none;
    }
    .footer .boxes-elem.elem4 {
        order: 0;
        text-align: center;
        margin-bottom: 44px;
    }
    .boxes-elem.elem2 .bottom-menu-col2-class {
        display: none;
    }
    .site-header .boxes-elem.elem2 .bottom-menu-col2-class {
        display: block;
    }
    .footer .boxes {
        justify-content: center;
    }
    .footer .boxes-elem.elem3 .boxes-elem-logoImg, .footer .boxes-elem-titleLogo, .footer .boxes-elem-copyright {
        text-align: center;
        justify-content: center;
    }
    .footer .boxes-elem.elem5 {
        width: 50%;
    }
    .social-media-link {
        text-align: center;
    }
    .footer .boxes-elem.elem2 .boxes-elem-icons {
        text-align: center;
        margin-bottom: 15px;
    }
    .boxes-elem.elem2 {
        order: 1;
    }
    .footer .boxes-elem {
        width: 100%;
    }
    .footer .boxes-elem.elem3 {
        order: 5;
    }
    .footer {
        position: relative;
        margin-top: 33px;
        padding-bottom: 58px;
    }
    .footer .partners-mobile .footer-container {
        display: flex;
        margin-top: 0;
    }
    .partners-mobile {
        display: block;
    }
    .footer .boxes-elem-logoImg img {
        width: 151px;
    }
    .social-media-link img {
        width: 38px;
    }
    .footer .boxes-elem-icons img {
        max-width: 50px;
    }
    .address.letter-spacing-1.map-link {
        display: none;
    }
}

/*
* FOOTER - END
*/
/*******************************************************************/

/* Custom single Post - START */

.post-top-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 31px;
    padding-bottom: 78px;
    margin-bottom: 53px;
}

.post-top-area .post-top-area-text {
    margin-top: 80px;
    max-width: 980px;
}

.post-top-area-text .title-type-5,
.post-top-area .icon-home:before,
.post-top-area .breadcrumbs,
.post-top-area .breadcrumbs-sep,
.post-top-area .breadcrumbs a {
    color: #fff;
    font-weight: 300;
}

.right-sidebar {
    width: 345px;
}

#recent-post-sidebar .wp-block-latest-posts li a {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    margin-bottom: 39px;
    line-height: 1.6;
    font-size: 18px;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    padding: 41px 34px 42px 25px;
    border-left: 12px solid #000;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-top: 0;
}

.view-more-posts {
}

#recent-post-sidebar .wp-block-latest-posts li:last-child a{
    margin-bottom: 26px;
}

.post-content .post-main-title {
    font-size: 30px;
    margin-bottom: 41px;
    margin-top: 0;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
}

.post-content .post-title {
    font-size: 25px;
    margin-bottom: 37px;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
}

.post-content p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 45px;
}

.post-content p:last-child {
    margin-bottom: 0;
}

.post-list li {
    font-size: 15px;
    line-height: 2;
}

.right-sidebar #sidebar-products-slider .slick-dots {
    justify-content: flex-end;
}

.right-sidebar #sidebar-products-slider .slick-dots>li>button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
/* Custom single Post - END */


/* Login Form dropdown - START */

.header-black-bar .login-dropdown {
    color: #000;
}

.login-dropdown {
    background-color: #fff;
    box-shadow: 0 22px 35px rgba(0, 0, 0, 0.11);
    padding: 32px 30px 38px 30px;
    width: 345px;
    min-height: 448px;
    box-sizing: border-box;
    position: absolute;
    z-index: 10;
    right: 63%;
    top: calc(100% + 8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear;
}

.login-dropdown .button.button-black-1,
.login-dropdown .custom-button.button-black-1{
    font-size: 16px;
    padding: 13px 23px;
}

.login-dropdown .black-btn {
    margin-top: 25px;
    margin-bottom: 25px;
}

.login-dropdown-row label {
    display: block;
    font-size: 12px;
    margin-bottom: 11px;
    font-weight: 500;
}

.login-dropdown-row input {
    width: 286px;
    height: 49px;
    border: 1px solid #e7e7e7;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
}

.login-dropdown-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 35px;
}

.login-dropdown-title.underline-text::before {
    width: 95px;
    height: 3px;
    bottom: -10px;
}

.login-dropdown-register {
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
}

.login-dropdown-row {
    margin-bottom: 20px;
}

.login-dropdown-row:last-child {
    margin-bottom: 15px;
}

.login-dropdown-forgotten-pswd {
    font-size: 10px;
    font-weight: 500;
}



.login-dropdown-forgotten-pswd-link.underline-text:before {
    transition: background-color 0.2s linear;
    bottom: 1px;
}

.login-dropdown-forgotten-pswd-link:hover, .login-dropdown-register-link.underline-text:hover {
    color: #6c6c6c!important;
}

.login-dropdown-forgotten-pswd-link:hover:before, .login-dropdown-register-link.underline-text:hover:before{
    background-color: #6c6c6c;
}

.login-dropdown-register-link.underline-text:before{
    bottom: 3px;
}

.header-black-bar .login-dropdown a:not(.header-black-bar .login-dropdown a.button.button-black-1, .header-black-bar .login-dropdown a.custom-button.button-black-1)
{
    color: #000;
}

.login-dropdown-active .login-dropdown {
    opacity: 1;
    visibility: visible;
}

.login-dropdown-active .header-main-menu.content {
    position: relative;
    z-index: 0;
}

@media (max-width: 1500px) {
    .login-dropdown {
        right: 57%;
    }
}

@media (max-width: 1250px) {
    .login-dropdown {
        right: 50%;
    }
}

@media (max-width: 1027px) {
    .login-dropdown {
        right: 55%;
    }
}

@media (max-width: 1025px) {
    .login-dropdown {
        right: unset;
        left: 0;
    }
}

@media (max-width: 540px) {
    .login-dropdown {
        padding: 20px 15px;
        width: 100%;
        min-height: auto;
    }
    .login-dropdown-row input {
        max-width: 260px;
        width: 100%;
        height: 35px;
    }
    .login-dropdown-title {
        margin-bottom: 30px;
        font-size: 13px;
    }
    .login-dropdown-row label {
        margin-bottom: 5px;
    }
    .login-dropdown-row {
        margin-bottom: 15px;
    }
    .login-dropdown .button.button-black-1,
    .login-dropdown .custom-button.button-black-1 {
        font-size: 14px;
        padding: 5px 23px;
    }
    .login-dropdown-forgotten-pswd, .header-black-bar .login-dropdown-forgotten-pswd a {
        font-size: 10px;
    }
    .login-dropdown .black-btn {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .login-dropdown-register {
        font-size: 13px;
    }
    .login-dropdown-title.underline-text::before {
        width: 85px;
        height: 2px;
        bottom: -6px;
    }
}

@media (max-width: 380px) {
    .login-dropdown {
        width: 100%;
        max-width: unset;
    }
}

/* Login Form dropdown - END */


/* numeric pagination custom post type */