img#profile_pic {
    align-items: center;
    justify-content: center;
    margin: auto;
    object-fit: contain;
    border: 1px solid #00000017;
    padding: 2px;
    height: 80px;
    width: 80px;
}

input#file_pic {
    visibility: hidden;
    display: none;
}

.sidebar-Filter_Close_icon {
    display: none;
}

#myBtn {
    z-index: 9999;
    border: none;
    outline: none;
    background-color: #b9a477 !important;
    cursor: pointer;
    border-radius: 50%;
    width: 60PX;
    height: 60PX;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 5px 1px rgb(0 0 0 / 34%);
    position: fixed;
    bottom: 2.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    font-size: 12px;
    padding: 10px;
    display: none;
    margin: 0;
    padding: 14px 0 0 21px;
    font-size: 20px;
}

button.minicart-remove {
    color: #fff;
}
section.jd-offer-banner .image-Banner_offer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-Banner_offer {
    overflow: hidden;
    height: 400px !important;
    border-color: #808080 !important;
    border: 1px solid #808080;
    border-radius: 10px !important;
}
/*section.jd-offer-banner {
    margin-top: 60px;
}
section.Website_video_home {
    margin-top: 70px;
}*/
section {
    margin-top: 50px;
}
.curved-super-card {
    overflow: hidden;
    height: 400px;
    border-color: #808080 !important;
    border: 1px solid #808080;
    border-radius: 10px !important;
    border: 0 !important;
}
.card.curved-super-card video#video_player {
    overflow: hidden;
}
/* -- Newsletters Popup--- */
.popup_wrapper {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

input#lblWeightMax {
    width: 55px;
}

.subscribe_area img {
    width: 100%;
    height: 500px;
}

.popup_wrapper .test {
    bottom: 0;
    height: 525px;
    left: 0;
    margin: auto;
    max-width: 1024px;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .popup_wrapper .test .popup_off {
        background: #222222;
        color: #ffffff;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        cursor: pointer;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
    }

        .popup_wrapper .test .popup_off:hover {
            background-color: #cda557;
        }

.popup_wrapper .subscribe_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*height: 100%;*/
    border: 4px solid #fff;
}




/*----------------------------------------*/
/*  title - 1 area start
/*----------------------------------------*/
.title-style-1.section-title {
    margin: 0;
    margin-bottom: 50px;
}

    .title-style-1.section-title .title {
        text-transform: capitalize;
        background: -webkit-gradient(linear, left top, right top, from(#c29958), color-stop(#000), to(#c29958));
        background: -webkit-linear-gradient(left, #c29958, #000, #c29958);
        background: -o-linear-gradient(left, #c29958, #000, #c29958);
        background: linear-gradient(90deg, #c29958, #92670c, #b9a477);
        background-repeat: no-repeat;
        background-size: 90%;
        -webkit-animation: shine 3s linear infinite;
        animation: shine 3s linear infinite;
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
        text-transform: uppercase;
    }

@media only screen and (max-width: 767.98px) {
    .title-style-1.section-title .title {
        font-size: 26px;
    }
}

.title-style-1.section-title .sub-title {
    font-size: 15px;
    padding-top: 6px;
    color: #fff;
}

@-webkit-keyframes shine {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 100%;
    }
}

@keyframes shine {
    0% {
        background-position: -500%;
    }

    100% {
        background-position: 100%;
    }
}

.title-style-1 .section-title-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: -4px;
    margin-bottom: 18px;
    line-height: 1;
}

    .title-style-1 .section-title-append:after {
        top: 50%;
        right: 0;
        width: 100%;
        height: 1px;
        content: "";
        position: absolute;
        background-color: #efefef;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        margin-top: -3px;
    }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-style-1 .section-title-append:after {
        margin-top: 2px;
    }
}

.title-style-1 .section-title-append h4 {
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .title-style-1 .section-title-append h4 {
        font-size: 16px;
    }
}
/*----------------------------------------*/
/*  title - 1 area end
/*----------------------------------------*/
/*----------------------------------------*/
/*  title - 2 area start
/*----------------------------------------*/
.title-style-2.heading-title {
    padding-bottom: 25px;
    background-image: url(../images/divider.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: transparent;
}

.title-style-2.heading-title {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.title-style-2 .main-heading {
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: bold;
}
/*----------------------------------------*/
/*  title - 2 area end
/*----------------------------------------*/
/*----------------------------------------*/
/*  title - 3 area start
/*----------------------------------------*/
.ml2, .ml3, .ml5, .ml6 {
    font-weight: 500;
    font-size: 32px;
    color: var(--themecolorbg);
    text-transform: uppercase;
}

    .ml2 .letter, .ml3 .letter, .ml5 .letter, .ml6 .letter {
        display: inline-block;
        line-height: 1em;
    }

.featured-title.text-left.title-style-3 {
    margin: 20px 0;
}
/*----------------------------------------*/
/*  title - 3 area end
/*----------------------------------------*/
/*----------------------------------------*/
/*  title - 4 area start
/*----------------------------------------*/
.title-style-4 h5.general-title:before {
    content: '';
    background: url(../images/title-bg.webp) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -20px;
    width: 100%;
    height: 13px;
}

.title-style-4 h5.general-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.all_title.title-style-4 {
    margin: 20px 0;
}
/*----------------------------------------*/
/*  title - 4 area end
/*----------------------------------------*/
/*----------------------------------------*/
/*  Features - 1 area start
/*----------------------------------------*/
.Features1 {
    margin-bottom: 20px;
}

    .Features1 .service-title {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        text-transform: capitalize;
        display: block;
        transition-duration: 300ms;
        -webkit-transition-duration: 300ms;
        -moz-transition-duration: 300ms;
        -ms-transition-duration: 300ms;
        -o-transition-duration: 300ms;
        text-transform: uppercase;
    }

    .Features1 .service-desc {
        font-size: 13px;
        text-transform: capitalize;
        color: #ccc;
    }

    .Features1 .service_image_block {
        margin: 0 13px 0 0;
        /*float: left;*/
    }

    .Features1 .service-des {
        overflow: hidden;
        text-align: left;
    }

.service_inner_content ul {
    margin: 0;
    list-style: none;
    display: flex;
}

.Features1 .service_content_inner {
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    display: flex;
}

.Features1 .service_content:last-child {
    border: 0;
}

.Features1 .service_content {
    text-align: center;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #D9D9D9;
}

    .Features1 .service_content .service_icon {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35px;
        height: 48px;
        width: 48px;
        display: inline-block;
        vertical-align: top;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

    .Features1 .service_content:hover .service_icon {
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

.Features1 .service_inner_content {
    overflow: hidden;
    position: relative;
    padding: 60px 0 55px;
    border-bottom: 1px solid #e5e5e5;
}

.Features1 .navbar-toggler {
    display: none;
}

@media (max-width: 1299px) {
    .Features1 .service-des {
        text-align: center;
    }

    .Features1 .service_image_block {
        margin: 0 0 10px 0;
        /*float: none;*/
    }
}

@media (max-width: 979px) {
    .Features1 .service_content {
        padding: 0 0;
        border-width: 0;
    }

    .Features1 .service_inner_content {
    }

    .Features1 .service_image_block {
        margin: 0 0 5px 0;
    }

    .Features1 .service_content .service_icon {
        background-size: 30px;
    }

    .Features1 .service_content_inner {
        border: none;
    }

    .Features1 .service-title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .Features1 .service_content_inner {
        display: block;
    }

    .Features1 .service_content_inner {
        display: block;
    }

    .Features1 .service_content,
    .Features1 .service_inner_content {
        border-width: 0;
    }

    .Features1 .service_content {
        margin-bottom: 15px;
    }

        .Features1 .service_content:last-child {
            margin-bottom: 0;
        }
}
/*----------------------------------------*/
/*  Features - 1 area end
/*----------------------------------------*/

/*----------------------------------------*/
/*  Features - 2 area start
/*----------------------------------------*/
.Features2 .Features_pad {
    padding: 60px 0 55px;
    border-bottom: 1px solid #e5e5e5;
}

.Features2 {
    position: relative;
    /*margin-bottom: 70px;*/
}

    .Features2 .info {
        padding: 0 10px 0 20px;
        display: flex;
        justify-content: center;
        vertical-align: middle;
        align-items: center;
    }
        /*.Features2 .info.info1:before {
    content: "\e625";
}
.Features2 .info.info2:before {
    content: "\e649";
}
.Features2 .info.info3:before {
    content: "\e67a";
}
.Features2 .info.info4:before {
    content: "\e664";
}*/
        .Features2 .info:before {
            font-family: 'Pe-icon-7-stroke';
            font-size: 32px;
            display: inline-block;
            line-height: 1;
            position: absolute;
            left: 0;
            top: 0;
            color: #e31e24;
        }

        .Features2 .info h4 {
            line-height: 1;
            color: #222;
            font-size: 16px;
            font-weight: 400;
            text-transform: capitalize;
            /*margin-bottom: 10px;*/
        }

        .Features2 .info span {
            display: block;
            line-height: 20px;
            color: #888;
            font-size: 14px;
        }
/*----------------------------------------*/
/*  Features - 2 area end
/*----------------------------------------*/

/*----------------------------------------*/
/*  Features - 3 area start
/*----------------------------------------*/
.features1-content-style3.features1-content {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.features1-content-style3.page-width {
    padding: 60px 55px;
    *zoom: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.features1-content-style3 .services {
    text-align: center;
    cursor: pointer;
}

    .features1-content-style3 .services:hover .service-hover {
        background: #f9f1ef;
    }

    .features1-content-style3 .services .service-img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #f9f1ef;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-right: 16px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
        /*.features1-content-style3 .services:hover .service-hover img {
  opacity: 0;
}*/
        .features1-content-style3 .services .service-img img {
            padding: 15px 5px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
    /*.features1-content-style3 .services:hover .service-hover .service-img-hover {
  opacity: 1;
}*/
    .features1-content-style3 .services .service-img-hover {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0 auto;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .features1-content-style3 .services:hover .service-hover .service-img-hover img {
        opacity: 1;
    }

    .features1-content-style3 .services:hover .service-hover:after {
        opacity: 1;
        -webkit-animation: spinAround 9s linear infinite;
        -moz-animation: spinAround 9s linear infinite;
        animation: spinAround 9s linear infinite;
    }

    .features1-content-style3 .services .service-img:after {
        content: "";
        height: 70px;
        width: 70px;
        left: 0;
        top: 0;
        opacity: 0;
        position: absolute;
        border-radius: 50%;
        border: 1px dashed #0f0f0f;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .features1-content-style3 .services .service-block {
        overflow: hidden;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }

        .features1-content-style3 .services .service-block .service-title {
            font-size: 14px;
            font-weight: bold;
            margin: 0 0 5px;
            color: #000;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

        .features1-content-style3 .services .service-block .service-desc {
            color: #666;
            font-weight: 400;
            font-size: 13px;
            margin-bottom: 0;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

@keyframes spinAround

0% {
    transform: rotate(0deg)
}

@keyframes spinAround

100% {
    transform: rotate(360deg)
}

@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes spinAround {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}
/*----------------------------------------*/
/*  Features - 3 area end
/*----------------------------------------*/

/*----------------------------------------*/
/*  Features - 4 area start
/*----------------------------------------*/
.features_details.features_details-style4 {
    margin: 30px 0;
    /*float: left;*/
    width: 100%;
}

.features_details-style4 #features2 {
    text-align: center;
    position: relative;
}

    .features_details-style4 #features2 .features2-content {
        display: block;
        overflow: hidden;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

    .features_details-style4 #features2 .page-width {
        padding-left: 15px;
        padding-right: 15px;
    }

    .features_details-style4 #features2 .page-width {
        zoom: 1;
        padding: 40px 50px;
        position: relative;
        /*background-color: var(--themecolor2);*/
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        z-index: 1;
        /* margin-top: -80px;*/
        border-radius: 10px;
        /*background: #fff;*/
        margin-bottom: 20px;
    }

    .features_details-style4 #features2 .services {
        text-align: center;
        cursor: pointer;
        display: flex;
    }

        .features_details-style4 #features2 .services :hover .service-hover {
            -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
        }

        .features_details-style4 #features2 .services .service-img {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: -webkit-transform 0.5s cubic-bezier(.17,.62,.44,.99);
            transition: -webkit-transform 0.5s cubic-bezier(.17,.62,.44,.99);
            -o-transition: transform 0.5s cubic-bezier(.17,.62,.44,.99);
            transition: transform 0.5s cubic-bezier(.17,.62,.44,.99);
            transition: transform 0.5s cubic-bezier(.17,.62,.44,.99),-webkit-transform 0.5s cubic-bezier(.17,.62,.44,.99);
        }

            .features_details-style4 #features2 .services .service-img img {
                padding: 15px 5px;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

        .features_details-style4 #features2 .services .service-img-hover {
            opacity: 1;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0;
            margin: 0 auto;
        }

        .features_details-style4 #features2 .services .service-block {
            overflow: hidden;
            text-align: left;
            display: inline-block;
            vertical-align: middle;
        }

            .features_details-style4 #features2 .services .service-block .service-title {
                font-size: 16px;
                font-weight: 600;
                margin: 0 0 5px;
                color: #000;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

            .features_details-style4 #features2 .services .service-block .service-desc {
                color: #666;
                font-weight: 400;
                font-size: 13px;
                margin-bottom: 0;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

.features_details-style4 .services a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    width: 100%;
}

    .features_details-style4 .services a:hover {
        text-decoration: none;
    }

.features_details-style4 .service-img.service-hover {
    margin-right: 20px;
}

.features_details-style4 #features2 .services :hover .service-block:after {
    -webkit-animation: wpisset-underline-animation 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    animation: wpisset-underline-animation 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.features_details-style4 #features2 .service-block:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 40%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background-color: #171b1c;
    will-change: transform;
    margin-top: 10px;
}

@keyframes wpisset-underline-animation {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    51% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes wpisset-underline-animation2 {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    51% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

/*----------------------------------------*/
/*  Features - 4 area end
/*----------------------------------------*/

/*----------------------------------------*/
/*     Banner1-section start
/*----------------------------------------*/
.banner_area.categori-style1 {
    margin: 30px 0;
    margin-top: 0;
}
.categori-style1 .img-full {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.categori-style1 .jd-banner_area {
    padding-top: 30px;
}

    .categori-style1 .jd-banner_area .container-fluid {
        padding: 0 3%;
    }

@media (max-width: 479px) {
    .categori-style1 .jd-banner_area .container-fluid {
        padding: 0 15px 0;
    }
}

@media (max-width: 991px) {
    .categori-style1 .jd-banner_area .container-fluid [class*="col-"]:nth-child(-n + 2) {
        padding-bottom: 30px;
    }
}

.categori-style1 .jd-banner_area-2 {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .categori-style1 .jd-banner_area-2 [class*="col"]:first-child {
        padding-bottom: 30px;
    }
}

.categori-style1 .jd-banner_area-3 {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .categori-style1 .jd-banner_area-3 [class*="col"]:nth-child(-n + 2) {
        padding-bottom: 30px;
    }
}

.categori-style1 .jd-banner_area {
    padding-top: 0;
    margin-bottom: 20px;
}
/* ---Image Hover Effect--- */
.categori-style1 .img-hover_effect {
    position: relative;
    display: block;
    height: 280px;
}

    .categori-style1 .img-hover_effect a {
        overflow: hidden;
        display: block;
        height: 280px;
    }

        .categori-style1 .img-hover_effect a img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
        }

        .categori-style1 .img-hover_effect a:before {
            bottom: 0;
            content: "";
            left: 50%;
            position: absolute;
            right: 51%;
            top: 0;
            opacity: 0.6;
        }

        .categori-style1 .img-hover_effect a:after {
            bottom: 50%;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 50%;
            opacity: 0.6;
        }

    .categori-style1 .img-hover_effect:hover a:before {
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 900ms ease-in;
        -o-transition: all 900ms ease-in;
        transition: all 900ms ease-in;
    }

    .categori-style1 .img-hover_effect:hover a:after {
        top: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all 900ms ease-in;
        -o-transition: all 900ms ease-in;
        transition: all 900ms ease-in;
    }

.categori-style1 .jd-banner_area .img-hover_effect a:before {
    background: #cda557;
}

.categori-style1 .jd-banner_area .img-hover_effect a:after {
    background: #b9a477;
}
/*----------------------------------------*/
/*     Banner1-section end
/*----------------------------------------*/
/*----------------------------------------*/
/*     Banner2-section start
/*----------------------------------------*/
#alp_bannerstatic {
    overflow: hidden;
    margin: 30px 0 40px 0;
}

    #alp_bannerstatic .bannercms-wrapper {
        margin: 0 -15px;
    }

    #alp_bannerstatic .bannercms_content {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
    }

    #alp_bannerstatic .bannercms_item {
        display: inline-block;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        text-align: center;
        border-radius: 5px;
    }

        #alp_bannerstatic .bannercms_item a.img {
            display: inline-block;
            vertical-align: top;
            position: relative;
            overflow: hidden;
        }

        #alp_bannerstatic .bannercms_item img {
            max-width: 100%;
            -webkit-transition: .4s ease-in-out;
            transition: .4s ease-in-out;
            -moz-transition: .4s ease-in-out;
            -ms-transition: .4s ease-in-out;
            -o-transition: .4s ease-in-out;
        }

        #alp_bannerstatic .bannercms_item:hover img {
            -webkit-transition: .4s ease-in-out;
            transition: .4s ease-in-out;
            -moz-transition: .4s ease-in-out;
            -ms-transition: .4s ease-in-out;
            -o-transition: .4s ease-in-out;
            transform: scale3d(1.1, 1.1, 1.1);
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            -ms-transform: scale3d(1.1, 1.1, 1.1);
            -o-transform: scale3d(1.1, 1.1, 1.1);
            -moz-transform: scale3d(1.1, 1.1, 1.1);
        }

    #alp_bannerstatic .bannercms_content .banner-text {
        font-weight: 500;
        font-size: 26px;
        line-height: 30px;
        text-transform: uppercase;
        color: #ffffff;
        background-color: #ECB235;
        display: block;
        padding: 28px 15px;
    }

    #alp_bannerstatic .bannertext {
        position: absolute;
        bottom: 15px;
        right: auto;
        left: 25px;
        top: auto;
        text-transform: capitalize;
        z-index: 2;
        text-align: left;
        color: #ffffff;
    }

    #alp_bannerstatic .first .bannertext {
        right: 0;
        left: 0;
        top: 10%;
        bottom: auto;
        text-align: center;
    }

    #alp_bannerstatic .forth .bannertext {
        top: 40px;
        bottom: auto;
    }

    #alp_bannerstatic .bannercms {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative;
        display: flex;
    }

    #alp_bannerstatic .bannertext .bannertext1 {
        display: block;
        font-size: 15px;
        color: var(--themecolor);
        margin: 0 0 3px 0;
        font-weight: bold;
        letter-spacing: 2px;
    }

    #alp_bannerstatic .first .bannertext .bannertext1 {
        text-transform: uppercase;
    }

    #alp_bannerstatic .forth .bannertext .bannertext1 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    #alp_bannerstatic .bannertext .bannertext2 {
        font-size: 18px;
        font-weight: 500;
        display: block;
    }

    #alp_bannerstatic .first .bannertext .bannertext2 {
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 12px 0;
    }

    #alp_bannerstatic .forth .bannertext .bannertext2 {
        font-size: 30px;
        line-height: 35px;
    }

    #alp_bannerstatic .bannertext .bannertext3 {
        font-size: 13px;
        display: block;
        margin: 0 0 20px 0;
    }

    #alp_bannerstatic .first .bannertext .bannertext3 {
        font-size: 32px;
        line-height: 32px;
        text-transform: uppercase;
    }

    #alp_bannerstatic .bannertext a {
        color: #000000;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        font-size: 13px;
        background: var(--themecolor);
        padding: 2px 10px;
        display: inline-block;
        vertical-align: top;
        color: #fff;
    }

    #alp_bannerstatic .bannercms_item .bannertext a:hover {
        color: #000000;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        background-color: #ffffff;
    }

    #alp_bannerstatic .second .bannercms_item .bannertext a:hover {
        background-color: #ECB235;
    }

    #alp_bannerstatic .bannercms_item img {
        max-width: 100%;
        height: auto;
        width: 100%;
        border-radius: 5px;
    }

    #alp_bannerstatic .bannercms_content_wrapper.row {
        margin: 0 -15px;
    }

    #alp_bannerstatic .bannercms_content {
        padding: 0 15px;
        overflow: hidden;
    }

    #alp_bannerstatic ul.bannercms-wrapper {
        padding: 0 15px;
        margin: 0;
        /*float: left;*/
    }

li.bannercms_content.first .bannercms_item {
    height: 482px !important;
    width: 100%;
}

    li.bannercms_content.first .bannercms_item img {
        height: 482px !important;
        width: 100%;
    }


li.bannercms_content.second .bannercms_item img {
    height: 226px !important;
}

li.bannercms_content.third .bannercms_item img {
    height: 226px !important;
}

li.bannercms_content.forth .bannercms_item img {
    height: 226px !important;
}

#alp_bannerstatic .bannercms_content_wrapper.row {
    margin: 0 -15px 30px;
}

#alp_bannerstatic .bannercms_content.forth {
    padding: 0;
}

#alp_bannerstatic ul.bannercms-wrapper1 {
    padding: 0;
    margin: 0;
    /*float: left;*/
}

#alp_bannerstatic .bannercms_item a.img {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

#alp_bannerstatic .bannercms_content .bannercms_item a.img:after {
    background: rgba(255, 255, 255, 0.88);
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    width: 0;
    height: 0;
}

#alp_bannerstatic .bannercms_content:hover .bannercms_item a.img:after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition-duration: 1.1s;
    -moz-transition-duration: 1.1s;
    -webkit-transition-duration: 1.1s;
    -khtml-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 1299px) {
    #alp_bannerstatic .forth .bannertext {
        top: 20px;
    }
}

@media (max-width: 979px) {
    #alp_bannerstatic .first .bannertext .bannertext2 {
        font-size: 25px;
        line-height: 30px;
    }

    #alp_bannerstatic .first .bannertext .bannertext3 {
        font-size: 26px;
        line-height: 26px;
    }

    #alp_bannerstatic .forth .bannertext {
        top: 10px;
    }

        #alp_bannerstatic .forth .bannertext .bannertext1 {
            font-size: 18px;
            margin: 0 0 5px 0;
        }

        #alp_bannerstatic .forth .bannertext .bannertext2 {
            font-size: 23px;
            line-height: 27px;
        }

    #alp_bannerstatic .bannertext .bannertext3 {
        font-size: 13px;
        ;
        margin: 0 0 10px 0;
    }

    #alp_bannerstatic {
        margin: 0 0 60px 0;
    }
}

@media (max-width: 767px) {
    #alp_bannerstatic {
        text-align: center;
    }

        #alp_bannerstatic .bannercms_content {
            padding: 0 15px;
            overflow: hidden;
            margin: 0 0 10px;
        }

        #alp_bannerstatic .bannercms_content_wrapper.row {
            margin-bottom: 0;
        }

        #alp_bannerstatic .forth .bannertext .bannertext1 {
            font-size: 15px;
            margin: 0 0 2px 0;
        }

        #alp_bannerstatic .forth .bannertext .bannertext2 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 15px;
        }

        #alp_bannerstatic .forth .bannertext .bannertext3 {
            display: none;
        }

        #alp_bannerstatic .forth .bannertext {
            top: 30px;
        }
}

@media (max-width: 554px) {
    #alp_bannerstatic .forth .bannertext {
        top: 10px;
    }
}

@media (max-width: 479px) {
    #alp_bannerstatic .forth .bannertext .bannertext1 {
        font-size: 14px;
        margin: 0 0 0px 0;
        line-height: 20px;
    }

    #alp_bannerstatic .forth .bannertext .bannertext2 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 6px;
    }

    #alp_bannerstatic .bannertext a {
        font-size: 12px;
        padding: 0px 10px;
        line-height: 21px;
    }

    #alp_bannerstatic .forth .bannertext {
        top: 3px;
    }
}

/*----------------------------------------*/
/*     Banner2-section end
/*----------------------------------------*/
.new_collection_section_card a:hover{
    text-decoration: none;
}
.new_collection_section_card:nth-child(even) {
    margin-top: 30px;
}
.image-frame {
    position: relative;
    display: block;
    text-decoration: none;
    max-width: 100%;
    z-index: 0;
    /* Image Frames Styles */
}
section.section.new_collection_section {
    margin-top: 0;
}
    .image-frame img {
        position: relative;
        z-index: 1;
    }

    .image-frame .image-frame-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        overflow: hidden;
    }

        .image-frame .image-frame-wrapper > img {
            -webkit-transition: ease transform 300ms;
            transition: ease transform 300ms;
        }

        .image-frame .image-frame-wrapper .image-frame-background {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: center;
        }

        .image-frame .image-frame-wrapper .image-frame-inner-border {
            position: absolute;
            top: 13px;
            right: 13px;
            bottom: 13px;
            left: 13px;
            border: solid rgba(255, 255, 255, 0.1);
            border-width: 0;
            z-index: 2;
            -webkit-transition: ease border-width 300ms 200ms;
            transition: ease border-width 300ms 200ms;
        }

        .image-frame .image-frame-wrapper .image-frame-action {
            position: absolute;
            opacity: 0;
            z-index: 2;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-transition: ease opacity 300ms 100ms;
            transition: ease opacity 300ms 100ms;
        }

            .image-frame .image-frame-wrapper .image-frame-action .image-frame-action-icon {
                display: block;
                color: #FFF;
                font-size: 1.2307692308em;
                line-height: 2.9230769231em;
                border: 1px solid rgba(255, 255, 255, 0.85);
                border-radius: 100%;
                width: 2.9230769231em;
                height: 2.9230769231em;
                text-align: center;
                margin: 3.2px;
                margin: 0.2rem;
            }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-absolute-center {
                top: 50%;
                left: 50%;
                -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
            }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-style-2 .image-frame-action-icon {
                border: 0;
                background: rgba(28, 31, 33, 0.95);
                border-radius: 0;
            }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon {
                -webkit-transition: ease transform 200ms;
                transition: ease transform 200ms;
            }

                .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-effect-1 .image-frame-action-icon:hover {
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-sm .image-frame-action-icon {
                font-size: 0.9230769231em;
            }

            .image-frame .image-frame-wrapper .image-frame-action.image-frame-action-md .image-frame-action-icon {
                font-size: 1.0769230769em;
            }

        .image-frame .image-frame-wrapper .image-frame-info {
            position: absolute;
            width: 100%;
            z-index: 4;
            display: -webkit-box;
            display: -ms-flexbox;
            display: block;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            opacity: 0;
            -webkit-transition: ease opacity 300ms 100ms;
            transition: ease opacity 300ms 100ms;
        }

            .image-frame .image-frame-wrapper .image-frame-info.image-frame-info-show {
                opacity: 1;
            }

        .image-frame .image-frame-wrapper .image-frame-info-box-style-1 {
            background: #FFF;
            padding: 10px 20px;
            text-align: center;
            display: block;
            font-family: "Montserrat", sans-serif;
        }

        .image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
            max-width: 70%;
            margin: 0 auto;
            -ms-flex-item-align: end;
            align-self: flex-end;
            margin-bottom: 24px;
            margin-bottom: 1.5rem;
        }

            .image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                line-height: 1;
            }

                .image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span {
                    position: relative;
                    font-size: 56px;
                    font-size: 3.5rem;
                    -ms-flex-item-align: end;
                    align-self: flex-end;
                    left: -4px;
                    top: -4px;
                }

                    .image-frame .image-frame-wrapper .image-frame-info-box-style-2 .image-frame-info-box-title > span:after {
                        content: '';
                        position: absolute;
                        display: block;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        top: 65%;
                        background: #FFF;
                    }

            .image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
                padding: 32px 41.6px 32px;
                padding: 2rem 2.6rem 2rem;
                margin-top: -35.2px;
                margin-top: -2.2rem;
            }

@media (min-width: 992px) and (max-width: 1300px) {
    .image-frame .image-frame-wrapper .image-frame-info-box-style-2 {
        max-width: 95%;
    }
}

@media (max-width: 1199px) {
    .image-frame .image-frame-wrapper .image-frame-info-box-style-2 > p {
        padding: 2rem 0.8rem 1rem;
    }
}

.image-frame .image-frame-wrapper .image-frame-bottom-bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #2E3237;
    z-index: 2;
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

    .image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        opacity: 0;
        -webkit-transition: ease opacity 300ms 300ms;
        transition: ease opacity 300ms 300ms;
    }

    .image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action {
        display: block;
        color: #FFF;
        font-size: 1.2307692308em;
        line-height: 2.4615384615em;
        border: 1px solid rgba(72, 72, 72, 0.85);
        border-radius: 100%;
        width: 2.4615384615em;
        height: 2.4615384615em;
        text-align: center;
        margin: 3.2px;
        margin: 0.2rem;
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: ease opacity 300ms 300ms, ease transform 300ms;
        transition: ease opacity 300ms 300ms, ease transform 300ms;
    }

        .image-frame .image-frame-wrapper .image-frame-bottom-bar .image-frame-bottom-bar-action:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

    .image-frame .image-frame-wrapper .image-frame-bottom-bar.image-frame-bottom-bar-style-2 {
        background: -webkit-gradient(linear, left bottom, left top, from(#2E3237), to(rgba(241, 243, 247, 0)));
        background: linear-gradient(to top, #2E3237, rgba(241, 243, 247, 0));
    }

.image-frame:hover .image-frame-info {
    opacity: 1;
}

.image-frame:hover .image-frame-bottom-bar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-info,
    .image-frame:hover .image-frame-bottom-bar .image-frame-bottom-bar-action {
        opacity: 1;
    }

.image-frame.image-frame-border {
    border: 1px solid rgba(28, 31, 33, 0.1);
}

.image-frame.image-frame-style-1 {
    background-color: #FFF;
}

    .image-frame.image-frame-style-1 .image-frame-wrapper:after {
        content: "";
        position: absolute;
        display: block;
        /*background: rgba(28, 31, 33, 0.8);*/
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
        bottom: -4px;
        color: #FFF;
        left: -4px;
        right: -4px;
        top: -4px;
        opacity: 0;
        pointer-events: none;
        z-index: 1;
    }

    .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-bottom:after {
        top: auto;
        height: 30%;
    }

    .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-light:after {
        background: rgba(255, 255, 255, 0.8);
    }

    .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-justify-left {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        .image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            height: 30%;
            margin-bottom: -4px;
        }

    .image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper:after {
        opacity: 1;
    }

    .image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper > img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
        border-width: 10px;
        -webkit-transition: ease border-width 300ms 200ms;
        transition: ease border-width 300ms 200ms;
    }

    .image-frame.image-frame-style-1.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
        opacity: 1;
    }

    .image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper:after {
        -webkit-transition: ease all 100ms;
        transition: ease all 100ms;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    .image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper .image-frame-action {
        opacity: 0;
        -webkit-transition: ease all 300ms;
        transition: ease all 300ms;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    .image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .image-frame.image-frame-style-1.image-frame-effect-2:hover .image-frame-wrapper .image-frame-action {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

.image-frame.image-frame-style-2:after, .image-frame.image-frame-style-3:after, .image-frame.image-frame-style-4:after {
    content: ' ';
    position: absolute;
    top: 13px;
    right: 13px;
    bottom: 13px;
    left: 13px;
    border: 5px solid #FFF;
    z-index: 3;
}

.image-frame.image-frame-style-3 {
    overflow: hidden;
}

    .image-frame.image-frame-style-3:after {
        bottom: -15px;
    }

    .image-frame.image-frame-style-3 .image-frame-wrapper .image-frame-info {
        padding-top: 15px;
    }

.image-frame.image-frame-style-4 {
    overflow: hidden;
}

    .image-frame.image-frame-style-4:after {
        top: -15px;
    }

    .image-frame.image-frame-style-4 .image-frame-wrapper .image-frame-info {
        padding-bottom: 15px;
    }

.image-frame.image-frame-style-5 {
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
}

    .image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper:after {
        opacity: 1;
    }

    .image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper > img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-inner-border {
        border-width: 10px;
        -webkit-transition: ease border-width 300ms 200ms;
        transition: ease border-width 300ms 200ms;
    }

    .image-frame.image-frame-style-5.image-frame-effect-1:hover .image-frame-wrapper .image-frame-action {
        opacity: 1;
    }

.image-frame.image-frame-style-6 img {
    position: relative;
    z-index: 2;
    border: 4px solid #FFF;
}

.image-frame.image-frame-style-6:before {
    background: #252a2c none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -5px;
    content: " ";
    -webkit-filter: blur(2px);
    filter: blur(2px);
    height: 10px;
    left: -10px;
    opacity: 0.1;
    position: absolute;
    right: -10px;
    z-index: 1;
}

.image-frame.image-frame-style-7 {
    padding: 4px;
    border: 5px solid #777;
    border-radius: 50%;
}

.image-frame.image-frame-style-8 .image-frame-action-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

.image-frame.image-frame-style-8:hover .image-frame-action, .image-frame.image-frame-style-8.show .image-frame-action {
    opacity: 1;
}

.image-frame.image-frame-style-8:hover .image-frame-action-bottom, .image-frame.image-frame-style-8.show .image-frame-action-bottom {
    -webkit-transform: none;
    transform: none;
}
.image-frame-info-box-style-1 h4 {
    color: #b9a477 !important;
    font-size: 20px;
}

/* Hover Effect 3d */
.hover-effect-3d .image-frame-style-1 {
    will-change: box-shadow;
    -webkit-transition: -webkit-box-shadow 300ms;
    transition: -webkit-box-shadow 300ms;
    transition: box-shadow 300ms;
    transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

    .hover-effect-3d .image-frame-style-1:hover {
        -webkit-box-shadow: 0px 17px 20px -15px rgba(28, 31, 33, 0.6);
        box-shadow: 0px 17px 20px -15px rgba(28, 31, 33, 0.6);
    }

    .hover-effect-3d .image-frame-style-1 .image-frame-action .image-frame-action-icon {
        pointer-events: none;
    }

/*----------------------------------------*/
/*     Banner3-section start
/*----------------------------------------*/

.product_collection_style3.banner_section {
    margin-bottom: 40px;
    margin-top: 40px;
}

.product_collection_style3 .single_banner {
    border: 1px solid var(--themecolor2);
    margin-top: 60px;
}

.product_collection_style3 .banner_thumb {
    position: relative;
    overflow: hidden;
    height: 210px;
    width: 100%;
}

    .product_collection_style3 .banner_thumb::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
        top: 0;
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        pointer-events: none;
        z-index: 1;
    }

    .product_collection_style3 .banner_thumb img {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        max-width: 100%;
        height: 100%;
        width: 100%;
    }

    .product_collection_style3 .banner_thumb:hover::before {
        opacity: 1;
    }

    .product_collection_style3 .banner_thumb:hover img {
        transform: scale(1.1);
    }

.product_collection_style3 .banner_content {
    position: absolute;
    top: 25px;
    left: 25px;
}

    .product_collection_style3 .banner_content p {
        color: #7d7d7d;
        margin-bottom: 0;
    }

    .product_collection_style3 .banner_content h2 {
        color: var(--themecolorbg);
        font-size: 24px;
        font-weight: 700;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .product_collection_style3 .banner_content span {
        color: var(--themecolorbg);
    }

.product_collection_style3 .messages_info {
    text-align: center;
    padding: 35px 0 32px;
}

    .product_collection_style3 .messages_info p {
        color: var(--themecolorbg);
    }

        .product_collection_style3 .messages_info p a {
            color: var(--themecolor);
        }

.product_collection_style3 .banner_fullwidth {
    background: url(..images/banner4.jpg) no-repeat scroll center center/cover;
    margin-bottom: 64px;
}

    .product_collection_style3 .banner_fullwidth .row {
        height: 510px;
    }

.product_collection_style3 .banner_text {
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .product_collection_style3 .banner_text:hover {
        transform: scale(1.05);
    }

    .product_collection_style3 .banner_text P {
        font-size: 16px;
        margin: 0;
        color: var(--themecolor);
    }

    .product_collection_style3 .banner_text h2 {
        font-size: 50px;
        text-transform: capitalize;
        margin-bottom: 10px;
        color: var(--themecolorbg);
        font-weight: 700;
        line-height: 65px;
    }

    .product_collection_style3 .banner_text > span {
        font-size: 16px;
        margin: 0;
        display: block;
        color: #5a5a5a;
    }

    .product_collection_style3 .banner_text a {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--themecolor);
        border: 2px solid var(--themecolor);
        padding: 0 45px;
        border-radius: 3px;
        margin-top: 70px;
        line-height: 46px;
        display: inline-block;
    }

        .product_collection_style3 .banner_text a:hover {
            background: var(--themecolor);
            color: #fff;
        }

.product_collection_style3 .product_collection-cou .owl-nav {
    position: absolute;
    top: -21px;
    right: 0;
    background: #fff;
}

.product_collection_style3 .product_collection-cou button.owl-prev {
    margin-right: 10px;
}

.product_collection_style3 .product_collection-cou button.owl-prev, .product_collection_style3 .product_collection-cou button.owl-next {
    height: 40px;
    width: 40px;
    background: var(--themecolor) !important;
    text-align: center;
    justify-content: center;
    line-height: 50px !important;
}

.product_collection_style3 .product_collection-cou {
    border-top: 1px solid var(--themecolor2);
}
/*----------------------------------------*/
/*     Banner3-section end
/*----------------------------------------*/
/*----------------------------------------*/
/*     Banner4-section start
/*----------------------------------------*/
.product_banner-style4.product_banner {
    /*float: left;*/
    width: 100%;
    margin: 40px 0;
}

.product_banner-style4 .subbannercms-outer {
    overflow: hidden;
    margin: 0 auto 20px;
}

.product_banner-style4 .subbannercms-outer {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.product_banner-style4 .home-newproduct {
    padding-bottom: 19px;
}

.product_banner-style4 .banner-right {
    padding-left: 20px;
}

.product_banner-style4 .subbanner-common left .subbanner-inner {
    position: relative;
    overflow: hidden;
    height: 270px;
    width: 100%;
    /* height: 100%; */
    min-height: max-content;
}

.product_banner-style4 .subbanner-common.right .subbanner3.subbanner-inner {
    height: 570px;
    width: 100%;
}

.product_banner-style4 .subbanner-inner {
    position: relative;
    overflow: hidden;
    min-height: max-content;
}

.product_banner-style4 .subbanner-common.right {
    padding-left: 31px;
}

.product_banner-style4 .subbanner1.subbanner-inner {
    margin-bottom: 30px;
    width: 100%;
    height: 270px;
}

.product_banner-style4 .subbannercms-outer .subbanner-common .subbanner-inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(221,178,147, 0.35);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.subbannercms-inner {
    display: flex;
    align-items: center;
}

.product_banner-style4 .subbannercms-outer .subbanner-common .subbanner-inner:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
}

.product_banner-style4 .subbanner-common.left {
    width: 48.9%;
}

.product_banner-style4 .subbanner-common.right {
    width: 51.1%;
}

.product_banner-style4 .subbannercms-outer .subbanner-common {
    float: left;
    position: relative;
}

.subbanner1.subbanner-inner img {
    height: 100%;
    width: 100%;
}

.subbanner2.subbanner-inner img {
    height: 100%;
    width: 100%;
}

.subbanner3.subbanner-inner img {
    height: 100%;
    width: 100%;
}

.product_banner-style4 .subbannercms-outer img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
/*----------------------------------------*/
/*     Banner4-section end
/*----------------------------------------*/
/*----------------------------------------*/
/*     Banner5-section start
/*----------------------------------------*/
.product_banner-style5.product_banner {
    /*float: left;*/
    width: 100%;
    margin: 40px 0;
}

.product_banner-style5 .product_banner_details {
    margin: 15px 15px 0;
    padding: 0;
}

    .product_banner-style5 .product_banner_details:last-child {
        padding-bottom: 60px;
    }

    .product_banner-style5 .product_banner_details::after {
        content: '';
        clear: both;
        display: block;
    }

    .product_banner-style5 .product_banner_details .product:first-child {
        margin-left: 0;
    }

.product_banner-style5 .product img {
    width: 100%;
    height: 200px;
}

.product_banner-style5 figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

    .product_banner-style5 figure:hover + span {
        bottom: -36px;
        opacity: 1;
    }
/* Circle */
.product_banner-style5 .product-hover figure {
    position: relative;
}

    .product_banner-style5 .product-hover figure::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: '';
        width: 0;
        height: 0;
        background: rgba(175, 144, 123, 0.43);
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .product_banner-style5 .product-hover figure:hover::before {
        -webkit-animation: circle .75s;
        animation: circle .75s;
    }

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
/*----------------------------------------*/
/*     Banner5-section end
/*----------------------------------------*/
/*----------------------------------------*/
/*     Banner6-section start
/*----------------------------------------*/
.product_banner.product_banner-style6 {
    /*float: left;*/
    width: 100%;
    margin: 40px 0;
}

.product_banner-style6 .product figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    margin: 10px 1%;
    max-width: 480px;
    max-height: 260px;
    background: #6d6d6d;
    text-align: center;
    cursor: pointer;
}

    .product_banner-style6 .product figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .product_banner-style6 .product figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .product_banner-style6 .product figure figcaption::before,
        .product_banner-style6 .product figure figcaption::after {
            pointer-events: none;
        }

        .product_banner-style6 .product figure figcaption,
        .product_banner-style6 .product figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
/*.product_banner-style6 figure.effect-layla {
  background: #18a367;
}*/
.product_banner-style6 figure.effect-layla img {
    height: 300px;
    width: 100%;
}

.product_banner-style6 figure.effect-layla figcaption {
    padding: 3em;
}

    .product_banner-style6 figure.effect-layla figcaption::before,
    .product_banner-style6 figure.effect-layla figcaption::after {
        position: absolute;
        content: '';
        opacity: 0;
    }

    .product_banner-style6 figure.effect-layla figcaption::before {
        top: 50px;
        right: 30px;
        bottom: 50px;
        left: 30px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .product_banner-style6 figure.effect-layla figcaption::after {
        top: 30px;
        right: 50px;
        bottom: 30px;
        left: 50px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

.product_banner-style6 figure.effect-layla img {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

.product_banner-style6 figure.effect-layla img,
.product_banner-style6 figure.effect-layla figcaption::before,
.product_banner-style6 figure.effect-layla figcaption::after {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.product_banner-style6 figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.product_banner-style6 figure.effect-layla:hover figcaption::before,
.product_banner-style6 figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product_banner-style6 figure.effect-layla:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.product_banner-style6 figure.effect-layla:hover figcaption::after,
.product_banner-style6 figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
/*----------------------------------------*/
/*     Banner6-section end
/*----------------------------------------*/
/*----------------------------------------*/
/*     new-arrivals product-1 start
/*----------------------------------------*/
.mobile-filter-open {
    display: none;
}
.product_style1 .slick-arrow-style button.slick-arrow {
    top: 50%;
    left: 20px;
}

    .product_style1 .slick-arrow-style button.slick-arrow.slick-next {
        left: auto;
        right: 20px;
    }

.product_style1 .slick-arrow-style:hover button.slick-arrow.slick-prev {
    left: 10px;
    right: auto;
}

.product_style1 .slick-arrow-style:hover button.slick-arrow.slick-next {
    right: -10px;
}

section.product_style1 {
    margin-top: 30px;
}

.product_style1 .product-item {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 15px;
    background: #000;
}

    .product_style1 .product-item:hover {
        border: 1px solid #b9a477;
        padding-bottom: 15px;
    }

    .product_style1 .product-item .color-categories {
        padding: 13px 0 6px;
    }

    .product_style1 .product-item:hover .product-thumb .sec-img, .product_style1 .product-list-item:hover .product-thumb .sec-img {
        opacity: 1;
        visibility: visible;
    }
    /*.product_style1 .product-item:hover .product-thumb .pri-img, .product_style1 .product-list-item:hover .product-thumb .pri-img {
  opacity: 0;
  visibility: hidden;
}*/
    .product_style1 .product-item:hover .button-group a, .product_style1 .product-list-item:hover .button-group a {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .product_style1 .product-item:hover .cart-hover, .product_style1 .product-list-item:hover .cart-hover {
        bottom: 15px;
        opacity: 1;
        visibility: visible;
    }

.product_style1 .product-thumb {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 200px;
}

    .product_style1 .product-thumb img {
        width: 100%;
        height: 100%;
    }

    .product_style1 .product-thumb .sec-img {
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

.product_style1 .product-caption {
    padding-top: 17px;
    cursor: default;
}

    .product_style1 .product-caption .netWt {
        font-weight: 400;
        line-height: 1.2;
        padding-bottom: 0;
        color: #ccc;
    }

    .product_style1 .product-caption .product-name {
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
    }

        .product_style1 .product-caption .product-name a {
            color: #ffffff;
            text-transform: capitalize;
        }

            .product_style1 .product-caption .product-name a:hover {
                color: #c29958;
                text-decoration: none;
            }

            .product_style1 .product-caption .product-name a:focus {
                outline: none;
            }

.product_style1 .button-group {
    right: 22px;
    top: 3px;
    position: absolute;
}
/*.product_style1 .btn.btn-cart {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 8px 18px;
  display: inline-block;
  border-radius: 50px;
  background-color: #000;
  margin-top: 38px;
}*/

.product_style1 .btn.btn-cart {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 8px 18px;
    display: inline-block;
    border-radius: 50px;
    background-color: #b9a477;
    margin-bottom: -10px;
}

.product_style1 .button-group a {
    width: 38px;
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #c29958;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

    .product_style1 .button-group a span {
        display: block;
    }

    .product_style1 .button-group a:hover {
        color: #fff;
    }

.product_style1 .cart-hover {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product_style1 .product-label {
    background: #c29958;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 20px;
    line-height: 1;
    min-width: 46px;
    padding: 4px 12px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    z-index: 3;
}

    .product_style1 .product-label span {
        display: block;
        margin-top: -1px;
    }

    .product_style1 .product-label.discount {
        background-color: #222222;
    }

    .product_style1 .product-label:nth-child(1) {
        top: 20px;
    }

    .product_style1 .product-label:nth-child(2) {
        top: 48px;
    }

.product_style1 .ratings {
    color: #f9bd22;
    font-size: 14px;
}

    .product_style1 .ratings span {
        margin-right: 3px;
    }

.product_style1 .price-box {
    font-size: 15px;
    line-height: 1;
}

.price-regular {
    color: #c29958;
    font-weight: 500;
}

.product_style1 .price-old {
    color: #999;
    padding-left: 5px;
    font-weight: 300;
    display: none;
}
/*----------------------------------------*/
/*     new-arrivals product-1 end
/*----------------------------------------*/

/*----------------------------------------*/
/*     new-arrivals product-2 start
/*----------------------------------------*/
.new-arrivals-style2 .slick-arrow-style button.slick-arrow {
    top: 50%;
    left: 20px;
}

    .new-arrivals-style2 .slick-arrow-style button.slick-arrow.slick-next {
        left: auto;
        right: 20px;
    }

.new-arrivals-style2 .slick-arrow-style:hover button.slick-arrow.slick-prev {
    left: 10px;
    right: auto;
}

.new-arrivals-style2 .slick-arrow-style:hover button.slick-arrow.slick-next {
    right: -10px;
}

section.featured-product-main.new-arrivals-style2 {
    margin-top: 30px;
}

.new-arrivals-style2 .product-grid {
    text-align: center;
    border: 1px solid #ffffff21;
    background: #fff;
    padding-bottom: 20px;
}

    .new-arrivals-style2 .product-grid .product-image {
        position: relative;
        overflow: hidden;
    }

        .new-arrivals-style2 .product-grid .product-image a.image {
            display: block;
        }

        .new-arrivals-style2 .product-grid .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.new-arrivals-style2 .product-image .pic-1 {
    backface-visibility: hidden;
    transition: all 0.5s;
}

.new-arrivals-style2 .product-grid:hover .product-image .pic-1 {
    opacity: 0;
}

.new-arrivals-style2 .product-image img.pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}

.new-arrivals-style2 .product-grid:hover .product-image .pic-2 {
    opacity: 1;
    filter: hue-rotate(0);
}

.new-arrivals-style2 .product-grid .product-discount-label {
    color: #fff;
    background: #3498db;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius: 30px 30px;
    box-shadow: -3px -3px 0 rgba(0,0,0,0.1);
    position: absolute;
    top: 12px;
    left: 12px;
}

.new-arrivals-style2 .product-grid .social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}

    .new-arrivals-style2 .product-grid .social li {
        display: inline-block;
        margin: 0 3px;
        opacity: 0;
        transform: rotate(50deg);
        transform-origin: bottom right;
        transition: all .5s;
    }

.new-arrivals-style2 .product-grid:hover .social li {
    opacity: 1;
    transform: rotateX(0);
}

.new-arrivals-style2 .product-grid .social li a {
    color: #181818;
    background: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .08);
    display: block;
    position: relative;
    transition: all 0.3s linear 0s;
}

    .new-arrivals-style2 .product-grid .social li a:hover {
        color: #fff;
        background: var(--themecolor);
    }

    .new-arrivals-style2 .product-grid .social li a:before,
    .new-arrivals-style2 .product-grid .social li a:after {
        content: attr(data-tip);
        color: #fff;
        background-color: #181818;
        font-size: 12px;
        line-height: 20px;
        border-radius: 5px;
        padding: 5px 10px;
        white-space: nowrap;
        visibility: hidden;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: -40px;
        z-index: 0;
    }

    .new-arrivals-style2 .product-grid .social li a:after {
        content: '';
        height: 15px;
        width: 15px;
        padding: 0;
        border-radius: 0;
        transform: translateX(-50%) rotate(45deg);
        top: -22px;
        left: 50%;
        z-index: -1;
    }

    .new-arrivals-style2 .product-grid .social li a:hover:before,
    .new-arrivals-style2 .product-grid .social li a:hover:after {
        visibility: visible;
    }

.new-arrivals-style2 .product-caption {
    padding-top: 17px;
}

    .new-arrivals-style2 .product-caption .netWt {
        font-weight: 400;
        line-height: 1.2;
        padding-bottom: 0;
    }

        .new-arrivals-style2 .product-caption .netWt p {
            color: var(--themecolor) !important;
        }

    .new-arrivals-style2 .product-caption .product-name {
        font-weight: 600;
        line-height: 1.2;
        font-size: 14px;
    }

        .new-arrivals-style2 .product-caption .product-name a {
            color: #222222;
            text-transform: capitalize;
        }

            .new-arrivals-style2 .product-caption .product-name a:hover {
                color: var(--themecolor);
                text-decoration: none;
            }

.new-arrivals-style2 .price-old {
    color: #999;
    padding-left: 5px;
    font-weight: 300;
    display: none;
}

.new-arrivals-style2 .price-regular {
    color: var(--themecolorsecondery);
    font-weight: 500;
}
/*----------------------------------------*/
/*     new-arrivals product-2 end
/*----------------------------------------*/
/*----------------------------------------*/
/*     new-arrivals product-3 start
/*----------------------------------------*/
.new_arrival_fetured_style3.fetured-product {
    /*float: left;*/
    width: 100%;
    margin: 30px 0 0 0;
}

.new_arrival_fetured_style3 .featured-product-details {
    /*float: left;*/
    width: 100%;
    /*  margin: 10px 0;
*/ /*border-top: 1px solid var(--themecolor2);*/
}

.new_arrival_fetured_style3 .single_product:hover .product_thumb a.secondary_img {
    opacity: 1;
    visibility: visible;
}

.new_arrival_fetured_style3 .single_product:hover .quick_button {
    opacity: 1;
    visibility: visible;
}

.new_arrival_fetured_style3 .product_thumb {
    position: relative;
    margin-bottom: 8px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: max-content;
}

    .new_arrival_fetured_style3 .product_thumb img {
        width: 150px !important;
        height: 150px;
    }

    .new_arrival_fetured_style3 .product_thumb a.secondary_img {
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
    }

.new_arrival_fetured_style3 .quick_button {
    position: absolute;
    bottom: -15px;
    left: 15px;
    right: 15px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .new_arrival_fetured_style3 .quick_button a {
        line-height: 34px;
        background: #3e3e3e;
        color: #ffffff;
        padding: 0 10px;
        font-weight: normal;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        font-size: 13px;
        text-transform: capitalize;
        width: 100%;
        text-align: center;
        display: block;
    }

        .new_arrival_fetured_style3 .quick_button a:hover {
            background: var(--themecolor);
            text-decoration: none;
        }

.new_arrival_fetured_style3 .product_content {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    .new_arrival_fetured_style3 .product_content h3 {
        line-height: 22px;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
        position: relative;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

        .new_arrival_fetured_style3 .product_content h3::before {
            background-image: linear-gradient(to right, transparent, #ebebeb 30%, 85%, transparent);
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .new_arrival_fetured_style3 .product_content h3 a {
            color: var(--themecolorbg);
        }

            .new_arrival_fetured_style3 .product_content h3 a:hover {
                font-size: 12px;
                display: flex;
                text-decoration: none;
                font-weight: 500;
                color: var(--themecolor);
                text-align: center;
                justify-content: center;
            }

.new_arrival_fetured_style3 .price_box > span {
    font-size: 12px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    color: var(--textcolorwhite);
}

    .new_arrival_fetured_style3 .price_box > span.old_price {
        color: #545454;
        font-size: 14px;
        margin-right: 5px;
        text-decoration: line-through;
        font-weight: 400;
    }

.new_arrival_fetured_style3 .product_hover {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 0;
    background: #ffffff;
    padding: 3px 8px 10px 8px;
    box-shadow: 0px 6px 7px 0 rgba(0, 0, 0, 0.3);
    transition: all 300ms ease-in-out;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}

.new_arrival_fetured_style3 .single_product {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*margin-bottom: 60px;*/
}

    .new_arrival_fetured_style3 .single_product:hover {
        background: #ffffff;
        border-radius: 3px;
        box-shadow: 0px 0 15px 0 rgba(0, 0, 0, 0.3);
    }

        .new_arrival_fetured_style3 .single_product:hover .product_hover {
            top: 66%;
            opacity: 1;
            visibility: visible;
        }

.new_arrival_fetured_style3 .action_links {
    width: 100%;
}

    .new_arrival_fetured_style3 .action_links ul {
        padding: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }

.new_arrival_fetured_style3 .product_ratings {
    margin-bottom: 6px;
}

    .new_arrival_fetured_style3 .product_ratings ul {
        padding: 0;
        margin-top: 10px;
    }

        .new_arrival_fetured_style3 .product_ratings ul li {
            display: inline-block;
        }

            .new_arrival_fetured_style3 .product_ratings ul li a {
                color: var(--themecolor);
            }

.new_arrival_fetured_style3 .action_links ul li {
    display: inline-block;
}

    .new_arrival_fetured_style3 .action_links ul li.add_to_cart a {
        line-height: 35px;
        padding: 0 18px;
        font-family: "Playfair Display", serif;
        width: 100%;
        text-transform: capitalize;
        font-size: 12px;
    }

    .new_arrival_fetured_style3 .action_links ul li a {
        line-height: 30px;
        height: 35px;
        width: 35px;
        background: #f1f1f1;
        color: #666;
        display: block;
        text-align: center;
        justify-content: center;
        vertical-align: middle;
    }

        .new_arrival_fetured_style3 .action_links ul li a:hover {
            background: var(--themecolor);
            color: #ffffff;
            text-decoration: none;
        }

.new_arrival_fetured_style3 .tag_cate {
    margin-bottom: 0px;
}

    .new_arrival_fetured_style3 .tag_cate a {
        color: #5a5a5a;
        font-size: 13px;
    }

        .new_arrival_fetured_style3 .tag_cate a:hover {
            color: var(--themecolor);
            text-decoration: none;
        }

.new_arrival_fetured_style3 .featured_contains {
    padding: 20px 0;
}

.new_arrival_fetured_style3 .featured-product-details .owl-nav {
    position: absolute;
    top: -21px;
    right: 0;
    background: #fff;
}

.new_arrival_fetured_style3 .featured-product-details button.owl-prev, .featured-product-details button.owl-next {
    height: 40px;
    width: 40px;
    /*background: var(--themecolor) !important;*/
    background: #000 !important;
    text-align: center;
    justify-content: center;
    line-height: 50px !important;
}

    .new_arrival_fetured_style3 .featured-product-details button.owl-prev i, .featured-product-details button.owl-next i {
        font-size: 28px;
        color: #ffff;
    }

.new_arrival_fetured_style3 .featured-product-details .owl-nav button:focus {
    outline: none;
}

.new_arrival_fetured_style3 .featured-product-details button.owl-prev {
    margin-right: 10px;
}
/*----------------------------------------*/
/*     new-arrivals product-3 END
/*----------------------------------------*/

/*----------------------------------------*/
/*     new-arrivals product-4 START
/*----------------------------------------*/
section.new-arrivals_style_New {
    margin-top: 0;
}
.title-style-1.section-title {
    margin: 0;
    margin-bottom: 50px;
}

    .our_product-style4.our_product .our-product-4.owl-theme .owl-nav {
        margin-top: 30px;
        text-align: center;
    }

.our_product-style4 .product-grid {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.4s ease-out 0s;
}

    .our_product-style4 .product-grid:hover {
        border-color: var(--themecolor);
    }

    .our_product-style4 .product-grid .product-image {
        background-color: #111;
        overflow: hidden;
        position: relative;
    }

        .our_product-style4 .product-grid .product-image a.image {
            display: block;
        }

        .our_product-style4 .product-grid .product-image img {
            width: 100%;
            /*height: 210px;*/
            object-fit: fill;
        }

        .our_product-style4 .product-grid .product-image .pic-1 {
            opacity: 1;
            transition: all 0.5s ease 0s;
        }

    .our_product-style4 .product-grid:hover .product-image .pic-1 {
        opacity: 0;
    }

    .our_product-style4 .product-grid .product-image .pic-2 {
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        /*max-height: 250px;*/
        top: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our_product-style4 .product-grid:hover .product-image .pic-2 {
        opacity: 0.8;
    }

    .our_product-style4 .product-grid .product-links {
        font-size: 0;
        width: 151px;
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.3s ease 0s;
    }

    .our_product-style4 .product-grid:hover .product-links {
        opacity: 1;
    }

    .our_product-style4 .product-grid .product-links li {
        display: inline-block;
        margin: 0 -1px 0 0;
        transition: all 0.6s ease;
    }

        .our_product-style4 .product-grid .product-links li:nth-child(odd) {
            transform: translateY(-100px);
        }

        .our_product-style4 .product-grid .product-links li:nth-child(even) {
            transform: translateY(100px);
        }

    .our_product-style4 .product-grid:hover .product-links li {
        transform: translateY(0);
    }

    .our_product-style4 .product-grid .product-links li a {
        color: #fff;
        background: var(--themecolor2);
        font-size: 16px;
        line-height: 39px;
        width: 38px;
        height: 38px;
        display: block;
        transition: all 0.2s ease-out;
    }

        .our_product-style4 .product-grid .product-links li a:hover {
            color: var(--themecolor2);
            background-color: var(--themecolor);
            text-decoration: none;
        }

    .our_product-style4 .product-grid .product-content {
        padding: 15px;
    }

    .our_product-style4 .product-grid .title {
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        margin: 0 0 8px;
    }

        .our_product-style4 .product-grid .title a {
            color: var(--themecolorsecondery);
            transition: all 0.3s ease 0s;
        }

            .our_product-style4 .product-grid .title a:hover {
                color: var(--themecolor);
                text-decoration: none;
            }

    .our_product-style4 .product-grid .price {
        color: var(--themecolorsecondery);
        font-size: 12px;
        font-weight: 600;
        margin: 0;
    }

    .our_product-style4 .product-grid .rating {
        color: var(--themecolor);
        font-size: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

.our_product-style4 .our_product_details {
    /*float: left;*/
    width: 100%;
    /* margin: 40px 0;*/
}

.our_product-style4 .our-product-4.owl-theme .owl-dots {
    display: none !important;
    zoom: 1;
}

.our_product-style4 .our-product-4.owl-theme button:focus {
    outline: none;
}

.our_product-style4 .our-product-4.owl-theme button.owl-prev:hover,
.our_product-style4 .our-product-4.owl-theme button.owl-next:hover {
    background: var(--themecolor) !important;
}

.our_product-style4 .our-product-4.owl-theme button.owl-prev,
.our_product-style4 .our-product-4.owl-theme button.owl-next {
    background: var(--themecolorsecondery) !important;
    height: 30px;
    width: 30px;
    margin: 0 10px;
    border-radius: 3px;
}

    .our_product-style4 .our-product-4.owl-theme button.owl-prev i,
    .our_product-style4 .our-product-4.owl-theme button.owl-next i {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
    }
/*----------------------------------------*/
/*     new-arrivals product-4 END
/*----------------------------------------*/

/*----------------------------------------*/
/*     Best Selling product-1 START
/*----------------------------------------*/
/*.BestSellingTheme_card:hover {
    box-shadow: rgb(185 164 119 / 23%) 0px 3px 6px, rgb(185 164 119 / 32%) 0px 3px 6px;
    padding: 10px;
}

.BestSellingTheme_card {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}*/
    .BestSellingTheme_card a:hover {
        text-decoration: none;
    }
.bestSeller_TT {
    position: absolute;
    font-size: 12px;
    top: 10px;
    background: var(--themecolor2);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03rem;
    padding: 0px 25px 0px 15px;
    clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.BestSellingTheme_card-name .product-name {
    font-size: 16px;
    line-height: 16px;
    color: var(--themecolorsecondery) !important;
    font-weight: bold;
}
.bestselling-product-img {
    background: #d3d3d6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section.BestSellingTheme_section {
    margin-top: 0;
}
.BestSellingTheme_card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #191919;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    margin-bottom: 27px;
}
.bestselling-product-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    vertical-align: middle;
    height: 250px;
    object-fit: contain;
}
.BestSellingTheme_card-name {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #3c3c3c;
}
section.group-product-area.section-padding.best-selling-style1 {
    margin-top: 40px;
}

.best-selling-style1 .cmsbannerblock {
    width: 100%;
    /*position: relative;*/
    right: 15px;
    top: 50px;
    bottom: 15px;
    left: 0;
}

    .best-selling-style1 .cmsbannerblock:hover .content {
        display: block;
        z-index: 9999;
        opacity: 1;
    }

    .best-selling-style1 .cmsbannerblock:hover {
        border: 3px solid rgb(153, 110, 23);
        bottom: 15px;
        /* left: 15px; */
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        right: 15px;
        top: 50px;
        padding: 10px;
    }

    .best-selling-style1 .cmsbannerblock .service-hover > strong, .best-selling-style1 .cmsbannerblock .content .service-hover h3, .best-selling-style1 .cmsbannerblock .service-hover > a {
        color: #fff;
    }

.best-selling-style1 .service-hover > strong {
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.best-selling-style1 .content .service-hover h3, .best-selling-style1 .cmsbannerblock .content .service-hover h3 {
    display: inline-block;
    font-size: 34px;
    line-height: 60px;
    margin-bottom: 25px;
    position: relative;
}

.best-selling-style1 .serviceleft:hover .content .service-hover h3:after, .best-selling-style1 .cmsbannerblock:hover .content .service-hover h3:after {
    width: 160px;
    background-color: #f4c400;
    transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -moz-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -webkit-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -ms-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -o-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
}

.best-selling-style1 .content .service-hover h3:after, .best-selling-style1 .cmsbannerblock .content .service-hover h3:after {
    background: transparent none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -moz-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -webkit-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -ms-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    -o-transition: width 0.9s ease 0s, background-color 0.9s ease 0s;
    width: 0;
}

.best-selling-style1 .cmsbannerblock .service-hover > strong, .best-selling-style1 .cmsbannerblock .content .service-hover h3, .best-selling-style1 .cmsbannerblock .service-hover > a {
    color: #fff;
}

.best-selling-style1 .service-hover > a {
    font-size: 13px;
}

.best-selling-style1 .serviceleft .content, .best-selling-style1 .cmsbannerblock .content {
    left: 0;
    margin-top: -50px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    z-index: 111;
}

.best-selling-style1 .service-hover {
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .best-selling-style1 .group-product-banner {
        margin-bottom: 80px;
    }
}

.best-selling-style1 .group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.best-selling-style1 .group-item-thumb a img {
    max-width: 80px;
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}

.best-selling-style1 .group-item-thumb {
    max-width: 80px;
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}

.best-selling-style1 .group-item-desc {
    position: relative;
    padding-left: 10px;
    max-width: calc(100% - 80px);
    -webkit-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
}

    .best-selling-style1 .group-item-desc .group-product-name {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        text-transform: capitalize;
        /*padding-bottom: 18px;*/
    }

        .best-selling-style1 .group-item-desc .group-product-name a {
            color: #c29958;
        }

            .best-selling-style1 .group-item-desc .group-product-name a:hover {
                color: #c29958;
                text-decoration: underline;
            }

            .best-selling-style1 .group-item-desc .group-product-name a:focus {
                outline: none;
                border: none;
            }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .best-selling-style1 .categories-group-wrapper {
        margin-bottom: 78px;
    }
}

@media only screen and (max-width: 767.98px) {
    .best-selling-style1 .categories-group-wrapper {
        margin-bottom: 60px;
    }
}

.best-selling-style1 .row [class*="col-"]:last-child .categories-group-wrapper {
    margin-bottom: 0;
}

.best-selling-style1 .group-list-item-wrapper .slick-slider .slick-slide > div {
    margin-bottom: 20px;
}

    .best-selling-style1 .group-list-item-wrapper .slick-slider .slick-slide > div:last-child {
        margin-bottom: 0;
    }

.best-selling-style1 .slick-append button:focus {
    text-decoration: none;
    outline: none;
}

.best-selling-style1 .slick-append button {
    font-size: 22px;
    height: 32px;
    width: 32px;
    border-radius: 3px;
    line-height: 1;
    position: inherit;
    display: inline-block;
    background-color: #b9a477;
    color: #ffffff;
    border: 0;
    margin-right: 10px;
}

.banner-content_style3 {
    left: 40px;
    right: auto;
}

.banner-content {
    right: 55px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.best-selling-style1 .slick-append {
    z-index: 2;
    margin-top: -2px;
    margin-right: 0;
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: transparent;
}
/*----------------------------------------*/
/*     Best Selling product-1 END
/*----------------------------------------*/

/*----------------------------------------*/
/*     Best Selling product-2 START
/*----------------------------------------*/
section.best-seller-main {
    background-image: url(../images/bg-cate-30.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 40px;
    padding: 30px 0px 50px 0px;
}

.best-seller-main .group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.best-seller-main .group-item-thumb a img {
    max-width: 80px;
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}

.best-seller-main .group-item-thumb {
    max-width: 80px;
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
}

.best-seller-main .group-item-desc {
    position: relative;
    padding-left: 10px;
    max-width: calc(100% - 80px);
    -webkit-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
    flex-basis: calc(100% - 80px);
}

    .best-seller-main .group-item-desc .group-product-name {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        text-transform: capitalize;
        /* padding-bottom: 18px; */
        margin-bottom: 0;
    }

        .best-seller-main .group-item-desc .group-product-name a {
            color: #222222;
            font-weight: bold;
        }

            .best-seller-main .group-item-desc .group-product-name a:hover {
                color: var(--themecolor);
                ;
                text-decoration: none;
            }
/*----------------------------------------*/
/*     Best Selling product-2 END
/*----------------------------------------*/
/*===================================*
BEST SELLING PRODUCT STYLE-3 START
*===================================*/
.bestselling_product_style3.bestselling_product {
    float: left;
    width: 100%;
    margin: 70px 0;
    /*background-image: linear-gradient(180deg,#ffffff 0%,#f9edda 100%)!important;*/
}

.bestselling_product_style3 .bestselling_product_contains {
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 30px 0 0 0;
    border-top: 1px solid var(--themecolor2);
}

.bestselling_product_style3 .bestselling-product .owl-nav {
    display: none;
}

.bestselling_product_style3 .bestselling-product_txt .banner_thumb img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 100%;
    height: 100vh !important;
}

.bestselling_product_style3 .bestselling-product_txt .banner_content {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 14%;
    text-align: center;
}

    .bestselling_product_style3 .bestselling-product_txt .banner_content a {
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        border: 2px solid var(--themecolorbg);
        padding: 0 45px;
        background: var(--themecolorbg);
        border-radius: 3px;
        line-height: 46px;
        display: inline-block;
    }

.bestselling_product_style3 .bestselling-product_txt .single_banner {
    border: 1px solid var(--themecolor2);
    margin-top: 0px;
}


/*slicksliderdemo*/
.bestselling_product_style3 .slick-slide img {
    display: block;
    width: 100%;
}

.bestselling_product_style3 .categories-group-wrapper .slick-append button {
    font-size: 22px;
    height: 32px;
    width: 32px;
    border-radius: 3px;
    line-height: 1;
    display: inline-block;
    background-color: #c29958;
    color: #fff;
    border: none;
}

.bestselling_product_style3 .categories-group-wrapper .slick-append {
    background-color: #ffffff;
    z-index: 9999;
    position: absolute;
    top: -47px;
    right: 11%;
}

.bestselling_product_style3 button.slick-next.slick-arrow {
    margin-left: 50px;
}

.bestselling_product_style3 button:focus {
    outline: none;
}

.bestselling_product_style3 .group-slide-item {
    margin: 10px 3px;
}


/*===================================*
BEST SELLING PRODUCT STYLE-3 END
*===================================*/
/*----------------------------------------*/
/*     Best Selling product-4 START
/*----------------------------------------*/
.best-product-cou-4 .slick-prev.slick-arrow {
    position: absolute;
    bottom: -12%;
    left: 45%;
    right: 0;
    background: #000;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
}

.best-product-cou-4 .slick-next.slick-arrow {
    position: absolute;
    bottom: -12%;
    left: 50%;
    right: 0;
    background: #000;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
}

.best_selling-style4 .best-product-cou-4 .media img {
    width: 100px;
    height: 100px;
}

.best_selling-style4 .best-product-cou-4 .ratings-full ul {
    margin: 0;
    padding: 0;
}

.best_selling-style4 .product-details a {
    color: var(--themecolorsecondery);
    transition: all 0.3s ease 0s;
    font-size: 14px;
    text-decoration: none;
}

.best_selling-style4 p.product-name {
    margin-bottom: 4px;
}

.best_selling-style4 .product-details a:hover {
    color: var(--themecolorsecondery);
}

.best_selling-style4 span.price {
    color: var(--themecolorsecondery);
}

.best_selling-style4 .ratings-container ul li {
    color: var(--themecolor);
}

.best_selling-style4 .best-product-cou-4 .media {
    margin: 16px 0;
}

.best_selling.best_selling-style4 {
    margin-bottom: 60px;
}

.best-product-cou-4 button.slick-arrow:focus {
    outline: none;
}
/*----------------------------------------*/
/*     Best Selling product-4 END
/*----------------------------------------*/
/*----------------------------------------*/
/*     Testimonial-1 START
/*----------------------------------------*/
.testimonial-style1 .slick-initialized .slick-slide {
    display: block;
}

.testimonial-style1 {
    /* padding-top: 30px;*/
    /* padding-bottom: 50px;*/
    /* background-size: contain;*/
    background-position: center;
    background-repeat: no-repeat;
    /* margin-top: 30px;*/
    margin-bottom: 30px;
}

    .testimonial-style1 .testimonial:hover, .testimonial-style1 .testimonial:focus {
        outline: none;
    }

    .testimonial-style1 .testimonial {
        padding: 20px 20px 20px 90px;
        margin: 10px 20px 50px 55px;
        border-left: 2px solid #b9a477;
        position: relative;
    }

        .testimonial-style1 .testimonial:after {
            content: "";
            border-bottom: 25px solid #b9a477;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            position: absolute;
            bottom: -24px;
            left: -26px;
        }

        .testimonial-style1 .testimonial .pic {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 2px solid #b9a477;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: -50px;
        }

            .testimonial-style1 .testimonial .pic img {
                width: 100%;
                height: auto;
            }

        .testimonial-style1 .testimonial .title {
            font-size: 22px;
            font-weight: 600;
            color: #b9a477;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0 0 7px 0;
        }

        .testimonial-style1 .testimonial .post {
            display: block;
            font-size: 15px;
            color: var(--white);
            text-transform: capitalize;
            font-weight: bold;
        }

        .testimonial-style1 .testimonial .description {
            font-size: 15px;
            color: var(--white);
            line-height: 28px;
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }
/*----------------------------------------*/
/*     Testimonial-1 END
/*----------------------------------------*/
/*----------------------------------------*/
/*     Testimonial-2 START
/*----------------------------------------*/
.testimonial-style2.testimonial-area {
    background-size: cover;
    background: #000000;
    padding: 50px 0 80px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 40px;
}

.testimonial-style2 .testimonial-content-inner {
    z-index: 1;
    position: relative;
    background: #ffffff;
    padding: 0 40px 40px;
    text-align: center;
    border-bottom: 8px solid var(--themecolor);
    border-radius: 5px;
}

.testimonial-style2 .testimonial-avatar {
    margin: 0 0 30px 0;
}

.testimonial-style2 .testimonial-img {
    display: inline-block;
    vertical-align: top;
    margin-top: -46px;
}

.testimonial-style2 .testimonial-caption .name {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
}

.testimonial-style2 .testmonial-image {
    margin-bottom: 30px;
}

.testimonial-style2 .testimonial-content ul.rating {
    margin: 0 !important;
    padding-left: 0;
}

.testimonial-style2 .testimonial-content {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    padding: 50px 15px 0;
}

.testimonial-style2 .star-ratings ul li .fa {
    font-size: 14px;
    color: #FFC109;
    margin: 0 2px 0 0;
}

.testimonial-style2 .testimonial-img img {
    max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 92px;
    width: 92px;
}

.testimonial-style2 .testimonial-details {
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
}

.testimonial-style2 .testimonial-desc {
    line-height: 26px;
    font-size: 14px;
    position: relative;
    padding-bottom: 45px;
}

    .testimonial-style2 .testimonial-desc:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        height: 40px;
        width: 40px;
        margin: 0 auto;
        background-image: url(../images/testimonial-quote.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 35px;
        z-index: -1;
    }

.testimonial-style2 .testimonial-details {
    display: block;
    overflow: hidden;
}

.testimonial-style2 .star-ratings ul li {
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
/*----------------------------------------*/
/*     Testimonial-2 END
/*----------------------------------------*/
/*----------------------------------------*/
/*     Testimonial-3 START
/*----------------------------------------*/
.testimonial_contains_style3.testimonial_contains {
    /*float: left;*/
    margin-top: 30px;
    background: #eaeaea;
    padding: 30px 0;
    width: 100%;
    background-image: url('../images/bacgr-testi.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial_contains_style3 .testimonial {
    border-left: 3px solid var(--themecolor);
    padding: 70px 0 70px 250px;
    position: relative
}

    .testimonial_contains_style3 .testimonial:before,
    .testimonial_contains_style3 .testimonial:after {
        content: "";
        width: 320px;
        height: 55px;
        border-right: 3px solid var(--themecolor);
        position: absolute;
        left: 0;
    }

    .testimonial_contains_style3 .testimonial:before {
        border-top: 3px solid var(--themecolor);
        top: 0;
    }

    .testimonial_contains_style3 .testimonial:after {
        border-bottom: 3px solid var(--themecolor);
        bottom: 0;
    }

    .testimonial_contains_style3 .testimonial .pic {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 50px;
        left: 60px;
    }

        .testimonial_contains_style3 .testimonial .pic img {
            width: 150px;
            height: 150px;
        }

    .testimonial_contains_style3 .testimonial .description {
        font-size: 14px;
        color: #7a7e82;
        line-height: 27px;
        position: relative;
    }

    .testimonial_contains_style3 .testimonial .testimonial-title {
        font-size: 22px;
        font-weight: 800;
        color: #22272c;
        text-transform: capitalize;
    }

    .testimonial_contains_style3 .testimonial .post {
        display: block;
        font-size: 15px;
        font-weight: 700;
        color: var(--themecolor);
        margin-top: 10px;
    }

.testimonial_contains_style3 .testimonial_all {
    /*float: left;*/
    width: 100%;
    margin: 10px 0;
    padding: 30px 0 0 0;
    border-top: 1px solid var(--themecolor2);
}

.testimonial_contains_style3 #testimonial-slider-3 button.owl-prev, .testimonial_contains_style3 #testimonial-slider-3 button.owl-next {
    height: 32px;
    width: 32px;
    border-radius: 3px;
    background: var(--themecolor) !important;
    text-align: center;
    justify-content: center;
    line-height: 43px !important;
}

.testimonial_contains_style3 #testimonial-slider-3 button.owl-prev {
    margin-right: 10px;
}

.testimonial_contains_style3 #testimonial-slider-3 button:focus {
    outline: none;
}

.testimonial_contains_style3 #testimonial-slider-3 button.owl-prev i, .testimonial_contains_style3 #testimonial-slider-3 button.owl-next i {
    font-size: 26px;
    color: #eaeaea;
}

.testimonial_contains_style3 #testimonial-slider-3 .owl-nav {
    position: absolute;
    top: -51px;
    right: 0;
}
/*----------------------------------------*/
/*     Testimonial-3 END
/*----------------------------------------*/
/*----------------------------------------*/
/*     Testimonial-4 START
/*----------------------------------------*/
.testimonial_contains-style4.testimonial_contains {
    /*float: left;*/
    width: 100%;
}

.testimonial_contains-style4 .testimonial_slider {
    /*float: left;*/
    width: 100%;
    margin: 40px 0;
}

    .testimonial_contains-style4 .testimonial_slider .demo {
        background-image: url('../images/test-bg.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 100px 0 0 0;
    }

        .testimonial_contains-style4 .testimonial_slider .demo::before {
            background: #222;
        }

    .testimonial_contains-style4 .testimonial_slider .testimonial {
        background: #fff;
        text-align: center;
        padding: 20px 20px 40px;
        margin: 0 15px 200px;
        position: relative;
    }

        .testimonial_contains-style4 .testimonial_slider .testimonial:before,
        .testimonial_contains-style4 .testimonial_slider .testimonial:after {
            content: "";
            border-top: 40px solid #fff;
            border-right: 125px solid transparent;
            position: absolute;
            bottom: -40px;
            left: 0;
        }

        .testimonial_contains-style4 .testimonial_slider .testimonial:after {
            border-right: none;
            border-left: 125px solid transparent;
            left: auto;
            right: 0;
        }

        .testimonial_contains-style4 .testimonial_slider .testimonial .icon {
            display: inline-block;
            font-size: 30px;
            color: var(--themecolor);
            margin-bottom: 20px;
            opacity: 0.6;
        }

        .testimonial_contains-style4 .testimonial_slider .testimonial .description {
            font-size: 15px;
            color: #343a40 !important;
            text-align: left;
            margin-bottom: 30px;
            opacity: 0.8;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

        .testimonial_contains-style4 .testimonial_slider .testimonial .testimonial-content {
            width: 100%;
            position: absolute;
            left: 0;
        }

        .testimonial_contains-style4 .testimonial_slider .testimonial .pic {
            display: inline-block;
            height: 100px;
            width: 100px;
            background: #fff;
            border: 2px solid var(--themecolor2);
            border-radius: 50%;
            box-shadow: 0 0 2px 2px var(--themecolor);
            overflow: hidden;
            z-index: 1;
            position: relative;
        }

            .testimonial_contains-style4 .testimonial_slider .testimonial .pic img {
                width: 100px;
                height: auto;
            }

        .testimonial_contains-style4 .testimonial_slider .testimonial .title {
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            text-transform: capitalize;
            margin: 0 0 5px 0;
        }

        .testimonial_contains-style4 .testimonial_slider .testimonial .post {
            display: block;
            font-size: 14px;
            color: #fff;
        }

.testimonial_contains-style4 #testimonial-slider .owl-theme .owl-controls {
    margin-top: 0 !important;
}

    .testimonial_contains-style4 #testimonial-slider .owl-theme .owl-controls .owl-page span {
        width: 32px;
        height: 10px;
        background: var(--themecolor2);
        border: 2px solid #bd986b;
        margin: 5px;
        opacity: 1;
    }

    .testimonial_contains-style4 #testimonial-slider .owl-theme .owl-controls .owl-page.active span,
    .testimonial_contains-style4 #testimonial-slider .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #ffd9b8;
        border-color: var(--themecolor2);
    }
/*----------------------------------------*/
/*     Testimonial-4 END
/*----------------------------------------*/
/*----------------------------------------*/
/*     Blog-1 START
/*----------------------------------------*/
.blog-style1 .slick-arrow-style button.slick-arrow {
    top: 50%;
    left: 20px;
}

    .blog-style1 .slick-arrow-style button.slick-arrow.slick-next {
        left: auto;
        right: 20px;
    }

.blog-style1 .slick-arrow-style:hover button.slick-arrow.slick-prev {
    left: 10px;
    right: auto;
}

.blog-style1 .slick-arrow-style:hover button.slick-arrow.slick-next {
    right: -10px;
}

section.blog-style1.section-padding {
    margin-top: 40px;
}

.blog-style1.section-padding .section-title {
    margin-bottom: 20px;
}

.blog-style1 .blog {
    padding: 40px 0;
}

.blog-style1 .blog-list-content {
    padding: 20px 25px;
    background-color: #000000;
    box-shadow: 0 2px 3px -1px #5a5a5a;
    margin: -50px 20px 20px;
    position: relative;
    z-index: 1;
}

.blog-style1 .blog-footer {
    padding: 15px 0;
}

.blog-style1 .blog-list img {
    width: 300px;
    height: 300px;
}

.blog-style1 .blog-list {
    margin-bottom: 20px;
    padding: 0px;
}

.blog-style1 .blog-list-content .Blog_title a {
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    transition: all .50s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-style1 .blog-footer b {
    color: #d2d2d2;
}

.blog-style1 .blog-list-content .Blog_title a:hover {
    text-decoration: none;
    outline: none;
}

.blog-style1 .blog-footer {
    font-weight: 100;
}

    .blog-style1 .blog-footer span {
        color: #bfbfbf;
        margin-left: 15px;
    }

/*----------------------------------------*/
/*     Blog-1 END
/*----------------------------------------*/
/*----------------------------------------*/
/*     Blog-2 START
/*----------------------------------------*/
.blog-style-2.latest_blog_main {
    margin-top: 40px;
}

.blog-style-2 .blog_post {
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.blog-style-2 .blog_content {
    padding-top: 15px;
}

.blog-style-2 .blog_post .blog_img a {
    display: block;
    overflow: hidden;
}

.blog-style-2 .blog_img {
    position: relative;
    overflow: hidden;
}

    .blog-style-2 .blog_img img {
        width: 100%;
        transition: all 0.5s ease-in-out;
    }

.blog-style-2 .blog_meta {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    list-style: none;
    padding-left: 0;
}

.blog-style-2 .blog_title a {
    color: #000;
}

    .blog-style-2 .blog_title a:hover {
        color: #FF324D;
        text-decoration: none;
    }

.blog-style-2 .blog_meta li {
    /*float: left;*/
    margin-right: 15px;
}

    .blog-style-2 .blog_meta li:last-child {
        margin-right: 0;
    }

    .blog-style-2 .blog_meta li a {
        text-transform: capitalize;
        color: #000;
    }

        .blog-style-2 .blog_meta li a:hover {
            text-decoration: none;
        }

        .blog-style-2 .blog_meta li a i {
            margin-right: 5px;
            vertical-align: middle;
            color: var(--gray);
        }

.blog-style-2 .blog_title {
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.blog-style-2 h6.blog_title {
    line-height: 24px;
}

.blog-style-2 .blog_text p {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

    .blog-style-2 .blog_text p:last-child {
        margin: 0;
    }

.blog-style-2 .fit-videos {
    background-color: #000000;
}

.blog-style-2 .blog_style1 {
    border-radius: 10px;
}

    .blog-style-2 .blog_style1 .blog_content {
        padding: 15px 20px;
        border-radius: 10px;
    }

    .blog-style-2 .blog_style1 .blog_img + .blog_content {
        border-radius: 0 0 10px 10px;
        width: 300px;
    }

    .blog-style-2 .blog_style1 .blog_img {
        border-radius: 10px 10px 0 0;
        width: 300px;
    }

        .blog-style-2 .blog_style1 .blog_img img {
            border-radius: 10px 10px 0 0;
            width: 300px;
            height: 300px;
        }

    .blog-style-2 .blog_style1:hover .blog_img img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .blog-style-2 .blog_style1.radius_all_5 {
        border-radius: 5px;
    }

        .blog-style-2 .blog_style1.radius_all_5 .blog_img,
        .blog-style-2 .blog_style1.radius_all_5 .blog_img img {
            border-radius: 5px 5px 0 0;
        }

        .blog-style-2 .blog_style1.radius_all_5 .blog_content {
            border-radius: 0 0 5px 5px;
        }

.blog-style-2 .post_date {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 30px;
    text-align: center;
    background-color: #FF324D;
    min-width: 60px;
    padding: 8px 10px;
    color: #ffffff;
    z-index: 2;
}

    .blog-style-2 .post_date strong {
        font-size: 30px;
        line-height: 1;
    }

.blog-style-2 .blog_style4 .blog_title {
    margin-bottom: 10px;
}

.blog-style-2 .blog_img .owl-dots {
    position: absolute;
    top: 0;
    right: 15px;
}

.blog-style-2 .blog_thumbs .blog_post {
    display: inline-block;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.blog-style-2 .single_post .blog_content {
    padding-top: 20px;
}

.blog-style-2 .single_post .blog_title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
}

.blog-style-2 .single_post .blog_meta {
    padding-bottom: 20px;
    margin-bottom: 0;
    width: 100%;
}

.blog-style-2 .post_author .author_img {
    /*float: left;*/
    padding-right: 15px;
}

.blog-style-2 .author_info {
    overflow: hidden;
}

    .blog-style-2 .author_info .author_name {
        font-weight: 600;
    }

    .blog-style-2 .author_info p {
        font-size: 14px;
        line-height: 26px;
    }

        .blog-style-2 .author_info p:last-child {
            margin-bottom: 0;
        }

.blog-style-2 .post_author {
    margin-top: 40px;
    margin-bottom: 40px;
}

.blog-style-2 .post_nav_home {
    display: table;
    margin: 0 auto;
    font-size: 20px;
}

.blog-style-2 .post_nav .nav_meta {
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    color: #687188;
}

.blog-style-2 .post_nav {
    text-transform: capitalize;
}

.blog-style-2 .post_nav_prev {
    padding-left: 30px;
    position: relative;
}

.blog-style-2 .post_nav_next {
    padding-right: 30px;
    position: relative;
    text-align: right;
}

    .blog-style-2 .post_nav_next i {
        right: 0;
        left: auto;
    }

.blog-style-2 .post_nav i {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-style-2 .content_title * {
    margin-bottom: 30px;
    font-weight: 600;
}

.blog-style-2 .comment_user img {
    height: auto;
    max-width: 80px;
}

.blog-style-2 .comment_content .meta_data h6 {
    font-size: 16px;
}

.blog-style-2 .comment_info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

    .blog-style-2 .comment_info:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

.blog-style-2 .comment_content p:last-child {
    margin-bottom: 0;
}

.blog-style-2 .children {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
}

.blog-style-2 .comment_content {
    padding-left: 20px;
}

.blog-style-2 .comment-time {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-style: italic;
}

.blog-style-2 .comment-reply i {
    margin-right: 5px;
}

.blog-style-2 .comment-area .comment_list {
    margin-bottom: 40px;
}

.blog-style-2 .comment-area {
    padding-top: 10px;
}
/*----------------------------------------*/
/*     Blog-2 END
/*----------------------------------------*/
/*----------------------------------------*/
/*     Blog-3 START
/*----------------------------------------*/
.blog_contains_style3.blog_contains {
    /*float: left;*/
    width: 100%;
    padding: 10px 0;
    margin: 40px 0;
}

.blog_contains_style3 .blog_all {
    /*float: left;*/
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid var(--themecolor2);
}

    .blog_contains_style3 .blog_all .owl-nav {
        display: none;
        /*position: absolute;
  top: -54px;
  right: 0;
  background: #eaeaea;*/
    }

.blog_contains_style3 .blog-cou button.owl-prev, .blog_contains_style3 .blog-cou button.owl-next {
    height: 40px;
    width: 40px;
    background: var(--themecolor) !important;
    text-align: center;
    justify-content: center;
    line-height: 50px !important;
}

.blog_contains_style3 .blog-cou button.owl-prev {
    margin-right: 10px;
}

    .blog_contains_style3 .blog-cou button.owl-prev i, .blog_contains_style3 .blog-cou button.owl-next i {
        font-size: 26px;
        color: #eaeaea;
    }

.blog_contains_style3 .blog_thumb {
    position: relative;
    margin-bottom: 20px;
}

.blog_thumb img {
    width: 300px;
    height: 300px;
}

.blog_contains_style3 .blog_thumb a {
    display: block;
}

.blog_contains_style3 .blog_thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(34, 31, 31, 0.75);
    top: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.blog_contains_style3 .blog_thumb:hover::before {
    opacity: 1;
    visibility: visible;
}

.blog_contains_style3 .blog_content {
    text-align: center;
}

    .blog_contains_style3 .blog_content h3 {
        font-size: 16px;
        text-transform: capitalize;
        line-height: 21px;
        position: relative;
        margin-top: 0;
        margin-bottom: 8px;
        font-weight: 700;
        margin-bottom: 13px;
    }

        .blog_contains_style3 .blog_content h3 a {
            color: var(--themecolorbg);
        }

            .blog_contains_style3 .blog_content h3 a:hover {
                color: var(--themecolor);
            }

    .blog_contains_style3 .blog_content .read_more a {
        font-size: 14px;
        text-transform: capitalize;
        color: var(--themecolor);
    }

        .blog_contains_style3 .blog_content .read_more a:hover {
            color: #1c456c;
        }

.blog_contains_style3 .author_name {
    margin-bottom: 10px;
    margin-bottom: 10px;
}

    .blog_contains_style3 .author_name p {
        font-size: 13px;
        text-transform: capitalize;
        color: #a7a7a7;
    }

        .blog_contains_style3 .author_name p span.themes {
            color: var(--themecolor);
        }

        .blog_contains_style3 .author_name p span.post_by {
            color: #212121;
        }

.blog_contains_style3 .post_desc {
    margin-bottom: 12px;
}

    .blog_contains_style3 .post_desc p {
        line-height: 26px;
    }

.blog_contains_style3 .blog-cou.owl-carousel {
    margin: 30px 0 0 0;
}
/*----------------------------------------*/
/*     Blog-3 END
/*----------------------------------------*/
/*----------------------------------------*/
/*     Blog-4 START
/*----------------------------------------*/

.blog_contains-style4 .blog_all * {
    transition: 0.5s;
}

.blog-4.blog_all.owl-loaded.owl-drag .owl-nav {
    display: none;
    /*position: absolute;
    top: -50px;
    right: 0;*/
}

.blog_contains.blog_contains-style4 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.blog_contains-style4.blog_contains .align-middle {
    position: relative;
    top: 50%;
    transform: translateY(0%);
}

.blog_contains-style4.blog_contains .column {
    padding-left: 3rem;
}

    .blog_contains-style4.blog_contains .column:hover {
        padding-left: 0;
    }

        .blog_contains-style4.blog_contains .column:hover .card .txt {
            margin-left: 1rem;
        }

            .blog_contains-style4.blog_contains .column:hover .card .txt h1, .blog_contains-style4.blog_contains .column:hover .card .txt p {
                color: var(--themecolor);
                opacity: 1;
                font-weight: bold;
            }

        .blog_contains-style4.blog_contains .column:hover a {
            color: var(--themecolor);
        }

            .blog_contains-style4.blog_contains .column:hover a:after {
                width: 10%;
            }

.blog_contains-style4.blog_contains .card {
    min-height: 170px;
    margin: 0;
    position: relative;
    border: none;
    border-radius: 0;
    color: var(--themecolor);
    letter-spacing: 0.05rem;
    font-family: "Oswald", sans-serif;
    /*box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);*/
}

    .blog_contains-style4.blog_contains .card .txt {
        margin-left: -3rem;
        z-index: 1;
        position: absolute;
        top: 20%;
    }

        .blog_contains-style4.blog_contains .card .txt h1 {
            font-size: 1.5rem;
            font-weight: 300;
            text-transform: uppercase;
        }

        .blog_contains-style4.blog_contains .card .txt p {
            font-size: 0.7rem;
            font-family: "Open Sans", sans-serif;
            letter-spacing: 0rem;
            margin-top: 33px;
            opacity: 0;
            color: white;
        }

    .blog_contains-style4.blog_contains .card a {
        z-index: 3;
        font-size: 0.7rem;
        color: var(--themecolor);
        margin-left: 10px;
        position: relative;
        /* bottom: -0.5rem; */
        text-transform: uppercase;
    }

        .blog_contains-style4.blog_contains .card a:after {
            content: "";
            display: inline-block;
            height: 0.5em;
            width: 0;
            margin-right: -100%;
            margin-left: 10px;
            border-top: 1px solid var(--themecolor);
            transition: 0.5s;
        }

    .blog_contains-style4.blog_contains .card .ico-card {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .blog_contains-style4.blog_contains .card i {
        position: relative;
        right: -50%;
        top: 60%;
        font-size: 12rem;
        line-height: 0;
        opacity: 0.2;
        color: white;
        z-index: 0;
    }

.blog_contains-style4 .blog-4.owl-theme .owl-dots {
    display: none !important;
    zoom: 1;
}

.blog_contains-style4 .blog-4.owl-theme button:focus {
    outline: none;
}

.blog_contains-style4 .blog-4.owl-theme button.owl-prev:hover,
.blog_contains-style4 .blog-4.owl-theme button.owl-next:hover {
    background: var(--themecolor) !important;
}

.blog_contains-style4 .blog-4.owl-theme button.owl-prev,
.blog_contains-style4 .blog-4.owl-theme button.owl-next {
    background: var(--themecolorsecondery) !important;
    height: 32px;
    width: 32px;
    border-radius: 3px;
    margin: 0 10px;
}

    .blog_contains-style4 .blog-4.owl-theme button.owl-prev i,
    .blog_contains-style4 .blog-4.owl-theme button.owl-next i {
        color: #fff;
        font-size: 22px;
        line-height: 30px;
    }

.blog_contains-style4 .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
}
/*----------------------------------------*/
/*     Blog-4 END
/*----------------------------------------*/

/*----------------------------------------*/
/*     Blog-5 START
/*----------------------------------------*/

.blog-style-5 .box3 {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}

    .blog-style-5 .box3 .box-content,
    .blog-style-5 .box3:after,
    .blog-style-5 .box3:before {
        position: absolute;
        left: 7%;
        right: 7%;
        transition: all 0.3s;
    }

    .blog-style-5 .box3:after,
    .blog-style-5 .box3:before {
        display: block;
        background: rgba(0, 0, 0, 0.3);
        top: 10%;
        bottom: 10%;
        z-index: 1;
        transform: scale(0, 1);
    }

    .blog-style-5 .box3:after {
        top: 10.8%;
        bottom: 10.8%;
        transform: scale(1, 0);
    }

    .blog-style-5 .box3:hover:after,
    .blog-style-5 .box3:hover:before {
        transform: scale(1);
        -webkit-animation: animate 1.5s;
        animation: animate 1.5s;
    }

    .blog-style-5 .box3:hover:before {
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
    }

.blog-style-5 .box:hover:after {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.blog-style-5 .box img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.blog-style-5 .box3:hover img {
    transform: scale(1);
    filter: blur(8px);
    -moz-filter: blur(8px);
    -webkit-filter: blur(8px);
}

.blog-style-5 .box3 img {
    width: 100%;
    height: 300px;
}

.blog-style-5 .box-content a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.blog-style-5 .box3 {
    width: 100%;
    height: 100%;
}

    .blog-style-5 .box3 .box-content {
        padding: 30px 10px;
        top: 10%;
        bottom: 10%;
        opacity: 0;
        z-index: 2;
    }

    .blog-style-5 .box3:hover .box-content {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
        opacity: 1;
        transition: all 0.3s;
    }

    .blog-style-5 .box3 .title {
        font-size: 24px;
        font-weight: 600;
        color: #f39a3c;
        margin: 0 0 5px;
    }

    .blog-style-5 .box3 .post {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
    }

    .blog-style-5 .box3 .description {
        font-size: 14px;
        color: #fff;
        margin: 0 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .blog-style-5 .box3 .icon {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .blog-style-5 .box3 .icon li {
            display: inline-block;
            margin: 0 10px 0 0;
        }

            .blog-style-5 .box3 .icon li a {
                display: block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                color: #fff;
                background: #88c425;
                transition: all 0.5s;
            }

        .blog-style-5 .box3 .icon a:hover {
            text-decoration: none;
            -webkit-animation: animate-hover 0.5s;
            animation: animate-hover 0.5s;
            transition: all 0.3s;
        }

@-webkit-keyframes animate {
    0%, 100% {
        opacity: 1;
    }
}

@keyframes animate {
    0%, 100% {
        opacity: 1;
    }
}

@-webkit-keyframes animate-hover {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    }

    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
}

@keyframes animate-hover {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    }

    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
}
/*----------------------------------------*/
/*     Blog-5 END
/*----------------------------------------*/
/*----------------------------------------*/
/*     Blog-6 START
/*----------------------------------------*/
.blog-style-6 .blog-style-6 {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*.blog-style-6 .blog-cou-6.owl-carousel.owl-theme {
    margin-top: 40px;
    
}*/

.blog-style-6 .box13 {
    position: relative;
    transition: all 0.2s ease-out 0s;
}

    .blog-style-6 .box13 .box-content,
    .blog-style-6 .box13:after {
        position: absolute;
        left: 20px;
        right: 20px;
    }

    .blog-style-6 .box13:after {
        content: "";
        display: block;
        background: #ddb194;
        top: 20px;
        bottom: 20px;
        opacity: 0;
        transform: rotate3d(-1, 1, 0, 100deg);
        transition: all 0.4s ease-in-out 0s;
    }

    .blog-style-6 .box13:hover:after {
        opacity: 0.9;
        transform: rotate3d(0, 0, 0, 0deg);
    }

    .blog-style-6 .box13 img {
        width: 100%;
        height: auto;
    }

    .blog-style-6 .box13 .box-content {
        top: 50%;
        opacity: 0;
        z-index: 1;
        padding: 10px;
        transform: translate(10%, -30%);
        transition: all 0.2s ease-out 0s;
    }

.blog-style-6 .box-content span {
    font-size: 12px;
    margin-left: 10px;
}

.blog-style-6 .box13:hover .box-content {
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: 0.2s;
}

.blog-style-6 .box-content p.description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.blog-style-6 .box13 .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px;
}

.blog-style-6 .box13 .post {
    display: block;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}

.blog-style-6 .box13 img {
    width: 100%;
    height: 300px;
}

.blog-style-6 .box-content a {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.blog-style-6 .box13 .social {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .blog-style-6 .box13 .social li {
        display: inline-block;
    }

        .blog-style-6 .box13 .social li a {
            display: block;
            width: 35px;
            height: 35px;
            background: #f7f7b9;
            border-radius: 50%;
            font-size: 17px;
            color: #1b1462;
            line-height: 35px;
            margin-right: 5px;
            transition: all 0.4s ease-in-out 0s;
        }

            .blog-style-6 .box13 .social li a:hover {
                color: #f7f7b9;
                background: #39b54a;
            }



/*----------------------------------------*/
/*     Blog-6 END
/*----------------------------------------*/

/*----------------------------------------*/
/*     CATALOGUE Start
/*----------------------------------------*/
section.Catelog_grid .container .row {
    margin-left: 50px;
    margin-right: 50px;
}

.Catelog_image {
    width: 100%;
    /* border: 1px solid #808080; */
    border-radius: 10px;
    height: 350px;
    overflow: hidden;
    /* box-shadow: rgb(4 4 4 / 24%) 0px 3px 6px, #c299583d 0px 3px 6px; */
    border-radius: 26px;
    overflow: hidden;
}
    .Catelog_image:hover {
        box-shadow: rgb(4 4 4 / 24%) 0px 3px 6px, #c299583d 0px 3px 6px;
    }

    .Catelog_image img {
        height: 100%;
        transition: all 1s ease;
    }

        .Catelog_image img:hover {
            transform: scale(1.2);
            transition: all 1s ease;
        }

section.Catelog_slider {
    margin-top: 30px;
}

.catalog-item {
    border: 1px solid #ccc;
    width: 95% !important;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

    .catalog-item .Catelog-item-image img:hover {
        transform: scale(1.2);
        transition: all 1s ease;
    }


.product-grid.catalog-image-grid {
    font-family: 'Lato', sans-serif;
    text-align: center;
    background-clip: border-box;
    background-color: #191919;
    border: 1px solid rgba(0,0,0,.125);
    min-width: 0;
    border-radius: 10px;
    margin-bottom: 27px;
    overflow: hidden;
}
    .product-grid.catalog-image-grid .product-image {
        overflow: hidden;
        position: relative;
    }

        .product-grid.catalog-image-grid .product-image a.image {
            display: block;
        }

        .product-grid.catalog-image-grid .product-image img {
            width: 100%;
            height: auto;
            height: 250px;
        }

        .product-grid.catalog-image-grid .product-image .pic-1 {
            backface-visibility: hidden;
            transition: all 0.5s ease 0s;
        }

    .product-grid.catalog-image-grid:hover .product-image .pic-1 {
        opacity: 1;
    }

    .product-grid.catalog-image-grid .product-content {
        background: transparent;
        padding: 15px 12px;
        border: 0;
    }

    .product-grid.catalog-image-grid .add-cart {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        padding: 8px 15px;
        text-transform: uppercase;
        border: 1px solid #b9a477;
        display: inline-block;
        position: relative;
        transition: all .2s ease;
        background: #b9a477;
        border-radius: 5px;
    }

        .product-grid.catalog-image-grid .add-cart:hover {
            color: transparent;
            background: #b9a477;
            border-color: #b9a477;
        }

        .product-grid.catalog-image-grid .add-cart:before {
            content: "\f290";
            color: #fff;
            font-family: "Font Awesome 5 Free";
            font-size: 18px;
            font-weight: 900;
            transform: translateX(-50%) translateY(-50%) scale(0);
            position: absolute;
            top: 50%;
            left: 50%;
            transition: all .2s ease;
        }

        .product-grid.catalog-image-grid .add-cart:hover:before {
            transform: translateX(-50%) translateY(-50%) scale(1);
        }

@media screen and (max-width: 990px) {
    .product-grid.catalog-image-grid {
        margin-bottom: 30px;
    }
}


.addtocartmodal .modal-dialog {
    max-width: 500px;
}

    .addtocartmodal .modal-dialog .modal-content {
        background: var(--themecolor);
        color: #fff;
        border: 1px solid #ccc;
    }

        .addtocartmodal .modal-dialog .modal-content .modal-header {
            /* padding: 0 10px; */
            border-bottom: none;
            padding: 15px;
            border-bottom: 0.5px solid #ccc;
        }

        .addtocartmodal .modal-dialog .modal-content .form-control {
            color: #fff;
            background-color: transparent;
        }

            .addtocartmodal .modal-dialog .modal-content .form-control::placeholder {
                color: #808080;
            }

            .addtocartmodal .modal-dialog .modal-content .form-control:focus {
                /*color: #495057;
                        background-color: #fff;*/
                border-color: #b9a477;
                outline: 0;
                box-shadow: 0 0 0 0.2rem rgb(185 164 119 / 0.5);
            }

.addtocard_btn {
    background: #b9a477;
    color: #fff;
    width: 100%;
    display: block;
    opacity: 1;
}
.Gotocart a {
    padding: 10px;
    background: #b9a477;
    border-radius: 5px;
    align-items: center;
    color: #fff;
}
.Gotocart {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 14px;
    margin-top: 20px;
}
a.btn.addtocard_btn.close {
    font-size: 19px;
    font-weight: normal;
    padding: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
    .Gotocart a p {
        margin-left: 10px;
        margin-bottom: 0;
    }
    .Gotocart a:hover {
        text-decoration: none;
    }

.BestSellingTheme_card-name .product-name  {
    color: var(--themecolorsecondery);
    transition: all 0.3s ease 0s;
}
input#lblWeightMax {
    pointer-events: none;
}

input#lblWeightMin {
    pointer-events: none;
}

