.field_error {
    color: red;
}

.field_error1 {
    color: green;
}

.accordion .accordion__hide {
    background: #f4f4f4;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    padding: 3px 15px 0px 15px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif !important;
    cursor: pointer;
}

#social_share_box {
    margin-top: 20px;
    width: 150px;
}


#social_share_box img {
    width: 20%;
    margin-right: 10px;
}

#post-review-box .form-control {
    height: 40px;
    width: 100%;
    margin-bottom: 0px;
    outline: none;
    border-radius: 0px;
    border: 1px solid #cecece;
    transition: 0.3s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
}

#post-review-box .form-control:focus {
    border: 1px solid #000;
    transition: 0.3s ease-in-out;
}

#post-review-box textarea.form-control {
    height: auto;
    margin-bottom: 20px;
}

.instamojo_error {
    color: red;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
}

/* .buy_now {
    background: #111111 none repeat scroll 0 0;
    margin-left: 5px;
} */

/* .buy_now:hover {
    background: #6e0c99 none repeat scroll 0 0;
} */

#multiple_images {
    margin-top: 10px;
}

#multiple_images img {
    width: 15%;
}

.review_heading {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -10px;
    color: #000;
    font-family: "Lato", sans-serif !important;
}

#review .comment-rating {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.submit_review_hint {
    font-size: 16px;
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 16px;
    font-family: "Lato", sans-serif !important;
}

.mt10 {
    margin-top: 10px;
}


/*banner-start*/

.banner {
    /* margin-top: 80px; */
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.banner .cr__btn {
    background: none;
    border: none;
    color: #030303;
    display: inline-block;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    line-height: 46px;
    padding: 0px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.banner .cr__btn:hover {
    border: 0px solid #313131;
}

.banner .item {
    height: calc(100vh - 80px);
    position: relative;
}

@media only screen and (max-width:1799px) {
    .banner .item {
        height: 800px;
    }
}

@media only screen and (max-width:1399px) {
    .banner .item {
        height: 680px;
    }
}

@media only screen and (max-width:1199px) {
    .banner .item {
        height: 570px;
    }
}

@media only screen and (max-width:991px) {
    .banner .item {
        height: 440px;
    }
}

@media only screen and (max-width:767px) {
    .banner .item {
        height: 450px;
    }
}

@media only screen and (max-width:575px) {
    .banner .item {
        height: 320px;
    }
}

@media only screen and (max-width:410px) {
    .banner .item {
        height: 260px;
    }
}

.banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* filter: brightness(1.25); */

}

.banner .item .cover {
    /* padding: 75px 0; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.4); */
    display: flex;
    align-items: center;
}

/* .banner .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
} */

.banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner .item .cover .header-content h2 {
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

.banner .item .cover .header-content h1 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

.banner .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    text-shadow: 1px 1px 0px #000;
}

.banner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.banner .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.banner .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

#owl-carousel1 .owl-dots {
    position: absolute;
    bottom: 39%;
    right: 5%;
}

.owl-dot>button {
    background: transparent;
    color: #c3c3c3;
    border: 2px solid #c3c3c3;
    margin: 9px 5px;
    /* font-family: 'Playfair Display'; */
    /* font-family: "Times New Roman", Times, serif; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
}

#owl-carousel1.owl-theme .owl-nav.disabled+.owl-dots {
    transition: 0.3s ease-in-out;
}

#owl-carousel1.owl-theme:hover .owl-nav.disabled+.owl-dots {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot.active>button,
#owl-carousel1.owl-theme .owl-dots .owl-dot:hover>button {
    color: #fff;
    border: 2px solid #fff;
}

#owl-carousel1.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel1.owl-theme .owl-dots .owl-dot:hover span {
    background: #85c227;
    /*    background: #ffc100;*/
}

#owl-carousel1.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    border: 3px solid #fff;
}

.banner:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 4px #0000009e;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    line-height: 28px;
    font-size: 24px;
    color: #ffffff;
    border-radius: 50px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.banner .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-prev:focus {
    outline: 0;
}

.fr__pro__prize li {
    margin: 0 6px;
}

.banner .owl-nav .owl-prev:hover {
    background: #fff !important;
    color: #6e0c99;
    box-shadow: 2px 2px 4px #000000;
}

.banner .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: 2px 2px 4px #0000009e;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    line-height: 28px;
    font-size: 24px;
    color: #ffffff;
    border-radius: 50px;
}

.banner .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.banner .owl-nav .owl-next:focus {
    outline: 0;
}

.banner .owl-nav .owl-next:hover {
    background: #fff !important;
    color: #6e0c99;
    color: #6e0c99;
    box-shadow: 2px 2px 4px #000000;
}

.banner:hover .owl-prev {
    left: 10px;
    opacity: 1;
}

.banner:hover .owl-next {
    right: 10px;
    opacity: 1;
}

.banner .owl-theme .owl-nav {
    margin-top: 0;
}

@media only screen and (min-width:2360px) and (max-width:2600px) {

    /* .banner .item {
        height: 840px;
    } */
    /* .banner .item {
        height: 810px;
    } */
}

@media only screen and (min-width:2190px) and (max-width:2359px) {

    /* .banner .item {
        height: 780px;
    } */
    /* .banner .item {
        height: 750px;
    } */
}

@media only screen and (min-width:2020px) and (max-width:2189px) {

    /* .banner .item {
        height: 720px;
    } */
    /* .banner .item {
        height: 690px;
    } */
}

@media only screen and (min-width:1921px) and (max-width:2019px) {

    /* .banner .item {
        height: 684px;
    } */
    /* .banner .item {
        height: 655px;
    } */
}

@media only screen and (min-width:1800px) and (max-width:1920px) {

    /* .banner .item {
        height: 640px;
    } */
    /* .banner .item {
        height: 720px;
    } */
}

@media only screen and (min-width:1660px) and (max-width:1799px) {

    /* .banner .item {
        height: 590px;
    } */
    /* .banner .item {
        height: 565px;
    } */
}

@media only screen and (min-width:1550px) and (max-width:1659px) {

    /* .banner .item {
        height: 550px;
    } */
    /* .banner .item {
        height: 530px;
    } */
}

@media only screen and (min-width:1400px) and (max-width:1549px) {

    /* .banner .item {
        height: 498px;
    } */
    /* .banner .item {
        height: 480px;
    } */
}

@media only screen and (min-width:1290px) and (max-width:1399px) {

    /* .banner .item {
        height: 458px;
    } */
    /* .banner .item {
        height: 440px;
    } */
}

@media only screen and (min-width:1180px) and (max-width:1289px) {

    /* .banner .item {
        height: 418px;
    } */
    /* .banner .item {
        height: 400px;
    } */
}

@media only screen and (min-width:1080px) and (max-width:1179px) {

    /* .banner .item {
        height: 380px;
    } */
    /* .banner .item {
        height: 370px;
    } */
}

@media only screen and (min-width:970px) and (max-width:1079px) {

    /* .banner .item {
        height: 344px;
    } */
    /* .banner .item {
        height: 330px;
    } */
}

@media only screen and (min-width:870px) and (max-width:969px) {

    /* .banner .item {
        height: 308px;
    } */
    /* .banner .item {
        height: 295px;
    } */
}

@media only screen and (min-width:768px) and (max-width:869px) {

    /* .banner .item {
        height: 270px;
    } */
    /* .banner .item {
        height: 260px;
    } */
}

@media only screen and (min-width:720px) and (max-width:767px) {

    /* .banner .item {
        height: 254px;
    } */
    /* .banner .item {
        height: 245px;
    } */
}

@media only screen and (min-width:650px) and (max-width:719px) {

    /* .banner .item {
        height: 228px;
    } */
    /* .banner .item {
        height: 220px;
    } */
}

@media only screen and (min-width:576px) and (max-width:649px) {

    /* .banner .item {
        height: 202px;
    } */
    /* .banner .item {
        height: 196px;
    } */
}

@media only screen and (min-width:544px) and (max-width:575px) {

    /* .banner .item {
        height: 260px;
    } */
    /* .banner .item {
        height: 240px;
    } */
}

@media only screen and (min-width:480px) and (max-width:543px) {

    /* .banner .item {
        height: 225px;
    } */
    /* .banner .item {
        height: 215px;
    } */
}

@media only screen and (min-width:438px) and (max-width:479px) {

    /* .banner .item {
        height: 206px;
    } */
    /* .banner .item {
        height: 198px;
    } */
}

@media only screen and (min-width:390px) and (max-width:437px) {

    /* .banner .item {
        height: 184px;
    } */
    /* .banner .item {
        height: 175px;
    } */
}

@media only screen and (min-width:355px) and (max-width:389px) {

    /* .banner .item {
        height: 167px;
    } */
    /* .banner .item {
        height: 160px;
    } */
}

@media only screen and (max-width:354px) {

    /* .banner .item {
        height: 150px;
    } */
    /* .banner .item {
        height: 145px;
    } */
}

/* @media only screen and (max-width:1599px) {
    .banner .item {
        height: 600px;
    }
}

@media only screen and (max-width:1399px) {
    .banner .item {
        height: 520px;
    }
} */

@media only screen and (max-width:1199px) {
    .banner .item .cover .header-content {
        padding: 46px;
    }

    /* .banner .item {
        height: 440px;
    } */
}

@media only screen and (max-width:991px) {
    .banner .item .cover .header-content {
        padding: 15px 40px 15px 15px;
    }

    .banner .item .cover .header-content h2 {
        font-size: 32px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 36px;
        margin: 5px 0 10px;
        word-spacing: 2px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 22px;
        line-height: 28px;
    }

    /* .banner .item {
        height: 380px;
    } */

    .slider__inner h1 {
        font-size: 55px !important;
        margin-top: 10px !important;
        margin-bottom: 24px !important;
    }
}

@media only screen and (max-width:767px) {
    /* .banner .item {
        height: 320px;
    } */

    .banner .item .cover .header-content {
        padding: 36px;
    }

    .banner .item .cover .header-content h2 {
        font-size: 28px;
    }

    .banner .item .cover .header-content h1 {
        font-size: 30px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 20px;
    }

    #owl-carousel1 .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 5%;
        right: 0%;
    }

    #owl-carousel1.owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

    .banner .item .cr__btn {
        display: none;
    }

    .slider__inner h1 {
        font-size: 40px !important;
        margin-bottom: 0px !important;
        margin-top: 12px !important;
        text-align: center !important;
    }
}

@media only screen and (min-width:768px) {

    .desktop-home-banner,
    .mid-banner-desktop {
        display: block !important;
    }

    .mobile-home-banner,
    .mid-banner-mobile {
        display: none !important;
    }
}

@media only screen and (max-width:767px) {

    .mobile-home-banner,
    .mid-banner-mobile {
        display: block !important;
    }

    .desktop-home-banner,
    .mid-banner-desktop {
        display: none !important;
    }
}

@media only screen and (max-width:575px) {

    /* .banner .item {
        height: 260px;
    } */

    .banner .item .cover .header-content {
        padding: 20px 0px;
    }

    .banner .item .cover .header-content h2 {
        font-size: 24px;
    }

    .slider__inner h2 {
        line-height: 40px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 0px #000;
    }

    .slider__inner h1 {
        font-size: 36px !important;
        margin-bottom: 0px !important;
        margin-top: 12px !important;
        text-align: center !important;
        text-shadow: 1px 1px 0px #000;
    }

    .banner .item .cover .header-content h1 {
        font-size: 26px;
        margin: 5px 0 6px;
    }

    .banner .item .cover .header-content h4 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width:474px) {
    .slider__inner h1 {
        font-size: 30px !important;
        margin-bottom: 0px !important;
        margin-top: 8px !important;
        text-align: center !important;
    }

    .slider__inner h2 {
        line-height: 40px;
        font-size: 50px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 0px #000;
    }

    /* .banner .item {
        height: 180px;
    } */
}


@media only screen and (max-width:410px) {
    .slider__inner h1 {
        font-size: 24px !important;
        margin-bottom: 0px !important;
        margin-top: 8px !important;
        text-align: center !important;
    }

    .slider__inner h2 {
        line-height: 36px;
        font-size: 40px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 0px #000;
    }
}

@media only screen and (max-width:359px) {
    .slider__inner h1 {
        font-size: 24px !important;
        margin-bottom: 0px !important;
        margin-top: 6px !important;
        text-align: center !important;
    }

    .slider__inner h2 {
        line-height: 26px;
        font-size: 30px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 0px #000;
    }

    /* .banner .item {
        height: 160px;
    } */
}

/*banner-end*/


/* header-start */

/* 
.sticky__header.scroll-header {
    background: rgb(255 255 255) none repeat scroll 0 0;
} */

/* #htc__header {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 0;
} */

#htc__header {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 38px;
}

#sticky-header-with-topbar {
    background-color: #111111;
}

.main__menu>li>a {
    color: #000000;
    /* color: #999999; */
}

.main__menu>li.active>a {
    color: #fff;
}

.header__search a i {
    color: #000000;
    font-weight: 600;
}

.header__account a {
    color: #000000;
    font-weight: 400;
}

.header__search a::before {
    background: #20acc9;
}

.header__account a::before {
    background: #20acc9;
}

.icon-handbag:before {
    content: "\e035";
}

*:before,
*:after {
    box-sizing: border-box;
}

.htc__shopping__cart a i {
    color: #000000;
    font-weight: 600;
}

.search__area {
    /* background: #6e0c99 none repeat scroll 0 0; */
    background: #fff none repeat scroll 0 0;
}

.mean-container a.meanmenu-reveal span {
    background: #000 none repeat scroll 0 0;
}

.mean-container a.meanmenu-reveal {
    border: 2px solid #000;
    color: #000;
}

.navbar-nav>li>.dropdown-menu {
    background: #111;
    margin-top: -22px;
    margin-left: -30px;
    border-radius: 0px;
}


.header__account .navbar-toggler {
    opacity: 0;
}

/* .htc__shopping__cart a span.htc__wishlist {
    right: 16px;
    margin-right: 15px;
    background: #6e0c99;
    border-radius: 100%;
    color: #030303;
    font-weight: 600;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 16px;
} */
.htc__shopping__cart a span.htc__wishlist {
    background: #ff0026;
    border-radius: 100%;
    color: #ffffff;
    font-weight: 600;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 26px;
    text-align: center;
    top: -6px;
    width: 15px;
    box-shadow: 0px 0px 3px 0px #fffffff5;
}

.vastra-user-wrp-upper.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px;
}

.vastra-user-wrp {
    position: relative;
    padding: 0px !important;
    display: flex;
    align-items: center;
}

.vastra-user-wrp:before {
    top: 4px;
}

.vastra-user {
    position: relative;
    height: 30px;
    width: 50px;
    bottom: -2px;
}

.vastra-user img {
    height: 22px;
    /* filter: invert(11); */
}

.vastra-user:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
    border: 1px solid #fff;
    right: 24px;
    bottom: 5px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 55%);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -4px;
    vertical-align: middle;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: auto;
    left: 30px;
    bottom: 11px;
}

.caret i {
    font-size: 20px;
    display: none;
    pointer-events: none;
}

.dropdown-divider {
    height: 1px;
    background-color: #6e0c99;
    margin: 1px 0;
}

.header__account a.dropdown-item {
    font-size: 14px;
    margin-right: 0px;
    padding-right: 0px;
    line-height: 26px;
    width: auto;
    height: auto;
    display: block;
    transition: 0.3s ease-in-out;
}

.header__account a.dropdown-item:hover {
    color: #6e0c99;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width:991px) {
    .hidden-header-vastra {
        display: none;
    }
}

/* .header-left {
    padding-left: 0px;
} */

@media only screen and (max-width:767px) {
    .header-left {
        padding: 0px;
    }

    .header-right {
        padding-left: 0px;
    }

    .vastra-user-wrp-upper.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-top: 0px solid transparent;
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
    }

    .vastra-user-wrp-upper .navbar-nav {
        margin: 7.5px 0px;
    }

    .vastra-user-wrp:before {
        top: 3px;
    }

    .htc__shopping__cart {
        margin-right: 60px;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        border: 0;
        box-shadow: none;
        background: #ffffff;
        margin-top: -22px;
    }
}

@media only screen and (max-width:575px) {

    .vastra-user-wrp-upper.navbar-collapse {
        padding-right: 6px;
        padding-left: 6px;
    }

    .mean-container a.meanmenu-reveal {
        border: 2px solid #000;
        color: #000;
        cursor: pointer;
        display: block;
        /* font-family: Arial, Helvetica, sans-serif; */
        font-family: 'Open Sans', sans-serif !important;
        font-size: 1px;
        font-weight: 700;
        height: 20px;
        line-height: 20px;
        margin-top: -58px;
        padding: 3px 4px 4px 4px;
        position: absolute;
        right: 0;
        text-decoration: none;
        text-indent: -9999em;
        top: 0;
        width: 19px;
    }
}

/* @media only screen and (max-width:360px) {
    .header__right {
        justify-content: start;
    }

    .htc__shopping__cart {
        margin-right: 30px;
    }

    .vastra-user {
        width: 48px;
    }

    .vastra-user:after {
        right: 22px;
    }

    .search__open.header__search a {
        margin-right: 0px;
        padding-right: 8px;
    }

    .header__account a.vastra-user-wrp {
        margin-right: 4px;
    }

    .htc__shopping__cart a span.htc__qua {
        background: #6e0c99;
        border-radius: 100%;
        color: #030303;
        font-weight: 600;
        font-size: 10px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        right: -8px;
        text-align: center;
        top: -5px;
        width: 16px;
    }

    .htc__shopping__cart a span.htc__wishlist {
        right: 12px;
        margin-right: 15px;
        background: #6e0c99;
        border-radius: 100%;
        color: #030303;
        font-weight: 600;
        font-size: 10px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        text-align: center;
        top: -5px;
        width: 16px;
    }

} */

/* header-end */

/* product-card-start */

.spl-__product__area.ftr__product__area {
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

/* .category {
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgb(12 35 34 / 7%);
    margin: 15px 0px;
    border: 1px solid #ddd;
} */

.category {
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 15px #6e0c9957;
    margin: 15px 0px;
    border: 1px solid #ddd;
}

/* .fr__product__inner {
    padding: 18px 14px 8px;
    text-align: center;
    background: #fff;
    border-top: 2px solid #6e0c99;
} */

.fr__product__inner {
    padding: 8px 10px 10px;
    text-align: center;
    background: #fff;
    position: relative;
    border-top: 0px solid #ff0000;
}

.fr__product__inner h4 a {
    /* color: #444; */
    color: #303030;
    /* font-family: Old Standard TT; */
    /* font-family: 'Open Sans', sans-serif !important; */
    /* font-family: "Cormorant Garamond", serif !important; */
    font-family: "Lato", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 2px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.fr__pro__prize {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.fr__pro__prize li.old__prize {
    color: #888888;
    text-decoration: line-through;
    text-decoration-color: #f00;
    text-decoration-thickness: 1px;
}

.product-modal-text .fr__pro__prize li.old__prize {
    text-decoration-color: #f00;
}

.fr__hover__info {
    position: absolute;
    right: 15px;
    top: 15px;
}

@media only screen and (max-width:767px) {
    .fr__product__inner h4 a {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }

    .category.product-new-card .fr__hover__info {
        bottom: 89px !important;
    }
}

.product__action li a {
    background: #fefefe none repeat scroll 0 0;
    height: 45px;
    line-height: 55px;
    width: 45px;
}

.product__action li {
    margin: 0;
    margin-bottom: 4px;
}

.section__title--2 h2 {
    /* font-family: 'Lora', serif; */
    font-family: "Cormorant Garamond", serif !important;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.25;
    padding-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 0px solid #6e0c99;
    position: relative;
    z-index: 0;
    /* text-shadow: 2px 2px 2px #6e0c9917; */
    margin-bottom: 20px;
}

.section__title--2.faq-sec-title {
    margin-bottom: 10px;
}

.section__title--2.faq-sec-title h2 {
    margin-bottom: 0px;
}

/* .section__title--2 h2:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #6e0c99;
    background: linear-gradient(180deg, #1e1e1e00, #6e0c99 70%);
    z-index: -1;
}

.section__title--2.section__title--2-alt h2:before {
    background: linear-gradient(180deg, #1e1e1e00, #6e0c99 70%);
} */

/* .section__title--2 h2:before {
    content: " ";
    position: absolute;
    display: block;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    height: 5px;
    width: 70px;
    left: -80px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #f8f8f8;
}

.section__title--2 h2:after {
    content: " ";
    position: absolute;
    display: block;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    height: 5px;
    width: 70px;
    right: -80px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #f8f8f8;
} */

/* .section__title--2 h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 45px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
} */


/* .section__title--2 h2:before {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    content: "";
    background-color: #000;
    z-index: 4;
} */

/* .section__title--2 h2:after {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    bottom: 3px;
    content: '';
    background-image: url(../images/g-clef.png);
    font-weight: 400;
    z-index: 4;
    display: block;
    background-color: #fff;
} */

/* .section__title--2.white-bg h2:after {
    background-color: #fff;
} */

@media only screen and (max-width:767px) {
    .section__title--2 h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width:475px) {
    /* .fr__product__inner h4 a {
        font-size: 16px;
        line-height: 26px;
        height: auto;
    } */

    /* .section__title--2 h2 {
        font-size: 38px;
    } */
}

/* product-card-end */

/* contact-us-start */

.address__details {
    background: #ffffff none repeat scroll 0 0;
    flex-basis: calc(100% - 110px);
    padding: 20px 15px 15px 15px;
    height: 120px;
}

.row.contact-form-wrap {
    border: 2px solid #6e0c99;
    padding: 30px 0px 20px;
    margin: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
}

.updated-contact__area .row.contact-form-wrap .fv-btn {
    border: 2px solid #000000;
    color: #060606;
    transition: 0.3s ease-in-out;
}

.updated-contact__area .row.contact-form-wrap .fv-btn:hover {
    background: black none repeat scroll 0 0;
    border: 2px solid #6e0c99;
    color: #6e0c99;
    transition: 0.3s ease-in-out;
}

.row.contact-form-wrap button {
    width: 100%;
}

.map-contacts--2 iframe {
    height: 500px;
}

.default-banner-desktop {
    display: block;
    height: 400px;
    margin-top: 80px;
}

/* .contact-page-banner.default-banner-desktop {
    background-position-x: 15% !important;
} */

.default-banner-mobile {
    display: none;
}

.product-details-banner-2 {
    margin-top: 80px;
}

/* .category-page-banner.default-banner-desktop {
    background-position-x: 36% !important;
} */

.product-details-banner.default-banner-desktop {
    background-position-x: left !important;
}

.product-details-banner-2.default-banner-desktop {}

.brd-separetor {
    padding: 0px 10px;
    position: relative;
    bottom: -2px;
}

.updated-contact__area.htc__contact__area {
    background: #e5e5e5;
}

.updated-contact__area.htc__contact__area .title__line--6 {
    color: #000000;
}

.updated-contact__area.htc__contact__area .address__details p a:hover {
    color: #000000;
}


@media only screen and (max-width:1920px) and (min-width:1450px) {
    .default-banner-desktop {
        height: 300px;
    }
}

@media only screen and (max-width:1449px) and (min-width:1200px) {
    .default-banner-desktop {
        height: 250px;
    }
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .default-banner-desktop {
        height: 210px;
    }

    /* .category-page-banner.default-banner-desktop {
        background-position-x: 37% !important;
    } */

    .product-details-banner.default-banner-desktop {
        background-position-x: 20% !important;
    }

    .product-details-banner-2.default-banner-mobile {}
}

@media only screen and (max-width:991px) {
    /* .category-page-banner.default-banner-mobile {
        background-position-x: 15% !important;
    } */

    .contact-page-banner.default-banner-mobile {
        /* background-position-x: 0% !important; */
        background-position-x: center !important;
    }
}

@media only screen and (max-width:991px) and (min-width:920px) {
    .default-banner-mobile {
        height: 370px;
    }

    .product-details-banner.default-banner-mobile {}
}

@media only screen and (max-width:919px) and (min-width:840px) {
    .default-banner-mobile {
        height: 340px;
    }
}

@media only screen and (max-width:839px) and (min-width:760px) {
    .default-banner-mobile {
        height: 310px;
    }
}

@media only screen and (max-width:759px) and (min-width:690px) {
    .default-banner-mobile {
        height: 280px;
    }
}

@media only screen and (max-width:689px) and (min-width:630px) {
    .default-banner-mobile {
        height: 250px;
    }
}

@media only screen and (max-width:629px) and (min-width:576px) {
    .default-banner-mobile {
        height: 230px;
    }
}

@media only screen and (max-width:575px) and (min-width:540px) {
    .default-banner-mobile {
        height: 220px;
    }
}

@media only screen and (max-width:539px) and (min-width:490px) {
    .default-banner-mobile {
        height: 200px;
    }
}

@media only screen and (max-width:489px) and (min-width:440px) {
    .default-banner-mobile {
        height: 180px;
    }
}

@media only screen and (max-width:439px) and (min-width:400px) {
    .default-banner-mobile {
        height: 160px;
    }
}

@media only screen and (max-width:399px) and (min-width:360px) {
    .default-banner-mobile {
        height: 140px;
    }
}

@media only screen and (max-width:359px) {
    .default-banner-mobile {
        height: 130px;
    }
}

@media only screen and (max-width:991px) {
    .address__details {
        padding: 35px 15px 15px 15px;
    }

    .map-contacts--2 iframe {
        height: 450px;
    }

    .default-banner-desktop {
        display: none;
    }

    .default-banner-mobile {
        display: block;
        margin-top: 80px;
    }

    .brd-separetor {
        bottom: 0px;
    }

    .brd-separetor i {
        color: #6e0c99;
        font-size: 18px;
        text-shadow: 1px 1px 1px #000;
    }

    .breadcrumb-item {
        color: #6e0c99;
        text-shadow: 1px 1px 1px #000;
    }

}

@media only screen and (max-width:767px) {
    .map-contacts--2 iframe {
        height: 380px;
    }

    .brd-separetor {
        padding: 0px 10px;
        position: relative;
        bottom: -2px;
    }

    .breadcrumb-item {
        font-size: 14px;
    }
}

@media only screen and (max-width:575px) {
    .map-contacts--2 iframe {
        height: 300px;
    }

}

@media only screen and (max-width:575px) {
    .contact-box.message textarea {
        padding: 18px 20px;
    }

    .contact-box input {
        padding: 0 20px;
    }

    .address__icon {
        background: #6e0c99 none repeat scroll 0 0;
        height: 85px;
        line-height: 115px;
        text-align: center;
        width: 75px;
    }

    .address__details p {
        color: #666666;
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }

    .address__details {
        padding: 10px 10px 10px 10px;
        flex-basis: calc(100% - 75px);
        height: 85px;
    }
}

/* contact-us-end */

/* product-details-start */
/* 
.ht__pro__details__content {
    padding-bottom: 30px;
} */

/* 
.htc__produc__decription.spl--produc__decription.bg__white {
    background: #f9f9f9;
} */

.htc__produc__decription.spl--produc__decription.bg__white h3 {
    text-align: center;
}

.htc__produc__decription.spl--produc__decription.bg__white .ht__pro__details__content {
    padding-bottom: 0px;
}

.pro__prize li.old__prize {
    text-decoration: line-through;
    text-decoration-color: #f00;
}

.discount-text-1 {
    text-align: center;
    color: #0d9223;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 0px;
}

.discount-text-1 span {
    font-weight: 600;
    font-size: 16px;
}

.ht__product__dtl h6.discount-text-1 {
    color: #388e3c;
    font-weight: 500;
    margin-top: 11px;
    margin-bottom: 6px;
    font-size: 16px;
    text-align: left;
}

.ht__product__dtl h6.discount-text-1 span {
    color: #388e3c;
    /* font-family: 'Old Standard TT', serif; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

/* product-details-end */

/* footer-start */

.bg__cat--1.upper-footer {
    /* background-color: #000354; */
    /* background-color: #000000; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.bg__cat--1.upper-footer .container {
    position: relative;
}

.bg__cat--1.upper-footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #6e0c999c;
}

.ft__list.footer-list-spl i {
    vertical-align: middle;
}

.copyright__inner {
    display: block;
    height: 60px;
}

.copyright__inner p {
    color: #000000;
    font-size: 14px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.footer-list-spl.ft__list li {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.footer-list-spl.ft__list li a {
    color: #000;
}

.footer__container {
    padding-top: 60px;
    padding-bottom: 50px;
}

.htc__copyright.bg__cat--5 {
    border-top: 1px solid #6e0c999c;
    background-image: url(../images/bg-img-3.jpg);
    background-color: #6e0c99 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
}

@media only screen and (max-width:991px) {
    .footer__container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #htc__footer .footer {
        text-align: center;
    }

    .footer-2 {
        padding-left: 0px;
    }

    .footer-3 {
        padding-left: 0px;
    }

    .social__link {
        display: flex;
        justify-content: center;
    }

    .social__link li+li {
        margin-left: 0px;
    }

    .footer .title__line--2 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .title__line--2:before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .title__line--2:after {
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% + -16px);
    }

    .bg__cat--1.upper-footer {
        background-position: right;
    }

    .social__link li {
        margin-right: 4px;
        margin-left: 4px;
    }

    .social__link li+li {
        margin-left: 4px;
    }

    .ft__list.footer-list-spl i {
        vertical-align: unset;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .copyright__inner {
        height: 50px;
    }

    .copyright__inner p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer__container.bg__cat--1 .smt-40 {
        margin-top: 20px;
    }
}

@media only screen and (max-width:767px) {
    .copyright__inner p {
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

    .footer__container.bg__cat--1 .xmt-40 {
        margin-top: 25px;
    }

    #scrollUp {
        bottom: 60px;
    }
}

@media only screen and (max-width:575px) {
    .copyright__inner {
        display: block;
        height: auto;
        padding: 0px 0px;
    }

    /* .copyright__inner p {
        color: #ffffff;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 0px;
    } */

    .copyright__inner p span {
        display: block;
    }

    /* #scrollUp {
        bottom: 60px;
    } */

    .footer__container.bg__cat--1 .xmt-40 {
        margin-top: 20px;
    }

    .copyright__inner p {
        line-height: 26px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

/* footer-end */

/* product-page-start */

/* .spl-product__grid.htc__product__grid {
    background: #f9f9f9;
} */

.spl-product__grid.htc__product__grid select.ht__select {
    border: 2px solid #6e0c99;
}

/* product-page-end */


.product-details-slider {
    margin-bottom: 0px;
    padding: 0px;
    /* box-shadow: 4px 3px 8px 4px rgb(13 40 68 / 10%); */
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 20px; */
    /* border-bottom-left-radius: 5px; */
    overflow: hidden;
    /* background: #fff; */
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
}

.slider-for img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* min-height: 100%; */
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 20px; */
    /* border-bottom-left-radius: 5px; */
    overflow: hidden;
}

/* .slider-nav {
    margin: auto;
    max-height: 470px;
} */

.slider-nav .item-slick {
    max-width: 240px;
    width: 90.8px;
    height: auto;
    padding: 0px;
    border: 1px solid #dddddd;
    margin: 0px 4px 0px 0px;
    outline: none !important;
    cursor: pointer;
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 20px; */
    /* border-bottom-left-radius: 5px; */
    overflow: hidden;
}

.col-md-3.product-slider-left-col {
    padding-right: 0px;
}

/* #aniimated-thumbnials button,
.slider-nav button {
    display: none !important;
} */

.slider-nav .item-slick img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.product-details-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 28px;
    height: 28px;
    /* border: 2px solid #6e0c99; */
    /* background: #6e0c99; */
    /* background: #000000f0; */
    background: #00000091;
    line-height: 3px;
    margin-top: 0px;
    /* border-top-left-radius: 6px; */
    /* border-bottom-right-radius: 6px; */
}

/* .slider-nav .slick-track {
    width: 100% !important;
    transform: translate(5px, 0px) !important;
} */

.product-details-slider .slick-prev {
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(0px);
    height: 100%;
    border: none;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.product-details-slider .slick-next {
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(0px);
    height: 100%;
    border: none;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.slider-nav:hover .slick-prev,
.slider-nav:hover .slick-next {
    opacity: 1;
    display: none;
    transition: 0.3s ease-in-out;
}


.product-details-slider .slick-prev:before,
.product-details-slider .slick-next:before {
    opacity: 1;
}

@media only screen and (max-width:767px) {
    .htc__product__details__top .xmt-40 {
        margin-top: 15px;
    }

    .ht__pro__desc {
        margin-top: 18px;
    }

    .sin__desc.align--left {
        align-items: center;
        display: flex;
        margin-top: 18px;
    }
}

@media only screen and (max-width:490px) {
    .slider-nav .item-slick {
        width: 50px;
        height: auto;
        /* margin: 0px 3px; */
    }
}

/* project-details-end */


/* spl-padding-responsive-start */

@media only screen and (max-width:991px) {
    .ptb--80 {
        padding: 40px 0;
    }
}

/* spl-padding-responsive-end */

/* @media only screen and (max-width:575px) {
    .col-spl-12 {
        width: 100%;
    }
} */

@media only screen and (max-width:575px) {
    .col-spl-12 {
        width: 70%;
        margin: 0px 15%;
    }
}

@media only screen and (max-width:475px) {
    .col-spl-12 {
        width: 76%;
        margin: 0px 12%;
    }
}

.cr__btn {
    background: #6e0c99;
    border: 2px solid #2b2927;
    color: #030303;
    display: inline-block;
    /* font-family: Poppins; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 38px;
    padding: 0px 30px;
    text-transform: capitalize;
    transition: 0.3s ease-in-out;
}

.cr__btn:hover {
    background: #313131 none repeat scroll 0 0;
    border: 2px solid #313131;
    color: #fff;
}

/* thank-you-page-start */

.thank-you-section {
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 80px; */
}

/* .thank-you-wrap {
    margin: 80px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 50px 15px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    position: relative;
    overflow: hidden;
} */

.thank-you-wrap {
    margin-top: 0px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 0px solid #000000;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .thank-you-wrap:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

/* .thank-you-wrap:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .thank-you-wrap:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.thank-you-wrap img {
    width: 140px;
}

.thank-you-wrap h2 {
    font-weight: 500;
    padding: 20px 0px 15px;
}

.thank-you-wrap h6 {
    font-weight: 700;
    padding-bottom: 15px;
    color: #000;
    font-size: 20px;
}

.thank-you-wrap a button {
    background: #6e0c99;
    border: 1px solid #6e0c99;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

.thank-you-wrap a button:hover {
    background: #fff;
    color: #6e0c99 !important;
    border-color: #6e0c99;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width:575px) {
    .thank-you-wrap {
        margin: 50px 0px;
        padding: 30px 15px;
    }
}

/* thank-you-page-end */

/* about-us-page-start */

.about-page-wrap {
    position: relative;
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    overflow: hidden;
}

.about-page-wrap:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000040;
}

.about-page-wrap .container {
    position: relative;
}

.about-page-text {
    text-align: center;
    padding: 30px;
    position: relative;
    /* border: 2px solid #fff; */
    background: #ffffffdb;
    /* box-shadow: 1px 1px 15px 1px rgb(255 255 255 / 25%); */
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%);
}

.about-page-text:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
}

.about-page-text h5 {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 4px;
    /* color: #fff; */
}

.about-page-text h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #1e1e1e;
    /* color: #fff; */
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.about-page-text h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1px;
    height: 3px;
    width: 60px;
    background-color: #000;
}

.about-page-text h3:after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 2px;
    height: 1px;
    width: calc(100% + 30px);
    /* max-width: 255px; */
    background-color: #00000078;
}

.about-page-text h6 {
    text-align: justify;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

/* 
.about-page-text h6 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 6px;
} */

.about-page-text h2 {
    /* font-family: 'Lora', serif; */
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #6e0c99;
    text-shadow: 1px 1px 0px #000000;
}

.about-page-text p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
}

.about-page-img {}

.about-page-img img {
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    border-radius: 10px;
}

@media only screen and (max-width:991px) {
    .about-page-text p {
        margin-bottom: 20px;
    }

    .about-page-text h6 {
        text-align: center;
    }

    .about-page-text h2 {
        text-align: center;
    }
}

/* about-us-page-end */

/* default-banner-start */

.ht__bradcaump__area {
    margin-top: 80px;
}

@media only screen and (max-width:1199px) {
    .ht__bradcaump__area {
        background-position: 45% !important;
    }
}

@media only screen and (max-width:991px) {
    .ht__bradcaump__area {
        background-position: 65% !important;
    }
}

@media only screen and (max-width:767px) {
    .ht__bradcaump__area {
        background-position: 45% !important;
    }
}

@media only screen and (max-width:575px) {
    /* .breadcrumb-item {
        color: #6e0c99;
        text-shadow: 1px 1px 1px #000;
    } */
}

@media only screen and (max-width:499px) {
    .ht__bradcaump__area {
        background-position: 60% !important;
    }
}

@media only screen and (max-width:410px) {
    .ht__bradcaump__area {
        background-position: 70% !important;
    }

    /* .ht__bradcaump__wrap {
        height: auto;
        padding: 55px 0;
    } */
}


/* default-banner-end */

/* categories-part-start */

.projects-wrap-outer {
    /* background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom; */
    /* background-attachment: fixed; */

    /* padding: 90px 0 90px; */
    /* background-color: #81e5ff; */
    /* background: linear-gradient(331deg, #e57a054d, #e57a05b5); */
    /* background: #f9f9f9; */
    /* background: #020200; */
}

.projects-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-color: rgb(255 255 255 / 86%); */
    /* background: linear-gradient(320deg, #87beff4f, #b2d5ff8a); */
    background-image: url(../images/icons/icon-dotted-map-3.png);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    pointer-events: none;
}

.project-box {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #a2a2a2; */
    transition: 0.3s ease-in-out;
    /* margin: 15px 0px; */
    margin: 15px 0px 0px;
    /* box-shadow: 0 4px 15px 1px rgba(12, 35, 34, 0.2); */
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%);
}

img.project-image {
    width: 100%;
    object-fit: cover;
    /* height: 260px; */
}

.project-text {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 55%;
    height: 200%;
    /* background: #6e0c99d4; */
    background: #3a3938d1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0px;
    /* padding-bottom: 20%; */
    background: linear-gradient(134deg, rgb(183 203 228 / 0%), #00000052 80%);
    padding-bottom: 20px;
    transition: 0.3s ease-in-out;
}

/* .project-box:hover .project-text {
    background: #0033726e;
    background: linear-gradient(134deg, rgb(183 203 228 / 0%), #002c286e 80%);
    padding-bottom: 20px;
    transition: 0.3s ease-in-out;
} */

.project-text h4 {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
}

.project-text h5 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
}

.project-text h5 i {
    font-size: 16px;
}

.project-text h2 {
    transition: 0.3s ease-in-out;
    color: #313131;
    font-weight: 500;
    font-size: 18px;
    padding: 9px 5px;
    border: 2px solid #6e0c99;
    width: 140px;
    /* text-shadow: 1px 1px 1px #000; */
    box-shadow: 1px 1px 1px 0px #000;
    background: #6e0c99;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    opacity: 1;
}

.project-box:hover h2 {
    transition: 0.3s ease-in-out;
    opacity: 1;
}

@media only screen and (max-width:1199px) {
    img.project-image {
        /* height: 300px; */
    }
}

@media only screen and (max-width:991px) {
    img.project-image {
        /* height: 245px; */
    }
}

@media only screen and (max-width:767px) and (min-width:575px) {
    img.project-image {
        /* height: 190px; */
    }

    .project-text {
        padding-bottom: 12px;
    }

    .project-text h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .project-text h2 {
        font-size: 16px;
        padding: 9px 3px;
        width: 120px;
        margin-bottom: 8px;
    }
}

.proj-img-1 {
    display: block !important;
}

.proj-img-2 {
    display: none !important;
}

@media only screen and (max-width:575px) {
    img.project-image {
        height: auto;
        min-height: 120px;
    }

    .project-text h2 {
        font-size: 18px;
        padding: 9px 0px;
        width: 130px;
    }

    .proj-img-1 {
        display: none !important;
    }

    .proj-img-2 {
        display: block !important;
    }

    .project-box {
        margin: 5px 0px 0px;
    }
}

@media only screen and (max-width:410px) {
    .project-text h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

/* categories-part-end */

/* profile-page-start */

.margin-profile-page {
    margin-top: 80px;
}

/* .profile-page-box {
    padding: 30px 30px;
    border: 0px solid #6e0c99;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px 4px rgb(12 35 34 / 20%);
} */

.profile-page-box.login-page-box {
    margin-top: 0px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: px solid #000000;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .profile-page-box:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

/* .profile-page-box.login-page-box:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .profile-page-box.login-page-box:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.profile-page-box.login-page-box .section__title--2 h2 {
    margin-bottom: 5px;
}

.profile-page-box.login-page-box.my-profile-box .section__title--2 h2 {
    margin-bottom: 0px;
}

.profile-page-box .col-xs-12 {
    padding: 0;
}

.profile-page-box .title__line--6 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #1e1e1e;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}

.profile-page-box .title__line--6:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    width: 50px;
    background-color: #000;
}

.profile-page-box .title__line--6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: calc(100% + 20px);
    /* max-width: 255px; */
    background-color: #00000078;
}

.profile-page-box .contact-box.name {
    margin-left: 0px;
    margin-right: 0px;
}

.profile-page-box .contact-box.name input {
    margin: 0px 0px;
}

.profile-page-box .contact-box.name input:focus {
    border: 1px solid #6e0c99;
    transition: 0.3s ease-in-out;
}

/* .border-spl-box {
    border-left: 1px solid #6e0c99;
} */

.profile-page-box .cr__btn.fv-btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #6e0c99;
    background: #6e0c99;
}

.profile-page-box .cr__btn.fv-btn:hover {
    background: #fff;
    color: #6e0c99;
}

#login-form .home-about-btn-box .home-about-btn,
#frmPassword .home-about-btn-box .home-about-btn {
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #6e0c99;
    background: #6e0c99;
    height: 40px;
    color: #fff;
    transform: scale(1);
    line-height: 28px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}


#login-form .home-about-btn-box .home-about-btn:hover,
#frmPassword .home-about-btn-box .home-about-btn:hover {
    transform: scale(1);
    color: #6e0c99;
    background: #fff;
    transition: 0.3s ease-in-out;
}



@media only screen and (max-width:991px) {
    .border-spl-box {
        border-left: none;
    }

    .heading-margin-top.title__line--6 {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #2b2927;
    }

    .contact-register-form .heading-margin-top.title__line--6 {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #2b2927;
    }

    .login-page-box.profile-page-box {
        padding: 30px 20px 20px;
    }

    #login-form .home-about-btn-box .home-about-btn {
        margin-bottom: 20px;
    }

    .login-page-box.profile-page-box .section__title--2.section__title--2-alt {
        text-align: center;
    }
}

@media only screen and (max-width:575px) {
    .login-page-box.profile-page-box {
        padding: 15px 15px 10px;
    }
}

/* profile-page-end */

/* login-page-start */

.mail-verify-box.contact-box.name {
    display: block;
    justify-content: space-between;
}

.forgot_password {
    margin-left: 0px;
    font-size: 18px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 5px;
    transition: 0.3s ease-in-out;
}

.forgot_password:hover {
    color: #6e0c99;
    transition: 0.3s ease-in-out;
}

.login-email-1 {
    width: 100% !important;
}

.login-email-2 {
    width: 100% !important;
}

.login-email-btn-1 {
    height: 40px;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    background: #6e0c99;
    border-color: #6e0c99;
    transition: 0.3s ease-in-out;
}

.login-email-btn-1:hover {
    background: #fff;
    color: #6e0c99;
    border-color: #6e0c99;
}

.login-email-btn-2 {
    height: 60px;
    width: 100%;
}

#email_otp_result {
    margin-top: 0px;
    line-height: 36px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: bold;
}

.margin-login-page {
    margin-top: 80px;
}

@media only screen and (max-width:575px) {
    .profile-page-box {
        padding: 20px 15px;
    }
}

/* login-page-end */

/* checkout-page-start */

.accordion__title.vstra_acc+.accordion__body {
    display: block !important;
}

.accordion__title.vstra_acc {
    pointer-events: none;
}



/* checkout-page-end */

/* my-order-page-start */

.margin-order-page {
    /* margin-top: 80px; */
}

.wishlist-content {
    margin-top: 0px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 0px solid #000000;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .wishlist-content:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .wishlist-content:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
    backdrop-filter: blur(25px);
    background: #ffffffb8;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
    /* padding: 10px 10px; */
    padding: 0px 0px;
    width: 100%;
    /* display: block; */
}

.wishlist-table table {
    background: #fff none repeat scroll 0 0;
    border-color: #252525;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0px 5px 1px;
    border-bottom-color: #6e0c99;
    width: 100%;
}

.wishlist-table table thead {
    background: #6e0c99;
}

.wishlist-table table th,
.wishlist-table table td {
    border-bottom: 1px solid #252525;
    border-right: 1px solid #252525;
    color: #000000;
    /* font-family: Old Standard TT; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;
    text-align: center;
}

.wishlist-table table .product-add-to-cart>a {
    background: #ffffff;
    color: #6e0c99;
    border: 1px solid #6e0c99;
    display: block;
    font-weight: 600;
    padding: 5px 0px 5px;
    text-transform: uppercase;
    width: auto;
}

.wishlist-table table .product-add-to-cart>a:hover {
    color: #fff;
    background: #6e0c99;
}

.wishlist-table table .product-add-to-cart>a:first-child {
    margin-bottom: 12px;
    color: #6e0c99;
    border: 1px solid #6e0c99;
}

.wishlist-table table .product-add-to-cart>a:first-child:hover {
    color: #fff;
    background: #6e0c99;
}

@media only screen and (max-width: 575px) {
    .wishlist-content {
        padding: 20px 15px 4px;
    }
}

/* my-order-page-end */

/* order-details-page-start */

/* .margin-order-details-page {
    margin-top: 80px;
} */

/* order-details-page-end */

/* cart-page-start */

/* .margin-cart-page {
    margin-top: 80px;
} */

.cart-page-card {
    margin-top: 0px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 0px solid #000000;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .cart-page-card:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .cart-page-card:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

@media only screen and (max-width:575px) {
    .cart-page-card {
        padding: 20px 15px 20px;
    }
}

/*scrollbar-start*/
/* width */
.table-responsive::-webkit-scrollbar {
    height: 2px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    /*    background: #00acfd;*/
    /*    background: linear-gradient(to left bottom, #fc2e78 20%, #008fdb 50%);*/
    /* background: linear-gradient(to top, #6e0c99, #000354cf); */
    background: linear-gradient(to top, #6e0c99, #6e0c99);
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    /* background: linear-gradient(to top, #6e0c99, #000354cf); */
    background: linear-gradient(to top, #6e0c99, #6e0c99);
}

@media only screen and (max-width:767px) {
    .buttons-cart {
        text-align: center;
    }

    .margin-cart-page .buttons-cart--inner {
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

/*scrollbar-end*/

/* cart-page-end */

/* wishlist-page-start */

/* .margin-wishlist-page {
    margin-top: 80px;
} */

.wishlist-page-card {
    margin-top: 0px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 0px solid #000000;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .wishlist-page-card:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .wishlist-page-card:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

@media only screen and (max-width:575px) {
    .wishlist-page-card {
        padding: 20px 15px 20px;
    }
}

.buttons-cart--inner {
    margin-bottom: 0px;
    margin-top: 20px;
    /* margin-left: 5px;
    margin-right: 5px; */
    background: #ffffff63;
    padding: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 12%);
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border-style: solid;
    margin: 0 0 0px;
    text-align: center;
    width: 100%;
    border-color: #000000;
    border-width: 0px 1px 0px 1px;
    border-bottom-color: #6e0c99;
    border-bottom: 0px solid #000;
}

@media only screen and (max-width:991px) {
    .table-content table {
        width: 820px;
    }
}

.table-content table th {
    border-top: medium none;
    padding: 10px 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif !important;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.product-remove.product-add-to-cart a {
    background: #ffffff none repeat scroll 0 0;
    color: #333;
    border: 2px solid #111;
    display: block;
    font-weight: 700;
    /* padding: 10px 6px; */
    font-size: 14px !important;
    text-transform: uppercase;
}

.product-remove.product-add-to-cart a:hover {
    color: #000 !important;
    background: #fff !important;
    transition: 0.3s ease-in-out;
}

.product-remove.product-add-to-cart a:hover i {
    color: #000 !important;
    background: #fff !important;
    transition: 0.3s ease-in-out;
}

.table-content table td.product-remove i {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
    background: #111;
    border: 0px solid #000000;
    font-weight: 500;
    margin-left: 3px;
    transition: 0.3s ease-in-out;
}

.table-content.table-responsive thead {
    background: #fff;
}

/* .table-content table th,
.table-content table td {
    border-bottom: 1px solid #111111;
    border-right: 0px solid #111111;
} */

.table-content table td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.table-content table td:first-child {
    border-left: 1px solid #fff;
    ;
}

.table-content table td:last-child {
    border-right: 1px solid #fff;
}

.table-content table th {
    border-right: 1px solid transparent;
    border-bottom: 2px solid #6e0c99;
}

.table-content table th:last-child {
    border-right: 1px solid #fff !important;
}

@media only screen and (max-width:767px) {
    .margin-wishlist-page .buttons-cart--inner {
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

/* wishlist-page-end */

/* checkout-page-start */

.margin-checkout-page {
    margin-top: 0px;
}

.checkout-method__title.register-title {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 6px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.checkout-method__title.register-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    width: 50px;
    background-color: #000;
}

.checkout-method__title.register-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: calc(100% + 20px);
    max-width: 255px;
    background-color: #00000078;
}

.checkout-page-box {
    margin-top: 0px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 0px solid #000000;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .checkout-page-box:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .checkout-page-box:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

/* .checkout-page-box:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

.checkout-page-box .accordion .accordion__body {
    padding-top: 10px;
    padding-bottom: 20px;
}

.checkout-page-box .accordion .accordion__title {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #6e0c99;
    box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
}

.checkout-page-box .accordion .accordion__hide {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #6e0c99;
    box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
}

.checkout-page-box .accordion__body .checkout-method__login .single-input input {
    height: 40px;
    line-height: 32px;
    padding-left: 15px;
    font-size: 14px;
    background: #fff;
    /* border: 1px solid #f6f6f6; */
    border: 1px solid #888;
}

.checkout-page-box .accordion__body .checkout-method__login .single-input input:focus {
    border: 1px solid #000;
    transition: 0.3s ease-in-out;
}

.checkout-page-box .accordion__body .checkout-method__login .dark-btn {
    margin-top: 15px;
}

.checkout-page-box .order-details {
    background: #fff;
    /* box-shadow: 0 4px 15px 4px rgb(12 35 34 / 20%); */
    box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
}

.checkout-page-box .order-details .order-details__title {
    border-bottom: 1px solid #000000;
    padding-top: 24px;
    padding-bottom: 18px;
    margin: 0 30px;
}

.checkout-page-box .order-details .order-details__item {
    border-bottom: 1px solid #000000;
}

.checkout-page-box .order-details .order-details__item .single-item .single-item__content a,
.checkout-page-box .order-details .order-details__item .single-item .single-item__content a:hover {
    color: #000;
}

.checkout-page-box .order-details .order-details__item .single-item .single-item__content span {
    color: #000;
}

.checkout-page-box .bilinfo .single-input {
    margin-top: 15px;
}

.checkout-page-box .cr__btn.fv-btn {
    padding: 0px 24px;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
}

.checkout-page-box .cr__btn.fv-btn.coupon_style {
    width: auto;
}

.checkout-page-box #coupon_result {
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.checkout-page-box #coupon_str.coupon_style {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    line-height: 50;
    border-radius: 0px;
    border: 1px solid #2b2927;
}

.checkout-page-box .ordre-details__total.order-total {
    padding-bottom: 0px;
}

.checkout-page-box .ordre-details__total.add-coupon {
    padding-bottom: 10px;
}

.checkout-page-box .accordion .accordion__title:before {
    display: none;
}

.checkout-page-box input[type="radio"],
input[type="checkbox"] {
    margin: 0px 0 0;
}

.checkout-page-box .order-details .ordre-details__total span.price {
    color: #000;
    font-size: 16px;
}

.checkout-radio-span {
    padding: 5px 22px 5px 4px;
    position: relative;
    border: 1px solid #cecece;
    background: #ffffff;
    color: #000;
    margin-right: 10px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 1px 1px 10px 0px rgb(12 35 34 / 9%);
}

.checkout-radio-span input {
    position: absolute;
    top: 6px;
    right: 4px;
}

.checkout-radio-span.radio-span-1 {}

.checkout-radio-span.radio-span-2 {}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .checkout-page-box .ordre-details__total.add-coupon {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
    }

    .checkout-page-box #coupon_str.coupon_style {
        width: 100%;
        margin-right: 0px;
    }

    .checkout-page-box .cr__btn.fv-btn.coupon_style {
        width: 100%;
        margin-top: 20px;
    }
}

/* @media only screen and (max-width:991px) and (min-width:768px){
    .checkout-page-box .order-details {
        margin-top: 0px;
        margin-bottom: 30px;
    }
} */

@media only screen and (max-width:991px) {
    .checkout-page-box>.row {
        display: flex;
        flex-direction: column-reverse;
    }

    .checkout-page-box .order-details {
        margin-top: 0px !important;
        margin-bottom: 30px !important;
    }

}

@media only screen and (max-width:767px) {
    .checkout-page-box .order-details .order-details__item {
        margin: 0 30px;
    }

    .checkout-page-box .checkout-method__login {
        margin-top: 0px;
    }

    .checkout-page-box .accordion .accordion__hide {
        font-size: 15px;
        padding: 0 12px;
    }
}

@media only screen and (max-width:575px) {
    .checkout-page-box {
        padding: 20px 15px;
    }

    .checkout-page-box .order-details .order-details__title {
        margin: 0 15px;
    }

    .checkout-page-box .order-details .order-details__item {
        margin: 0 15px;
    }

    .checkout-page-box .ordre-details__total.order-total {
        margin: 0 15px;
    }

    .checkout-page-box .ordre-details__total.add-coupon {
        padding-bottom: 10px;
        margin: 0 15px;
    }

    .checkout-page-box #coupon_result {
        padding: 15px;
        padding-bottom: 15px;
        padding-top: 0px;
    }

    .checkout-page-box .ordre-details__total.add-coupon {
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
    }

    .checkout-page-box #coupon_str.coupon_style {
        width: 100%;
        margin-right: 0px;
    }

    .checkout-page-box .cr__btn.fv-btn.coupon_style {
        width: 100%;
        margin-top: 20px;
    }
}

/* checkout-page-end */

/* home-modal-start */

.homepage-popup-modal.modal {
    background: rgba(0, 0, 0, .6);
}

.homepage-popup-modal .modal-content {
    background-color: transparent;
    border: none;
}

.homepage-popup-modal .modal-content span {
    font-size: 34px;
    font-weight: 500;
    color: #6e0c99;
}

.homepage-popup-modal .btn-close {
    position: absolute;
    right: -20px;
    top: -25px;
    opacity: 1;
    background: transparent;
    border: none;
}

.homepage-popup-modal img {
    border-radius: 0px;
    width: 100%;
}

.img-modal-1 {
    display: block;
}

.img-modal-2 {
    display: none;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 992px) {
    .homepage-popup-modal .modal-dialog {
        max-width: 800px;
        width: 800px;
    }
}

@media (max-width: 991px) {
    .homepage-popup-modal .modal-dialog {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .homepage-popup-modal .modal-dialog {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .homepage-popup-modal .btn-close {
        right: 5px;
        top: 3px;
        z-index: 2;
    }

    /* .homepage-popup-modal .modal-content span {
        font-size: 20px;
        color: #000;
    } */

    .img-modal-1 {
        display: none;
    }

    .img-modal-2 {
        display: block;
    }
}



/* home-modal-end */

/* .vastra-password-section {
    margin-top: 80px;
} */

/* .contact-form-wrap.forget-password-wrap {
    text-align: center;
    padding: 36px 30px 30px 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px 4px rgb(12 35 34 / 20%);
} */

.contact-form-wrap.forget-password-wrap {
    margin-top: -70px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #000000;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .contact-form-wrap.forget-password-wrap:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

.contact-form-wrap.forget-password-wrap:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
}

.contact-form-wrap.forget-password-wrap:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
}

.contact-form-wrap.forget-password-wrap .section__title--2 h2 {
    margin-bottom: 5px;
}

.contact-form-wrap.forget-password-wrap .title__line--6 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-form-wrap.forget-password-wrap .contact-btn button {
    width: 100%;
    background: #6e0c99 none repeat scroll 0 0;
    border: 1px solid #6e0c99;
}

.contact-form-wrap.forget-password-wrap .contact-btn button:hover {
    background: #fff;
    color: #6e0c99;
    border-color: #6e0c99;
}

.vastra-password-section .contact-box.name input:focus {
    border: 1px solid #000;
    transition: 0.3s ease-in-out;
}

.single-input.vasta-email-con {
    width: 100%;
    overflow: hidden;
}

.single-input.vasta-email-con .contact-box.name {
    margin-left: 0px;
    margin-right: 0px;
}

.single-input.vasta-email-con .contact-box.name input {
    margin: 0 0px;
}

.htc__product__details.product-details-page-section {
    margin-top: 80px;
    border-bottom: 1px solid #e7e7e7;
}

.htc__product__details.product-details-page-section.pt--80 {
    padding-top: 60px;
}

.accordion__body.vastraa-hide-add-be-log {
    display: none;
}

.acc-off-on-vastra {
    display: none !important;
}


/* size-chart-table-start */

.vastra-size-chart-table {
    border: 1px solid #d5d9d9 !important;
    /* box-shadow: 0 4px 15px rgb(12 35 34 / 20%); */
}

.pro__tab__content__inner.product-video-part {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.pro__tab__content__inner.product-video-part #player,
.pro__tab__content__inner.product-video-part .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
}

#player {
    pointer-events: none;
}

.pro__tab__content__inner {
    font-size: 16px;
    color: #000;
    backdrop-filter: blur(25px);
    background: #ffffff;
    /* box-shadow: 0px 6px 6px rgb(0 0 0 / 26%); */
    padding: 0px;
}

/* .ht__pro__details__content .pro__tab__content__inner {
    padding: 12px 15px;
} */

.ht__pro__details__content .pro__tab__content__inner {
    margin: 30px 0px 0px;
    padding: 12px 15px;
    box-shadow: 0px 0px 10px #42424229;
}

@media only screen and (max-width:991px) {
    .ht__pro__details__content .pro__tab__content__inner {
        margin: 15px 0px 0px;
    }
}

.video-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.video-text h2 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.video-text a {
    background: #fff;
    border: 2px solid #ffffff;
    color: #6e0c99;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 48px;
    padding: 0px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.video-text a:hover {
    border-color: #6e0c99;
    box-shadow: 0 1px 10px rgb(12 35 34 / 17%);
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width:767px) {
    .video-text h2 {
        font-size: 66px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:575px) {
    .pro__tab__content__inner.product-video-part {
        padding-top: 65%;
    }

    .video-text h2 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }

    .pro__tab__content__inner.product-video-part #player {
        transform: scaleY(1.17);
    }

    .video-text h2 {
        font-size: 30px;
        margin-bottom: 8px;
    }
}

.pro__tab__content__inner .panel-body {
    padding: 10px;
}

.pro__tab__content__inner .panel-default.panel {
    border-color: #000;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
}

.pro__tab__content__inner.updated-product-review .panel-default.panel {
    border-color: #000;
    margin-bottom: 16px;
    background-color: #fff;
    border: 1px solid #dddddd78;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 7%);
}

.vastra-size-chart-table tbody tr:nth-child(even) {
    background-color: #6e0c99;
}

.table.vastra-size-chart-table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
    border-right: 1px solid transparent;
    text-align: center;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width:767px) {
    .table.vastra-size-chart-table>thead>tr>th {
        font-size: 16px;
    }
}

.vastra-size-chart-table thead {
    background: #6e0c99;
    border-bottom: 0px solid #000;
}

.vastra-size-chart-table thead tr {}

.vastra-size-chart-table thead tr td {
    border-top: 0px solid #ddd;
}

.vastra-size-chart-table tbody {}

.vastra-size-chart-table tbody tr {
    text-align: center;
}

.vastra-size-chart-table tbody tr td {
    border-top: 0px solid #ddd;
    border-right: 1px solid #d5d9d9;
    color: #000000;
    font-size: 16px;
}

/* size-chart-table-end */

/* copy-text-start */

.product-coupon-code .button {
    padding: 10px 10px;
    background: #6e0c99;
    /* color: #111; */
    color: #ffffff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 0px;
    cursor: pointer;
}

.product-coupon-code .form-group {
    margin-bottom: 0px;
}

.product-coupon-code .input-group {
    display: flex;
    align-items: center;
    padding: 12px 10px;
    background: #111;
}

.product-coupon-code .input-group input {
    font-size: 18px;
    font-weight: 600;
    color: #6e0c99;
    background: #000;
    border: none;
    outline: none;
    padding-left: 0px;
}

.product-coupon-code .input-group input:focus {
    box-shadow: none;
}

/* copy-text-end */

.search__close__btn .search__close__btn_icon:hover i {
    color: #f00;
}

.search__area .search__inner form button:hover {
    background: #6e0c99 none repeat scroll 0 0;
}

.main__menu li.drop ul.dropdown li:hover>a {
    background: #fafafa none repeat scroll 0 0;
    color: #000000;
}

.product-coupon-code.coupon-code-details {
    padding: 10px 0;
}

.product-coupon-code.coupon-code-details .input-group {
    display: flex;
    align-items: center;
    padding: 8px 8px;
    background: #fff;
    width: 280px;
    border: 1px solid #000;
}

.product-coupon-code.coupon-code-details .input-group input {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 0px;
    box-shadow: none;
}

.product-coupon-code.coupon-code-details p {
    color: #000;
    font-weight: 600;
}


.password_label.vastra-label-md-show {
    position: absolute;
    left: calc(50% + 3px);
    top: 5px;
}

.password_label.vastra-label-sm-show {
    display: none;
}

@media only screen and (max-width:767px) {
    .password_label.vastra-label-sm-show {
        display: block;
    }

    .password_label.vastra-label-md-show {
        display: none;
    }

}

/*#coupon_box.ordre-details__total {*/
/*    display: flex !important;*/
/*}*/

/*#coupon_box {*/
/*    display: none !important;*/
/*}*/
.cancel-order-btn {
    /* background: #000354 none repeat scroll 0 0; */
    color: #ffffff !important;
    background: #6e0c99;
    border: 1px solid #6e0c99;
    display: inline-block;
    font-weight: 600 !important;
    padding: 5px 10px 5px;
    text-transform: uppercase !important;
    width: auto;
    font-size: 14px !important;
    margin-top: 3px;
    transition: 0.3s ease-in-out;
}

.cancel-order-btn:hover {
    color: #6e0c99 !important;
    border-color: #6e0c99;
    background: #ffffff;
    transition: 0.3s ease-in-out;
}

.cancel-order-modal {}

.cancel-order-area .nav {
    text-align: center;
    margin-bottom: 10px;
}

.cancel-order-area .nav-pills>li {
    float: none;
}

.cancel-order-area .nav>li {
    position: relative;
    display: inline-block;
    float: none;
}

.cancel-order-area .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #6e0c99 none repeat scroll 0 0;
    /* color: #000354; */
    color: #000000;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    display: inline-block;
    /* border: 2px solid #000354; */
    border: 2px solid #000000;
    border-radius: 0px;
}

.cancel-order-area h5 {
    text-align: center;
    margin-bottom: 12px;
    font-weight: 500;
    /* color: #000354; */
    color: #000000;
}

.cancel-order-area .modal-header {
    padding: 15px;
    /* border-bottom: 2px solid #000354; */
    border-bottom: 2px solid #000000;
    background: #6e0c99;
}

.cancel-order-area .modal-title {
    text-align: center;
    margin-left: 16px;
    font-weight: 500;
}

.cancel-order-area .nav-pills>li.active>a,
.cancel-order-area .nav-pills>li.active>a:hover,
.cancel-order-area .nav-pills>li.active>a:focus {
    color: #6e0c99;
    /* background-color: #000354; */
    background-color: #000000;
}

.cancel-order-area h4 {
    font-size: 22px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: 600;
}

/* .cancel-order-card {
    padding: 30px 30px;
    border-radius: 0px;
    position: relative;
    border: 0px solid #000000;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
} */

.cancel-order-card {
    margin-top: -70px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #000000;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
}

/* .cancel-order-card:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
    pointer-events: none;
} */

.cancel-order-card:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
}

.cancel-order-card:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
}

.cancel-order-card hr {}

.cancel-order-card .title__line {
    margin-bottom: 0px;
}

.cancel-order-card textarea {
    /* border: 1px solid #000354; */
    border: 1px solid #cecece;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.cancel-order-card .form-control {
    /* border: 1px solid #000354; */
    border: 1px solid #cecece;
    border-radius: 0px;
    background: #fff;
    min-height: 40px;
    transition: 0.3s ease-in-out;
}

.cancel-order-card .form-control:focus,
.cancel-order-card textarea:focus {
    /* border: 1px solid #000354; */
    border: 1px solid #000000;
    transition: 0.3s ease-in-out;
    box-shadow: none;
    outline: none;
}

.cancel-order-card .btn-default {
    background: #6e0c99;
    /* color: #000354; */
    color: #fff;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    text-transform: uppercase;
    display: inline-block;
    /* border: 2px solid #000354; */
    border: 1px solid #6e0c99;
    border-radius: 0px;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.cancel-order-card .btn-default:hover,
.cancel-order-card .btn-default:focus {
    color: #6e0c99;
    /* background-color: #000354; */
    background-color: #fff;
    transition: 0.3s ease-in-out;
}

.cancel-order-card hr {
    /* border-color: #000354; */
    border-color: #000000;
}

.cancel-order-card h6 {
    font-size: 22px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: 600;
}

.cancel-order-card label {
    /* color: #000354; */
    /* color: #000000;
    font-weight: 500;
    margin-bottom: 2px; */
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}

@media only screen and (max-width:575px) {
    .cancel-order-card {
        padding: 15px 15px;
    }

    .cancel-order-area .nav>li>a {
        font-size: 11px;
        padding: 0px 6px;
    }
}

/*Return Policy*/
/**********************
       faq-start
***********************/

.return-policy-box-new {
    margin-top: 0px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 0px solid #000000;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.return-policy-box-new .section__title--2 h2 {}

@media only screen and (max-width:767px) {
    .return-policy-box-new {
        padding: 15px 15px 15px;
    }

    .margin-top-spl {
        margin-top: 30px !important;
    }
}

.return-policy-box-new.return-policy-box-2 {
    margin-top: 60px;
}

/* .return-policy-box-new:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
} */

/* .return-policy-box-new:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.return-policy-box-new .section__title--2 h2 {
    margin-bottom: 15px;
}

@media only screen and (max-width:575px) {
    .return-policy-box-new .section__title--2 h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.vastra-return-policy {
    /* margin-top: 80px; */
}

.vastra-return-policy .mt-20 {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.faq-answer {
    padding: 0px 0px;
}

.faq-wrap.bg-light .title__head {
    position: relative;
    margin-bottom: 10px;
}

.faq-box {
    padding: 35px 15px 0px 15px;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(12, 35, 34, 0.2);
    border: 2px solid;
    margin: 40px 0;
}

.faq-wrap h6 {
    margin-top: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.section-heading {
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
    font-style: italic;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 2px;
    border-bottom: 2px solid;
}

.dropdown-header {
    background: #fff;
    padding: 20px 50px;
    font-size: 14px;
    /*color: ;*/
    font-weight: 700;
    position: relative;
}

.dropdown-header:before {
    content: "\75";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
}

.ac-heading {
    position: relative;
    background-color: #fcf6ff;
    margin: 15px;
    border: double 2px #fcf6ff;
    border-radius: 0px;
    min-height: 54px;
    display: flex;
    align-items: center;
}

.acc__title.active .ac-heading {
    border: double 2px #6e0c99;
}

.spl-sec-heading.sec-heading h2:after {
    width: 20px;
}

.acc__card {
    margin: 30px 0;
    position: relative;
}

.acc__card:first-of-type {
    margin-top: 0px;
}

.acc__card:last-of-type {
    margin-bottom: 0px;
}

.acc__title {
    display: block;
    position: relative;
    cursor: pointer;
    outline: 0;
    width: 100%;
    background: none;
    text-align: initial;
    background-color: #fcf6ff;
    border-radius: 0px;
    border: 2px solid #6e0c99;
    color: #fff;
    box-shadow: 1px 1px 5px 1px #0000002b;
}

.ac-heading h4 {
    font-size: 20px;
    font-weight: 600;
    top: 0px;
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif !important;
    color: #6e0c99;
    left: -1rem;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
}

.return-policy-box-new.return-policy-box-newest .ac-heading h4 {
    left: -1.5rem;
}

.ac-heading::after {
    width: 8px;
    height: 8px;
    /* border-right: 2px solid #000354; */
    border-right: 2px solid #6e0c99;
    /* border-bottom: 2px solid #000354; */
    border-bottom: 2px solid #6e0c99;
    position: absolute;
    right: 1rem;
    content: " ";
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}

.acc__title.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.acc__title.active {
    border: 2px solid #6e0c99;
    transition: all 0.3s ease-in-out;
}

.acc__title.active:hover {
    border: 2px solid #6e0c99;
    transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading h4 {
    color: #000000;
    left: 8px;
    padding: 7px 50px 7px 7px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
}

.acc__title.active:hover .ac-heading h4 {
    /* color: #000354; */
    color: #000000;
    left: 8px;
    transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading::after {
    transform: rotate(-135deg);
    border-right: 2px solid #6e0c99;
    border-bottom: 2px solid #6e0c99;
    transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.acc__title.active .ac-heading {
    background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at bottom left, #ffffff, #ffffff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: all 0.3s ease-in-out;
}

.acc__title:hover {
    background-color: #fcf6ff;
    border: 2px solid #6e0c99;
    transition: all 0.3s ease-in-out;
}

.acc__title:hover .ac-heading h4 {
    /* color: #000000; */
    left: 1rem;
    transition: all 0.3s ease-in-out;
}

.acc__title.active:hover .ac-heading::after {
    transform: rotate(-135deg);
    border-right: 2px solid #6e0c99;
    border-bottom: 2px solid #6e0c99;
    transition: all 0.3s ease-in-out;
}

.acc__title:hover .ac-heading:before {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    /* color: #000354; */
    color: #6e0c99;
}

.acc__title:hover .ac-heading {
    background-image: linear-gradient(#fcf6ff, #fcf6ff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: all 0.3s ease-in-out;
}

.acc__title:hover .acc-icon {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.acc__panel {
    background-color: #ffffff;
    color: #212121;
    display: none;
    border-top: 0px solid #6e0c99;
    margin: 0;
    padding: 24px;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 23%);
}

.acc__panel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(to top, #6e0c99, #ffffff);
}

.spl-panel {
    display: block;
}

.num .ac-heading:before {
    content: '\f059';
    font-family: 'FontAwesome';
    font-size: 2rem;
    font-weight: bold;
    /*color: ;*/
    width: 2rem;
    opacity: 0;
    transition: 0.35s;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.return-policy-box-new.return-policy-box-newest .num .ac-heading:before {
    content: "";
    height: 2rem;
    width: 2rem;
    background-image: url(../images/new-feature-1.png);
    opacity: 0;
    transition: 0.35s;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.acc-icon {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    padding: 5px;
    left: 0;
    top: 7px;
    opacity: 0;
    background-color: #6e0c99;
    border-radius: 50px;
    transition: 0.35s;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.acc-icon img {
    filter: invert(1);
}

.acc__title.active .acc-icon {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.acc__title.active .ac-heading::before {
    content: '\f05a';
    /* color: #000354; */
    color: #6e0c99;
    transition: all 0.3s ease-in-out;
}

.acc__title.active:hover .ac-heading::before {
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
}

.faq-answer p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
}

.faq-answer p b {
    font-weight: 600 !important;
}

.faq-answer a {
    font-weight: 600 !important;
    color: #6e0c99;
}

.margin-top-spl {
    margin-top: 40px !important;
}

@media only screen and (max-width:767px) {
    .section-heading {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .acc__panel {
        padding: 18px 20px;
    }
}

@media only screen and (max-width:575px) {
    .section-heading {
        font-size: 25px;
        letter-spacing: 0px;
    }

    .faq-box {
        margin: 30px 0;
    }

    .faq-answer {
        padding: 0px 0px 0px 0px;
    }

}

@media screen and (max-width:475px) {
    .ac-heading {
        position: relative;
        margin: 5px 5px;
        border: double 2px transparent;
    }

    .ac-heading h4 {
        font-size: 12px;
        line-height: 18px;
        top: -1px;
    }

    .return-policy-box-new.return-policy-box-newest .ac-heading h4 {
        font-size: 12px;
        line-height: 17px;
        top: -1px;
    }

    .acc__panel {
        padding: 8px 15px;
    }

    .num .ac-heading:before {
        font-size: 1.0rem;
        margin-left: 5px;
        width: 1rem;
    }

    .faq-answer p,
    .privacy-ol li {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .acc__title:hover .ac-heading h4,
    .acc__title.active .ac-heading h4 {
        left: 0px;
        padding: 9px 25px 7px 7px;
    }

    .return-policy-box-new.return-policy-box-newest .acc__title:hover .ac-heading h4,
    .return-policy-box-new.return-policy-box-newest .acc__title.active .ac-heading h4 {
        left: 8px;
        padding: 9px 50px 7px 7px;
    }

    .ac-heading::after {
        right: 8px;
    }

    .acc-icon {
        height: 30px;
        width: 30px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 10px;
    }

    .acc-icon img {
        filter: invert(1);
        width: 70%;
    }
}

@media screen and (max-width:415px) {
    /*
    .ac-heading::after {
        top: 8px;
        bottom: auto;
    }
  */

    .acc__title.active .ac-heading::before {
        margin-top: -2px;
    }

    .acc__title:hover .ac-heading h4,
    .acc__title.active .ac-heading h4 {
        left: 0px;
        padding: 4px 6px;
        padding-right: 20px;
    }

    .ac-heading h4 {
        font-size: 14px;
        padding-right: 6px;
    }

    .city-list {
        font-size: 15px;
        line-height: 19px;
    }

    .acc__card {
        margin: 12px 0;
    }
}

.privacy-p {
    color: #000;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 500;
    text-align: left;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
}

.privacy-ol {
    list-style-type: auto;
    margin-bottom: 0px;
}

.privacy-ol li {
    padding-left: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: left;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
}

.privacy-li-p {
    color: #000;
    padding-left: 22px;
    margin-bottom: 12px;
    line-height: 20px;
    text-align: justify;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
}

/*********************
       faq-end
  **********************/

#is_cart_box_show .fr__btn:focus {
    color: #fff;
}


/*************************
   new-custom-css-start 
 *************************/

/* pre-header-start */

/* .pre-header {
    padding: 11px 0px;
    background: #f25821;
    border-bottom: 0px solid #ffffff;
} */

/* .pre-header {
    padding: 11px 0px;
    background: #121212;
    border-bottom: 0px solid #ffffff;
} */

/* .pre-header {
    padding: 11px 0px;
    background: #6e0c99;
    border-bottom: 0px solid #ffffff;
} */

.pre-header {
    padding: 11px 0px;
    background: #fff;
    border-bottom: 2px solid #6e0c99;
}

.pre-header h6 {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding-right: 11px;
    color: #000000;
    font-weight: 500;
}

.pre-header img {
    width: 24px;
    /* filter: invert(1); */
    filter: invert(54%) sepia(44%) saturate(705%) hue-rotate(143deg) brightness(95%) contrast(100%);
    position: absolute;
    animation: beat .8s infinite alternate;
}

@keyframes beat {
    to {
        transform: scale(1.2);
    }
}

@keyframes beat2 {
    to {
        transform: scale(1.05);
    }
}

.pre-header-ul {
    display: flex;
    justify-content: end;
}

.pre-header-ul li {
    padding: 0px 16px;
}

.pre-header-ul li a {
    font-size: 16px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #000;
}

.pre-header-ul li a:hover {}

.pre-header-ul .last-preheader-li {
    position: relative;
    /* border-left: 2px solid #000; */
    padding-right: 0px;
}

.pre-header-ul .last-preheader-li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 2px;
    height: 16px;
    background: #20acc9;
}

@media only screen and (max-width:767px) {
    .pre-header-ul li a {
        font-size: 15px;
    }

    .pre-header-ul li {
        padding: 0px 10px;
    }
}

@media only screen and (max-width:575px) {
    .pre-header {
        display: none;
    }
}

/* pre-header-end */

/* header-start */

.drop.actual-drop a i {
    transition: all 0.2s ease-in-out 0s;
    font-size: 20px;
    vertical-align: middle;
}

.drop.actual-drop:hover a i {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out 0s;
}

@media only screen and (max-width:575px) {
    /* #htc__header {
        top: 0px;
    } */

    .logo {
        width: 95px;
    }

    /* .mean-container a.meanmenu-reveal {
        right: -5px !important;
    } */

    .mean-container a.meanmenu-reveal {
        right: 0px !important;
    }

    .header__search a i,
    .htc__shopping__cart a i {
        font-size: 14px;
    }

    .header__search a {
        margin-right: 0px;
        padding-right: 8px;
    }

    .vastra-user img {
        height: 20px;
    }

    .vastra-user {
        width: 49px;
    }

    .htc__shopping__cart {
        margin-right: 48px;
    }

    .htc__shopping__cart.mr15 {
        margin-right: 12px !important;
    }

    .header-right {
        padding-left: 0px !important;
    }

}

/* header-end */


/* dark bg and heading start */

.dark-bg {
    background: #020200 !important;
}

.grey-bg-new {
    background: #f9f9f9 !important;
}

.dark-bg .section__title--2 h2 {
    color: #ffffff !important;
}

.dark-bg .section__title--2 h2:before {
    background-color: #fff !important;
}

.dark-bg .section__title--2 h2:after {
    filter: invert(1) !important;
}

.grey-bg-new .section__title--2 h2:after {
    background-color: #f9f9f9;
}



/* dark bg and heading end */

/* product-category-start */

.projects-wrap-outer {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    /* padding-bottom: 0px; */
    background-image: url(../images/bg-img-2.jpg);
}

@media only screen and (max-width:475px) {
    .projects-wrap-outer .category-card-wrap {
        width: 70%;
        margin: 0 auto;
    }
}

.projects-wrap-outer .section__title--2 h2 {
    margin-bottom: 20px;
}

.projects-wrap-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.category-card-wrap {}

.product-card-new {
    overflow: hidden;
    position: relative;
    /* margin: 40px; */
    /* border: 4px solid #fff; */
    margin: 0px 0;
    /* box-shadow: 0 2px 20px 2px rgb(0 0 0 / 15%); */
    box-shadow: 0 2px 20px 2px rgb(255 255 255 / 7%);
}

.product-card-new:hover {
    /* box-shadow: 0 4px 15px rgb(0 0 0 / 50%); */
    /* box-shadow: 0px 2px 20px 2px rgb(255 255 255 / 24%); */
    /* box-shadow: 0 2px 20px 2px rgb(0 0 0 / 15%); */
}

.product-card-new img {
    object-fit: cover;
    min-height: 100%;
    height: auto;
    transition: transform 0.5s ease;
    width: 100%;
    height: auto;
}

.product-overlay {
    position: absolute;
    z-index: 3;
    opacity: 1;
    overflow: hidden;
    transform: translateY(32px);
    transition: all 0.4s ease;
    left: 0%;
    right: 0%;
    bottom: 0%;
    padding: 10px 0px 0px 0px;
    /* border-top: 1px transparent; */
    color: #ffffff;
    background: #00000091;
    text-align: center;
}

.product-overlay h6 {
    transition: all 0.7s ease;
    transform: translateY(0%);
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    position: relative;
}

.product-overlay a {
    transition: all 0.7s ease;
    transform: translateY(0%);
    overflow: hidden;
    color: #fff;
    display: block;
    padding: 8px 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 0px #000;
}

/* .product-card-new::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    opacity: 0;
} */

.product-card-new:hover img {
    transform: scale(1.1) translate(0%, 0%);
    filter: brightness(1.05);
    transition: transform 0.5s ease;
}

.product-card-new:hover .product-overlay {
    opacity: 1;
    transform: translateY(0);
    background: #0000009e;
    /* border-top: 1px solid #ffffffab; */
}

.product-card-new:hover h6,
.product-card-new:hover a {
    transform: translateY(0px);
}

.product-img-new {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.product-img-new:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    content: '';
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    opacity: 1;
    filter: alpha(opacity=0);
    visibility: hidden;
    /* visibility: initial; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-card-new:hover .product-img-new:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
}

.product-texts {
    text-align: center;
    padding: 15px 5px 0px 5px;
    background: transparent;
    /* background: linear-gradient(180deg, #ffffff, #6e0c99 150%); */
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    transition: 0.3s ease-in-out;
}

/* .product-card-new:hover .product-texts {
    background: linear-gradient(180deg, #ffffff00, #0000000f 100%);
    transition: 0.3s ease-in-out;
} */

.product-texts h6 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}

.product-texts a.product-anchor {
    padding: 6px 8px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #000000;
    background: #ffffffbd;
    color: #000;
    font-weight: 700;
}

.product-texts a.product-anchor {
    display: none;
}

/* .product-texts a:hover {
    background: #000000;
    color: #fff;
} */

/* #owl-carousel-cat.owl-carousel .owl-nav.disabled { */
#owl-carousel-cat.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    z-index: 0;
    pointer-events: none;
}

#owl-carousel-cat.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    height: calc(100% - 37px);
    margin: 0px;
    padding: 0px !important;
    background: transparent;
    /* background: #ffffff85; */
    border-radius: 0px;
    z-index: 5;
    pointer-events: all;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    font-size: 36px !important;
    transform: translateX(30px);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

#owl-carousel-cat.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    height: calc(100% - 37px);
    margin: 0px;
    padding: 0px !important;
    background: transparent;
    /* background: #ffffff85; */
    border-radius: 0px;
    z-index: 5;
    pointer-events: all;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    font-size: 36px !important;
    transform: translateX(-30px);
    opacity: 0;
    transition: 0.3s ease-in-out;
}

#owl-carousel-cat:hover .owl-prev {
    opacity: 1 !important;
    transform: translateX(0px) !important;
    transition: 0.3s ease-in-out !important;
    /* box-shadow: 3px 0px 20px 1px rgb(255 255 255 / 19%); */
}

#owl-carousel-cat:hover .owl-next {
    opacity: 1 !important;
    transform: translateX(0px) !important;
    transition: 0.3s ease-in-out !important;
    /* box-shadow: 3px 0px 20px 1px rgb(255 255 255 / 19%); */
}

#owl-carousel-cat.owl-carousel .owl-nav i {
    color: #6e0c99;
}

@media only screen and (max-width:991px) {
    #owl-carousel-cat .owl-prev {
        opacity: 1 !important;
        width: 25px !important;
        transform: translateX(0px) !important;
        transition: 0.3s ease-in-out !important;
        /* box-shadow: 3px 0px 20px 1px rgb(255 255 255 / 19%); */
    }

    #owl-carousel-cat .owl-prev i {
        font-size: 30px !important;
        text-shadow: 1px 1px 0px #000;
    }

    #owl-carousel-cat .owl-next {
        opacity: 1 !important;
        width: 25px !important;
        transform: translateX(0px) !important;
        transition: 0.3s ease-in-out !important;
        /* box-shadow: 3px 0px 20px 1px rgb(255 255 255 / 19%); */
    }

    #owl-carousel-cat .owl-next i {
        font-size: 30px !important;
        text-shadow: 1px 1px 0px #000;
    }
}

@media only screen and (max-width:475px) {

    #owl-carousel-cat:hover .owl-prev,
    #owl-carousel-cat .owl-prev {
        transform: translateX(-30px) !important;
    }

    #owl-carousel-cat:hover .owl-next,
    #owl-carousel-cat .owl-next {
        transform: translateX(30px) !important;
    }
}

/* product-category-end */

/* home-about-part-start */

.home-about-wrap {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-position: right; */
}

.home-about-text {}

.home-about-text h5 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #20acc9;
}

@media only screen and (max-width:991px) {
    .home-about-text h5 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .home-about-text h5 b {
        font-weight: 600 !important;
    }
}

.home-about-text h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #1e1e1e;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}

.home-about-text h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    width: 60px;
    background-color: #000;
}

.home-about-text h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: calc(100% + 30px);
    /* max-width: 255px; */
    background-color: #00000078;
}

.home-about-text h6 {
    text-align: justify;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}

.home-about-btn-box {}

.home-about-btn-box .home-about-btn {
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #6e0c99;
    background: #6e0c99;
    height: 40px;
    color: #fff;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.home-about-btn:hover {
    background: #fff;
    color: #6e0c99;
    transform: scale(1.04);
    transition: 0.3s ease-in-out;
}

.home-about-img {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.home-about-img::before {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    background: #000;
    bottom: -2px;
    right: -2px;
    z-index: -1;
}

.home-about-img::after {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    background: #000;
    top: -2px;
    left: -2px;
    z-index: -1;
}

.home-about-img img {}

/* .home-about-card {
    background: #ffffffed;
    box-shadow: 0 4px 15px rgb(0 0 0 / 45%);
    padding: 0px 0px;
    position: relative;
}

.home-about-card .home-about-text {
    padding: 15px 0px 0px 20px;
}

.home-about-card .col-md-5 {
    padding-right: 10px;
} */

@media only screen and (max-width:991px) {
    .home-about-text {
        text-align: center;
    }

    .home-about-text h3 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 25px;
    }

    .home-about-text h3:before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .home-about-text h3:after {
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% + -16px);
    }

    .home-about-img {
        margin-top: 40px;
    }

    .home-about-img::before {
        height: 50px;
        width: 50px;
    }

    .home-about-img::after {
        height: 50px;
        width: 50px;
    }
}

/* home-about-part-end */

/* features-area-start */

/* .features-new-area {
    padding-top: 0px;
} */

.features-new-card-wrap {}

.row.features-spl-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.features-spl-row .col-md {
    padding: 0px 10px;
    width: 20%;
}

.features-spl-row .col-md:first-child {
    padding-left: 0px;
}

.features-spl-row .col-md:last-child {
    padding-right: 0px;
}

.features-new-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 7px 7px 7px;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 15px rgb(12 35 34 / 21%);
    /* border-right: 4px solid #000; */
}

.features-new-card:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #000;
    /* box-shadow: 0 4px 15px rgb(12 35 34 / 32%); */
}

.features-new-img {
    width: 60px;
    padding: 10px;
    margin-right: 10px;
    position: relative;
}

:root {
    --border: -3px;
    --color1: #000000;
    --color2: #000000;
    --from: -135deg;
    --distance: 100%;
}

.features-new-img::after {
    content: '';
    border-radius: 0px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: conic-gradient(from var(--from), var(--color1), var(--color2) var(--distance), transparent var(--distance));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--border)), #fff calc(100% - var(--border) + 1px));
    mask: radial-gradient(farthest-side, transparent calc(100% - var(--border)), #fff calc(100% - var(--border) + 1px)); */
}

.features-new-img img {
    height: 40px;
    width: 40px;
    object-fit: fill;
    object-position: center;
}

.features-new-text {
    width: calc(100% - 70px);
}

.features-new-text h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width:1199px) {
    .row.features-spl-row {
        justify-content: center;
    }

    .features-spl-row .col-md {
        width: 33.33%;
        margin: 0px 0px 20px 0px;
    }

    .features-new-area.ptb--80 {
        /* padding: 80px 0; */
        padding: 60px 0 45px 0;
    }

    /* .features-new-area.features-about.ptb--80 {
        padding-top: 0px;
    } */

    .features-new-text {
        width: calc(100% - 80px);
    }

    .features-new-img {
        width: 70px;
    }

    .features-new-img img {
        height: 50px;
        width: 50px;
    }
}

@media only screen and (max-width:991px) {
    .features-new-area.ptb--80 {
        padding: 40px 0 35px 0;
    }
}

@media only screen and (max-width:767px) {
    .features-spl-row .col-md {
        width: 50%;
        margin: 0px 0px 20px 0px;
    }

    .features-new-text {
        width: calc(100% - 75px);
    }

}

@media only screen and (max-width:475px) {
    .features-spl-row .col-md {
        width: 80%;
        margin: 0px 0px 15px 0px;
    }

    .features-new-text {
        width: calc(100% - 75px);
    }

}

/* features-area-end */

/* updated-product-category-start */

.htc__category__area.updated-product-category {
    background: #fff;
}

.dark-bg .category.product-new-card {
    box-shadow: 1px 2px 15px 0px rgb(255 255 255 / 56%);
}

.product-new-card .ht__cat__thumb {
    position: relative;
    /* overflow: hidden; */
}

/* 
.product-new-card .ht__cat__thumb:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -10%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    content: '';
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, 100%, 0);
    opacity: 1;
    filter: alpha(opacity=0);
    visibility: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-new-card:hover .ht__cat__thumb:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0, -100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
} */

.quick-view-btn-wrap {
    background-color: #000000e0;
    /* background-color: #6e0c99f7; */
    text-align: center;
    /* padding: 6px; */
    position: absolute;
    width: 100%;
    bottom: -1px;
    transform: translateY(38px);
    transition: 0.4s ease-in-out;
}

.category.product-new-card:hover .quick-view-btn-wrap {
    transform: translateY(0px);
    transition: 0.4s ease-in-out;
}

.quick-view-btn-wrap a {
    color: #fff;
    font-size: 16px;
    padding: 7px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    /* display: none; */
}

.quick-view-btn-wrap i {
    vertical-align: middle;
    font-weight: 700;
}

.quick-view-btn-wrap a:hover {
    color: #eeeeee;
}

.product-new-card .ht__cat__thumb .discount-text-1 {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 6px;
    background: #6e0c99;
    box-shadow: 2px 2px 15px 0px rgb(12 35 34 / 17%);
    margin: 0px;
    font-family: "Lato", sans-serif !important;
}

.product-new-card .ht__cat__thumb .discount-text-1 span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

/* .category.product-new-card .fr__hover__info {
    right: 10px;
    top: 10px;
} */

.category.product-new-card .fr__hover__info {
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: 93px;
}

/* .product-image-1 {
    display: block;
    transition: 0.5s ease-in-out;
}

.category.product-new-card:hover .product-image-1 {
    display: none;
    transition: 0.5s ease-in-out;
}

.product-image-2 {
    display: none;
    transition: 0.5s ease-in-out;
}

.category.product-new-card:hover .product-image-2 {
    display: block;
    transition: 0.5s ease-in-out;
} */

/* .category.product-new-card .product__action {
    background: #000000e0;
    box-shadow: 0 4px 15px rgb(12 35 34 / 14%);
} */

.category.product-new-card .product__action li {
    margin-bottom: 0px;
    border-bottom: 0px solid #f5f5f5;
    /* background: transparent; */
    background: #000000;
    box-shadow: 0 4px 15px rgb(12 35 34 / 14%);
}

.category.product-new-card .product__action li a {
    background: #ffffff;
    height: 40px;
    line-height: 44px;
    width: 40px;
}

.category.product-new-card .product__action li a i {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease 0s;
}

.category.product-new-card .product__action li a i.icon-handbag {
    color: #000000;
    font-weight: 600;
}

.category.product-new-card .product__action li a:hover {
    background: #f9f9f9;
}

.category.product-new-card .product__action li a:hover i {
    color: #000;
}

.category.product-new-card .fr__product__inner {
    padding: 8px 10px 10px;
    text-align: center;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #6e0c999c;
}

.category.product-new-card .fr__product__inner h4 {}

.category.product-new-card .fr__product__inner h4 a {
    color: #000;
    font-weight: 700;
}

.category.product-new-card .fr__pro__prize {}

.category.product-new-card .fr__pro__prize li.old__prize {
    color: #131313;
    font-weight: 400;
}

.category.product-new-card .fr__pro__prize li {
    color: #000000;
    font-weight: 600;
}

.updated-product-category .section__title--2 h2 {
    margin-bottom: 5px;
}

@media only screen and (max-width:991px) {
    .updated-product-category.ptb--80 {
        padding: 40px 0 30px 0;
    }

    .category.product-new-card .quick-view-btn-wrap {
        transform: translateY(0px);
    }

    .category.product-new-card .product__action li:nth-child(1) {
        -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
        animation: 300ms ease-in-out 0s normal none 1 running fadeInRight;
        opacity: 1;
        transition: opacity 300ms linear 0s;
    }

    .category.product-new-card .product__action li:nth-child(2) {
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
        opacity: 1;
        transition: opacity 500ms linear 0s;
    }

    .category.product-new-card .product__action li:nth-child(3) {
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInRight;
        opacity: 1;
        transition: opacity 500ms linear 0s;
    }

    .product-modal-carousel .owl-carousel.owl-theme .owl-prev {
        left: 10px !important;
        opacity: 1 !important;
        transition: 0.3s ease-in-out !important;
    }

    .product-modal-carousel .owl-carousel.owl-theme .owl-next {
        right: 10px !important;
        opacity: 1 !important;
        transition: 0.3s ease-in-out !important;
    }
}

@media only screen and (max-width:475px) {
    .category.product-new-card .fr__product__inner {
        padding: 10px 10px 8px;
    }
}

@media only screen and (max-width:411px) {

    /* .col-spl-12 {
        width: 90%;
        margin: 0px 5%;
    } */
    .col-spl-12 {
        width: 100%;
        margin: 0px 0%;
    }
}

/* updated-product-category-end */

/* product-modal-start */

.homepage-popup-modal.product-modal {
    background: rgb(255 255 255 / 60%);
}

.homepage-popup-modal.product-modal .modal-content {
    background-color: #000;
    border: none;
    width: 100%;
    border-radius: 0px;
}

.modal-body.product-modal-body {
    padding: 0px;
    overflow: hidden;
    background: #fff;
}

.modal-body.product-modal-body .row {
    margin-left: -15px;
    margin-right: -15px;
}

.product-modal-carousel {
    background: #fff;
}

.product-modal-carousel .owl-carousel.owl-theme .owl-nav {
    margin-top: 0px;
    width: 100%;
}

.product-modal-carousel .owl-carousel.owl-theme .owl-nav i {
    font-size: 40px;
    color: #6e0c99;
    font-weight: 400;
    line-height: 38px;
    width: 38px;
}

.product-modal-carousel .owl-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    padding: 0px 0px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid #6e0c99;
    box-shadow: 2px 2px 4px #0000009e;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-modal-carousel .owl-carousel.owl-theme .owl-prev {
    position: absolute;
    left: 25px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.product-modal-carousel .owl-carousel.owl-theme:hover .owl-prev {
    left: 10px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.product-modal-carousel .owl-carousel.owl-theme .owl-next {
    position: absolute;
    right: 25px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.product-modal-carousel .owl-carousel.owl-theme:hover .owl-next {
    right: 10px;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

#product-modal .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1;
    background: transparent;
    border: none;
    z-index: 50;
}

#product-modal .modal-content .btn-close span {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

/* .product-modal-carousel {
    height: 514px;
} */

.col-md-6.product-modal-text-wrap {
    padding-left: 0px;
    height: 385px;
    /* background-image: url(../images/product-modal-bg-new2.jpg);
    background-size: cover;
    background-position: bottom; */
    position: relative;
    background-color: #fff;
}

/* .col-md-6.product-modal-text-wrap:before {
    content: "";
    position: absolute;
    background-color: #101010ad;
    width: 100%;
    height: 100%;
    left: -15px;
    top: 0px;
} */

/* .product-modal-text {
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-top: 5px;
    padding-right: 15px;
} */

.product-modal-text {
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-top: 5px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-modal-text h2 {
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin-bottom: 2px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    max-width: calc(100% - 0px);
    padding-right: 0px;
    overflow-x: hidden;
}

.product-modal-text h2 a {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
    font-family: "Lato", sans-serif !important;
}

.product-modal-text h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    width: 60px;
    background-color: #6e0c99;
}

.product-modal-text h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: calc(100% + 15px);
    background-color: #6e0c997d;
}

.product-modal-text .discount-text-1 {
    text-align: left;
    margin: 6px 0 8px;
}

.product-modal-text .discount-text-1 span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 6px 6px;
    background: #6e0c99;
    box-shadow: 2px 2px 15px 0px rgb(12 35 34 / 17%);
    margin: 0px;
    font-family: "Lato", sans-serif !important;
}

.product-modal-text .fr__pro__prize {
    justify-content: start;
}

.product-modal-text .fr__pro__prize li {
    margin: 0px 4px;
    font-size: 22px;
    color: #000;
}

.product-modal-text .fr__pro__prize li.old__prize {
    margin-left: 0px;
    font-size: 16px;
    color: #868686;
}

.product-modal-short-desc {}

.product-modal-short-desc p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}

.product-modal-cart-btn-wrap {
    display: flex;
    justify-content: flex-start;
    margin: 6px 0;
}

.product-modal-cart-btn-wrap a i {
    font-weight: 600;
}

.product-modal-cart-btn-wrap .product-modal-cart-card {
    width: 160px;
    color: #000;
    display: inline-block;
    padding: 6px 0px;
    text-align: center;
    background: transparent;
    border: 2px solid #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.product-modal-cart-btn-wrap .product-modal-cart-card:hover {
    background: transparent;
    color: #6e0c99;
    border-color: #6e0c99;
    transition: 0.3s ease-in-out;
}

/* 
.product-modal-cart-btn-wrap .product-modal-wishlist-card {
    width: 49%;
    margin-left: 2%;
    color: #fff;
    display: inline-block;
    padding: 6px 0px;
    text-align: center;
    background: #000;
    border: 2px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.product-modal-cart-btn-wrap .product-modal-wishlist-card:hover {
    background: #fff;
    color: #000;
    transition: 0.3s ease-in-out;
} */

.product-modal-category {
    margin-top: 10px;
}

.product-modal-category h6 {
    font-size: 16px;
    color: #ffffff;
}

.product-modal-category h6 span {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.product-modal-social {
    margin-top: 10px;
    display: none;
}

.product-modal-social h6 {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
}

.product-modal-social .product-modal-social-list {
    display: inline-block;
}

.product-modal-social .product-modal-social-list li {
    display: inline-block;
    margin-right: 5px;
}

.product-modal-social .product-modal-social-list li a {
    display: inline-block;
}

.product-modal-social .product-modal-social-list li a:hover {}

.product-modal-social .product-modal-social-list li a i {
    background: transparent;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 28px;
    border: 1px solid #fff;
}

.product-modal-social .product-modal-social-list li a:hover i {
    background: #fff;
    color: #000;
}

/* a.product-modal-details-btn {
    color: #fff;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 15px);
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    background: #000000;
    border: 2px solid #000000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
} */

a.product-modal-details-btn {
    color: #fff;
    /* position: absolute;
    bottom: 0px;
    right: 15px; */
    width: calc(50% - 15px);
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    background: #000000;
    border: 2px solid #000000;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.product-modal-cart-btn {
    color: #fff;
    /* position: absolute; */
    /* bottom: 0px; */
    width: calc(50% - 15px);
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    background: #6e0c99;
    border: 2px solid #6e0c99;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

a.product-modal-details-btn:hover {
    color: #6e0c99f7;
    border-color: #6e0c99f7;
    background: transparent;
    transition: 0.3s ease-in-out;
}

.product-modal-cart-btn:hover {
    color: #000;
    border-color: #000;
    background: transparent;
    transition: 0.3s ease-in-out;
}

.product-modal-btn-cover-wrap {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width:991px) {
    .homepage-popup-modal.product-modal .modal-dialog {
        max-width: 90%;
        width: 660px;
        margin: 30px auto;
    }

    .col-md-6.product-modal-text-wrap {
        height: 315px;
    }

    .product-modal-text {
        padding-top: 20px;
    }

    .product-modal-text h2 {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .product-modal-text h2 a {
        font-size: 22px;
        line-height: 28px;
    }

    .product-modal-short-desc p {
        font-size: 15px;
        line-height: 22px;
    }

    .product-modal-text .discount-text-1 {
        margin: 4px 0 6px;
    }

    .product-modal-text .discount-text-1 span {
        font-size: 15px;
    }

    .product-modal-text .fr__pro__prize li.old__prize {
        font-size: 15px;
    }

    .product-modal-text .fr__pro__prize li {
        margin: 0px 4px;
        font-size: 20px;
    }

    .product-modal-cart-btn-wrap {
        margin: 4px 0;
    }

    .product-modal-cart-btn-wrap .product-modal-cart-card {
        width: 170px;
        padding: 5px 0px;
        border: 2px solid #fff;
        font-size: 12px;
    }

    .product-modal-category {
        margin-top: 8px;
    }

    .product-modal-social {
        margin-top: 6px;
    }

    /* a.product-modal-details-btn {
        padding: 8px 0px;
        font-size: 18px;
    } */
}

@media only screen and (max-width:767px) {
    .homepage-popup-modal.product-modal .modal-dialog {
        max-width: 70%;
        width: auto;
    }

    .product-modal-text {
        padding-left: 15px;
        padding-top: 15px;
    }

    .col-md-6.product-modal-text-wrap {
        height: auto;
        padding-left: 15px;
        background-position: center;
    }

    a.product-modal-cart-btn,
    a.product-modal-details-btn {
        /* position: static;
        width: 100%;
        margin-top: 10px; */
        width: calc(50% - 10px);
    }

    .product-modal-text .discount-text-1 {
        margin: 6px 0 7px;
    }

    /* .product-modal-cart-btn-wrap {
        margin: 6px 0 8px;
    } */

    .product-modal-social {
        margin-top: 8px;
    }

    #product-modal .modal-content .btn-close span {
        font-size: 30px;
        font-weight: 400;
        color: #000;
    }

}

@media only screen and (max-width:575px) {
    .product-modal-text h2 {
        max-width: 100%;
    }

    .homepage-popup-modal.product-modal .modal-dialog {
        max-width: 70%;
    }

    .product-modal-text h2 a {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width:475px) {
    .homepage-popup-modal.product-modal .modal-dialog {
        max-width: 80%;
    }
}

@media only screen and (max-width:411px) {
    .homepage-popup-modal.product-modal .modal-dialog {
        max-width: 90%;
    }
}


/* product-modal-end */


/* contacts-page-start */

.contact-content.contact-content-updated {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}



.contact-content.contact-content-updated .form-contact-wrap {
    position: relative;
    background: #fff;
    z-index: 5;
}

.contact-content.contact-content-updated .form-contact-wrap h4 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
}

.contact-content.contact-content-updated .form-contact-wrap h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 90px;
    height: 2px;
    background-color: #1b3c45;
}

.contact-content.contact-content-updated .form-contact input {
    margin-bottom: 20px;
}

.contact-content.contact-content-updated .form-contact textarea {
    min-height: 0px;
    resize: none;
}

.contact-content.contact-content-updated .form-contact input:focus,
.contact-content.contact-content-updated .form-contact textarea:focus {
    border-color: #1b3c45 !important;
}

.contact-page-area {
    position: relative;
    /* background-image: url(../images/contact-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.contact-page-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    pointer-events: none;
}

.contact-page-upper {
    position: relative;
    padding: 30px 30px 24px 30px;
    background: #ffffffd6;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%);
}

/* .contact-page-upper:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #000;
} */

/* 
.contact-page-upper:after {
    content: "";
    position: absolute;
    left: -8px;
    bottom: -8px;
    width: 120px;
    height: 250px;
    z-index: -10;
    background-color: #000000;
} */

/* .contact-page-upper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 250px;
    background-color: #1b3c45;
} */

.contact-content.contact-content-updated .form-contact-wrap div>button {
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 0px !important;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1b3c45;
}

.contact-content.contact-content-updated .form-contact-wrap div>button:hover {
    background: #111111;
}

.contact-map {
    /* background-color: #ecc2ff; */
}

.contact-map iframe {
    height: 500px;
    /* mix-blend-mode: luminosity; */
}

.contact-page-info {}

.contact-info-box {
    display: flex;
    padding: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
    border-bottom: 0px solid #1b3c45;
    position: relative;
}

.contact-info-box:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #000;
}

.contact-info-left {
    height: 65px;
    width: 65px;
    padding: 10px;
    margin-right: 5px;
    position: relative;
}

/* .contact-info-left img {
    filter: invert(18%) sepia(64%) saturate(424%) hue-rotate(146deg) brightness(88%) contrast(90%);
} */

.contact-info-right {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.contact-info-right h6 {
    font-size: 14px;
    margin-bottom: 1px;
    position: relative;
    display: inline-block !important;
    padding-bottom: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-info-right h6:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    width: 25px;
    background-color: #000;
}

.contact-info-right h6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 70px;
    max-width: 255px;
    background-color: #00000078;
}

.contact-info-right p {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #000;
}

.contact-info-right p a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.contact-info-right p a:hover {
    color: #1b3c45;
}

.contact-page-upper .form-contact-wrap {
    background: #fff;
    padding: 50px 60px 50px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 0px solid #000000;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.contact-form-panel {}

.contact-form-panel input {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 10px;
    border: 1px solid #cecece;
    transition: 0.3s ease-in-out;
}

.contact-form-panel textarea {
    width: 100%;
    margin-bottom: 14px;
    outline: none;
    padding: 10px;
    border: 1px solid #cecece;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.contact-form-panel input:focus,
.contact-form-panel textarea:focus {
    border: 1px solid #6e0c99;
    transition: 0.3s ease-in-out;
}

.form-contact-updated .home-about-btn-box {}

.form-contact-updated .home-about-btn-box .home-about-btn {
    width: 100%;
}

.form-contact-updated .home-about-btn-box .home-about-btn:hover {
    transform: scale(1.0);
}

.form-contact-wrap-col {}

.contact-map-col {
    padding-left: 0px !important;
    margin-bottom: -7px;
}

.contact-page-upper .row {
    margin-left: -15px;
    margin-right: -15px;
}

.form-contact-wrap h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #1e1e1e;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}

.form-contact-wrap h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    width: 60px;
    background-color: #000;
}

.form-contact-wrap h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: calc(100% + 20px);
    /* max-width: 255px; */
    background-color: #00000078;
}

@media only screen and (max-width:991px) {
    .contact-map iframe {
        height: 426px;
    }

    .contact-page-upper .form-contact-wrap {
        padding: 40px 40px 40px;
    }
}

@media only screen and (max-width:767px) {
    .contact-content.contact-content-updated .form-contact-wrap {
        padding: 0px;
        padding-top: 16px !important;
        box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
    }

    .contact-content.contact-content-updated .form-contact-wrap h4 {
        margin-left: 15px;
    }

    .contact-page-upper .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .contact-content.contact-content-updated .form-contact-wrap div>button {
        margin: 10px 15px 24px 15px;
        width: calc(100% - 30px);
        font-size: 18px;
    }

    .contact-map iframe {
        height: 320px;
        /* border: 1px solid #1b3c45 !important; */
    }

    .contact-page-upper .form-contact-wrap {
        padding: 30px 30px 30px;
    }
}

@media only screen and (max-width:575px) {
    .contact-info-left {
        margin-right: 12px;
    }

    .contact-page-upper .form-contact-wrap {
        padding: 12px 15px 15px;
    }

    .contact-page-upper.contact-page-upper-new .section__title--2 h2 {
        margin-bottom: 6px !important;
    }
}

/* contacts-page-end */

/* product-page-start */

.row.spl-cat-page-row {}

/* product-page-end */

/* preloader-start */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 1000;
}

#wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    animation: pulse 1s infinite;
}

#pulsingheart {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #6e0c99;
    box-shadow: 0 4px 15px rgb(12 35 34 / 9%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* #pulsingheart {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #6e0c99;
    box-shadow: 0 4px 15px rgb(12 35 34 / 9%);
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} */

#pulsingheart img {
    width: calc(100% - 40px);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 500;
}

#pulsingheart:after {
    position: absolute;
    content: "";
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0;
    margin: auto;
    width: 87%;
    height: 87%;
    background: #fff;
    border-radius: 50%;
    transform-origin: 0 100%;
    animation: pulsecolor 1s infinite;
}

/* #pulsingheart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
    animation: pulsecolor 1s infinite;
} */

@keyframes pulse {
    10% {
        transform: scale(1.1)
    }
}

@keyframes pulsecolor {
    10% {
        background: #ffffff50
    }
}

/* preloader-end */


/* product-zoom-start */

/* body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    background-image: linear-gradient(to right, #dae2f8, #d6a4a4);
}

img {
    display: block;
    max-width: 100%;
}

.container {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 15px;
}

.container>* {
    flex: 1;
}

@media (max-width: 1030px) {
    .container {
        flex-direction: column;
        max-width: 500px;
        text-align: center;
    }
}

.info {
    margin-right: 50px;
}

@media (max-width: 1030px) {
    .info {
        margin-right: 0;
        margin-bottom: 50px;
    }
}

.info__body {
    position: sticky;
    top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

h1 {
    font-size: 32px;
    margin-bottom: 0.75em;
}

p {
    margin-bottom: 5px;
} */

.zoomable {
    position: relative;
    overflow: hidden;
    /* margin-left: 5px;
    margin-right: 5px; */
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #ddd;
}

.scroll-zoom {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 130px;
    padding: 3px 4px 4px 1px;
    background: #f9f9f9;
    font-weight: 600;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 1px -1px 4px #0000002b;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.scroll-zoom img {
    width: 24px !important;
    height: 24px;
    margin: 0 !important;
}

.pinch-zoom {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 130px;
    padding: 3px 4px 4px 1px;
    background: #f9f9f9;
    font-weight: 600;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 1px -1px 4px #0000002b;
}

.pinch-zoom img {
    width: 24px !important;
    height: 24px;
    margin: 0 !important;
}

@media only screen and (min-width:992px) {
    .pinch-zoom {
        display: none !important;
    }

    .zoomable:hover .scroll-zoom {
        opacity: 1;
        transition: 0.3s ease-in-out;
    }
}

@media only screen and (max-width:991px) {
    .scroll-zoom {
        display: none !important;
    }
}

/* .zoomable:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    pointer-events: none;
} */

.zoomable img {
    /* max-width: 100%; */
    /* border: 1px solid #000; */
    /* width: calc(100% - 10px); */
    width: 100%;
    display: block;
    margin: auto;
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2));
}


/* product-zoom-end */


/* bootstrap-manual-spacing-start */

.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

/* bootstrap-manual-spacing-end */

/* payment-fail-start */

/* .owl-carousel {
    display: block !important;
} */

.checkout-wrap.payment-fail-wrap {
    height: calc(100vh - 445px);
}

/* payment-fail-end */

/* home-about-part-new-start */

.home-about-wrap.home-about-wrap-new {
    position: relative;
    padding-top: 100px;
    z-index: 1;
    /* background: #0d9223; */
    /* background: #6e0c99; */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .home-about-wrap.home-about-wrap-new:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f00;
    z-index: 2;
} */

.paper-tear {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    z-index: -50;
    filter: invert(1);
    opacity: 0;
    pointer-events: none;
}

@media only screen and (max-width:1199px) {
    .paper-tear {
        top: -22px;
    }

    .home-about-wrap.home-about-wrap-new {
        padding-top: 90px;
    }
}

@media only screen and (max-width:991px) {
    .paper-tear {
        display: none;
    }

    .home-about-wrap.home-about-wrap-new {
        padding-top: 40px;
    }
}

.home-about-wrap.home-about-wrap-new .container {
    position: relative;
    z-index: 1;
}

.home-about-card {}

.home-about-card .home-about-text {
    /* background: #fbfbfb; */
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: center;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
    position: relative;
    overflow: hidden;
    border: 2px solid #000000;
    /* box-shadow: 4px 4px 8px rgb(0 0 0 / 81%); */
}

.home-about-card .home-about-text:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
}

.home-about-card .home-about-text:after {
    content: "";
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
}

.home-about-card .home-about-text h3 {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.home-about-card .home-about-text h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1px;
    height: 3px;
    width: 80px;
    z-index: 2;
    background-color: #6e0c99;
}

.home-about-card .home-about-text h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: #b4b4b4;
}

.home-about-card .home-about-text h6 {}

.home-about-card .home-about-text h6:last-child {
    margin-bottom: 0px;
}

.home-about-card .home-about-btn-box {}

.home-about-card .home-about-btn-box a {}

@media only screen and (max-width:767px) {
    .home-about-card .home-about-text {
        padding: 15px 10px 15px;
    }
}

/* home-about-part-new-end */

/* about-page-new-start */

.home-about-wrap.home-about-wrap-new.about-page-wrap-new {
    padding-top: 0px;
    margin-top: 80px;
}

/* .about-page-pre-about {
    padding: 60px 0px 110px;
    background: #6e0c99;
    position: relative;
} */

.about-page-pre-about {
    position: relative;
    padding: 100px 0px 100px;
    margin-top: 80px;
    /* background-image: url(../images/3-3.jpg); */
    background-image: url(../images/3-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-position: bottom; */
    background-position: center;
}

.about-page-pre-about.about-page-pre-about-2 {
    padding: 90px 0px 90px;
    margin-top: 80px;
    background-image: url(../images/3-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    /* background-position: bottom; */
    background-position: center;
}

.about-page-pre-about h2 {
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 80px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 5px #000000;
}

.about-page-pre-about .paper-tear {
    z-index: 0;
    top: auto;
    bottom: -50px;
}

.home-about-card.home-about-card-page {}

.home-about-text.about-page-text {
    margin-top: -70px;
}

.about-page-text .section__title--2-alt {}

.about-page-text .section__title--2-alt h2 {
    text-shadow: 2px 2px 2px #00000017;
    font-weight: 600;
    margin-bottom: 0px;
}

.home-about-text.about-page-text h6 {
    margin-bottom: 12px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}

@media only screen and (max-width:767px) {
    .about-page-text .section__title--2-alt h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width:1499px) {

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 70px 0px 70px;
        margin-top: 135px;
        transform: scaleY(1.5);
    }

    .htc__grid__top {
        margin-top: 125px;
    }
}

@media only screen and (max-width:1199px) {

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 55px 0px 55px;
        margin-top: 125px;
        transform: scaleY(1.5);
    }

    .htc__grid__top {
        margin-top: 120px;
    }
}

@media only screen and (max-width:991px) {

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        background-image: url(../images/3-3-mob.png);
        padding: 165px 0px 165px;
        margin-top: 80px;
        transform: scaleY(1);
    }

    .htc__grid__top {
        margin-top: 40px;
    }
}

@media only screen and (max-width:767px) {

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        background-image: url(../images/3-3-mob.png);
        padding: 100px 0px 100px;
    }

    .about-page-pre-about h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width:575px) {

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 90px 0px 90px;
    }
}

@media only screen and (max-width:474px) {

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 80px 0px 80px;
    }
}

@media only screen and (max-width:410px) {

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 65px 0px 65px;
    }
}

@media only screen and (max-width:359px) {

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 55px 0px 55px;
    }
}

.features-new-wrap {}

.features-new-wrap .features-spl-row {}

.features-newer-card {
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width:991px) {
    .features-spl-row .col-md {
        margin: 0px 0px 30px 0px;
    }

    .features-new-area.ptb--80 {
        padding: 40px 0 5px 0;
    }
}

.features-newer-img {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-newer-img img {
    height: 35px;
    width: 35px;
    filter: invert(1);
}

.features-newer-img.image-1 {
    position: relative;
    background-color: #6e0c99;
    border-radius: 50%;
}

.features-newer-img.image-1:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background: #6e0c9957;
    z-index: -1;
    border-radius: 50%;
    animation: beat2 0.85s infinite alternate;
}

.features-newer-img.image-2 {
    position: relative;
    background-color: #0d9223;
    border-radius: 50%;
}

.features-newer-img.image-2:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background: #0d922357;
    z-index: -1;
    border-radius: 50%;
    animation: beat2 0.85s infinite alternate;
}

.features-newer-img.image-3 {
    position: relative;
    background-color: #ff157b;
    border-radius: 50%;
}

.features-newer-img.image-3:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background: #ff157b57;
    z-index: -1;
    border-radius: 50%;
    animation: beat2 0.85s infinite alternate;
}

.features-newer-img.image-4 {
    position: relative;
    background-color: #ff9901;
    border-radius: 50%;
}

.features-newer-img.image-4:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background: #ff990157;
    z-index: -1;
    border-radius: 50%;
    animation: beat2 0.85s infinite alternate;
}

.features-newer-img.image-5 {
    position: relative;
    background-color: #6e0c99;
    border-radius: 50%;
}

.features-newer-img.image-5:before {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background: #6e0c9957;
    z-index: -1;
    border-radius: 50%;
    animation: beat2 0.85s infinite alternate;
}

.features-newer-text {
    margin-top: 22px;
}

.features-newer-text h6 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.features-newer-text small {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    line-height: 22px;
}

/* about-page-new-end */

/* contact-page-new-start */

/* .contact-page-upper.contact-page-upper-new {
    margin-top: -70px;
    background: #fff;
    padding: 40px 40px 40px;
    border-radius: 0px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #000000;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
} */

.contact-page-upper.contact-page-upper-new {
    padding: 0px;
    border-radius: 0px;
    text-align: left;
    position: static;
    overflow: visible;
    border: 0px solid #000000;
    box-shadow: none;
}


.contact-page-upper.contact-page-upper-new .section__title--2 h2 {
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

/* .contact-page-upper.contact-page-upper-new:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
}

.contact-page-upper.contact-page-upper-new:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
} */

.contact-page-info.contact-page-info-new {
    padding-top: 0px;
}

.contect-lower-new {
    margin-top: 60px;
    background-image: url(../images/bg-img-3.jpg);
    background-color: #b100ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: luminosity;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.contact-info-box-new {
    padding: 25px 10px;
}

.contact-image-box {
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0 auto;
}

.contact-image-box img {}

.contact-text-box {
    text-align: center;
    margin-top: 15px;
}

.contact-text-box h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 20px;
}

.contact-text-box p {
    font-size: 16px;
    font-weight: 600;
    color: #6e0c99;
    display: block;
    line-height: 24px;
    min-height: 48px;
}

.contact-text-box p a {
    color: #6e0c99;
}

.contact-text-box p a:hover {
    color: #6e0c99;
    text-decoration: underline;
}

.contact-info-box-new.contact-box-spl {
    position: relative;
}

.contact-info-box-new.contact-box-spl:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    top: 10%;
    left: -15px;
    background-color: #6e0c99;
}

.contact-info-box-new.contact-box-spl:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    top: 10%;
    right: -15px;
    background-color: #6e0c99;
}

/* contact-page-new-end */

/* product-details-page-new-start */

.ht__product__dtl.product-detail-right {}


.ht__product__dtl.product-detail-right .sin__desc.align--left {
    margin-top: 18px;
    align-items: center;
}

.ht__product__dtl.product-detail-right .sin__desc.align--left p {
    color: #000;
}

.ht__product__dtl.product-detail-right .sin__desc.align--left p span {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    margin-right: 2px;
    text-transform: capitalize;
}

.ht__product__dtl.product-detail-right h2 {
    font-size: 36px;
    line-height: 46px;
    color: #000;
    font-weight: 500;
    margin-bottom: 13px;
    text-transform: capitalize;
    /* font-family: "Cormorant Garamond", serif !important; */
    font-family: "Lato", sans-serif !important;
}

.ht__product__dtl.product-detail-right .product-price-part {
    display: flex;
    align-items: center;
}

.ht__product__dtl.product-detail-right .product-price-part h6.discount-text-1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    background: #6e0c99;
    color: #fff;
    padding: 6px 8px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.ht__product__dtl.product-detail-right .product-price-part h6.discount-text-1 span {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.ht__product__dtl.product-detail-right .product-price-part .pro__prize {
    margin-top: 0px;
}

.ht__product__dtl.product-detail-right .product-price-part .pro__prize .old__prize {
    padding-right: 10px;
    text-decoration-color: #f00;
}

.ht__product__dtl.product-detail-right .product-price-part .pro__prize .new__price {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.product-detail-right .product-coupon-code.coupon-code-details {
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 16px;
}

.product-detail-right .product-coupon-code.coupon-code-details p {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-top: 2px;
}

.product-detail-right .product-coupon-code.coupon-code-details .form-group {
    margin-bottom: 0px;
}

.product-detail-right .product-coupon-code.coupon-code-details .input-group {
    border: 1px solid #dddddd;
    padding: 6px 6px 6px 16px;
    width: 220px;
}

.product-detail-right .product-coupon-code.coupon-code-details .input-group input {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 0px;
    box-shadow: none;
}

.product-detail-right .product-coupon-code.coupon-code-details button {
    background-color: #6e0c99;
    font-size: 16px;
    padding: 6px 10px;
}

.sin__desc.align--left.product-color-part {}

.sin__desc.align--left.product-color-part p {}

.sin__desc.align--left.product-color-part p span {}

.sin__desc.align--left.product-color-part p a {
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 10px #42424257;
    margin: 0px 4px;
    padding: 0px 5px;
    margin: 6px 5px;
}

.sin__desc.align--left.product-color-part p a:before {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    border: 2px solid #6e0c99;
}

.sin__desc.align--left.product-color-part p a.no-color-anchor:before {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    border: 2px solid #fff;
}

.sin__desc.align--left.product-color-part img {
    width: 45px;
    height: 45px;
}

.sin__desc.align--left.product-quantity-part {}

.sin__desc.align--left.product-quantity-part p {}

.sin__desc.align--left.product-quantity-part p span {}

.sin__desc.align--left.product-quantity-part select {
    width: 40px;
    background: #f9f9f9;
    border-color: #dddddd;
    font-weight: 500;
    color: #000000;
    outline: none;
    font-size: 14px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 16%);
}

.product-button-part {}

.product-button-part .fr__btn-new {
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #6e0c99;
    background: #ffffff;
    height: 40px;
    line-height: 26px;
    width: 130px;
    text-align: center;
    color: #6e0c99;
    margin-right: 4px;
    transition: 0.3s ease-in-out;
}

.product-button-part .fr__btn-new:hover {
    transition: 0.3s ease-in-out;
    background: #6e0c99;
    color: #fff;
}

.product-button-part .fr__btn.buy_now-new {
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #6e0c99;
    background: #6e0c99;
    height: 40px;
    line-height: 26px;
    width: 130px;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    margin-top: 0px;
    position: relative;
    top: -1px;
}

.product-button-part .fr__btn.buy_now-new:hover {
    transition: 0.3s ease-in-out;
    background: #fff;
    color: #6e0c99;
}

.product-features-part.features-new-wrap {}

.product-features-part.features-new-wrap .features-newer-card {
    margin-top: 30px;
}

.product-features-part.features-new-wrap .features-spl-row .col-md:first-child {
    padding-left: 10px;
}

.product-features-part.features-new-wrap .features-newer-img {
    width: 45px;
    height: 45px;
}

.product-features-part.features-new-wrap .features-newer-img.image-1:before,
.product-features-part.features-new-wrap .features-newer-img.image-2:before,
.product-features-part.features-new-wrap .features-newer-img.image-3:before,
.product-features-part.features-new-wrap .features-newer-img.image-4:before,
.product-features-part.features-new-wrap .features-newer-img.image-5:before {
    width: 65px;
    height: 65px;
}

.product-features-part.features-new-wrap .features-newer-img img {
    height: 25px;
    width: 25px;
}

.product-features-part.features-new-wrap .features-newer-text {
    margin-top: 20px;
}

.product-features-part.features-new-wrap .features-newer-text h6 {
    font-weight: 500;
    font-size: 14px;
    margin-top: 0px;
}

.product-wishlist-part {
    margin-top: 14px;
}

.ht__pro__desc.ht__pro__desc-new {
    margin-top: 18px;
}

.product-wishlist-part a {
    color: #ff0f33;
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #dddddd87;
    border-bottom: 2px solid #ff0f33;
    background: #fff;
    background: #ffffff;
    height: 36px;
    line-height: 24px;
}

.product-wishlist-part a i {
    color: #ff0026;
    font-weight: 600;
}

.product-wishlist-part a:hover {}

.product-wishlist-part a:hover i {}

.sin__desc.align--left.product-sku-part {}

.sin__desc.align--left.product-sku-part p {}

.sin__desc.align--left.product-sku-part p span {}

.sin__desc.align--left.product-categories-part {}

.sin__desc.align--left.product-categories-part p {}

.sin__desc.align--left.product-categories-part p span {}

.sin__desc.align--left.product-categories-part .pro__cat__list {
    margin-left: 0px;
}

.sin__desc.align--left.product-categories-part .pro__cat__list li {}

.sin__desc.align--left.product-categories-part .pro__cat__list li a {
    line-height: 19px;
    font-weight: 600;
    padding-left: 3px;
    display: inline-block;
    color: #6e0c99;
}

.sin__desc.align--left.social_share_box {}

.sin__desc.align--left.social_share_box p {}

.sin__desc.align--left.social_share_box p span {}

.sin__desc.align--left.social_share_box a {
    background: #fcf6ff none repeat scroll 0 0;
    border-radius: 0px;
    color: #6e0c99;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: all 0.4s ease;
    width: 28px;
    border: 1px solid #fcf6ff;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 14%);
    margin-right: 8px;
}

.sin__desc.align--left.social_share_box a:hover {
    transition: all 0.4s ease;
    border-color: #6e0c99;
}

#sizechart .table-responsive {
    background: #ffffff;
    border: 1px solid #dddddd78;
    margin-bottom: 0px;
    box-shadow: 0 4px 15px rgb(12 35 34 / 7%);
}

/* .table.vastra-size-chart-table.pulse-table {}

.vastra-size-chart-table.pulse-table tbody {}

.vastra-size-chart-table.pulse-table tbody tr {}

.vastra-size-chart-table.pulse-table tr th {}

.vastra-size-chart-table.pulse-table tr td {} */

@media only screen and (max-width:1199px) {
    .zoomable {
        margin-right: 1px;
    }

    .slider-nav .item-slick {
        width: 71.7px;
    }

    .spl-left-padding {
        padding-left: 0px !important;
    }

    .product-features-part.features-new-wrap .features-spl-row .col-md {
        width: 20%;
        padding: 0px 5px;
        margin: 0px 0px 0px 0px;
    }

}

@media only screen and (max-width:991px) {
    .pro__details__tab li {
        height: 40px;
        line-height: 44px;
    }

    .pro__details__tab li a {
        font-size: 16px;
        font-weight: 500;
        height: 40px;
        padding: 0px 20px;
    }

    .htc__product__details.product-details-page-section.pt--80 {
        padding-top: 40px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .spl-left-padding {
        padding-left: 0px !important;
    }

    .slider-nav .item-slick {
        width: 66px;
    }

    .product-detail-right .product-coupon-code.coupon-code-details {
        padding-top: 12px;
    }

    .sin__desc.align--left.product-sku-part {
        margin-top: 6px !important;
    }

    .product-features-part.features-new-wrap .features-newer-card {
        margin-top: 24px;
    }

    .product-features-part.features-new-wrap .features-newer-text h6 {
        font-weight: 600;
        font-size: 11px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .product-features-part.features-new-wrap .features-newer-img {
        width: 40px;
        height: 40px;
    }

    .product-features-part.features-new-wrap .features-newer-img.image-1:before,
    .product-features-part.features-new-wrap .features-newer-img.image-2:before,
    .product-features-part.features-new-wrap .features-newer-img.image-3:before,
    .product-features-part.features-new-wrap .features-newer-img.image-4:before,
    .product-features-part.features-new-wrap .features-newer-img.image-5:before {
        width: 60px;
        height: 60px;
    }

    .product-features-part.features-new-wrap .features-newer-img img {
        height: 22px;
        width: 22px;
    }

    .ht__product__dtl.product-detail-right .sin__desc.align--left {
        margin-top: 10px;
        align-items: center;
    }

    .sin__desc.align--left.product-categories-part {
        margin-top: 6px !important;
    }

    .ht__pro__desc.ht__pro__desc-new {
        margin-top: 14px;
    }
}

@media only screen and (max-width:767px) {
    /* .slider-nav.slider-thumbnails .slick-track {
        width: calc(100% + 5px) !important;
    } */

    .slider-nav.slider-thumbnails .item-slick {
        /* width: calc(20% - 5px); */
        width: 143px;
    }

    .spl-left-padding {
        padding-left: 15px !important;
    }

    .pro__details__tab li a {
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        padding: 0px 0px;
    }

    .ht__product__dtl.product-detail-right h2 {
        margin-bottom: 10px;
    }

    .product-detail-right .product-coupon-code.coupon-code-details {
        padding-top: 14px;
    }

    .pro__details__tab {
        display: flex !important;
    }

    .sin__desc.align--left.product-categories-part .pro__cat__list li a {
        font-size: 16px;
    }

    .product-features-part.features-new-wrap .features-newer-text h6 {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .product-detail-right .product-coupon-code.coupon-code-details .input-group {
        padding: 6px 6px 6px 6px;
        width: 200px;
    }

    .updated-product-category .section__title--2 h2 {
        margin-bottom: -5px;
    }

    .section__title--2 h2:before {
        bottom: 13px;
        height: 14px;
    }
}

@media only screen and (max-width:575px) {
    .pro__details__tab li a {
        font-size: 15px;
        margin: 0px 5px;
        height: 36px;
    }
}

@media only screen and (max-width:575px) and (min-width:425px) {
    .slider-nav.slider-thumbnails .item-slick {
        width: 110px;
    }
}


@media only screen and (max-width:424px) {
    .slider-nav.slider-thumbnails .item-slick {
        width: 93px;
    }
}

@media only screen and (max-width:575px) and (min-width:475px) {
    .pro__details__tab li a {
        font-size: 12px;
    }
}

@media only screen and (max-width:474px) {
    .product-features-part.features-new-wrap .features-spl-row .col-md {
        width: 50%;
        padding: 0px 10px;
    }

    /* .pro__details__tab {
        display: block !important;
    }

    .pro__details__tab li {
        width: 100%;
    }

    .pro__details__tab li+li {
        border-left: 0px solid #ddd;
        line-height: 40px;
    }

    .pro__details__tab li a {
        border-bottom: 1px solid #ddd;
    }

    .pro__details__tab li:last-child a {
        border-bottom: none;
    } */
}

/* product-details-page-new-end */



/* new-responsive-start */

/* category-new-responsive-start */

.updated-product-grid.spl-product__grid.ptb--80 {
    padding: 0px 0 50px 0;
}

@media only screen and (max-width:1199px) {
    /* .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
        padding: 30px 25px;
    } */

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:before {
        width: 80px;
        height: 80px;
    }

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:after {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width:991px) {
    .updated-product-grid.spl-product__grid.ptb--80 {
        padding: 0px 0 30px 0;
    }

    /* .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
        margin-bottom: 25px;
        margin-top: -50px;
    } */
}

@media only screen and (max-width:767px) {
    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
        display: flex;
    }

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top select.ht__select {
        padding: 0 0px 0 12px;
        background-position: right 12px center;
    }
}

@media only screen and (max-width:575px) {
    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
        /* padding: 20px 15px; */
        justify-content: space-between;
    }

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top h6 {
        font-size: 16px;
        margin-right: 6px;
    }

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:before {
        width: 70px;
        height: 70px;
    }

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:after {
        width: 70px;
        height: 70px;
    }
}

/* category-new-responsive-end */

/* product-details-new-start */

.updated-product-category.updated-related-products.ptb--80 {
    padding: 70px 0 60px 0;
}

.htc__produc__decription.bg__white {
    /* padding-bottom: 50px; */
    border-bottom: 1px solid #e7e7e7;
}

.submit_review_hint a {
    text-transform: capitalize;
    font-weight: 600;
    color: #6e0c99;
    transition: 0.3s ease-in-out;
}

.submit_review_hint a:hover {
    text-decoration: underline;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    transition: 0.3s ease-in-out;
}

.submit_review_hint {
    color: #000000;
}

.pro__tab__content__inner.updated-product-review .review_heading {
    margin-top: 0px;
    margin-bottom: 8px;
}

header.text-left {
    border-bottom: 1px solid #6e0c99;
    margin-bottom: 5px;
    padding-bottom: 8px;
}

#sizechart .pro__tab__content__inner {
    overflow: hidden;
    padding: 15px 15px;
}

#sizechart table {
    overflow-x: auto;
    min-height: 0.01%;
    backdrop-filter: blur(25px);
    background: #ffffffb8;
    /* box-shadow: 0 4px 15px rgb(0 0 0 / 12%); */
    /* padding: 10px 10px; */
    padding: 0px 0px;
    width: 100% !important;
    /* display: block; */
    border: 1px solid #6e0c99;
}

#sizechart p {
    display: none;
}

#sizechart table tr td:first-child {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 800;
    padding: 10px 25px;
    width: 250px;
    background: #dcd2fe2b;
    color: #6e0c99;
    font-family: "Cormorant Garamond", serif !important;
    border-bottom: 1px solid #6e0c99;
}

#sizechart table tr td:last-child {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 25px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid #6e0c99;
}

#sizechart table tr:last-child td {
    border-bottom: none !important;
}

@media only screen and (max-width:767px) {
    #sizechart table tr td:first-child {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 28px;
        padding: 10px 15px;
        font-weight: 600;
        width: 180px;
    }

    #sizechart table tr td:last-child {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 15px;
        font-weight: 500;
    }
}

@media only screen and (max-width:575px) {
    #sizechart table tr td:first-child {
        font-size: 13px;
        text-transform: uppercase;
        line-height: 21px;
        padding: 5px 5px;
        font-weight: 600;
        width: 110px;
    }

    #sizechart table tr td:last-child {
        font-size: 13px;
        line-height: 21px;
        padding: 5px 5px;
        font-weight: 400;
    }
}

@media only screen and (max-width:991px) {

    .updated-product-category.updated-related-products.ptb--80 {
        padding: 40px 0 30px 0;
    }

    .htc__produc__decription.bg__white {
        padding-bottom: 35px;
        padding-top: 20px;
    }

}

/* product-details-new-end */

/* contact-us-new-responsive-start */

@media only screen and (max-width:1799px) {
    .about-page-pre-about .paper-tear {
        bottom: -48px;
    }
}

@media only screen and (max-width:1699px) {
    .about-page-pre-about .paper-tear {
        bottom: -46px;
    }
}

@media only screen and (max-width:1599px) {
    .about-page-pre-about .paper-tear {
        bottom: -44px;
    }
}

@media only screen and (max-width:1499px) {
    .about-page-pre-about .paper-tear {
        bottom: -40px;
    }
}

@media only screen and (max-width:1399px) {
    .about-page-pre-about .paper-tear {
        bottom: -38px;
    }
}

@media only screen and (max-width:1299px) {
    .about-page-pre-about .paper-tear {
        bottom: -34px;
    }
}

@media only screen and (max-width:1199px) {
    .about-page-pre-about .paper-tear {
        bottom: -32px;
    }
}

@media only screen and (max-width:1099px) {
    .about-page-pre-about .paper-tear {
        bottom: -30px;
    }
}


@media only screen and (max-width:1199px) {
    .contact-page-upper.contact-page-upper-new {
        padding: 30px 30px 36px;
    }
}

@media only screen and (max-width:991px) {

    /* .contact-map-col {
        margin-top: 30px;
        padding-left: 15px !important;
    } */

    .contect-lower-new {
        margin-top: 20px;
        box-shadow: 4px 4px 8px rgb(188 188 188 / 48%);
    }

    .contact-info-box-new {
        padding: 15px 5px;
    }

    .contact-text-box {
        margin-top: 8px;
    }

    .contact-page-upper.contact-page-upper-new {
        padding: 0px 0px 0px;
        margin-top: 0px;
    }

    .contact-text-box p {
        font-size: 15px;
        font-weight: 500;
        color: #000;
        display: block;
        line-height: 21px;
    }

    .contact-page-upper.contact-page-upper-new {
        text-align: center;
    }

    /* .about-page-pre-about.about-page-pre-about-2 {
        padding: 100px 0px 100px;
        margin-top: 80px;
    } */
}

@media only screen and (max-width:767px) {

    .contact-info-box-new.contact-box-spl:before,
    .contact-info-box-new.contact-box-spl:after {
        display: none;
    }

    .contact-text-box p {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        display: block;
        line-height: 24px;
        height: auto;
        min-height: 0px;
    }

    .contect-lower-new {
        box-shadow: none;
        margin-top: 30px;
    }

    .contect-lower-new {
        background-image: none;
        background-color: #fff;
        box-shadow: none;
    }

    .contact-info-box-new.contact-box-spl {
        margin: 30px 0;
    }

    .contact-page-upper.contact-page-upper-new {
        padding: 0px 0px 0px;
        margin-top: 0px;
    }

    .contact-info-box-new {
        padding: 15px 10px;
        background-image: url(../images/bg-img-3.jpg);
        background-color: #b100ff;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-blend-mode: luminosity;
        box-shadow: 2px 2px 8px rgb(137 137 137 / 26%);
    }

    .contact-page-upper .form-contact-wrap .contact-form-panel {
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media only screen and (max-width:575px) {
    .contact-page-upper.contact-page-upper-new {
        padding: 0px 0px 0px;
    }

    .about-page-pre-about h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .contact-info-box-new.contact-box-spl {
        margin: 30px 0;
    }

    .contect-lower-new {
        box-shadow: none;
        margin-top: 30px;
    }

    .contact-map-col {
        margin-top: 0px;
    }
}

.product-visible-pulse {
    display: none;
}

/* contact-us-new-responsive-end*/

/* new-responsive-end */


.sin__desc.available-dtls.not-available {}

.sin__desc.available-dtls {}

.sin__desc.available-dtls p {
    color: #0d9223;
    font-weight: 500;
}

.sin__desc.available-dtls.not-available p {
    color: #f00;
}

.sin__desc.available-dtls p span {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    margin-right: 2px;
    text-transform: capitalize;
}


/* about-page-new-parts-start */


.about-page-part {}

.about-page-part.page-part-1 {
    background-color: #f6f0d9ba;
}

.about-page-part.page-part-2 {
    /* background-color: #f7f7f7; */
}

.spl-about-row {
    display: flex;
    align-items: center;
}

.page-part-text {}

.page-part-text h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 4px;
    position: relative;
    background-image: linear-gradient(to right bottom, #00d3ff -110%, #6e0c99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.page-part-text p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
}

.page-part-img {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 36%);
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
}

.page-part-img:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 70px;
    height: 70px;
    border: 6px solid #ffffff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
}

.page-part-img:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 70px;
    height: 70px;
    border: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
}

.page-part-img img {
    width: 100%;
}

.about-music-part {
    background-color: #f7f7f7;
}

.about-music-card-new {
    background: #fff;
    padding: 40px 40px 30px;
    border-radius: 0px;
    text-align: center;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
    position: relative;
    overflow: hidden;
    border: 2px solid #000000;
}

.about-music-card-new:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none;
}

.about-music-card-new:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none;
}

.about-music-card-new h2 {
    margin-bottom: 0px;
}

.about-music-card-new p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
}

.about-owner-wrap {
    background: linear-gradient(306deg, white, #12a7ff66);
}

.about-owner-text {}

.about-owner-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.about-owner-text h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
}

.about-owner-text h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background-color: #6e0c99;
    left: 0;
    bottom: -5px;
}

.about-owner-text p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
}

.about-owner-img {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 36%);
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
}

.about-owner-img img {}

.hide-large {
    display: none;
}

@media only screen and (max-width:991px) {
    .spl-about-row {
        display: block;
    }

    .page-part-text {
        text-align: center;
    }

    .page-part-text h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 2px;
    }

    .page-part-text p {
        margin-bottom: 16px;
    }

    .hide-small {
        display: none;
    }

    .hide-large {
        display: block;
    }

    .about-owner-text {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
    .page-part-text h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .about-music-card-new {
        padding: 15px 10px 10px;
    }

    .about-music-card-new p {
        margin-bottom: 5px;
        line-height: 26px;
    }

    .about-music-card-new .section__title--2 h2 {
        font-size: 21px;
    }

    .about-owner-text h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .about-owner-text h2 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 12px;
        position: relative;
    }

    .about-owner-text p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .about-owner-text {
        margin-bottom: 16px;
    }
}

/* about-page-new-parts-end */
.bc-img img {
    width: 100%;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 1320px;
    }
}

.header-contents {
    text-align: center;
}

.both-cat-wrap {
    border-bottom: 0px solid #e7e7e7;
    background: #fdf6ff;
}

.bc-card {
    /* box-shadow: 0 4px 15px rgb(12 35 34 / 9%); */
    box-shadow: 2px 2px 15px #6e0c9957;
}

.bc-img {}

.bc-img img {
    width: 100%;
}

.bc-img:hover img {}

.bc-text {
    text-align: center;
    padding: 16px 0 24px 0;
    background: #ffffff80;
}

.bc-text h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.bc-text p {
    max-width: 500px;
    margin: 0 auto;
    color: #868686;
    margin-bottom: 10px;
}

.bc-text a {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    padding: 0px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.bc-text a:hover {
    box-shadow: 0 1px 10px rgb(12 35 34 / 17%);
    transition: all 0.3s ease 0s;
    border-color: #fff;
    color: #6e0c99;
}

@media only screen and (max-width:1199px) {
    .bc-text p {
        padding: 0px 15px;
    }
}

@media only screen and (max-width:991px) {
    .bc-card.bc-card-2 {
        margin-top: 30px;
    }
}

@media only screen and (max-width:575px) {
    .bc-text {
        text-align: center;
        padding: 12px 0 20px 0;
    }

    .bc-text h6 {
        font-size: 20px;
        line-height: 28px;
    }
}

.home-about-sec {
    border-bottom: 1px solid #e7e7e7;
}

.home-about-sec .row.spl-about-row {}

.home-about-text {}

.home-about-text h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}

.home-about-text p {
    color: #868686;
    text-align: justify;
    margin-bottom: 12px;
}

.home-about-text a {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    padding: 0px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin-top: 8px;
}

.home-about-text a:hover {
    animation-name: animation-horizontal;
    animation-iteration-count: 1;
    animation-duration: 1s;
    color: #6e0c99;
}

.home-about-img-new {}

.home-about-img-new img {
    width: 100%;
}

.home-about-img-new:hover {
    animation-name: animation-horizontal;
    animation-iteration-count: 1;
    animation-duration: 1s;
    opacity: 0.8;
    color: #6e0c99;
}

@keyframes animation-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

@media only screen and (max-width:991px) {
    .home-about-img-new {
        margin-top: 30px;
    }

    .home-about-sec.home-about-sec-about .home-about-img-new {
        margin-top: 16px;
    }
}

@media only screen and (max-width:575px) {
    .home-about-text h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .home-about-text a {
        margin-top: 0px;
    }
}

.feature-latest-wrap {
    background-image: url(../images/bg-img-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 0px;
    position: relative;
}

@media only screen and (min-width:768px) {
    .feature-latest-wrap {
        margin-top: -8px;
    }
}

.feature-latest-card {
    text-align: center;
}

@media only screen and (max-width:991px) {
    .feature-latest-card.feature-latest-card-3 {
        margin-top: 24px;
    }
}

@media only screen and (max-width:767px) {
    .feature-latest-card.feature-latest-card-2 {
        margin-top: 24px;
    }
}

.fl-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
}

.fl-img img {
    width: 100%;
    filter: invert(13%) sepia(79%) saturate(4387%) hue-rotate(278deg) brightness(81%) contrast(107%);
    transition: 0.5s ease-in-out;
}

.feature-latest-card:hover .fl-img img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-360deg);
    filter: invert(13%) sepia(79%) saturate(4387%) hue-rotate(278deg) brightness(81%) contrast(107%);
    transition: 0.5s ease-in-out;
}

.fl-text {}

.fl-text h6 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    margin-bottom: 0px;
}

.fl-text p {
    max-width: 300px;
    margin: 0 auto;
    color: #868686;
}

.product-coupon-code-new {
    background-color: #fcf6ff;
    padding: 10px 12px;
    border-radius: 0px;
    border-color: #000000;
    border-width: 0px;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    margin-top: 20px;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 9%);
}

.product-coupon-code-new h6 {
    color: #6e0c99;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    margin-top: 6px;
    line-height: 22px;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Lato", sans-serif !important;
}

.product-coupon-code-new p {
    color: #6e0c99;
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
    font-family: "Lato", sans-serif !important;
}

@media only screen and (max-width:991px) {
    .product-coupon-code-new {
        width: 100%;
        margin-bottom: 20px;
    }

    .ht__product__dtl.product-detail-right h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    #sizechart .pro__tab__content__inner {
        overflow: hidden;
        /* padding: 15px 0px 0px; */
    }

    /* .ht__pro__details__content .pro__tab__content__inner {
        padding: 12px 0px 0px;
    } */
    .ht__pro__details__content .pro__tab__content__inner {
        margin: 12px 0px 0px;
    }
}

.video-sec {
    position: relative;
    overflow: hidden;
}

.vid-desktop {
    width: 100%;
}

.vid-mobile {
    width: 100%;
    display: none;
}

.video-text-new {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.video-text-new h2 {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 1px 1px 4px #6e0c99;
}

.video-text-new a {
    background: #fff;
    border: 2px solid #ffffff;
    color: #6e0c99;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 48px;
    padding: 0px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin-bottom: 60px;
}

.video-text-new a:hover {
    border-color: #6e0c99;
    box-shadow: 0 1px 10px rgb(12 35 34 / 17%);
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width:1199px) {
    .video-text-new h2 {
        font-size: 70px;
        margin-bottom: 10px;
    }

    .video-text-new a {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:991px) {
    .video-text-new h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .video-text-new a {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:767px) {
    .vid-desktop {
        display: none;
    }

    .vid-mobile {
        display: block;
    }

    .video-text-new h2 {
        font-size: 60px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 4px #181818;
    }

    .video-text-new a {
        margin-bottom: 40px;
    }

}

@media only screen and (max-width:575px) {
    .video-text-new h2 {
        font-size: 36px;
        margin-bottom: 8px;
    }

    .video-text-new a {
        margin-bottom: 20px;
    }
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .15));
    font-size: 60px;
    text-align: center;
    margin: 20px 0 70px;
}

.waviy span {
    font-family: "Lato", sans-serif !important;
    position: relative;
    display: inline-block;
    color: #6e0c99;
    font-weight: 600;
    line-height: 76px;
    text-transform: uppercase;
    animation: 2.5s infinite waviy;
    animation-delay: calc(.2s* var(--i));
}

.waviy span.space {
    margin-left: 8px;
}

@keyframes waviy {

    0%,
    100%,
    40% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-20px)
    }
}

@media only screen and (max-width:1499px) {
    .waviy {
        margin: 70px 0 70px;
    }
}

@media only screen and (max-width:991px) {
    .waviy {
        margin: 30px 0 100px;
    }
}

@media only screen and (max-width: 767px) {

    .waviy {
        margin: 30px 0 80px;
        font-size: 48px
    }

    .waviy span {
        font-weight: 700;
        line-height: 62px
    }
}

@media only screen and (max-width: 575px) {
    .coming-soon-section {
        min-height: 40vh
    }

    .waviy {
        font-size: 34px;
        margin: 10px 0 50px;
    }

    .waviy span {
        line-height: 50px;
    }
}

.rp-img {
    width: 16px;
}

.preheader-sec {
    background: #6e0c99;
    padding: 10px 0;
}

.ph-carousel-outer {}

#owl-carousel_ph {}

#owl-carousel_ph h6 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    font-family: "Lato", sans-serif !important;
}

@media only screen and (max-width:575px) {
    #owl-carousel_ph h6 {
        font-size: 14px;
    }
}

.row.row-sp-flex {}

.col-md-4.col-sp-flex {}

@media only screen and (min-width:768px) {
    .row.row-sp-flex {
        display: flex;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .fl-text h6 {
        font-size: 13px;
    }
}

/*************************
    new-custom-css-end 
 *************************/