.hm-banner-wrapper {
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 60px;
}

.hm-banner-wrapper .js_hmbanner .slick-prev,
.hm-banner-wrapper .js_hmbanner .slick-next {
    top: 50%;
    height: 34px;
    width: 34px;
    background-color: #000000;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    z-index: 1;
}

.hm-banner-wrapper .js_hmbanner .slick-prev:before,
.hm-banner-wrapper .js_hmbanner .slick-next:before {
    line-height: 34px;
    color: #f9f834;
}

.hm-banner-wrapper .js_hmbanner .slick-prev {
    left: 20px;
}

.hm-banner-wrapper .js_hmbanner .slick-next {
    right: 20px;
}

.hm-banner-wrapper .js_hmbanner .banner-slide img {
    max-width: inherit;
    height: 100%;
}

.hm-banner-wrapper .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hm-banner-wrapper .banner-overlay .banner-caption {
    line-height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: column;
}

.hm-banner-wrapper .banner-overlay .banner-caption .banner-tag {
    font-size: 25px;
    color: #000000;
    text-transform: uppercase;
    background-color: #fcfb34;
    padding: 5px 10px;
    line-height: 100%;
    display: inline-flex;
    margin-bottom: 20px;
    font-family: "Playfair Display";
}

.hm-banner-wrapper .banner-overlay .banner-caption .banner-heading {
    font-family: "Playfair Display";
    color: #ffffff;
    line-height: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hm-banner-wrapper .banner-overlay .banner-caption .banner-sub-heading {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 20px;
    color: #ffffff;
}

.hm-banner-wrapper .banner-overlay .banner-caption .price-box {
    width: 283px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    margin: 25px auto 0;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.hm-banner-wrapper .banner-overlay .banner-caption .price {
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
    line-height: 100%;
}

.hm-banner-wrapper .banner-overlay .banner-caption .price span {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

.hm-banner-wrapper .banner-overlay .banner-caption .new-badge {
    position: absolute;
    top: -25px;
    left: -65px;
}

.hm-banner-wrapper .banner-two .banner-caption {
    max-width: 538px;
    background-color: #fcfb34;
    margin: 0 auto;
    padding-top: 30px;
    color: #000000;
}

.hm-banner-wrapper .banner-two .banner-caption .banner-tag {
    padding: 0;
    margin-bottom: 10px;
}

.hm-banner-wrapper .banner-two .banner-caption .banner-sub-heading,
.hm-banner-wrapper .banner-two .banner-caption .banner-heading {
    color: #000000;
}

.hm-banner-wrapper .banner-two .banner-caption .banner-sub-heading {
    font-size: 28px;
}

.hm-banner-wrapper .banner-two .banner-caption .price-box {
    background-color: #000000;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 15px 0;
}

.hm-banner-wrapper .banner-two .banner-caption .lock-safe-badge {
    position: absolute;
    left: 60px;
    top: -50px;
}

.hm-banner-wrapper .bg-black {
    background-color: rgba(0, 0, 0, 0.12);
}

.hm-banner-wrapper .btn-white.show {
    padding: 12px 20px;
}

.hm-banner-wrapper .banner-three .banner-heading,
.hm-banner-wrapper .banner-three .banner-sub-heading,
.hm-banner-wrapper .banne-one .banner-heading,
.hm-banner-wrapper .banne-one .banner-sub-heading {
    text-shadow: 0px 0px 57.23px rgba(0, 0, 0, 0.74);
}

.ft60 {
    font-size: 60px;
}

.ft44 {
    font-size: 44px;
}

.hm-product-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hm-product-listing li {
    width: calc(33.33% - 30px);
    position: relative;
    display: inline-block;
    margin-bottom: 70px;
}

.hm-product-listing li .product-container,
.hm-product-listing li .pro-item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.hm-product-listing li .product-container .prod-overlay,
.hm-product-listing li .pro-item .prod-overlay {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.hm-product-listing li .product-container .pro-title,
.hm-product-listing li .pro-item .pro-title {
    color: #ffffff;
    font-size: 34px;
    line-height: 100%;
    font-family: "Playfair Display";
    padding: 0 0 0 30px;
    display: inline-block;
}

.hm-product-listing li .product-container .pro-title:after,
.hm-product-listing li .pro-item .pro-title:after {
    position: absolute;
    content: "";
    top: 47%;
    left: 0;
    border-top: 1px solid;
    border-image-source: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.35) 27%, rgba(255, 255, 255, 0.55) 100%);
    border-image-slice: 1;
    width: 40%;
    right: 0;
}

.hm-product-listing li .product-container .pro-title span,
.hm-product-listing li .pro-item .pro-title span {
    display: block;
    font-size: 18px;
    font-family: "Poppins";
    letter-spacing: 0.5px;
    padding: 10px 0 0 0;
    position: relative;
    line-height: 100%;
}

.hm-product-listing li .product-container .arrow,
.hm-product-listing li .pro-item .arrow {
    position: absolute;
    right: 30px;
    bottom: 10px;
    transform: rotate(90deg);
    width: 45px;
    height: 45px;
    transition: transform 0.3s cubic-bezier(0.35, 0.755, 0.42, 0.95);
    transform: scale(0);
}

.hm-product-listing li .product-container {
    box-shadow: 0px 1px 2.97px 0.03px rgba(101, 101, 101, 0.22);
    -webkit-transition: box-shadow 0.45s cubic-bezier(0.32, 0.98, 0.37, 1);
    transition: box-shadow 0.45s cubic-bezier(0.32, 0.98, 0.37, 1);
}

.hm-product-listing li:hover .pro-title {
    color: #fcfb34;
}

.hm-product-listing li:hover .pro-title:after {
    border-image-source: linear-gradient(0deg, #fcfb34 0%, rgba(252, 251, 52, 0.5) 27%, rgba(252, 251, 52, 0.15) 100%);
}

.hm-product-listing li:hover .arrow {
    transform: scale(1);
}

.hm-product-listing li:hover .arrow img {
    filter: invert(16%) sepia(77%) saturate(494%) hue-rotate(358deg) brightness(123%) contrast(108%);
}

.hm-product-listing li:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.07);
}

.hm-product-listing .prod-caption {
    background-color: #ffffff;
    padding: 15px;
    padding: 25px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hm-product-listing .prod-caption .range-price-info {
    width: calc(100% - 160px);
}

.hm-product-listing .prod-caption .range-price-info span {
    display: inline-block;
    font-weight: 600;
    color: #f57921;
    font-style: italic;
}

.product-sale-wrapper {
    margin-bottom: 55px;
}

.hm-offer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.hm-offer-wrapper .offer-content {
    width: calc(100% - 724px);
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.hm-offer-wrapper .offer-content .main-heading {
    margin-bottom: 30px;
}

.hm-offer-wrapper .offer-img {
    width: 654px;
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
    margin-bottom: 50px;
}

/* Content */
.text-container {
    padding: 45px;
    box-shadow: 0px 1px 2.97px 0.03px rgba(101, 101, 101, 0.22);
    height: 100%;
    background-color: #ffffff;
    position: relative;
}

.text-container:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    border-right: 20px solid transparent;
    left: -40px;
    border-top: 20px solid transparent;
    top: 50%;
    transform: rotate(180deg);
    margin-top: -10px;
}

.text-container .main-heading {
    position: relative;
    padding-bottom: 35px;
    background-color: #ffffff;
}

.text-container .main-heading:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #f57921;
    left: 0;
    bottom: 0;
}

.content-wrapper:nth-child(2) .text-container:before {
    transform: none;
    right: -40px;
    left: inherit;
}

.content-wrapper .text-container .main-heading {
    padding-bottom: 40px;
}

.content-wrapper .text-container .main-heading {
    margin-bottom: 30px;
}

.flex-container.content-wrapper {
    align-items: inherit;
}

.flex-container.content-wrapper:nth-child(even) .img-container {
    order: 2;
}

.flex-container.content-wrapper .img-container {
    /* height: 100%;*/
    overflow: hidden;
}

.flex-container.content-wrapper .img-container img {
    max-width: inherit;
    height: 100%;
}

.content-wrapper:last-child {
    margin-bottom: 60px;
}

@media (min-width: 767px) {
    .banner-small {
        display: none !important;
    }
}

@media (max-width: 1380px) {
    .ft60 {
        font-size: 52px;
    }

    .ft44 {
        font-size: 40px;
    }

    .text-container {
        padding: 40px;
    }

    .text-container .main-heading {
        margin-bottom: 30px;
        padding-bottom: 25px;
    }

    .hm-product-listing li {
        width: calc(33.33% - 20px);
        margin-bottom: 50px;
    }

    .hm-offer-wrapper .offer-content {
        width: calc(100% - 684px);
    }

    .hm-product-listing .prod-caption {
        padding: 20px;
    }
}

@media (max-width: 1200px) {
    .text-container {
        padding: 30px;
    }

    .ft60 {
        font-size: 48px;
    }

    .ft44 {
        font-size: 38px;
    }

    .hm-banner-wrapper .banner-overlay .banner-caption .price {
        font-size: 35px;
    }

    .hm-offer-wrapper .offer-img {
        width: 454px;
    }

    .hm-offer-wrapper .offer-content {
        width: calc(100% - 484px);
    }

    .pro-info-list {
        margin-bottom: 50px;
    }

    .hm-product-listing .prod-caption .range-price-info {
        width: 100%;
        margin-bottom: 15px;
    }

    .banner-slide {
        height: 500px;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
}

@media (max-width: 992px) {
    .hm-banner-wrapper {
        margin-bottom: 50px;
    }

    .hm-product-listing li .product-container .arrow,
    .hm-product-listing li .pro-item .arrow {
        transform: scale(1);
        right: 15px;
    }

    .ft60 {
        font-size: 42px;
    }

    .hm-banner-wrapper .banner-overlay .banner-caption .banner-sub-heading {
        font-size: 30px;
    }

    .hm-banner-wrapper .banner-overlay .banner-caption .price {
        font-size: 32px;
    }

    .hm-offer-wrapper .offer-img {
        width: 100%;
        position: relative;
        top: inherit;
        margin-bottom: 30px;
    }

    .hm-offer-wrapper .offer-content {
        width: 100%;
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

    .flex-container.content-wrapper:nth-child(even) .img-container.width50 {
        order: 1 !important;
    }

    .flex-container.content-wrapper:nth-child(even) .width50 {
        order: 2;
    }

    .flex-container.content-wrapper .width50 {
        width: 100%;
    }

    .flex-container.content-wrapper .img-container img {
        max-width: 100%;
    }

    .flex-container.content-wrapper .img-container {
        height: auto;
    }

    .flex-container.content-wrapper {
        margin-bottom: 30px;
        text-align: center;
    }

    .text-container .main-heading:after {
        left: 50%;
        margin-left: -25px;
    }

    .hm-product-listing {
        justify-content: space-around;
        margin: 0 -15px;
    }

    .hm-product-listing li {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .hm-product-listing li .product-container .pro-title,
    .hm-product-listing li .pro-item .pro-title {
        font-size: 30px;
        padding-left: 30px;
    }

    .hm-product-listing .prod-caption {
        padding: 15px;
    }

    .content-wrapper:nth-child(2) .text-container:before,
    .text-container:before {
        transform: none;
        right: inherit;
        left: 50%;
        top: 0;
        transform: rotate(270deg);
        margin-left: -20px;
        margin-top: -40px;
    }

    .product-sale-wrapper,
    .pro-info-list {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .banner-desktop {
        display: none !important;
    }

    .banner-small {
        display: block !important;
    }

    .hm-banner-wrapper {
        margin-bottom: 30px;
    }

    .hm-product-listing li .product-container .arrow,
    .hm-product-listing li .pro-item .arrow {
        width: 35px;
        height: 30px;
    }

    .banner-slide {
        height: 400px;
    }

    .ft60 {
        font-size: 38px;
    }

    .hm-banner-wrapper .banner-overlay .banner-caption .banner-sub-heading {
        font-size: 28px;
    }

    .hm-banner-wrapper .banner-overlay .banner-caption .price-box {
        padding: 10px 0;
        margin: 20px 0;
    }

    .ft44 {
        font-size: 34px;
    }

    .text-container {
        padding: 20px;
    }

    .hm-product-listing {
        margin: 0;
    }

    .hm-product-listing li .product-container .pro-title,
    .hm-product-listing li .pro-item .pro-title {
        font-size: 26px;
        padding-left: 20px;
    }

    .hm-offer-wrapper .offer-content .main-heading {
        margin-bottom: 25px;
    }

    .text-container .main-heading {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .hm-product-listing li .product-container .pro-title span,
    .hm-product-listing li .pro-item .pro-title span {
        padding: 0;
    }

    .ft44 {
        font-size: 30px;
    }
}

@media (max-width: 580px) {
    .text-container {
        padding: 20px 15px;
    }

    .hm-product-listing .prod-caption {
        font-size: 14px;
        line-height: 22px;
    }

    .catg-wrapper-flex .ctg-wrapper > * {
        padding: 0 0 0 15px;
    }

    .ctg-wrapper .btn-white {
        margin-left: 15px;
    }

    .catg-wrapper-flex .ctg-wrapper .heading,
    .catg-wrapper-flex .ctg-wrapper .heading-24 {
        font-size: 18px;
    }

    .hm-banner-wrapper .banner-overlay .banner-caption .price-box {
        display: none;
    }

    .ft60 {
        font-size: 32px;
    }

    .ft44 {
        font-size: 28px;
    }

    .hm-banner-wrapper .banner-overlay .banner-caption .banner-sub-heading {
        font-size: 24px;
    }

    .hm-banner-wrapper .banner-two .banner-caption {
        padding: 20px;
        max-width: 100%;
    }

    .hm-product-listing li .product-container .pro-title,
    .hm-product-listing li .pro-item .pro-title {
        font-size: 24px;
        padding-left: 15px;
    }
}

@media (max-width: 480px) {
    .hm-product-listing li {
        width: 100%;
    }

    .ft60 {
        font-size: 30px;
    }

    .ft44 {
        font-size: 26px;
    }

    .hm-banner-wrapper .banner-overlay .banner-caption .banner-sub-heading {
        font-size: 22px;
    }

    .hm-banner-wrapper .banner-overlay .banner-caption .banner-tag {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .catg-wrapper-flex .ctg-wrapper .right-abs-img {
        max-width: 230px;
        top: inherit;
        bottom: 0;
    }

    .catg-wrapper-flex .ctg-wrapper p {
        display: none;
    }

    .catg-wrapper-flex .ctg-wrapper {
        padding: 20px 130px 20px 0;
    }

    .catg-wrapper-flex .ctg-wrapper .ctg-badge {
        padding: 8px 10px 8px 10px !important;
    }

    .catg-wrapper-flex .ctg-wrapper .heading,
    .catg-wrapper-flex .ctg-wrapper .heading-24 {
        font-size: 16px;
        letter-spacing: 0;
    }
}

@media (max-width: 380px) {
    .catg-wrapper-flex .ctg-wrapper .right-abs-img {
        right: -40%;
        max-width: 210px;
    }

    .ctg-wrapper .btn-white {
        padding: 8px 10px !important;
    }

    .catg-wrapper-flex .ctg-wrapper .shipping-cost {
        right: 10px;
    }

    .catg-wrapper-flex .ctg-wrapper {
        padding: 20px 90px 20px 0;
    }
}



.menu-link .menudropdown-list li:first-child .item-container {
    opacity: 1;
}

.catg-wrapper-flex p {
    font-weight: 300;
}
