/* Banner */
.banner_container {
    width: 100%;
    text-align: center;
}

.banner_container a,
.banner_container a:hover {
    text-decoration: none;
}

.banner_container .swiper-container {
    width: 100%;
}

.swiper-slide.banner-swiper {
    margin: auto;
    display: flex;
}

.swiper-slide.banner-swiper .image-slide {
    width: 100%;
    padding: 0px;
}

.swiper-slide.banner-swiper .image-slide img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-slide.banner-swiper .banner-description a {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.banner-description .banner-description--text {
    margin: 0 0 50px;
}

.banner-description--text .banner-item-text {
    display: block;
}

.swiper-slide.banner-swiper .banner-title a {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 55%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.banner-item-text.banner-item-text--top {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 400;
}

.banner-item-text.banner-item-text--mid {
    font-weight: 700;
    font-size: 20px;
}

.banner-item-text.banner-item-text--bot {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.swiper-slide.banner-swiper .banner-product-btn {
    background: #24c87c;
    color: #fff;
    font-size: 14px;
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    border: solid 1px transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    bottom: 7% !important ;
}

.swiper-container .swiper-pagination {
    position: relative;
    margin-top: -10px;
}

/* // Banner */

/* home Block */
.home-block-container {
    margin-bottom: 30px;
}

.home-block-container .block-header {
    position: relative;
    margin-bottom: 30px;
    margin-top: 40px;
}

.home-block-container .block-header a,
.home-block-container .block-header a:hover {
    text-decoration: none;
    color: #4c4c4c;
    text-transform: uppercase;
}

.block-header .block-title {
    font-size: 20px;
    font-weight: 700;
    color: #282364;
    margin: 0;
}

.block-header .block-title-viewmore {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 12px;
    color: #72849c;
    text-transform: capitalize;
    height: 20px;
    line-height: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.block-body .block-product {
    position: relative;
}

.block-body .block-product .product-list {
    margin-left: 0;
    margin-right: 0;
}

.block-product-style-1 .block-body .block-product .product-list {
    margin-left: -2px;
    margin-right: -2px;
}

.block-product .product-banner {
    position: relative;
}

.block-product-style-2 .block-product .product-banner {
    margin-bottom: 16px;
    padding-top: 66.0447761194%;
}

.block-product-style-3 .block-product .product-banner,
.block-product-style-4 .block-product .product-banner {
    margin: 0 -14px;
    width: calc(100% + 28px);
    padding-top: 137.2180451128%;
}

.product-banner .product-banner-thumb {
    background: #f0f0f0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.product-banner-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-banner .product-banner-info {
    position: absolute;
    left: 50%;
    padding: 16px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.block-product-style-2 .product-banner .product-banner-info {
    bottom: 0;
}

.block-product-style-3 .product-banner .product-banner-info,
.block-product-style-4 .product-banner .product-banner-info {
    bottom: 45%;
}

.product-banner-info .product-banner-name {
    font-size: 26px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 5px;
}

.product-banner-info .product-banner-type {
    font-size: 16px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
    margin: 0 0 5px;
}

.product-banner-info .product-banner-btn {
    background: #fff;
    width: 130px;
    height: 30px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    width: 200px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #747474;
    border: 1px solid #747474;
}

.product-banner-info .product-banner-btn:hover {
    text-decoration: none;
}

.block-product-style-3 .product-list-scroll,
.block-product-style-4 .product-list-scroll {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.block-product-style-3 .product-list,
.block-product-style-4 .product-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.product-list .product-item {
    text-align: center;
    font-size: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    padding-right: 4px;
    padding-left: 4px;
}

.block-product-style-2 .product-list .product-item {
    margin-bottom: 8px;
}

.block-product-style-3 .product-list .product-item,
.block-product-style-4 .product-list .product-item {
    flex: 0 0 38%;
    max-width: 38%;
}

.block-product-style-3 .product-list .product-item .product_item_thumb img,
.block-product-style-4 .product-list .product-item .product_item_thumb img {
    max-width: 85%;
    max-height: 85%;
}

.product-list .product-item.product-item-viewmore a {
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.block-product-style-3 .block-product>.row,
.block-product-style-4 .block-product>.row {
    margin: 0px -11px;
}

/* Home Wrapper */
.pboxes {
    display: flex;
    flex-wrap: wrap;
}

.pboxes .divFeatImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.pboxes .catWrapper {
    height: auto;
    width: 100%;
    background-color: transparent;
    color: #4c4c4c;
}

.pboxes .catWrapper:hover {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}

.pboxes .main-right  {
    padding-left: 0px;
}

.pboxes .content-img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pboxes .content-img-wrapper-inner {
    background-color: rgba(250,250,250, 0.8);
    width: 75%;
    margin: 0 auto;
    padding: 5px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pboxes .CTAtext {
    flex-wrap: wrap;
    font-size: 16px;
}

.CTAheader-p {
    text-transform: uppercase;
    color: rgb(56, 56, 56);
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    margin-top: 35px;
}

.CTAtext {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #000;
    display: flex;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.pboxes .catWrapper .main-img-left,
.pboxes .catWrapper .main-img-right {
    object-fit: cover;
}

@media (min-width: 768px) {

    /* Banner */
    .banner-item-text.banner-item-text--mid {
        font-size: 32px;
        text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    }

    .banner-item-text.banner-item-text--top {
        font-size: 18px;
    }

    .swiper-slide.banner-swiper .banner-product-btn {
        font-size: 16px;
        width: 200px;
        height: 45px;
        line-height: 45px;
        bottom: 4% !important;
    }

    /* // Banner */

    /* home Block */
    .block-header .block-title {
        font-size: 26px;
        text-align: center;
    }

    .block-header .block-title-viewmore {
        font-size: 16px;
    }

    .block-product-style-3 .block-product>.row,
    .block-product-style-4 .block-product>.row {
        margin-right: -15px;
        margin-left: -15px;
    }

    /* .block-product-style-4 .block-product > .row {

    } */
    .block-product-style-3 .block-product>.row>.col-lg-4 {
        padding-right: 8px;
    }

    .block-product-style-4 .block-product>.row>.col-lg-4 {
        padding-left: 8px;
    }

    .block-product-style-3 .block-product .product-banner,
    .block-product-style-4 .block-product .product-banner {
        margin: 0;
        width: 100%;
    }

    .block-product-style-2 .product-banner .product-banner-info {
        bottom: 5%;
    }

    .block-product-style-3 .product-banner .product-banner-info,
    .block-product-style-4 .product-banner .product-banner-info {
        top: 50%;
        bottom: inherit;
    }

    .block-product-style-3 .product-list-scroll,
    .block-product-style-4 .product-list-scroll {
        padding: 0 16px;
    }

    .product-banner-info .product-banner-name {
        font-size: 32px;
    }

    .product-banner-info .product-banner-type {
        margin-bottom: 30px;
    }

    .block-product-style-3 .product-list .product-item,
    .block-product-style-4 .product-list .product-item {
        flex: 0 0 28%;
        max-width: 28%;
    }

    .block-product-style-3 .product-list .product-item .product_item_thumb img,
    .block-product-style-4 .product-list .product-item .product_item_thumb img {
        max-width: 100%;
        max-height: 100%;
    }

    .pboxes .catWrapper .main-img-left {
        width: 100%;
        height: 255px;
        border-radius: 5px;
    }

    .pboxes .catWrapper .main-img-right {
        width: 100%;
        height: 120px;
        border-radius: 5px;
    }
}

@media (min-width: 992px) {

    /* home Block */
    .home-block-container {
        padding: 0;
        margin-bottom: 40px;
    }

    .block-product-style-2 .block-product {
        padding: 0 calc(15%);
    }

    .block-product-style-2 .block-product .product-banner {
        margin: 0;
    }

    .block-product-style-3 .product-banner .product-banner-info,
    .block-product-style-4 .product-banner .product-banner-info {
        bottom: 8%;
        top: inherit;
    }

    .block-product-style-3 .product-list-scroll,
    .block-product-style-4 .product-list-scroll {
        position: inherit;
        left: inherit;
        bottom: inherit;
        padding: 0;
    }

    .block-product-style-3 .product-list-scroll {
        padding-right: 15px;
    }

    .block-product-style-4 .product-list-scroll {
        padding-left: 15px;
    }

    .block-product-style-3 .product-list,
    .block-product-style-4 .product-list {
        flex-wrap: wrap;
        overflow: inherit;
        height: 100%;
        align-content: space-between;
    }

    .block-product-style-2 .product-list .product-item {
        position: absolute;
        width: 100%;
        margin-bottom: 0;
        max-width: 15%;
    }

    .block-product-style-3 .product-list .product-item,
    .block-product-style-4 .product-list .product-item {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .block-product-style-2 .product-list .product-item:nth-child(1) {
        left: -4px;
        top: 0;
    }

    .block-product-style-2 .product-list .product-item:nth-child(2) {
        left: -4px;
        bottom: 0;
    }

    .block-product-style-2 .product-list .product-item:nth-child(3) {
        right: -4px;
        top: 0;
    }

    .block-product-style-2 .product-list .product-item:nth-child(4) {
        right: -4px;
        bottom: 0;
    }

    .product-list .product-item.product-item-viewmore {
        display: none;
    }

    .pboxes .catWrapper .main-img-left {
        width: 100%;
        height: 415px;
        border-radius: 5px;
    }

    .pboxes .catWrapper .main-img-right {
        width: 100%;
        height: 200px;
        border-radius: 5px;
    }
}

.collection-shop {
    display: block;
    margin: 15px auto;
}

.featured-collection--button,
.featured-collection--button:hover {
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 0.75rem 1.125rem;
    align-self: center;
    background: #747474;
    border: 1px solid #747474;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 767.9px) {

    .home-block-container .block-header {
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
    }

    .block-product-style-3 .product-banner .product-banner-info,
    .block-product-style-4 .product-banner .product-banner-info {
        top: 30%;
        bottom: inherit;
    }

    .product-item-viewmore {
        display: none !important;
    }

    .block-product-style-3 .product-list,
    .block-product-style-4 .product-list {
        flex-wrap: wrap;
        overflow-x: inherit;
    }

    .block-product-style-3 .product-list-scroll,
    .block-product-style-4 .product-list-scroll {
        position: relative;
        left: 0;
        bottom: 0;
        z-index: 1;
        padding: 0;
    }

    .block-product-style-3 .block-product .product-banner,
    .block-product-style-4 .block-product .product-banner {
        margin: 0;
        width: inherit;
        padding-top: 0;
        height: 300px !important;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .block-product-style-3 .product-list .product-item,
    .block-product-style-4 .product-list .product-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product_item_saleoff {
        right: -1px;
    }

    .block-product-style-3 .product-list .product-item .product_item_thumb img,
    .block-product-style-4 .product-list .product-item .product_item_thumb img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-banner-thumb img {
        object-fit: inherit;
        width: 100%;
        height: auto;
    }
    
    .pboxes .catWrapper .main-img-left {
        width: 100%;
        height: 400px;
        border-radius: 5px;
    }
    
    .pboxes .left {
        padding-left: 0px;
    }

    .pboxes .catWrapper .main-img-right {
        width: 100%;
        height: 200px;
        border-radius: 5px;
    }
}

.home-feature {
    background: #f8e8d6;
    color: #000;
    text-align: center;
}
.home-feature-container {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
}
.home-feature-header {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    color: #4c4c4c;
    display: block;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: .75em;
    padding-top: 20px;
}
.home-feature-body {
    padding: 20px 15px;
}
.home-feature-item {
    padding: 30px;
    background-color: transparent;
}
.home-feature-item-thumb {
    display: block;
    font-size: 0;
    position: relative;
}
.home-feature-item-info {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .home-feature-item-info {
        padding-top: 10px;
    }
    .home-feature-header {
        font-size: 16px;
    }
    .home-feature-container {
        width: calc(100% - 20px);
    }
    .home-feature-item {
        padding: 10px;
    }
}