.accordion .accordion__hide,
.banner .cr__btn {
    height: 50px;
    font-family: 'Open Sans', sans-serif !important
}

.accordion .accordion__hide,
.banner .cr__btn,
.owl-dot>button {
    font-family: 'Open Sans', sans-serif !important
}

.banner,
.banner .item,
.vastra-user,
.vastra-user-wrp {
    position: relative
}

.fr__product__inner h4 a,
.review_heading,
.submit_review_hint {
    font-family: Lato, sans-serif !important
}

.caret,
.drop.actual-drop a i,
.ft__list.footer-list-spl i,
.quick-view-btn-wrap i {
    vertical-align: middle
}

.social-sidebar ul li a,
.whatsapp-btn-sticky i {
    text-decoration: none;
    color: #fff
}

.field_error,
.search__close__btn .search__close__btn_icon:hover i,
.sin__desc.available-dtls.not-available p,
.social-sidebar ul li.youtube i,
.social-sidebar ul li.youtube:hover i {
    color: #d45967;
}

.field_error1 {
    color: green
}

.accordion .accordion__hide {
    background: #f4f4f4;
    line-height: 50px;
    display: flex;
    align-items: center;
    padding: 3px 15px 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer
}

#social_share_box {
    margin-top: 20px;
    width: 150px
}

#multiple_images,
.ht__pro__desc.ht__pro__desc-new,
.mt10,
.product-modal-category,
.review_heading,
.testimonial-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 8px;
}

#social_share_box img {
    width: 20%;
    margin-right: 10px
}

#post-review-box .form-control {
    height: 40px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #cecece;
    transition: .3s ease-in-out;
    outline: 0 !important;
    box-shadow: none !important
}

#post-review-box .form-control:focus {
    border: 1px solid #000;
    transition: .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: 700;
    margin-bottom: 20px
}

#multiple_images img {
    width: 15%
}

.review_heading {
    font-size: 20px;
    margin-bottom: -10px;
    color: #000
}

#review .comment-rating {
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.submit_review_hint {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.banner {
    margin-top: 108px;
    z-index: 1;
}

.banner .cr__btn {
    background: 0 0;
    border: none;
    color: #030303;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 46px;
    padding: 0;
    text-transform: capitalize;
    transition: .3s
}

.banner .cr__btn:hover {
    border: 0 solid #313131
}

.banner .item {
    height: calc(100vh - 146px);
}

@media only screen and (max-width:1799px) {
    .banner .item {
        height: 800px
    }
}

@media only screen and (max-width:1599px) {
    .banner .item {
        height: 750px
    }
}

@media only screen and (max-width:1399px) {
    .banner .item {
        height: 650px
    }
}

@media only screen and (max-width:1199px) {
    .banner .item {
        height: 550px
    }

    .banner .item .cover .header-content {
        padding: 46px
    }
}

@media only screen and (max-width:991px) {
    .banner .item {
        height: 420px
    }
}

@media only screen and (max-width:767px) {
    .banner .item {
        height: 450px
    }
}

@media only screen and (max-width:575px) {
    .banner .item {
        height: 320px
    }
}

.banner .item img {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.banner .item .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center
}

.banner .owl-nav .owl-next,
.banner .owl-nav .owl-prev {
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 40px;
    height: 40px;
    color: #d45967;
    opacity: 0;
    position: absolute;
    line-height: 28px;
    box-shadow: 2px 2px 4px #0000009e;
    cursor: pointer;
    z-index: 1000
}

.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 0 #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 0 #000
}

.banner .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    text-shadow: 1px 1px 0 #000
}

.banner .owl-item.active h1,
.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: .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: .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: .3s
}

#owl-carousel1 .owl-dots {
    position: absolute;
    bottom: 39%;
    right: 5%
}

.owl-dot>button {
    background: 0 0;
    color: #c3c3c3;
    border: 2px solid #c3c3c3;
    margin: 9px 5px;
    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: .3s ease-in-out
}

#owl-carousel1.owl-theme:hover .owl-nav.disabled+.owl-dots {
    opacity: 1;
    transition: .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
}

#owl-carousel1.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: 0 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s;
    border-radius: 0;
    border: 3px solid #fff
}

.banner .owl-nav .owl-prev {
    left: 15px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    border: 2px solid #d45967;
    display: block;
    font-size: 24px;
    border-radius: 50px;
    justify-content: center;
    align-items: center
}

.banner .owl-nav .owl-next span,
.banner .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff
}

.banner .owl-nav .owl-next:focus,
.banner .owl-nav .owl-prev:focus {
    outline: 0
}

.fr__pro__prize li {
    margin: 0 4px
}

.banner .owl-nav .owl-next:hover,
.banner .owl-nav .owl-prev:hover {
    background: #fff !important;
    color: #d45967;
    box-shadow: 2px 2px 4px #000
}

.banner .owl-nav .owl-next {
    right: 15px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out;
    border: 2px solid #d45967;
    display: block;
    font-size: 24px;
    border-radius: 50px
}

.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 (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
    }

    .slider__inner h1 {
        font-size: 55px !important;
        margin-top: 10px !important;
        margin-bottom: 24px !important
    }

    .hidden-header-vastra {
        display: none
    }
}

@media only screen and (min-width:768px) {

    .desktop-home-banner,
    .mid-banner-desktop {
        display: block !important
    }

    .mid-banner-mobile,
    .mobile-home-banner {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .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: 0 !important;
        margin-top: 12px !important;
        text-align: center !important
    }

    .mid-banner-mobile,
    .mobile-home-banner {
        display: block !important
    }

    .desktop-home-banner,
    .mid-banner-desktop {
        display: none !important
    }
}

@media only screen and (max-width:575px) {
    .banner .item .cover .header-content {
        padding: 20px 0
    }

    .banner .item .cover .header-content h2 {
        font-size: 24px
    }

    .slider__inner h2 {
        line-height: 40px;
        color: #fff;
        text-align: center;
        text-shadow: 1px 1px 0 #000
    }

    .slider__inner h1 {
        font-size: 36px !important;
        margin-bottom: 0 !important;
        margin-top: 12px !important;
        text-align: center !important;
        text-shadow: 1px 1px 0 #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: 0 !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 0 #000
    }
}

.about-page-text,
.copyright__inner p,
.discount-text-1,
.feature-latest-card,
.fr__product__inner,
.header-contents,
.htc__produc__decription.spl--produc__decription.bg__white h3,
.thank-you-wrap,
.vastra-size-chart-table tbody tr {
    text-align: center
}

#htc__header {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 44px
}

#sticky-header-with-topbar {
    background-color: #111
}

.main__menu>li>a {
    color: #000
}

#is_cart_box_show .fr__btn:focus,
.main__menu>li.active>a {
    color: #fff
}

.header__search a i,
.htc__shopping__cart a i,
.product-coupon-code.coupon-code-details p {
    color: #000;
    font-weight: 600
}

.header__account a {
    color: #000;
    font-weight: 400
}

.header__account a::before,
.header__search a::before {
    background: #20acc9
}

.icon-handbag:before {
    content: "\e035"
}

:after,
:before {
    box-sizing: border-box
}

.product-modal-carousel,
.search__area,
.table-content.table-responsive thead {
    background: #fff
}

.mean-container a.meanmenu-reveal span {
    background: #d45967
}

.mean-container a.meanmenu-reveal {
    border: 2px solid #d45967;
    border-radius: 6px;
    color: #d45967
}

.navbar-nav>li>.dropdown-menu {
    background: #111;
    margin-top: -22px;
    margin-left: -30px;
    border-radius: 0
}

.header__account .navbar-toggler {
    opacity: 0
}

.htc__shopping__cart a span.htc__wishlist {
    background: #ff0026;
    border-radius: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 26px;
    text-align: center;
    top: -6px;
    width: 15px;
    box-shadow: 0 0 3px 0 #fffffff5
}

.vastra-user-wrp-upper.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px
}

.vastra-user-wrp {
    padding: 0 !important;
    display: flex;
    align-items: center
}

.vastra-user-wrp:before {
    top: 4px
}

.vastra-user {
    height: 30px;
    width: 50px;
    bottom: -2px
}

.vastra-user img {
    height: 22px
}

.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: 0 0 4px rgb(0 0 0 / 55%)
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -4px;
    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: #d45967;
    margin: 1px 0
}

.header__account a.dropdown-item {
    font-size: 14px;
    margin-right: 0;
    padding-right: 0;
    line-height: 26px;
    width: auto;
    height: auto;
    display: block;
    transition: .3s ease-in-out
}

.forgot_password:hover,
.header__account a.dropdown-item:hover {
    color: #d45967;
    transition: .3s ease-in-out
}

.fr__pro__prize li.old__prize,
.pro__prize li.old__prize {
    text-decoration: line-through;
    text-decoration-color: #8c8b8b;
}

.spl-__product__area.ftr__product__area {
    background: #fff;
    border-bottom: 1px solid #e7e7e7
}

.category {
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 15px #00000021;
    margin: 20px 0;
    border: 0 solid #000;
    border-radius: 12px;
    padding: 0px;
    background: #fff;
}

.row.contact-form-wrap,
.spl-product__grid.htc__product__grid select.ht__select {
    border: 2px solid #d45967
}

.fr__product__inner {
    padding: 8px 10px 10px;
    background: #fff;
    position: relative;
    border-top: 0 solid red
}

.fr__product__inner h4 a {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    height: auto;
    margin-bottom: 2px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    transition: .3s;
    font-family: "Overlock", sans-serif !important;
}

.fr__pro__prize {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 12px;
}

.fr__pro__prize li.old__prize {
    color: #888;
    text-decoration-thickness: 1px;
    font-size: 18px
}

.fr__hover__info {
    position: absolute;
    right: 15px;
    top: 15px
}

.about-page-text,
.about-page-text h3,
.about-page-wrap,
.about-page-wrap .container,
.bg__cat--1.upper-footer .container,
.brd-separetor,
.contact-info-box-new.contact-box-spl,
.section__title--2 h2,
.thank-you-wrap {
    position: relative
}

.product__action li a {
    background: #fefefe;
    height: 45px;
    line-height: 55px;
    width: 45px
}

.product__action li {
    margin: 0 0 4px
}

.section__title--2 h2 {
    /* font-family: "Cormorant Garamond", serif !important; */
    /* font-family: "Great Vibes", cursive !important; */
    font-family: "Overlock", sans-serif !important;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.25;
    padding-bottom: 0;
    display: inline-block;
    text-transform: capitalize;
    border-bottom: 0 solid #d45967;
    z-index: 0;
    margin-bottom: 20px;
}

.ac-heading h4,
.cancel-order-area .nav>li>a,
.cancel-order-card .btn-default,
.cr__btn,
.form-change h2,
.ht__product__dtl h6.discount-text-1 span,
.table-content table th {
    font-family: 'Open Sans', sans-serif !important
}

.section__title--2.faq-sec-title {
    margin-bottom: 10px
}

.section__title--2.faq-sec-title h2 {
    margin-bottom: 0
}

.address__details {
    background: #fff;
    flex-basis: calc(100% - 110px);
    padding: 20px 15px 15px;
    height: 120px
}

.row.contact-form-wrap {
    padding: 30px 0 20px;
    margin: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%)
}

.updated-contact__area .row.contact-form-wrap .fv-btn {
    border: 2px solid #000;
    color: #060606;
    transition: .3s ease-in-out
}

.updated-contact__area .row.contact-form-wrap .fv-btn:hover {
    background: #000;
    border: 2px solid #d45967;
    color: #d45967;
    transition: .3s ease-in-out
}

.bc-img img,
.bd-image img,
.form-contact-updated .home-about-btn-box .home-about-btn,
.home-about-img-new img,
.page-part-img img,
.row.contact-form-wrap button,
.vid-desktop,
input[type=number] {
    width: 100%
}

.map-contacts--2 iframe {
    height: 500px
}

.default-banner-desktop {
    display: block;
    height: 400px;
    margin-top: 80px
}

.accordion__body.vastraa-hide-add-be-log,
.checkout-page-box .accordion .accordion__title:before,
.default-banner-mobile,
.hide-large,
.img-modal-2,
.password_label.vastra-label-sm-show,
.product-visible-pulse,
.social-sidebar {
    display: none
}

.ht__bradcaump__area,
.margin-login-page,
.margin-profile-page,
.product-details-banner-2 {
    margin-top: 80px
}

.product-details-banner.default-banner-desktop {
    background-position-x: left !important
}

.brd-separetor {
    padding: 0 10px;
    bottom: -2px
}

.updated-contact__area.htc__contact__area {
    background: #e5e5e5
}

.updated-contact__area.htc__contact__area .address__details p a:hover,
.updated-contact__area.htc__contact__area .title__line--6 {
    color: #000
}

@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:991px) and (min-width:920px) {
    .default-banner-mobile {
        height: 370px
    }
}

@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
    }
}

.checkout-page-box .ordre-details__total.order-total,
.htc__produc__decription.spl--produc__decription.bg__white .ht__pro__details__content {
    padding-bottom: 0
}

.discount-text-1 {
    color: #0d9223;
    font-size: 12px;
    font-weight: 400;
    margin: 3px 0
}

.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-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.bg__cat--1.upper-footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative
}

.bg__cat--1.upper-footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-top: 0px solid #d45967;
    background-color: #fff8f3 !important;
}

.copyright__inner {
    display: block;
    /* height: 50px; */
}

.copyright__inner p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding-top: 12px;
    padding-bottom: 6px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-list-spl.ft__list li {
    color: #000;
    font-weight: 400;
    font-size: 16px
}

.footer-list-spl.ft__list li a {
    color: #000
}

.footer__container {
    padding-top: 70px;
    padding-bottom: 60px;
}

.htc__copyright.bg__cat--5 {
    border-top: 0px solid #d45967;
    /* background-image: url(../images/bg-img-3.jpg); */
    background-color: #d45967 !important;
    /* background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: luminosity; */
}

@media only screen and (max-width:1199px) {
    .footer__container {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:991px) {
    .contact-page-banner.default-banner-mobile {
        background-position-x: center !important
    }

    .brd-separetor i,
    .breadcrumb-item {
        color: #d45967;
        text-shadow: 1px 1px 1px #000
    }

    .address__details {
        padding: 35px 15px 15px
    }

    .map-contacts--2 iframe {
        height: 450px
    }

    .default-banner-desktop {
        display: none
    }

    .default-banner-mobile {
        display: block;
        margin-top: 80px
    }

    .brd-separetor {
        bottom: 0
    }

    .brd-separetor i {
        font-size: 18px
    }

    .title__line--2:after,
    .title__line--2:before {
        left: 0;
        right: 0;
        margin: auto
    }

    .footer__container {
        padding-top: 40px;
        padding-bottom: 30px
    }

    #htc__footer .footer {
        text-align: center
    }

    .footer-2,
    .footer-3 {
        padding-left: 0
    }

    .social__link {
        display: flex;
        justify-content: center
    }

    .footer .title__line--2 {
        padding-right: 15px;
        padding-left: 15px
    }

    .title__line--2:after {
        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
    }

    .ptb--80 {
        padding: 40px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer__container.bg__cat--1 .smt-40 {
        margin-top: 20px
    }
}

.product-details-slider {
    margin-bottom: 0;
    padding: 0;
    overflow: hidden
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: 0 !important
}

.slider-for img {
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden
}

.slider-nav .item-slick {
    max-width: 240px;
    width: 90.8px;
    height: auto;
    padding: 0;
    border: 2px solid #0000004a;
    margin: 0 0 10px;
    outline: 0 !important;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden
}

.slider-nav .item-slick.slick-current {
    border: 2px solid #d45967
}

.about-page-sec .img-col,
.col-md-3.product-slider-left-col,
.features-spl-row .col-md:last-child {
    padding-right: 0
}

.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%;
    width: 28px;
    height: 28px;
    background: #d45967;
    line-height: 3px;
    margin-top: 0;
    z-index: 4
}

.product-details-slider .slick-next,
.product-details-slider .slick-prev {
    width: 40px;
    background: #fff;
    line-height: 54px;
    display: none !important;
    top: 0;
    bottom: 0;
    transition: .3s ease-in-out;
    height: 40px;
    opacity: 1
}

/* .product-details-slider .slider-nav.slider-thumbnails .slick-next,
.product-details-slider .slider-nav.slider-thumbnails .slick-prev {
    display: none !important;
} */

.product-details-slider .slick-prev {
    left: 5px;
    right: auto;
    margin: auto;
    transform: translateY(0);
    transform: rotate(0);
    border: 2px solid #d45967;
    border-radius: 20px
}

.product-details-slider .slick-next {
    right: 5px;
    left: auto;
    margin: auto;
    transform: translateY(0);
    transform: rotate(0);
    border: 2px solid #d45967;
    border-radius: 20px
}

.slider-nav:hover .slick-next,
.slider-nav:hover .slick-prev {
    opacity: 1;
    display: none;
    transition: .3s ease-in-out
}

.product-details-slider .slick-next:before,
.product-details-slider .slick-prev:before,
.slider-nav.slider-thumbnails .slick-arrow {
    opacity: 1
}

@media only screen and (max-width:767px) {
    .header-left {
        padding: 0
    }

    .header-right {
        padding-left: 0
    }

    .vastra-user-wrp-upper.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-top: 0 solid transparent;
        box-shadow: inset 0 0 0 rgba(255, 255, 255, .1)
    }

    .vastra-user-wrp-upper .navbar-nav {
        margin: 7.5px 0
    }

    .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: #fff;
        margin-top: -22px
    }

    .fr__product__inner h4 a {
        font-size: 16px;
        line-height: 24px;
        height: 48px
    }

    .category.product-new-card .fr__hover__info {
        bottom: 161px !important
    }

    .section__title--2 h2 {
        font-size: 24px
    }

    .map-contacts--2 iframe {
        height: 380px
    }

    .brd-separetor {
        padding: 0 10px;
        position: relative;
        bottom: -2px
    }

    .breadcrumb-item {
        font-size: 14px
    }

    .copyright__inner p {
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 0
    }

    .footer__container.bg__cat--1 .xmt-40 {
        margin-top: 25px
    }

    #scrollUp {
        bottom: 60px
    }

    .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
    }
}

@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 #d45967;
        color: #d45967;
        cursor: pointer;
        display: block;
        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;
        position: absolute;
        right: 0;
        text-decoration: none;
        text-indent: -9999em;
        top: 0;
        width: 19px;
        border-radius: 4px;
    }

    .map-contacts--2 iframe {
        height: 300px
    }

    .contact-box.message textarea {
        padding: 18px 20px
    }

    .contact-box input {
        padding: 0 20px
    }

    .address__icon {
        background: #d45967;
        height: 85px;
        line-height: 115px;
        text-align: center;
        width: 75px
    }

    .address__details p {
        color: #666;
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px
    }

    .address__details {
        padding: 10px;
        flex-basis: calc(100% - 75px);
        height: 85px
    }

    .copyright__inner {
        display: block;
        height: auto;
        padding: 0
    }

    .copyright__inner p span {
        display: block
    }

    .footer__container.bg__cat--1 .xmt-40 {
        margin-top: 20px
    }

    .copyright__inner p {
        line-height: 26px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .col-spl-12 {
        width: 70%;
        margin: 0 15%
    }
}

.cr__btn {
    background: #d45967;
    border: 2px solid #2b2927;
    color: #030303;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    border-radius: 6px;
    line-height: 38px;
    padding: 0 30px;
    text-transform: capitalize;
    transition: .3s ease-in-out
}

.cr__btn:hover {
    background: #313131;
    border: 2px solid #313131;
    color: #fff
}

.thank-you-section {
    background-repeat: no-repeat;
    background-size: cover
}

.thank-you-wrap {
    margin-top: 0;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #d45967;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.thank-you-wrap img {
    width: 140px
}

.thank-you-wrap h2 {
    font-weight: 600;
    padding: 20px 0 15px
}

.thank-you-wrap h6 {
    font-weight: 600;
    padding-bottom: 15px;
    color: #000;
    font-size: 20px;
    font-family: Lato, sans-serif !important;
}

.thank-you-wrap a button {
    background: #d45967;
    border: 1px solid #d45967;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    transition: .3s ease-in-out;
}

.thank-you-wrap a button:hover {
    background: #ec5869;
    border-color: #ec5869;
    color: #fff !important;
    transition: .3s ease-in-out
}

@media only screen and (max-width:1199px) {
    .thank-you-section.ptb--80 {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 991px) {
    .thank-you-section.ptb--80 {
        padding: 40px 0;
    }

    .thank-you-wrap {
        padding: 30px;
    }

    .thank-you-wrap h2 {
        padding: 20px 0 10px;
    }

    .thank-you-wrap h6 {
        padding-bottom: 10px;
    }

    .thank-you-wrap .cr__btn {
        margin-top: 5px;
    }
}

@media only screen and (max-width:767px) {
    .thank-you-wrap {
        padding: 25px;
    }

    .thank-you-wrap h2 {
        padding: 15px 0 10px;
    }

    .thank-you-wrap h6 {
        padding-bottom: 8px;
        font-size: 18px;
    }
}

@media only screen and (max-width:575px) {
    .thank-you-wrap img {
        width: 100px;
    }

    .thank-you-wrap {
        margin: 0px 0 !important;
        padding: 20px 15px !important;
    }

    .thank-you-wrap h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .thank-you-wrap h2 {
        padding: 12px 0 8px;
    }
}

.about-page-wrap {
    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-text {
    padding: 30px;
    background: #ffffffdb;
    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
}

.about-page-text h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #1e1e1e;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    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);
    background-color: #00000078
}

.about-page-text h6,
.home-about-text h6 {
    text-align: justify;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500
}

.about-page-text h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #d45967;
    text-shadow: 1px 1px 0 #000
}

.product-overlay h6,
.project-text h4,
.project-text h5 {
    text-shadow: 1px 1px 1px #000
}

.about-page-text p {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: justify
}

.about-page-img img {
    box-shadow: 0 4px 15px rgb(12 35 34 / 20%);
    border-radius: 10px
}

@media only screen and (max-width:1199px) {
    .ht__bradcaump__area {
        background-position: 45% !important
    }
}

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

    #login-form .home-about-btn-box .home-about-btn,
    .about-page-text p {
        margin-bottom: 20px
    }

    .about-page-text h2,
    .about-page-text h6,
    .login-page-box.profile-page-box .section__title--2.section__title--2-alt {
        text-align: center
    }

    .ht__bradcaump__area {
        background-position: 65% !important
    }

    .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
    }
}

@media only screen and (max-width:767px) {
    .ht__bradcaump__area {
        background-position: 45% !important
    }

    .buttons-cart {
        text-align: center
    }

    .margin-cart-page .buttons-cart--inner {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media only screen and (max-width:499px) {
    .ht__bradcaump__area {
        background-position: 60% !important
    }
}

.projects-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/icons/icon-dotted-map-3.png);
    opacity: .8;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none
}

.project-box {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: .3s ease-in-out;
    margin: 15px 0 0;
    box-shadow: 0 4px 15px rgb(12 35 34 / 50%)
}

img.project-image {
    width: 100%;
    object-fit: cover
}

.project-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 200%;
    background: #3a3938d1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0;
    background: linear-gradient(134deg, rgb(183 203 228 / 0%), #00000052 80%);
    padding-bottom: 20px;
    transition: .3s ease-in-out
}

#sizechart table,
.login-email-1,
.login-email-2 {
    width: 100% !important
}

.project-text h4 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-weight: 500
}

.project-text h5 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500
}

.project-text h5 i {
    font-size: 16px
}

.project-text h2 {
    transition: .3s ease-in-out;
    color: #313131;
    font-weight: 500;
    font-size: 18px;
    padding: 9px 5px;
    border: 2px solid #d45967;
    width: 140px;
    box-shadow: 1px 1px 1px 0 #000;
    background: #d45967;
    margin: 0 auto 10px;
    text-align: center;
    opacity: 1
}

.project-box:hover h2 {
    transition: .3s ease-in-out;
    opacity: 1
}

@media only screen and (max-width:767px) and (min-width:575px) {
    .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
    }
}

.accordion__title.vstra_acc+.accordion__body,
.proj-img-1 {
    display: block !important
}

.acc-off-on-vastra,
.proj-img-2 {
    display: none !important
}

.profile-page-box.login-page-box {
    margin-top: 0;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #d45967;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%)
}

.blog-jewel-1 .title__line,
.profile-page-box.login-page-box .section__title--2 h2 {
    margin-bottom: 20px
}

.cancel-order-card .title__line,
.product-coupon-code .form-group {
    margin-bottom: 0
}


.profile-page-box.login-page-box.my-profile-box .section__title--2 h2 {
    margin-bottom: 20px;
}

.faq-answer,
.profile-page-box .col-xs-12 {
    padding: 0
}

.form-contact-wrap h3,
.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
}

.form-contact-wrap h3:after,
.profile-page-box .title__line--6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: calc(100% + 20px);
    background-color: #00000078
}

.login-email-btn-1,
.profile-page-box .cr__btn.fv-btn {
    background: #d45967;
    /* font-family: "Cormorant Garamond", serif !important; */
    /* font-family: "Great Vibes", cursive !important; */
    /* font-family: "Overlock", sans-serif !important; */
}

.profile-page-box .contact-box.name,
.single-input.vasta-email-con .contact-box.name {
    margin-left: 0;
    margin-right: 0
}

.checkout-page-box input[type=radio],
.profile-page-box .contact-box.name input,
.single-input.vasta-email-con .contact-box.name input,
input[type=checkbox] {
    margin: 0
}

.contact-form-panel input:focus,
.contact-form-panel textarea:focus,
.profile-page-box .contact-box.name input:focus {
    border: 1px solid #d45967;
    transition: .3s ease-in-out
}

.profile-page-box .cr__btn.fv-btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    border: 2px solid #d45967;
}

.product-modal-social .product-modal-social-list li a:hover i,
.profile-page-box .cr__btn.fv-btn:hover {
    background: #ec5869;
    border-color: #ec5869;
    color: #fff;
}

#frmPassword .home-about-btn-box .home-about-btn,
#login-form .home-about-btn-box .home-about-btn {
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #d45967;
    background: #d45967;
    height: 50px;
    color: #fff;
    transform: scale(1);
    line-height: 28px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    transition: .3s ease-in-out;
}

#frmPassword .home-about-btn-box .home-about-btn:hover,
#login-form .home-about-btn-box .home-about-btn:hover {
    transform: scale(1);
    color: #fff;
    background: #ec5869;
    transition: .3s ease-in-out;
}

.mail-verify-box.contact-box.name {
    display: block;
    justify-content: space-between
}

.forgot_password {
    margin-left: 0;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 4px;
    transition: .3s ease-in-out;
    color: #d45967
}

.login-email-btn-1 {
    height: 50px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    border-color: #d45967;
    border-radius: 6px;
    transition: .3s ease-in-out
}

.login-email-btn-1:hover {
    background: #fff;
    color: #000;
    border-color: #d45967
}

.login-email-btn-2 {
    height: 60px;
    width: 100%
}

#email_otp_result {
    margin-top: 0;
    line-height: 36px;
    margin-left: 0;
    font-size: 16px;
    font-weight: 700
}

.accordion__title.vstra_acc {
    pointer-events: none
}

.cart-page-card,
.checkout-page-box,
.wishlist-content,
.wishlist-page-card {
    margin-top: 0;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #d45967;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

#sizechart table,
.table-responsive {
    overflow-x: auto;
    min-height: .01%;
    backdrop-filter: blur(25px);
    background: #ffffffb8
}

.buttons-cart--inner,
.table-responsive {
    box-shadow: 0 2px 15px rgb(0 0 0 / 12%);
}

.table-responsive {
    padding: 0;
    width: 100%
}

.cart-page-card .table-responsive {
    border-radius: 12px 12px 0px 0px;
}

.cart-page-card .table-responsive .product-name .pro__prize {
    display: none;
}

.cart-page-card .table-responsive tbody tr td {
    border-bottom: 1px solid #ddd !important;
}

.wishlist-table table {
    background: #fff;
    border-color: #252525 #252525 #d45967;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 5px 1px;
    width: 100%
}

.wishlist-table table thead {
    background: #d45967
}

.wishlist-table table td,
.wishlist-table table th {
    border-bottom: 1px solid #252525;
    border-right: 1px solid #252525;
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-align: center
}

.wishlist-table.order-details-table .product-name img {
    object-fit: cover;
    height: auto;
    width: auto;
    max-height: 110px;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    border: 1px solid #d45967;
}

.wishlist-table table .product-add-to-cart>a {
    background: #fff;
    color: #d45967;
    border: 1px solid #d45967;
    display: block;
    font-weight: 600;
    padding: 8px 0;
    font-size: 15px;
    border-radius: 6px;
    text-transform: uppercase;
    width: 150px;
}

.wishlist-table table .product-add-to-cart>a:first-child:hover,
.wishlist-table table .product-add-to-cart>a:hover {
    color: #fff;
    background: #d45967
}

.wishlist-table table .product-add-to-cart>a:first-child {
    margin-bottom: 12px;
    color: #d45967;
    border: 1px solid #d45967
}

.table-responsive::-webkit-scrollbar {
    height: 2px
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff
}

.table-responsive::-webkit-scrollbar-thumb {
    background: linear-gradient(to top, #d45967, #d45967)
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to top, #d45967, #d45967)
}

.buttons-cart--inner {
    margin-bottom: 0;
    margin-top: -1px;
    background: #ffffff63;
    padding: 20px 15px;
    border-radius: 0px 0px 12px 12px;
    border-top: 2px solid #d45967;
}

.table-content table {
    background: #fff;
    border-radius: 0;
    border-style: solid;
    margin: 0;
    text-align: center;
    width: 100%;
    border-color: #000;
    border-width: 0 1px;
    border-bottom: 0 solid #000
}

.table-content table td,
.table-content table td:last-child {
    border-right: 1px solid #fff
}

.product-remove.product-add-to-cart a {
    background: #fff;
    color: #333;
    border: 2px solid #111;
    display: block;
    font-weight: 700;
    font-size: 14px !important;
    text-transform: uppercase
}

.product-remove.product-add-to-cart a:hover,
.product-remove.product-add-to-cart a:hover i {
    color: #000 !important;
    background: #fff !important;
    transition: .3s ease-in-out
}

.table-content table td.product-remove i {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
    background: #111;
    border: 0 solid #000;
    font-weight: 500;
    margin-left: 3px;
    transition: .3s ease-in-out
}

.table-content table td {
    border-bottom: 1px solid #fff
}

.wishlist-table.order-details-table.table-content table td {
    border-bottom: 1px solid #ddd !important;
}

.wishlist-area.margin-order-page .wishlist-content .table-content table td {
    border-bottom: 1px solid #ddd !important;
    text-transform: capitalize;
}

.wishlist-area.margin-order-page .wishlist-content .table-content table tr:last-child td {
    border-bottom: 1px solid #fff !important;
}

.wishlist-table.order-details-table.table-content table tr:last-child td {
    border-bottom: 1px solid #fff !important;
}

.table-content table td:first-child {
    border-left: 1px solid #fff
}

.table-content table th {
    /* padding: 10px; */
    padding: 15px 10px 12px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-right: 1px solid transparent;
    border-bottom: 2px solid #d45967;
}

.table-content table th:last-child {
    border-right: 1px solid #fff !important
}

.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 .accordion .accordion__body {
    padding-top: 10px;
    padding-bottom: 20px
}

.checkout-page-box .accordion .accordion__hide,
.checkout-page-box .accordion .accordion__title {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #d45967;
    box-shadow: 0 2px 15px rgb(0 0 0 / 12%);
    border-radius: 12px 12px 0px 0px;
}

.checkout-page-box .accordion__body .checkout-method__login .single-input input {
    height: 50px;
    line-height: 32px;
    padding-left: 15px;
    font-size: 14px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.checkout-page-box .accordion__body .checkout-method__login .single-input input:focus,
.vastra-password-section .contact-box.name input:focus {
    border: 1px solid #d45967;
    transition: .3s ease-in-out;
}

.checkout-page-box .accordion__body .checkout-method__login .dark-btn,
.checkout-page-box .bilinfo .single-input,
.checkout-page-box .postalinfo .single-input,
.postalinfo.form-change {
    margin-top: 15px
}

.checkout-page-box .order-details {
    background: #fff;
    box-shadow: 0 2px 15px rgb(0 0 0 / 12%);
    border-radius: 12px;
}

.checkout-page-box .order-details .order-details__title {
    border-bottom: 1px solid #000;
    padding-top: 24px;
    padding-bottom: 18px;
    margin: 0 30px
}

.checkout-page-box .order-details .order-details__item {
    border-bottom: 1px solid #000
}

.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,
.checkout-page-box .order-details .order-details__item .single-item .single-item__content span {
    color: #000
}

.checkout-wrap.margin-checkout-page .checkout-span {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 24px;
}

.single-input.single-input-top {
    margin-top: 10px !important
}

.form-change h2 {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    border-bottom: 2px solid #d45967
}

.form-change label {
    margin-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    column-gap: 5px;
    color: #000;
    font-weight: 400;
    margin-top: 6px;
}

.checkout-page-box .cr__btn.fv-btn {
    padding: 0 24px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.checkout-page-box .cr__btn.fv-btn.coupon_style {
    width: auto
}

.checkout-page-box #coupon_result {
    padding: 0 30px 20px;
}

.checkout-page-box #coupon_str.coupon_style {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    line-height: 50;
    border-radius: 0;
    border: 1px solid #2b2927
}

.checkout-page-box .ordre-details__total.add-coupon {
    padding-bottom: 10px
}

.checkout-page-box .order-details .ordre-details__total span.price {
    color: #000;
    font-size: 16px
}

.checkout-radio-span {
    padding: 10px 24px 10px 5px;
    position: relative;
    border: 1px solid #cecece;
    background: #fff;
    color: #000;
    margin-right: 10px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 6px;
    box-shadow: 1px 1px 10px 0 rgb(12 35 34 / 9%);
}

.checkout-radio-span input {
    position: absolute;
    top: 11px;
    right: 6px;
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .default-banner-desktop {
        height: 210px
    }

    .product-details-banner.default-banner-desktop {
        background-position-x: 20% !important
    }

    .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: 0
    }

    .checkout-page-box .cr__btn.fv-btn.coupon_style {
        width: 100%;
        margin-top: 20px
    }
}

.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: #d45967
}

.homepage-popup-modal .btn-close {
    position: absolute;
    right: -20px;
    top: -25px;
    opacity: 1;
    background: 0 0;
    border: none
}

.homepage-popup-modal img {
    border-radius: 0;
    width: 100%
}

.img-modal-1,
.slider-nav.slider-thumbnails:hover .slick-next,
.slider-nav.slider-thumbnails:hover .slick-prev,
.spl-panel {
    display: block
}

.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
    }

    .img-modal-1 {
        display: none
    }

    .img-modal-2 {
        display: block
    }
}

.cancel-order-card,
.contact-form-wrap.forget-password-wrap {
    margin-top: -70px;
    background: #fff;
    padding: 40px;
    border-radius: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #000;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%)
}

.about-music-card-new:before,
.cancel-order-card:before,
.contact-form-wrap.forget-password-wrap:before,
.home-about-card .home-about-text:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    pointer-events: none
}

.about-music-card-new:after,
.cancel-order-card:after,
.contact-form-wrap.forget-password-wrap:after {
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none
}

/* .contact-form-wrap.forget-password-wrap .section__title--2 h2,
.updated-product-category .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: #d45967;
    border: 1px solid #d45967;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
}

.contact-form-wrap.forget-password-wrap .contact-btn button:hover {
    background: #ec5869;
    color: #fff;
    border-color: #ec5869;
}

.single-input.vasta-email-con {
    width: 100%;
    overflow: hidden
}

.htc__product__details.product-details-page-section {
    margin-top: 108px;
    border-bottom: 0px solid #e7e7e7;
}

.htc__product__details.product-details-page-section.pt--80 {
    padding-top: 60px
}

.vastra-size-chart-table {
    border: 1px solid #d5d9d9 !important
}

.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: #fff;
    padding: 0
}

.ht__pro__details__content .pro__tab__content__inner {
    margin: 0;
    padding: 12px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 10px #42424229
}

.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 #fff;
    color: #d45967;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: .3s
}

.video-text a:hover,
.video-text-new a:hover {
    border-color: #d45967;
    box-shadow: 0 1px 10px rgb(12 35 34 / 17%);
    transition: .3s
}

.pro__tab__content__inner .panel-body {
    padding: 10px
}

.pro__tab__content__inner .panel-default.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0
}

.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: 0;
    box-shadow: 0 4px 15px rgb(12 35 34 / 7%)
}

.vastra-size-chart-table tbody tr:nth-child(2n) {
    background-color: #d45967
}

.table.vastra-size-chart-table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0 solid #ddd;
    border-right: 1px solid transparent;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 600
}

.vastra-size-chart-table thead {
    background: #d45967;
    border-bottom: 0 solid #000
}

.vastra-size-chart-table thead tr td {
    border-top: 0 solid #ddd
}

.vastra-size-chart-table tbody tr td {
    border-top: 0 solid #ddd;
    border-right: 1px solid #d5d9d9;
    color: #000;
    font-size: 16px
}

.product-coupon-code .button {
    padding: 10px;
    background: #d45967;
    color: #fff;
    font-size: 18px;
    border: none;
    outline: 0;
    border-radius: 0;
    cursor: pointer
}

.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: #d45967;
    background: #000;
    border: none;
    outline: 0;
    padding-left: 0
}

.cancel-order-btn,
.dark-bg .section__title--2 h2 {
    color: #fff !important
}

.product-coupon-code .input-group input:focus {
    box-shadow: none
}

.search__area .search__inner form button:hover,
.testimonial-sec .owl-theme .owl-dots .owl-dot.active span,
.testimonial-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #d45967
}

.main__menu li.drop ul.dropdown li:hover>a {
    background: #fafafa;
    color: #000
}

.search__area .search__inner form button:hover {
    background: #ec5869;
}

.search__area .search__inner form button:hover::before {
    color: #ffffff;
}

.product-coupon-code.coupon-code-details {
    padding: 10px 0
}

.product-coupon-code.coupon-code-details .input-group {
    display: flex;
    align-items: center;
    padding: 8px;
    background: #fff;
    width: 280px;
    border: 1px solid #000
}

.acc__title.active .ac-heading,
.acc__title:hover .ac-heading {
    background-origin: border-box;
    background-clip: content-box, border-box
}

.product-coupon-code.coupon-code-details .input-group input,
.product-detail-right .product-coupon-code.coupon-code-details .input-group input {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background: #fff;
    border: none;
    outline: 0;
    padding-left: 0;
    box-shadow: none
}

.password_label.vastra-label-md-show {
    position: absolute;
    left: calc(50% + 3px);
    top: 5px
}

.cancel-order-btn {
    background: #d45967;
    border: 1px solid #d45967;
    display: inline-block;
    font-weight: 600 !important;
    padding: 5px 10px;
    text-transform: uppercase !important;
    width: auto;
    font-size: 14px !important;
    margin-top: 3px;
    transition: .3s ease-in-out
}

.cancel-order-btn:hover {
    color: #d45967 !important;
    border-color: #d45967;
    background: #fff;
    transition: .3s ease-in-out
}

.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;
    padding: 0 15px;
    background: #d45967;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    line-height: 40px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 0
}

.cancel-order-area h5 {
    text-align: center;
    margin-bottom: 12px;
    font-weight: 500;
    color: #000
}

.cancel-order-area .modal-header {
    padding: 15px;
    border-bottom: 2px solid #000;
    background: #d45967
}

.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:focus,
.cancel-order-area .nav-pills>li.active>a:hover {
    color: #d45967;
    background-color: #000
}

.cancel-order-area h4,
.cancel-order-card h6 {
    font-size: 22px;
    margin-bottom: 14px;
    text-align: center;
    font-weight: 600
}

.cancel-order-card textarea {
    border: 1px solid #cecece;
    background: #fff;
    transition: .3s ease-in-out
}

.cancel-order-card .form-control {
    border: 1px solid #cecece;
    border-radius: 0;
    background: #fff;
    min-height: 40px;
    transition: .3s ease-in-out
}

.cancel-order-card .form-control:focus,
.cancel-order-card textarea:focus {
    border: 1px solid #000;
    transition: .3s ease-in-out;
    box-shadow: none;
    outline: 0
}

.cancel-order-card .btn-default {
    background: #d45967;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #d45967;
    border-radius: 0;
    width: 100%;
    transition: .3s ease-in-out
}

.cancel-order-card .btn-default:focus,
.cancel-order-card .btn-default:hover {
    color: #d45967;
    background-color: #fff;
    transition: .3s ease-in-out
}

.cancel-order-card hr {
    border-color: #000
}

.cancel-order-card label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .2px;
    margin-bottom: 6px
}

.return-policy-box-new {
    margin-top: 0;
    background: #fff;
    padding: 40px;
    border-radius: 0;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 0 solid #000;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%)
}

@media only screen and (max-width:767px) {
    .margin-wishlist-page .buttons-cart--inner {
        margin-bottom: 0;
        margin-top: 0
    }

    .checkout-page-box .order-details .order-details__item {
        margin: 0 30px
    }

    .checkout-page-box .checkout-method__login {
        margin-top: 0
    }

    .checkout-page-box .accordion .accordion__hide {
        font-size: 15px;
        padding: 0 12px
    }

    .video-text h2 {
        font-size: 66px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px
    }

    .table.vastra-size-chart-table>thead>tr>th {
        font-size: 16px
    }

    .password_label.vastra-label-sm-show {
        display: block
    }

    .password_label.vastra-label-md-show {
        display: none
    }

    .return-policy-box-new {
        padding: 15px
    }

    .margin-top-spl {
        margin-top: 30px !important
    }
}

.return-policy-box-new.return-policy-box-2 {
    margin-top: 60px
}

.return-policy-box-new .section__title--2 h2 {
    margin-bottom: 15px
}

.vastra-return-policy .mt-20 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0
}

.faq-wrap.bg-light .title__head {
    position: relative;
    margin-bottom: 10px
}

.faq-box {
    padding: 35px 15px 0;
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(12, 35, 34, .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;
    font-weight: 700;
    position: relative
}

.ac-heading,
.acc__title:hover {
    background-color: #fcf6ff
}

.dropdown-header:before {
    content: "\75";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px
}

.ac-heading {
    position: relative;
    margin: 15px;
    border: 2px double #fcf6ff;
    border-radius: 0;
    min-height: 54px;
    display: flex;
    align-items: center
}

.acc__title.active .ac-heading {
    border: 2px double #d45967;
    background-image: linear-gradient(#fff, #fff), radial-gradient(circle at bottom left, #fff, #fff);
    transition: .3s ease-in-out
}

.spl-sec-heading.sec-heading h2:after {
    width: 20px
}

.acc__card {
    margin: 30px 0;
    position: relative
}

.about-music-card-new h2,
.ac-heading h4,
.acc__card:last-of-type,
.bd-text p:last-child,
.contect-lower-new,
.home-about-card .home-about-text h6:last-child,
.our-story-card p:last-child,
.product-detail-right .product-coupon-code.coupon-code-details .form-group {
    margin-bottom: 0
}

.acc__card:first-of-type {
    margin-top: 0
}

.acc__title {
    display: block;
    position: relative;
    cursor: pointer;
    outline: 0;
    width: 100%;
    background: #fcf6ff;
    text-align: initial;
    border-radius: 0;
    border: 2px solid #d45967;
    color: #fff;
    box-shadow: 1px 1px 5px 1px #0000002b
}

.ac-heading h4 {
    font-size: 20px;
    font-weight: 600;
    top: 0;
    position: relative;
    display: inline-block;
    color: #d45967;
    left: -1rem;
    transition: .3s ease-in-out
}

.faq-answer a,
.faq-answer p b {
    font-weight: 600 !important
}

.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 #d45967;
    border-bottom: 2px solid #d45967;
    position: absolute;
    right: 1rem;
    content: " ";
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: .3s ease-in-out
}

.acc__title.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #d45967;
    transition: .3s ease-in-out
}

.acc__title.active:hover,
.acc__title:hover {
    border: 2px solid #d45967;
    transition: .3s ease-in-out
}

.acc__title.active .ac-heading h4 {
    color: #000;
    left: 8px;
    padding: 7px 50px 7px 7px;
    margin-bottom: 0;
    transition: .3s ease-in-out
}

.acc__title.active:hover .ac-heading h4 {
    color: #000;
    left: 8px;
    transition: .3s ease-in-out
}

.acc__title.active .ac-heading::after,
.acc__title.active:hover .ac-heading::after {
    transform: rotate(-135deg);
    border-right: 2px solid #d45967;
    border-bottom: 2px solid #d45967;
    transition: .3s ease-in-out
}

.acc__title.active .ac-heading:before {
    transition: .3s ease-in-out;
    opacity: 1
}

.acc__title:hover .ac-heading h4 {
    left: 1rem;
    transition: .3s ease-in-out
}

.acc__title:hover .ac-heading:before {
    transition: .3s ease-in-out;
    opacity: 1;
    color: #d45967
}

.acc__title:hover .ac-heading {
    background-image: linear-gradient(#fcf6ff, #fcf6ff);
    transition: .3s ease-in-out
}

.acc__title.active .acc-icon,
.acc__title:hover .acc-icon {
    opacity: 1;
    transition: .3s ease-in-out
}

.acc__panel {
    background-color: #fff;
    color: #212121;
    display: none;
    border-top: 0 solid #d45967;
    margin: 0;
    padding: 24px;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 23%)
}

.acc-icon,
.num .ac-heading:before {
    opacity: 0;
    margin-left: 10px;
    transition: .3s ease-in-out
}

.acc__panel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(to top, #d45967, #fff)
}

.num .ac-heading:before {
    content: '\f059';
    font-family: FontAwesome;
    font-size: 2rem;
    font-weight: 700;
    width: 2rem
}

.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: .3s ease-in-out;
    margin-left: 10px
}

.acc-icon {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    padding: 5px;
    left: 0;
    top: 7px;
    background-color: #d45967;
    border-radius: 50px
}

.acc-icon img {
    filter: invert(1)
}

.acc__title.active .ac-heading::before {
    content: '\f05a';
    color: #d45967;
    transition: .3s ease-in-out
}

.acc__title.active:hover .ac-heading::before {
    font-weight: 600 !important;
    transition: .3s ease-in-out
}

.faq-answer p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0
}

.faq-answer a {
    color: #d45967
}

.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 screen and (max-width:475px) {
    .ac-heading {
        position: relative;
        margin: 5px;
        border: 2px double 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: 1rem;
        margin-left: 5px;
        width: 1rem
    }

    .faq-answer p,
    .privacy-ol li {
        font-size: 14px !important;
        line-height: 20px !important
    }

    .acc__title.active .ac-heading h4,
    .acc__title:hover .ac-heading h4 {
        left: 0;
        padding: 9px 25px 7px 7px
    }

    .return-policy-box-new.return-policy-box-newest .acc__title.active .ac-heading h4,
    .return-policy-box-new.return-policy-box-newest .acc__title:hover .ac-heading h4 {
        left: 8px;
        padding: 9px 50px 7px 7px
    }

    .ac-heading::after {
        right: 8px
    }

    .acc-icon {
        height: 30px;
        width: 30px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 10px
    }

    .acc-icon img {
        filter: invert(1);
        width: 70%
    }
}

@media screen and (max-width:415px) {
    .acc__title.active .ac-heading::before {
        margin-top: -2px
    }

    .acc__title.active .ac-heading h4,
    .acc__title:hover .ac-heading h4 {
        left: 0;
        padding: 4px 20px 4px 6px
    }

    .ac-heading h4 {
        font-size: 14px;
        padding-right: 6px
    }

    .city-list {
        font-size: 15px;
        line-height: 19px
    }

    .acc__card {
        margin: 12px 0
    }
}

.pre-header h6,
.pre-header-ul li a,
.privacy-ol li {
    font-size: 16px;
    font-weight: 500
}

.privacy-li-p,
.privacy-p {
    line-height: 20px;
    font-family: 'Open Sans', sans-serif !important;
    color: #000
}

.privacy-p {
    margin-bottom: 12px;
    font-weight: 500;
    text-align: left
}

.privacy-ol {
    list-style-type: auto;
    margin-bottom: 0
}

.privacy-ol li {
    padding-left: 10px;
    line-height: 24px;
    margin-bottom: 6px;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important
}

.privacy-li-p {
    padding-left: 22px;
    margin-bottom: 12px;
    text-align: justify
}

.pre-header {
    padding: 11px 0;
    background: #fff;
    border-bottom: 2px solid #d45967
}

.pre-header h6 {
    line-height: 24px;
    display: inline-block;
    padding-right: 11px;
    color: #000
}

.pre-header img {
    width: 24px;
    filter: invert(54%) sepia(44%) saturate(705%) hue-rotate(143deg) brightness(95%) contrast(100%);
    position: absolute;
    animation: .8s infinite alternate beat
}

@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: 0 16px
}

.pre-header-ul li a {
    color: #000
}

.pre-header-ul .last-preheader-li {
    position: relative;
    padding-right: 0
}

.pre-header-ul .last-preheader-li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 2px;
    height: 16px;
    background: #20acc9
}

.drop.actual-drop a i {
    transition: .2s ease-in-out;
    font-size: 20px
}

.drop.actual-drop:hover a i {
    transform: rotate(180deg);
    transition: .2s ease-in-out
}

.dark-bg {
    background: #020200 !important
}

.grey-bg-new {
    background: #f9f9f9 !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
}

.projects-wrap-outer {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-color: #fff9f1
}

.projects-wrap-outer .section__title--2 h2 {
    margin-bottom: 30px
}

.projects-wrap-outer .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.product-card-new {
    overflow: hidden;
    position: relative;
    margin: 0;
    box-shadow: 0 2px 20px 2px rgb(255 255 255 / 7%)
}

.features-new-card,
.social-sidebar ul li {
    box-shadow: 0 4px 15px rgb(12 35 34 / 21%)
}

.product-card-new img {
    object-fit: cover;
    min-height: 100%;
    transition: transform .5s;
    width: 100%;
    height: auto
}

.product-overlay a,
.product-overlay h6 {
    transition: .7s;
    transform: translateY(0);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden
}

.product-overlay {
    position: absolute;
    z-index: 3;
    opacity: 1;
    overflow: hidden;
    transform: translateY(32px);
    transition: .4s;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0 0;
    color: #fff;
    background: #00000091;
    text-align: center
}

.product-overlay h6 {
    position: relative
}

.product-overlay a {
    display: block;
    padding: 8px 12px;
    text-shadow: 1px 1px 0 #000
}

.product-card-new:hover img {
    transform: scale(1.1) translate(0, 0);
    filter: brightness(1.05);
    transition: transform .5s
}

.product-card-new:hover .product-overlay {
    opacity: 1;
    transform: translateY(0);
    background: #0000009e
}

.product-card-new:hover a,
.product-card-new:hover h6 {
    transform: translateY(0)
}

.product-img-new {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.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;
    visibility: hidden;
    -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;
    visibility: initial
}

.product-texts {
    text-align: center;
    padding: 15px 5px 0;
    background: 0 0;
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    transition: .3s ease-in-out
}

.product-texts h6 {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
    text-transform: capitalize
}

.product-texts a.product-anchor {
    padding: 6px 8px;
    text-transform: uppercase;
    border: 1px solid #000;
    background: #ffffffbd;
    color: #000;
    font-weight: 700;
    display: none
}

#owl-carousel-cat.owl-carousel .owl-nav .owl-next,
#owl-carousel-cat.owl-carousel .owl-nav .owl-prev {
    height: calc(100% - 37px);
    margin: 0;
    padding: 0 !important;
    border-radius: 0;
    pointer-events: all;
    display: flex;
    font-size: 36px !important;
    opacity: 0;
    position: absolute;
    transition: .3s ease-in-out;
    width: 40px;
    background: 0 0;
    z-index: 5
}

#owl-carousel-cat.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    z-index: 0;
    pointer-events: none
}

#owl-carousel-cat.owl-carousel .owl-nav .owl-prev {
    left: 0;
    justify-content: center;
    align-items: center;
    transform: translateX(30px)
}

#owl-carousel-cat.owl-carousel .owl-nav .owl-next {
    right: 0;
    justify-content: center;
    align-items: center;
    transform: translateX(-30px)
}

#owl-carousel-cat:hover .owl-next,
#owl-carousel-cat:hover .owl-prev {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: .3s ease-in-out !important
}

#owl-carousel-cat.owl-carousel .owl-nav i,
.our-story-card a {
    color: #d45967
}

@media only screen and (max-width:991px) {
    .table-content table {
        width: 820px
    }

    .checkout-page-box>.row {
        display: flex;
        flex-direction: column-reverse
    }

    .checkout-page-box .order-details {
        margin-top: 0 !important;
        margin-bottom: 30px !important
    }

    .ht__pro__details__content .pro__tab__content__inner {
        margin: 0
    }

    #owl-carousel-cat .owl-next,
    #owl-carousel-cat .owl-prev {
        opacity: 1 !important;
        width: 25px !important;
        transform: translateX(0) !important;
        transition: .3s ease-in-out !important
    }

    #owl-carousel-cat .owl-next i,
    #owl-carousel-cat .owl-prev i {
        font-size: 30px !important;
        text-shadow: 1px 1px 0 #000
    }
}

.home-about-wrap {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.home-about-text h5 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #20acc9
}

.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
}

.form-contact-wrap h3:before,
.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);
    background-color: #00000078
}

.home-about-btn-box .home-about-btn {
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #d45967;
    background: #d45967;
    height: 50px;
    border-radius: 6px;
    color: #fff;
    transform: scale(1);
    transition: .3s ease-in-out;
    /* font-family: "Cormorant Garamond", serif !important; */
    /* font-family: "Great Vibes", cursive !important; */
    font-family: "Overlock", sans-serif !important;
    font-size: 18px
}

.home-about-img::after,
.home-about-img::before {
    height: 70px;
    width: 70px;
    z-index: -1;
    position: absolute;
    content: ""
}

.home-about-btn:hover {
    background: #fff;
    color: #000;
    transition: .3s ease-in-out
}

.home-about-img {
    position: relative;
    z-index: 1;
    background-color: #fff
}

.home-about-img::before {
    background: #000;
    bottom: -2px;
    right: -2px
}

.home-about-img::after {
    background: #000;
    top: -2px;
    left: -2px
}

.row.features-spl-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px !important;
    margin-right: -10px !important
}

.features-spl-row .col-md {
    padding: 0 10px;
    width: 20%
}

.about-page-sec .img-col-2,
.features-spl-row .col-md:first-child {
    padding-left: 0
}

.features-new-card {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px;
    position: relative;
    background: #fff
}

.contact-info-box:before,
.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
}

.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: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.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: 0 0 20px
    }

    .features-new-area.ptb--80 {
        padding: 60px 0 45px
    }

    .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:767px) {
    .pre-header-ul li a {
        font-size: 15px
    }

    .pre-header-ul li {
        padding: 0 10px
    }

    .features-spl-row .col-md {
        width: 50%;
        margin: 0 0 20px
    }

    .features-new-text {
        width: calc(100% - 75px)
    }
}

.dark-bg .category.product-new-card {
    box-shadow: 1px 2px 15px 0 rgb(255 255 255 / 56%)
}

.product-modal-text .discount-text-1 span,
.product-new-card .ht__cat__thumb .discount-text-1 {
    box-shadow: 2px 2px 15px 0 rgb(12 35 34 / 17%);
    font-family: Lato, sans-serif !important;
    padding: 5px 7px;
    margin: 0
}

.product-new-card .ht__cat__thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.quick-view-btn-wrap {
    background-color: #000000e0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -1px;
    transform: translateY(38px);
    transition: .4s ease-in-out
}

.category.product-new-card:hover .quick-view-btn-wrap {
    transform: translateY(0);
    transition: .4s ease-in-out
}

.quick-view-btn-wrap a {
    color: #fff;
    font-size: 16px;
    padding: 7px;
    display: inline-block;
    width: 100%;
    font-weight: 500
}

.quick-view-btn-wrap i {
    font-weight: 700
}

.quick-view-btn-wrap a:hover {
    color: #eee
}

.product-new-card .ht__cat__thumb .discount-text-1 {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #d45967;
    border-radius: 20px
}

.product-new-card .ht__cat__thumb .discount-text-1 span {
    color: #fff;
    font-weight: 600;
    font-size: 14px
}

.category.product-new-card .fr__hover__info {
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: 161px
}

.category.product-new-card .product__action li {
    margin-bottom: 0;
    border-bottom: 0 solid #f5f5f5;
    background: #000;
    box-shadow: 0 4px 15px rgb(12 35 34 / 14%)
}

.category.product-new-card .product__action li a {
    background: #fff;
    height: 40px;
    line-height: 44px;
    width: 40px
}

.category.product-new-card .product__action li a i {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: .4s
}

.category.product-new-card .product__action li a i.icon-handbag {
    color: #000;
    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: 12px 0px 0px;
    background: #fff;
    position: relative;
    border-top: 0 solid #d459679c;
}

.category.product-new-card .fr__product__inner h4 {
    margin-bottom: 10px
}

.category.product-new-card .fr__product__inner h6 {
    font-family: "Overlock", sans-serif;
    width: 100%;
    border-radius: 0 0 12px 12px;
    background: #d45967;
    padding: 12px 0 12px;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
}

.category.product-new-card .fr__pro__prize li.old__prize {
    color: #8c8b8b;
    font-weight: 400
}

.category.product-new-card .fr__pro__prize li {
    color: #d45967;
    font-weight: 600;
}

@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:after,
    .home-about-text h3:before {
        left: 0;
        right: 0;
        margin: auto
    }

    .home-about-text {
        text-align: center
    }

    .home-about-text h3 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 25px
    }

    .home-about-text h3:after {
        width: calc(100% + -16px)
    }

    .home-about-img {
        margin-top: 40px
    }

    .home-about-img::after,
    .home-about-img::before {
        height: 50px;
        width: 50px
    }

    .features-new-area.ptb--80 {
        padding: 40px 0 35px
    }

    .updated-product-category.ptb--80 {
        padding: 40px 0 30px
    }

    .category.product-new-card .quick-view-btn-wrap {
        transform: translateY(0)
    }

    .category.product-new-card .product__action li:first-child {
        -webkit-animation: .3s ease-in-out fadeInRight;
        animation: .3s ease-in-out fadeInRight;
        opacity: 1;
        transition: opacity .3s linear
    }

    .category.product-new-card .product__action li:nth-child(2),
    .category.product-new-card .product__action li:nth-child(3) {
        -webkit-animation: .5s ease-in-out fadeInRight;
        animation: .5s ease-in-out fadeInRight;
        opacity: 1;
        transition: opacity .5s linear
    }

    .product-modal-carousel .owl-carousel.owl-theme .owl-prev {
        left: 10px !important;
        opacity: 1 !important;
        transition: .3s ease-in-out !important
    }

    .product-modal-carousel .owl-carousel.owl-theme .owl-next {
        right: 10px !important;
        opacity: 1 !important;
        transition: .3s ease-in-out !important
    }
}

.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: 10px
}

.modal-body.product-modal-body {
    padding: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 10px
}

.contact-page-upper .row,
.modal-body.product-modal-body .row {
    margin-left: -15px;
    margin-right: -15px
}

.product-modal-carousel .owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
    width: 100%
}

.product-modal-carousel .owl-carousel.owl-theme .owl-nav i {
    font-size: 40px;
    color: #d45967;
    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: 0;
    padding: 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 solid #d45967;
    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: .3s ease-in-out
}

.product-modal-carousel .owl-carousel.owl-theme:hover .owl-prev {
    left: 10px;
    opacity: 1;
    transition: .3s ease-in-out
}

.product-modal-carousel .owl-carousel.owl-theme .owl-next {
    position: absolute;
    right: 25px;
    opacity: 0;
    transition: .3s ease-in-out
}

.product-modal-carousel .owl-carousel.owl-theme:hover .owl-next {
    right: 10px;
    opacity: 1;
    transition: .3s ease-in-out
}

#product-modal .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    opacity: 1;
    background: 0 0;
    border: none;
    z-index: 50
}

#pulsingheart,
#pulsingheart:after {
    margin: auto;
    background: #fff;
    right: 0
}

#product-modal .modal-content .btn-close span {
    font-size: 30px;
    font-weight: 400;
    color: #fff
}

.col-md-6.product-modal-text-wrap {
    padding-left: 0;
    height: 385px;
    position: relative;
    background-color: #fff
}

.product-modal-text {
    height: 100%;
    overflow-y: auto;
    position: relative;
    padding-top: 16px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-modal-text h2 {
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin-bottom: 6px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    max-width: calc(100% - 0px);
    padding-right: 0;
    overflow-x: hidden;
}

.product-modal-text h2 a {
    font-size: 32px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
    font-family: "Overlock", sans-serif !important;
}

.product-modal-text h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    width: 60px;
    background-color: #d45967
}

.product-modal-text h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: calc(100% + 15px);
    background-color: #d4596769
}

.product-modal-text .discount-text-1 {
    text-align: left;
    margin: 8px 0 10px;
}

.product-modal-text .discount-text-1 span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    border-radius: 20px;
    background: #d45967
}

.product-modal-text .fr__pro__prize {
    justify-content: start
}

.product-modal-text .fr__pro__prize li {
    margin: 0 4px;
    font-size: 22px;
    font-weight: 600;
}

.product-modal-text .fr__pro__prize li.old__prize {
    text-decoration-color: #8c8b8b;
    margin-left: 0;
    font-size: 18px;
    color: #8c8b8b;
    font-weight: 500;
}

.product-modal-short-desc p {
    color: #000;
    text-align: justify;
    font-size: 18px;
    line-height: 32px;
}

.product-modal-cart-btn-wrap {
    display: flex;
    justify-content: flex-start;
    margin: 0
}

.product-modal-cart-btn,
a.product-modal-details-btn {
    color: #fff;
    width: calc(50% - 10px);
    padding: 10px 0;
    text-align: center;
    text-transform: capitalize;
    /* font-family: "Cormorant Garamond", serif !important; */
    /* font-family: "Great Vibes", cursive !important; */
    font-family: "Overlock", sans-serif !important;
    margin-bottom: 15px;
    transition: .3s ease-in-out;
    font-weight: 600
}

.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 0;
    text-align: center;
    background: 0 0;
    border: 2px solid #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s ease-in-out
}

.product-modal-cart-btn-wrap .product-modal-cart-card:hover {
    background: 0 0;
    color: #d45967;
    border-color: #d45967;
    transition: .3s ease-in-out
}

.product-modal-category h6 {
    font-size: 16px;
    color: #fff
}

.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: #fff
}

.product-modal-social .product-modal-social-list,
.product-modal-social .product-modal-social-list li a {
    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 i {
    background: 0 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    transition: .4s;
    width: 28px;
    border: 1px solid #fff
}

a.product-modal-details-btn {
    display: inline-block;
    background: #000;
    border: 2px solid #000;
    font-size: 20px;
    border-radius: 30px
}

.product-modal-cart-btn {
    display: inline-block;
    background: #d45967;
    border: 2px solid #d45967;
    font-size: 20px;
    border-radius: 30px
}

.contact-info-left,
.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
}

a.product-modal-details-btn:hover {
    color: #d45967;
    border-color: #d45967;
    background: 0 0;
    transition: .3s ease-in-out
}

.product-modal-cart-btn:hover {
    color: #000;
    border-color: #000;
    background: 0 0;
    transition: .3s ease-in-out
}

.contact-content.contact-content-updated,
.contact-page-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.product-modal-btn-cover-wrap,
.testimonial-box div {
    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: 0;
        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,
    .product-modal-text .fr__pro__prize li.old__prize {
        font-size: 15px
    }

    .product-modal-text .fr__pro__prize li {
        margin: 0 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 0;
        border: 2px solid #fff;
        font-size: 12px
    }

    .product-modal-category {
        margin-top: 8px
    }

    .product-modal-social {
        margin-top: 6px
    }
}

.sin__desc.align--left.product-categories-part .pro__cat__list,
.zoomable {
    margin-left: 0
}

@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 {
        width: calc(50% - 5px)
    }

    .product-modal-text .discount-text-1 {
        margin: 6px 0 7px
    }

    .product-modal-social {
        margin-top: 8px
    }

    #product-modal .modal-content .btn-close span {
        font-size: 30px;
        font-weight: 400;
        color: #000
    }

    .form-contact-wrap-col {
        padding: 0 !important
    }
}

#wrapper,
.contact-page-area:before {
    height: 100%;
    position: absolute;
    top: 0
}

@media only screen and (max-width:575px) {
    .thank-you-wrap {
        margin: 50px 0;
        padding: 30px 15px
    }

    img.project-image {
        height: auto;
        min-height: 120px
    }

    .project-text h2 {
        font-size: 18px;
        padding: 9px 0;
        width: 130px
    }

    .proj-img-1 {
        display: none !important
    }

    .proj-img-2 {
        display: block !important
    }

    .project-box {
        margin: 5px 0 0
    }

    .login-page-box.profile-page-box {
        padding: 15px 15px 10px
    }

    .cart-page-card,
    .checkout-page-box,
    .profile-page-box,
    .wishlist-page-card {
        padding: 20px 15px
    }

    .wishlist-content {
        padding: 20px 15px 4px
    }

    .checkout-page-box .order-details .order-details__item,
    .checkout-page-box .order-details .order-details__title,
    .checkout-page-box .ordre-details__total.order-total {
        margin: 0 15px
    }

    .checkout-page-box .ordre-details__total.add-coupon {
        margin: 0 15px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column
    }

    .checkout-page-box #coupon_result {
        padding: 0 15px 15px
    }

    .checkout-page-box #coupon_str.coupon_style {
        width: 100%;
        margin-right: 0
    }

    .checkout-page-box .cr__btn.fv-btn.coupon_style {
        width: 100%;
        margin-top: 20px
    }

    .pro__tab__content__inner.product-video-part {
        padding-top: 65%
    }

    .video-text h2 {
        font-weight: 700;
        color: #fff;
        font-size: 30px;
        margin-bottom: 8px
    }

    .pro__tab__content__inner.product-video-part #player {
        transform: scaleY(1.17)
    }

    .cancel-order-card {
        padding: 15px
    }

    .cancel-order-area .nav>li>a {
        font-size: 11px;
        padding: 0 6px
    }

    .return-policy-box-new .section__title--2 h2 {
        margin-bottom: 10px;
        font-size: 18px
    }

    .section-heading {
        font-size: 25px;
        letter-spacing: 0
    }

    .faq-box {
        margin: 30px 0
    }

    .faq-answer {
        padding: 0
    }

    .pre-header {
        display: none
    }

    .mean-container a.meanmenu-reveal {
        right: 0 !important
    }

    .header__search a i,
    .htc__shopping__cart a i {
        font-size: 14px
    }

    .header__search a {
        margin-right: 0;
        padding-right: 8px
    }

    .vastra-user img {
        height: 20px
    }

    .vastra-user {
        width: 49px
    }

    .htc__shopping__cart {
        margin-right: 52px
    }

    .htc__shopping__cart.mr15 {
        margin-right: 12px !important
    }

    .header-right {
        padding-left: 0 !important
    }

    .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) {
    .col-spl-12 {
        width: 76%;
        margin: 0 12%
    }

    .projects-wrap-outer .category-card-wrap {
        width: 70%;
        margin: 0 auto
    }

    #owl-carousel-cat .owl-prev,
    #owl-carousel-cat:hover .owl-prev {
        transform: translateX(-30px) !important
    }

    #owl-carousel-cat .owl-next,
    #owl-carousel-cat:hover .owl-next {
        transform: translateX(30px) !important
    }

    .features-spl-row .col-md {
        width: 80%;
        margin: 0 0 15px
    }

    .features-new-text {
        width: calc(100% - 75px)
    }

    .homepage-popup-modal.product-modal .modal-dialog {
        max-width: 80%
    }
}

@media only screen and (max-width:411px) {
    .col-spl-12 {
        width: 100%;
        margin: 0
    }

    .homepage-popup-modal.product-modal .modal-dialog {
        max-width: 90%
    }
}

.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: 0;
    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-position: center;
    overflow: hidden
}

.contact-page-area:before {
    content: "";
    left: 0;
    width: 100%;
    background-color: #ffffff00;
    pointer-events: none
}

.contact-page-upper {
    position: relative;
    padding: 30px 30px 24px;
    background: #ffffffd6;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 25%)
}

.contact-content.contact-content-updated .form-contact-wrap div>button {
    border: none;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 0 !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: #111
}

.contact-map iframe {
    height: 500px;
    border-radius: 24px 24px 0 0;
}

.contact-info-box {
    display: flex;
    padding: 10px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
    border-bottom: 0 solid #1b3c45;
    position: relative
}

.contact-info-left {
    padding: 10px;
    margin-right: 5px;
    position: relative
}

.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-form-panel input,
.contact-form-panel textarea {
    padding: 10px;
    width: 100%;
    transition: .3s ease-in-out;
    outline: 0
}

.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;
    border-radius: 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #d45967;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 17%);
}

.contact-form-panel input {
    height: 50px;
    margin-bottom: 24px;
    border-radius: 6px;
    border: 2px solid #cecece;
}

.contact-form-panel textarea {
    margin-bottom: 20px;
    border-radius: 6px;
    border: 2px solid #cecece;
    background: #fff
}

.form-contact-updated .home-about-btn-box .home-about-btn:hover {
    transform: scale(1)
}

.contact-map-col {
    padding-left: 0 !important;
    margin-bottom: -7px
}

.pinch-zoom,
.scroll-zoom {
    display: flex;
    width: 130px;
    padding: 3px 4px 4px 1px;
    background: #f9f9f9;
    font-size: 13px;
    box-shadow: 1px -1px 4px #0000002b;
    font-weight: 700;
    left: 0;
    bottom: 0
}

.row.spl-cat-page-row.row-2 {
    display: flex;
    flex-wrap: wrap
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 1000
}

#wrapper {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    animation: 1s infinite pulse
}

#pulsingheart {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    /* border: 2px solid #542507; */
    border: 2px solid #d45967;
    box-shadow: 0 4px 15px rgb(12 35 34 / 9%);
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

#pulsingheart img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 500;
    padding: 15px
}

#pulsingheart:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 87%;
    height: 87%;
    border-radius: 50%;
    transform-origin: 0 100%;
    animation: 1s infinite pulsecolor;
}

@keyframes pulse {
    10% {
        transform: scale(1.1)
    }
}

@keyframes pulsecolor {
    10% {
        background: #fff;
    }
}

.zoomable {
    position: relative;
    overflow: hidden;
    margin-right: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    /* cursor: zoom-in; */
}

.zoomable {
    pointer-events: none !important;
    cursor: none !important;
}

.zoomable__video {
    width: 100%;
    transform: scaleY(1.03);
    pointer-events: none !important;
    cursor: none !important;
}

.scroll-zoom {
    position: absolute;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    transition: .3s ease-in-out
}

.pinch-zoom img,
.scroll-zoom img {
    width: 24px !important;
    height: 24px;
    margin: 0 !important
}

.pinch-zoom {
    position: absolute;
    align-items: center;
    justify-content: space-around
}

@media only screen and (min-width:992px) {
    .pinch-zoom {
        display: none !important
    }

    .zoomable:hover .scroll-zoom {
        opacity: 1;
        transition: .3s ease-in-out
    }
}

.zoomable img {
    width: 100%;
    display: block;
    margin: auto
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform .15s linear
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2))
}

.container {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.row {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.checkout-wrap.payment-fail-wrap {
    height: calc(100vh - 445px)
}

.home-about-wrap.home-about-wrap-new {
    position: relative;
    padding-top: 100px;
    z-index: 1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.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
    }
}

.home-about-wrap.home-about-wrap-new .container {
    position: relative;
    z-index: 1
}

.home-about-card .home-about-text {
    background: #fff;
    padding: 40px;
    border-radius: 0;
    text-align: center;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
    position: relative;
    overflow: hidden;
    border: 2px solid #000
}

.about-page-pre-about,
.about-page-pre-about.about-page-pre-about-2 {
    background-image: url(../images/3-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.home-about-card .home-about-text:after {
    content: "";
    position: absolute;
    content: "";
    right: -2px;
    bottom: -2px;
    width: 100px;
    height: 100px;
    border: 6px solid #000;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    pointer-events: none
}

.features-newer-img.image-1:before,
.features-newer-img.image-2:before,
.features-newer-img.image-3:before,
.features-newer-img.image-4:before,
.features-newer-img.image-5:before {
    width: 75px;
    height: 75px;
    z-index: -1;
    animation: .85s infinite alternate beat2;
    position: absolute;
    content: ""
}

.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: #d45967
}

.home-about-card .home-about-text h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    background-color: #b4b4b4
}

.home-about-wrap.home-about-wrap-new.about-page-wrap-new {
    padding-top: 0;
    margin-top: 80px
}

.about-page-pre-about {
    position: relative;
    padding: 100px 0;
    margin-top: 80px
}

.about-page-pre-about.about-page-pre-about-2 {
    padding: 0;
    margin-top: 0px;
}

.about-page-pre-about h2 {
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 100px;
    font-weight: 700;
    text-align: center;
    color: #ffde59;
    background: #00000063;
    text-shadow: 2px 2px 3px #000;
    display: none
}

.about-page-pre-about .paper-tear {
    z-index: 0;
    top: auto;
    bottom: -50px
}

.home-about-text.about-page-text {
    margin-top: -70px
}

.about-page-text .section__title--2-alt h2 {
    text-shadow: 2px 2px 2px #00000017;
    font-weight: 600;
    margin-bottom: 0
}

.home-about-text.about-page-text h6 {
    margin-bottom: 12px;
    line-height: 26px;
    font-weight: 500;
    color: #000
}

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

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 0;
        /* margin-top: 108px */
    }

    .contact-page-area .about-page-pre-about.about-page-pre-about-2 {
        margin-top: 0px;
    }

    .htc__grid__top {
        margin-top: 60px
    }
}

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

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 0;
        /* margin-top: 108px */
    }

    .htc__grid__top {
        margin-top: 60px
    }

    .contact-page-area .ptb--80 {
        padding: 60px 0;
    }

    .contact-page-area .contact-info-box-new {
        padding: 15px 10px 15px;
        border-radius: 12px;
    }

    .contact-page-area .contact-text-box p {
        font-size: 15px;
    }
}

@media only screen and (max-width:991px) {
    .flavors-sec .section__title--2 h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .contact-page-area .section__title--2 h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .contact-page-area .ptb--80 {
        padding: 40px 0;
    }

    .contact-map iframe {
        height: 420px
    }

    .contact-page-upper .form-contact-wrap {
        padding: 10px 15px 20px;
        border-radius: 12px;
    }

    .contact-page-upper.contact-page-upper-new .section__title--2 h2 {
        margin-bottom: 15px !important;
    }

    .contect-lower-new .col-sm-4.cln-1 {
        width: 30%;
    }

    .contect-lower-new .col-sm-4.cln-2 {
        width: 40%;
    }

    .contect-lower-new .col-sm-4.cln-3 {
        width: 30%;
    }

    .contact-page-area .contact-text-box p {
        font-size: 14px;
    }

    .contact-page-area .contact-info-box-new {
        padding: 10px 10px 10px;
    }

    .scroll-zoom {
        display: none !important
    }

    .paper-tear {
        display: none
    }

    .home-about-wrap.home-about-wrap-new {
        padding-top: 40px
    }

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        background-image: url(../images/3-3.png);
        padding: 0;
        /* margin-top: 108px; */
        transform: scaleY(1)
    }

    .htc__grid__top {
        margin-top: 40px
    }

    .features-spl-row .col-md {
        margin: 0 0 30px
    }

    .features-new-area.ptb--80 {
        padding: 40px 0 5px
    }
}

@media only screen and (max-width:767px) {
    .contact-content.contact-content-updated .form-contact-wrap {
        padding: 0;
        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: 0 !important;
        margin-left: 0 !important
    }

    .contact-content.contact-content-updated .form-contact-wrap div>button {
        margin: 10px 15px 24px;
        width: calc(100% - 30px);
        font-size: 18px
    }

    .contact-map iframe {
        height: 320px
    }

    /* .contact-page-upper .form-contact-wrap {
        padding: 30px
    } */

    .home-about-card .home-about-text {
        padding: 15px 10px
    }

    .about-page-text .section__title--2-alt h2 {
        font-size: 26px
    }

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        background-image: url(../images/3-3.png);
        padding: 0
    }

    .about-page-pre-about h2 {
        font-size: 40px
    }
}

@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: 10px !important
    }

    .contact-map iframe {
        height: 280px;
        border-radius: 12px 12px 0 0;
    }
}

.about-page-pre-about,
.about-page-pre-about.about-page-pre-about-2 {
    padding: 0
}

@media only screen and (max-width:410px) {
    .banner .item {
        height: 260px
    }

    .slider__inner h1 {
        font-size: 24px !important;
        margin-bottom: 0 !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 0 #000
    }

    .ht__bradcaump__area {
        background-position: 70% !important
    }

    .project-text h4 {
        font-size: 16px;
        line-height: 20px
    }

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 0
    }
}

@media only screen and (max-width:359px) {
    .slider__inner h1 {
        font-size: 24px !important;
        margin-bottom: 0 !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 0 #000
    }

    .default-banner-mobile {
        height: 130px
    }

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 0
    }
}

.features-newer-card {
    text-align: center;
    margin-top: 10px
}

.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,
.features-newer-img.image-5 {
    position: relative;
    background-color: #d45967;
    border-radius: 50%
}

.features-newer-img.image-1:before,
.features-newer-img.image-5:before {
    background: #d4596757;
    border-radius: 50%
}

.features-newer-img.image-2 {
    position: relative;
    background-color: #0d9223;
    border-radius: 50%
}

.features-newer-img.image-2:before {
    background: #0d922357;
    border-radius: 50%
}

.features-newer-img.image-3 {
    position: relative;
    background-color: #ff157b;
    border-radius: 50%
}

.features-newer-img.image-3:before {
    background: #ff157b57;
    border-radius: 50%
}

.features-newer-img.image-4 {
    position: relative;
    background-color: #ff9901;
    border-radius: 50%
}

.features-newer-img.image-4:before {
    background: #ff990157;
    border-radius: 50%
}

.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
}

.contact-page-upper.contact-page-upper-new {
    padding: 0;
    border-radius: 0;
    text-align: left;
    position: static;
    overflow: visible;
    border: 0 solid #000;
    box-shadow: none
}

.contact-page-upper.contact-page-upper-new .section__title--2 h2 {
    margin-bottom: 30px;
    text-align: center;
    display: block;
}

.contact-page-info.contact-page-info-new {
    padding-top: 0
}

.contact-info-box-new {
    padding: 25px 10px;
    border-radius: 16px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 7%);
}

.contact-image-box {
    width: 60px;
    height: 60px;
    padding: 4px;
    margin: 0 auto;
    /* background: #fafafa; */
    border-radius: 10px;
    /* box-shadow: 2px 2px 8px rgb(100 1 100 / 25%); */
}

.contact-text-box {
    text-align: center;
    margin-top: 15px
}

.contact-text-box h6 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 20px
}

.contact-text-box p {
    font-size: 16px;
    font-weight: 600;
    color: #d45967;
    display: block;
    line-height: 24px;
    min-height: 48px
}

.contact-text-box p a {
    color: #d45967
}

.contact-text-box p a:hover {
    color: #d45967;
    text-decoration: underline
}

.contact-info-box-new.contact-box-spl:before {
    position: absolute;
    content: "";
    width: 0;
    height: 80%;
    top: 10%;
    left: -15px;
    background-color: #d45967
}

.contact-info-box-new.contact-box-spl:after {
    position: absolute;
    content: "";
    width: 0;
    height: 80%;
    top: 10%;
    right: -15px;
    background-color: #d45967
}

.ht__product__dtl.product-detail-right .sin__desc.align--left {
    margin-top: 16px;
    align-items: center;
}

.ht__product__dtl.product-detail-right .sin__desc.align--left p,
.submit_review_hint {
    color: #000
}

.ht__product__dtl.product-detail-right .sin__desc.align--left p span {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-right: 2px;
    text-transform: capitalize
}

.ht__product__dtl.product-detail-right .sin__desc.align--left.product-color-part {
    display: none;
}

.ht__product__dtl.product-detail-right .sin__desc.available-dtls {
    margin-top: 16px;
}

.ht__product__dtl.product-detail-right h2 {
    font-size: 42px;
    line-height: 52px;
    color: #000;
    font-weight: 800;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-family: "Overlock", sans-serif !important;
}

.ht__product__dtl.product-detail-right .product-price-part,
.spl-about-row {
    display: flex;
    align-items: center
}

.ht__product__dtl.product-detail-right .product-price-part h6.discount-text-1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    background: #d45967;
    color: #fff;
    padding: 5px 7px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    border-radius: 6px;
    display: none;
}

.ht__product__dtl.product-detail-right .discount-ribbon {
    position: relative;
    margin-left: 10px;
    background: #d45967;
    padding: 12px 35px;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    display: none;
}

.ht__product__dtl.product-detail-right .discount-ribbon:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    background: #ffffff;
    top: 6px;
    left: -16px;
    transform: rotate(45deg);
}

.ht__product__dtl.product-detail-right .discount-ribbon:after {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    background: #ffffff;
    top: 6px;
    right: -16px;
    transform: rotate(45deg);
}

.ht__product__dtl.product-detail-right .product-price-part h6.discount-text-1 span {
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.ht__product__dtl.product-detail-right .product-price-part .pro__prize {
    margin-top: 0
}

.ht__product__dtl.product-detail-right .product-price-part .pro__prize .old__prize {
    padding-right: 10px;
    text-decoration-color: #f00;
    display: none;
}

.ht__product__dtl.product-detail-right .product-price-part .pro__prize .new__price {
    font-size: 28px;
    color: #000;
    font-weight: 600
}

.product-detail-right .product-coupon-code.coupon-code-details {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 16px
}

.product-detail-right .product-coupon-code.coupon-code-details p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-top: 2px
}

.product-detail-right .product-coupon-code.coupon-code-details .input-group {
    border: 1px solid #ddd;
    padding: 6px 6px 6px 16px;
    width: 220px
}

.product-detail-right .product-coupon-code.coupon-code-details button {
    background-color: #d45967;
    font-size: 16px;
    padding: 6px 10px
}

.product-wishlist-part,
.sin__desc.align--left.product-color-part {
    margin-top: 14px
}

.sin__desc.align--left.product-color-part p a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 10px #42424257;
    margin: 6px 5px;
    padding: 2px 8px;
    border-radius: 20px
}

.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-radius: 20px;
    border: 2px solid #d45967
}

.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
}

.product-features-part.features-new-wrap .features-newer-img,
.sin__desc.align--left.product-color-part img {
    width: 45px;
    height: 45px
}

.product-button-part .fr__btn-new,
.product-button-part .fr__btn.buy_now-new {
    height: 48px;
    font-size: 18px;
    padding: 0px 10px;
    text-transform: uppercase;
    line-height: 44px;
    display: inline-block;
    font-weight: 600;
    transition: .3s ease-in-out;
    text-align: center;
    /* font-family: "Cormorant Garamond", serif !important; */
    /* font-family: "Great Vibes", cursive !important; */
    font-family: "Overlock", sans-serif !important;
}

.sin__desc.align--left.product-quantity-part select {
    width: 40px;
    height: 24px;
    background: #f9f9f9;
    border-color: #ddd;
    font-weight: 500;
    color: #000;
    outline: 0;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 16%)
}

.product-button-part .fr__btn-new {
    border: 2px solid #d45967;
    background: #fff;
    width: 150px;
    color: #d45967;
    margin-right: 10px;
    margin-top: 16px;
    border-radius: 50px;
}

.product-button-part .fr__btn-new:hover {
    transition: .3s ease-in-out;
    background: #d45967;
    color: #fff
}

.product-button-part .fr__btn.buy_now-new {
    border: 2px solid #d45967;
    background: #d45967;
    width: 120px;
    color: #fff;
    margin-top: 0;
    position: relative;
    top: 0;
    border-radius: 50px;
}

.product-button-part .fr__btn.buy_now-new:hover {
    transition: .3s ease-in-out;
    background: #fff;
    color: #d45967;
}

.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 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: 0
}

.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;
    height: 36px;
    line-height: 24px
}

.product-wishlist-part a i {
    color: #ff0026;
    font-weight: 600
}

.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: #442603
}

.sin__desc.align--left.social_share_box {
    margin-top: 16px !important;
}

.sin__desc.align--left.social_share_box a {
    background: #d45967;
    border-radius: 6px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    transition: .4s;
    width: 32px;
    border: 0px solid #fcf6ff;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 14%);
    margin-left: 6px;
}

.sin__desc.align--left.social_share_box a:hover {
    transition: .4s;
    border-color: #d45967
}

#sizechart .table-responsive {
    background: #fff;
    border: 1px solid #dddddd78;
    margin-bottom: 0;
    box-shadow: 0 4px 15px rgb(12 35 34 / 7%)
}

@media only screen and (max-width:1199px) {
    /* .contact-text-box p {
        line-height: 24px;
        min-height: 72px
    } */

    .zoomable {
        margin-right: 1px
    }

    .slider-nav .item-slick {
        width: 71.7px
    }

    .spl-left-padding {
        padding-left: 0 !important
    }

    .product-features-part.features-new-wrap .features-spl-row .col-md {
        width: 20%;
        padding: 0 5px;
        margin: 0
    }

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:after,
    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:before {
        width: 80px;
        height: 80px
    }
}

@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: 0 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: 0 !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: 0;
        margin-bottom: 0
    }

    .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
    }
}

.page-part-img:after,
.page-part-img:before {
    width: 70px;
    height: 70px;
    pointer-events: none;
    position: absolute;
    content: ""
}

@media only screen and (max-width:767px) {
    .slider-nav.slider-thumbnails .item-slick {
        width: 143px
    }

    .spl-left-padding {
        padding-left: 15px !important
    }

    /* .pro__details__tab li a {
        font-size: 14px;
        font-weight: 600;
        height: 40px;
        padding: 0
    } */

    .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: 0
    }

    .product-detail-right .product-coupon-code.coupon-code-details .input-group {
        padding: 6px;
        width: 200px
    }

    .updated-product-category .section__title--2 h2 {
        margin-bottom: -5px
    }

    .section__title--2 h2:before {
        bottom: 13px;
        height: 14px
    }

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
        display: none
    }

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top select.ht__select {
        padding: 0 0 0 12px;
        background-position: right 12px center
    }
}

/* @media only screen and (max-width:575px) {
    .pro__details__tab li a {
        font-size: 12px;
        margin: 0;
        height: 40px
    }
} */

@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: 15px
    } */
}

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

    .about-page-pre-about,
    .about-page-pre-about.about-page-pre-about-2 {
        padding: 0
    }

    .product-features-part.features-new-wrap .features-spl-row .col-md {
        width: 50%;
        padding: 0 10px
    }
}

/* .updated-product-grid.spl-product__grid.ptb--80 {
    padding: 0 0 45px
} */

.updated-product-category.updated-related-products.ptb--80 {
    padding: 70px 0 60px
}

.updated-product-category.updated-related-products.ptb--80 .category.product-new-card .fr__hover__info {
    bottom: 115px
}

.htc__produc__decription.bg__white {
    border-bottom: 0px solid #e7e7e7;
    padding-top: 0px !important;
}

.submit_review_hint a {
    text-transform: capitalize;
    font-weight: 600;
    color: #d45967;
    transition: .3s ease-in-out
}

.submit_review_hint a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    transition: .3s ease-in-out
}

.pro__tab__content__inner.updated-product-review .review_heading {
    margin-top: 0;
    margin-bottom: 10px;
}

header.text-left {
    border-bottom: 1px solid #d45967;
    margin-bottom: 5px;
    padding-bottom: 8px
}

#sizechart .pro__tab__content__inner {
    overflow: hidden;
    padding: 15px
}

#sizechart table {
    padding: 0;
    border: 1px solid #d45967
}

#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: #d45967;
    /* font-family: "Cormorant Garamond", serif !important; */
    /* font-family: "Great Vibes", cursive !important; */
    font-family: "Overlock", sans-serif !important;
    border-bottom: 1px solid #d45967
}

#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 #d45967
}

#sizechart table tr:last-child td {
    border-bottom: none !important
}

@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
    }

    .contact-page-upper.contact-page-upper-new {
        padding: 0
    }
}

@media only screen and (max-width:1099px) {
    .about-page-pre-about .paper-tear {
        bottom: -30px
    }
}

.bc-text a,
.home-about-text a {
    height: 46px;
    transition: .3s;
    display: inline-block
}

.sin__desc.available-dtls p {
    color: #0d9223;
    font-weight: 500
}

.sin__desc.available-dtls p span {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-right: 2px;
    text-transform: capitalize
}

.about-page-part.page-part-1 {
    background-color: #f6f0d9ba
}

.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%, #d45967);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase
}

.about-music-card-new p,
.about-owner-text p,
.page-part-text p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500
}

.about-owner-img,
.page-part-img {
    box-shadow: 0 0 8px rgb(0 0 0 / 36%);
    position: relative;
    overflow: hidden;
    border: 2px solid #fff
}

.page-part-img:before {
    left: -2px;
    top: -2px;
    border: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent
}

.page-part-img:after {
    right: -2px;
    bottom: -2px;
    border: 6px solid #fff;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent
}

.about-music-part {
    background-color: #f7f7f7
}

.about-music-card-new {
    background: #fff;
    padding: 40px 40px 30px;
    border-radius: 0;
    text-align: center;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 37%);
    position: relative;
    overflow: hidden;
    border: 2px solid #000
}

.about-owner-wrap {
    background: linear-gradient(306deg, #fff, #12a7ff66)
}

.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: #d45967;
    left: 0;
    bottom: -5px
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 1320px
    }
}

.both-cat-wrap {
    border-bottom: 0 solid #e7e7e7;
    background: #fdf6ff
}

.bc-card {
    box-shadow: 2px 2px 15px #d4596757
}

.bc-text {
    text-align: center;
    padding: 16px 0 24px;
    background: #ffffff80
}

.bc-text h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.bc-text p {
    max-width: 500px;
    margin: 0 auto 10px;
    color: #868686
}

.bc-text a {
    background: 0 0;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    padding: 0 30px;
    text-transform: uppercase
}

.bc-text a:hover {
    box-shadow: 0 1px 10px rgb(12 35 34 / 17%);
    transition: .3s;
    border-color: #fff;
    color: #d45967
}

.home-about-text h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #d45967;
}

.home-about-text p {
    color: #000000;
    text-align: justify;
    line-height: 36px;
    font-size: 20px;
    margin-bottom: 10px;
}

.home-about-text a {
    color: #fff;
    border: 2px solid #d45967;
    background: #d45967;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 25px;
    text-transform: capitalize;
    margin-top: 8px;
    border-radius: 30px;
    /* font-family: "Cormorant Garamond", serif !important; */
    font-family: "Overlock", sans-serif !important;
    /* font-family: "Great Vibes", cursive !important; */
}

.blog-new-text h4,
.video-text-new a,
.waviy span {
    text-transform: uppercase
}

.feature-latest-card:hover .fl-img img,
.fl-img img {
    filter: invert(54%) sepia(76%) saturate(1387%) hue-rotate(313deg) brightness(84%) contrast(99%);
    transition: .5s ease-in-out
}

.blog-latest-btn-wrap a:hover,
.home-about-text a:hover {
    animation-name: animation-horizontal;
    animation-iteration-count: 1;
    animation-duration: 1s;
    color: #000;
    background: #fff
}

.home-about-img-new {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0 #0000004a;
    /* border: 2px solid #d45967; */
}

@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)
    }
}

.fl-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px
}

.fl-img img {
    width: 100%
}

.feature-latest-card:hover .fl-img img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-360deg)
}

.fl-text h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Overlock", sans-serif !important;
    margin-bottom: 0px;
}

.blog-new-text h4,
.blog-new-text h5,
.blog-new-text h6,
.product-coupon-code-new h6,
.product-coupon-code-new p,
.waviy span {
    font-family: Lato, sans-serif !important
}

.fl-text p {
    max-width: 300px;
    margin: 0 auto;
    color: #868686
}

.product-coupon-code-new {
    background-color: #fcf6ff;
    padding: 10px 12px;
    border-radius: 0;
    border: 0 solid #000;
    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: #d45967;
    font-weight: 600;
    margin-top: 6px;
    line-height: 22px;
    margin-bottom: 0;
    text-align: center
}

.product-coupon-code-new p {
    color: #d45967;
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px
}

.video-sec {
    position: relative;
    overflow: hidden
}

.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 #d45967
}

.video-text-new a {
    background: #fff;
    border: 2px solid #fff;
    color: #d45967;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    transition: .3s;
    margin-bottom: 60px
}

@media only screen and (max-width:1199px) {
    .bc-text p {
        padding: 0 15px
    }

    .video-text-new h2 {
        font-size: 70px;
        margin-bottom: 10px
    }

    .video-text-new a {
        margin-bottom: 40px
    }
}

.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 {
    position: relative;
    display: inline-block;
    color: #462802;
    font-weight: 600;
    line-height: 76px;
    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
    }
}

.rp-img {
    width: 16px
}

.blog-jewel-1 {
    background-image: url(../images/bg-img-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.blog-card-new {
    margin: 15px 0
}

.blog-new-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 0 #0000002b
}

.blog-new-text {
    width: calc(100% - 60px);
    padding: 20px;
    margin: -50px auto 0;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #f8f7f1;
    box-shadow: 2px 2px 5px 1px #00000030
}

.blog-new-text h4 {
    color: #fff;
    background-color: #d45967;
    font-size: 16px;
    border-radius: 8px;
    line-height: 1;
    padding: 15px 24px;
    position: absolute;
    top: -22px;
    margin-bottom: 2px;
    display: none
}

.blog-new-text h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

.blog-new-text h6 {
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-latest-btn-wrap a,
.quick-view-btn-new {
    background: #d45967;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    /* font-family: "Cormorant Garamond", serif !important; */
    /* font-family: "Great Vibes", cursive !important; */
    /* font-family: "Overlock", sans-serif !important; */
    font-family: "Overlock", sans-serif !important;
    color: #fff;
    height: 46px
}

.quick-view-btn-new:focus {
    color: #fff;
}

.blog-latest-btn-wrap {
    margin-top: 20px;
    text-align: center
}

.blog-latest-btn-wrap a {
    border: 2px solid #d45967;
    line-height: 42px;
    padding: 0 30px;
    text-transform: capitalize;
    transition: .3s;
    border-radius: 30px
}

.bd-image div,
.bd-text h5,
.bd-text h6 {
    font-family: Lato, sans-serif !important
}

.quick-view-btn-new {
    border: 2px solid #d45967;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 30px;
    transition: .3s ease-in-out
}

.quick-view-btn-new:hover {
    background: #fff;
    transition: .3s ease-in-out
}

.blog-details-sec {
    margin-top: 118px
}

.bd-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0 #00000061;
    margin-bottom: 10px
}

.bd-image div {
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: #d45967;
    text-transform: uppercase;
    padding: 8px 14px;
    border-top-right-radius: 10px;
    font-size: 16px
}

.bd-text h2,
.bd-text h6 span {
    color: #d45967
}

.bd-text h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600
}

.bd-text h6 {
    color: #000;
    font-weight: 600;
    margin-bottom: 4px
}

.bd-text h5 {
    color: #262626;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px
}

.bd-text p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 4px;
    text-align: justify;
    font-weight: 500
}

#owl-carousel_ph h6,
#sizechart .pro__tab__content__inner h3,
.our-story-card h6,
.sin__desc.custom-choc-form label {
    font-weight: 600;
    font-family: Lato, sans-serif !important
}

.about-page-sec .home-about-img-new {
    border-radius: 0 !important
}

.about-page-sec .text-col {
    padding-left: 40px
}

.about-page-sec .text-col-2 {
    padding-right: 40px
}

.home-about-sec.our-story-sec {
    margin-top: 108px;
}

@media only screen and (max-width:1199px) {
    .home-about-sec.our-story-sec .ptb--80 {
        padding: 60px 0;
    }
}

@media only screen and (max-width:991px) {
    .home-about-sec.our-story-sec .ptb--80 {
        padding: 40px 0;
    }
}

.our-story-card {
    background: #fff;
    padding: 30px 40px;
    border-radius: 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #d45967;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%)
}

.our-story-card h2.title__line {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    color: #000;
}

.our-story-card h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #000;
}

.our-story-card p {
    color: #000;
    /* text-align: justify; */
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
}

.our-story-card ul {
    padding-left: 15px
}

.our-story-card ul li {
    color: #515151;
    /* text-align: justify; */
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 26px;
    list-style: disc
}

@media only screen and (max-width:991px) {
    .our-story-card {
        padding: 15px 20px 20px;
        border-radius: 12px;
    }

    .our-story-card h2.title__line {
        margin-bottom: 6px;
        font-size: 40px;
        font-weight: 600;
    }
}

@media only screen and (max-width:575px) {
    .our-story-card {
        padding: 12px 15px 15px;
    }

    .our-story-card h2.title__line {
        margin-bottom: 4px;
        font-size: 30px;
        font-weight: 600;
    }

    .our-story-card p,
    .our-story-card ul li {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width:991px) {
    .updated-product-grid.spl-product__grid.ptb--80 {
        padding: 0 0 30px
    }

    .updated-product-category.updated-related-products.ptb--80 {
        padding: 40px 0 30px
    }

    .htc__produc__decription.bg__white {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .contect-lower-new {
        margin-top: 0
    }

    .contact-info-box-new {
        padding: 15px 5px
    }

    .contact-text-box {
        margin-top: 8px
    }

    .contact-page-upper.contact-page-upper-new {
        padding: 0;
        margin-top: 0;
        text-align: center
    }

    .contact-text-box p {
        font-size: 16px;
        font-weight: 500;
        /* color: #000; */
        display: block;
        line-height: 24px
    }

    .about-owner-text,
    .home-about-text p,
    .page-part-text {
        text-align: center
    }

    .hide-large,
    .spl-about-row {
        display: block
    }

    .page-part-text h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 2px
    }

    .page-part-text p {
        margin-bottom: 16px
    }

    .hide-small {
        display: none
    }

    .about-owner-text,
    .home-about-img-new {
        margin-bottom: 20px
    }

    .bc-card.bc-card-2 {
        margin-top: 30px
    }

    .home-about-sec.home-about-sec-about .home-about-img-new {
        margin-top: 16px
    }

    .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
    }

    .video-text-new h2 {
        font-size: 50px;
        margin-bottom: 10px
    }

    .video-text-new a {
        margin-bottom: 30px
    }

    .waviy {
        margin: 30px 0 100px
    }

    .about-page-sec .spl-about-row-2 .img-col,
    .about-page-sec .text-col-2 {
        padding-right: 15px
    }

    .about-page-sec .img-col-2,
    .about-page-sec .spl-about-row-2 .text-col {
        padding-left: 15px
    }

    .spl-about-row.spl-about-row-1 .home-about-img-new,
    .spl-about-row.spl-about-row-2 .home-about-img-new {
        margin-bottom: 10px;
        margin-top: 10px
    }

    .spl-about-row.spl-about-row-1 {
        display: flex;
        flex-direction: column
    }

    .spl-about-row.spl-about-row-1 .home-about-text h2 {
        margin-bottom: 4px;
        text-align: center
    }

    .spl-about-row.spl-about-row-2 {
        display: flex;
        flex-direction: column-reverse
    }

    .about-page-sec .home-about-img-new {
        border-radius: 10px !important
    }

    .story-container.ptb--80 {
        padding: 40px 0 35px
    }
}

#aniimated-thumbnials {
    max-width: 80%;
    float: right;
}

.slider-nav.slider-thumbnails {
    max-width: 20%;
    float: left;
    padding: 25px 20px 25px 0px;
    height: 504px;
    /* display: none; */
}

.slick-next:before,
.slick-prev:before {
    font-size: 18px;
    color: #d45967
}

.sin__desc.custom-choc-form {
    margin-top: 10px;
    padding: 10px 15px;
    border: 1px solid #d45967;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%)
}

.sin__desc.custom-choc-form label {
    color: #000;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 4px;
    text-transform: capitalize
}

.sin__desc.custom-choc-form input.choc-file,
.sin__desc.custom-choc-form input.choc-name {
    background: #fff;
    color: #666;
    font-size: 16px;
    height: 46px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 6px;
    outline: 0;
    padding: 10px;
    border: 1px solid #cecece;
    transition: .3s ease-in-out
}

.sin__desc.custom-choc-form textarea {
    background: #fff;
    color: #666;
    font-size: 16px;
    height: 46px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 0;
    outline: 0;
    padding: 10px;
    border: 1px solid #cecece;
    transition: .3s ease-in-out
}

.sin__desc.custom-choc-form input:focus,
.sin__desc.custom-choc-form textarea:focus {
    border: 1px solid #d45967;
    transition: .3s ease-in-out
}

#description .pro__tab__content__inner p+p {
    margin-top: 2px
}


#description .pro__tab__content__inner ul {
    margin-bottom: 10px !important;
}

#description .pro__tab__content__inner ul li {
    position: relative;
    margin-top: 12px;
    padding-left: 27px;
    font-weight: 500;
    font-size: 18px;
    font-family: Lato, sans-serif !important;
}

#description .pro__tab__content__inner ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    bottom: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/tick.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#sizechart .pro__tab__content__inner h3 {
    font-size: 18px;
    line-height: 26px;
    color: #432601
}

#sizechart .pro__tab__content__inner p {
    margin-bottom: 4px
}

#sizechart .pro__tab__content__inner ul li {
    position: relative;
    margin-top: 6px;
    padding-left: 26px;
    font-weight: 500
}

#sizechart .pro__tab__content__inner ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    bottom: 0;
    margin: 0;
    width: 22px;
    height: 22px;
    background-image: url(../images/caret-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    filter: invert(10%) sepia(53%) saturate(6311%) hue-rotate(292deg) brightness(84%) contrast(108%)
}

.story-page-sec {
    background: #fff9f1
}

.story-page-sec .home-about-text p {
    color: #000;
    font-size: 18px;
    line-height: 30px
}

@media only screen and (max-width:1199px) {
    .story-page-sec .home-about-text p {
        font-size: 16px;
        line-height: 26px
    }
}

.blog-page-container.ptb--80 {
    padding: 45px 0
}

.preheader-sec {
    background: #d45967;
    padding: 12px 0;
}

#owl-carousel_ph h6 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    /* text-shadow: 1px 1px 1px #0000006e; */
}

.testimonial-sec {
    /* background: #fffaff; */
}

.testimonial-box {
    box-shadow: 2px 2px 15px #d4596733;
    margin: 0px 0 15px;
    border-radius: 10px;
    background: #fff;
    text-align: justify;
    padding: 20px;
    border: 2px solid #d45967;
}

.testimonial-box img.img-1 {
    width: 40px !important;
    margin-bottom: 0;
    opacity: 0
}

.testimonial-box img.img-2 {
    margin-top: 10px;
    opacity: 1;
    width: 46px;
    filter: invert(54%) sepia(76%) saturate(1387%) hue-rotate(313deg) brightness(84%) contrast(99%);
}

.testi-left {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    row-gap: 0
}

.testimonial-box p {
    color: #000;
    height: 72px;
    padding-right: 8px;
    overflow-y: auto
}

.testimonial-box p::-webkit-scrollbar {
    width: 2px
}

.testimonial-box p::-webkit-scrollbar-track {
    background-color: #fff
}

.testimonial-box p::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #d45967 20%, #d45967 50%);
    transition: .5s
}

.testimonial-sec .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: 0s !important;
}

.testimonial-two__ratings span {
    margin-right: 5px;
    color: #ffde59
}

.testimonial-box h5 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

.whatsapp-btn-sticky {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25d366;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px 3px rgb(0 0 0);
    animation: 2s ease-in-out infinite breathe;
    opacity: 0;
    pointer-events: none;
}

.whatsapp-btn-sticky.fixed {
    opacity: 1;
    pointer-events: all;
}

.whatsapp-btn-sticky i {
    font-size: 24px;
    animation: 2s ease-in-out infinite beat;
    text-shadow: 0 3px 10px #0000008c
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 #25d366
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes beat {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }
}

@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
    }

    .contact-info-box-new.contact-box-spl:after,
    .contact-info-box-new.contact-box-spl:before,
    .vid-desktop {
        display: none
    }

    .contact-text-box p {
        font-size: 16px;
        font-weight: 500;
        /* color: #000; */
        display: block;
        line-height: 24px;
        height: auto;
        min-height: 0
    }

    .contect-lower-new {
        margin-top: 0;
        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: 0;
        margin-top: 0
    }

    .contact-info-box-new {
        padding: 15px 10px;
        background-image: url(../images/bg-img-3.jpg);
        background-color: #fff8f3;
        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-area .section__title--2 h2 {
        font-size: 40px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .contact-text-box h6 {
        font-size: 24px;
    }

    .contact-page-area .contact-text-box p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }

    .contact-page-area .contact-info-box-new {
        padding: 15px 15px 15px;
    }

    .contact-page-upper .form-contact-wrap .contact-form-panel {
        padding-left: 0;
        padding-right: 0
    }

    .contect-lower-new .col-sm-4.cln-1 {
        width: 100%;
    }

    .contect-lower-new .col-sm-4.cln-2 {
        width: 100%;
    }

    .contect-lower-new .col-sm-4.cln-3 {
        width: 100%;
    }

    .page-part-text h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0
    }

    .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
    }

    .feature-latest-card.feature-latest-card-2 {
        margin-top: 20px
    }

    .fl-text p {
        max-width: 100%
    }

    .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
    }

    .waviy {
        margin: 30px 0 80px;
        font-size: 48px
    }

    .waviy span {
        font-weight: 700;
        line-height: 62px
    }

    .blog-card-new {
        margin: 20px 0
    }

    .blog-page-container.ptb--80 {
        padding: 20px 0
    }

    .testimonial-box p {
        height: 48px;
    }

    .whatsapp-btn-sticky {
        bottom: 90px;
        width: 50px;
        height: 50px;
        border: 3px solid #fff
    }

    .whatsapp-btn-sticky i {
        font-size: 22px
    }
}

@media only screen and (max-width:575px) {
    .contact-page-area .section__title--2 h2 {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .contact-page-area .contact-text-box p {
        font-size: 15px;
        line-height: 24px;
    }

    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top {
        justify-content: center
    }

    .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:after,
    .updated-product-grid.spl-product__grid.ptb--80 .htc__grid__top:before {
        width: 70px;
        height: 70px
    }

    #sizechart table tr td:first-child {
        font-size: 13px;
        text-transform: uppercase;
        line-height: 21px;
        padding: 5px;
        font-weight: 600;
        width: 110px
    }

    #sizechart table tr td:last-child {
        font-size: 13px;
        line-height: 21px;
        padding: 5px;
        font-weight: 400
    }

    .contact-page-upper.contact-page-upper-new {
        padding: 0
    }

    .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: 0
    }

    .contact-map-col {
        margin-top: 0
    }

    .bc-text {
        text-align: center;
        padding: 12px 0 20px
    }

    .bc-text h6 {
        font-size: 20px;
        line-height: 28px
    }

    .home-about-text h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0
    }

    #sizechart .pro__tab__content__inner {
        overflow: hidden
    }

    .ht__pro__details__content .pro__tab__content__inner {
        margin: 0
    }

    .video-text-new h2 {
        font-size: 36px;
        margin-bottom: 8px
    }

    .video-text-new a {
        margin-bottom: 20px
    }

    .coming-soon-section {
        min-height: 40vh
    }

    .waviy {
        font-size: 34px;
        margin: 10px 0 50px
    }

    .waviy span {
        line-height: 50px
    }

    .blog-new-text {
        width: calc(100% - 30px);
        padding: 10px
    }

    .blog-new-text h5 {
        font-size: 18px;
        line-height: 24px
    }

    .blog-new-text h6 {
        line-height: 26px;
        font-size: 16px
    }

    #owl-carousel_ph h6 {
        font-size: 14px
    }

    .whatsapp-btn-sticky {
        width: 45px;
        height: 45px;
        bottom: 105px
    }

    .whatsapp-btn-sticky i {
        font-size: 20px
    }
}

@media only screen and (max-width:475px) {
    .whatsapp-btn-sticky {
        bottom: 75px;
    }

    #scrollUp {
        bottom: 20px;
    }
}

.social-sidebar.fixed {
    position: fixed;
    top: 30%;
    right: -260px;
    left: auto;
    z-index: 50;
    display: block;
    width: 40px
}

.social-sidebar ul {
    list-style-type: none;
    padding: 0;
    transform: translatex(-265px)
}

.social-sidebar ul li {
    display: block;
    margin: 6px;
    background: #fff;
    width: 300px;
    text-align: left;
    padding: 5px;
    border-radius: 6px 0 0 6px;
    transition: 1s
}

.social-sidebar ul li:hover {
    transform: translatex(-100px)
}

.social-sidebar ul li.twitter:hover {
    background-color: #55acee
}

.social-sidebar ul li.facebook:hover {
    background-color: #0766ff
}

.social-sidebar ul li.google-plus:hover {
    background-color: #dd4b39
}

.social-sidebar ul li.youtube:hover {
    background-color: red
}

.social-sidebar ul li.instagram:hover {
    background: radial-gradient(circle at 41% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important
}

.social-sidebar ul li.whatsapp:hover {
    background-color: #25d366
}

.social-sidebar ul li.call:hover {
    background-color: #0077b5
}

.social-sidebar ul li i {
    text-align: center;
    margin-right: 14px;
    color: #fff;
    background-color: transparent;
    padding: 8px;
    border-radius: 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    transform: rotate(0)
}

.social-sidebar ul li.facebook i,
.social-sidebar ul li.facebook:hover i {
    color: #0766ff
}

.social-sidebar ul li.instagram i,
.social-sidebar ul li.instagram:hover i {
    color: #e4405f
}

.social-sidebar ul li.whatsapp i,
.social-sidebar ul li.whatsapp:hover i {
    color: #25d366
}

.social-sidebar ul li.call i,
.social-sidebar ul li.call:hover i {
    color: #0077b5
}

.social-sidebar ul li:hover i {
    border-radius: 6px;
    transform: rotate(360deg);
    transition: 1s;
    background: #fff;
    color: #1b3c45
}

.product__list {
    height: auto !important
}

.fr__hover__info {
    display: none !important
}

.logo a img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width:1400px) {
    /* .home-about-img-new img {
        width: 630px;
        height: 383px;
    } */

    .product-img-new img {
        width: 300px !important;
        height: 300px;
    }

    /* .ht__cat__thumb img {
        width: 300px !important;
        height: 340px;
    } */
}

@media only screen and (max-width:1399px) and (min-width:1200px) {
    /* .home-about-img-new img {
        width: 570px;
        height: 347px;
    } */

    .product-img-new img {
        width: 270px !important;
        height: 270px;
    }

    .ht__cat__thumb img {
        width: 270px !important;
        height: 270px;
    }
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    /* .home-about-img-new img {
        width: 460px;
        height: 280px;
    } */

    .product-img-new img {
        width: 297px !important;
        height: 297px;
    }

    .ht__cat__thumb img {
        width: 297px !important;
        height: 297px;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    /* .home-about-img-new img {
        width: 730px;
        height: 444px;
    } */

    .product-img-new img {
        width: 223px !important;
        height: 223px;
    }

    .ht__cat__thumb img {
        width: 350px !important;
        height: 350px;
    }
}

@media only screen and (max-width:767px) and (min-width:576px) {
    /* .home-about-img-new img {
        width: calc(100vw - 30px);
        height: auto;
    } */

    .product-img-new img {
        width: calc(50vw - 30px) !important;
        height: calc(50vw - 30px);
    }

    .ht__cat__thumb img {
        width: calc(50vw - 30px) !important;
        height: calc(50vw - 30px);
    }
}

@media only screen and (max-width:575px) {
    /* .home-about-img-new img {
        width: calc(100vw - 30px);
        height: auto;
    } */

    .product-img-new img {
        width: calc(50vw - 30px) !important;
        height: calc(50vw - 30px);
    }
}

@media only screen and (max-width:475px) {
    .product-img-new img {
        width: calc(100vw - 30px) !important;
        height: calc(70vw - 30px);
    }
}

.feature-latest-card {
    margin-top: 10px;
}

.sin__desc.align--left.icon-card-box {
    margin-top: 0px !important;
}

.sin__desc.align--left.icon-card-box .feature-latest-card {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.sin__desc.align--left.icon-card-box .fl-img {
    width: 60px;
    height: 60px;
    margin: 0px;
}

.sin__desc.align--left.icon-card-box .fl-text {
    width: calc(100% - 70px);
}

.sin__desc.align--left.icon-card-box .fl-text h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    /* font-family: "Overlock", sans-serif !important; */
    margin-bottom: 0px;
    text-align: left;
    margin-top: 0px;
}

.contact-page-area.cm-sec .ptb--80 {
    padding-top: 0px !important;
}

.cont-btn-box {
    text-align: center;
}

.cont-whatsapp-button {
    padding: 6px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #21bd5c;
    background: #21bd5c;
    height: 50px;
    border-radius: 6px;
    color: #fff;
    transform: scale(1);
    transition: .3s ease-in-out;
    font-family: "Overlock", sans-serif !important;
    font-size: 18px;
    line-height: 34px;
    margin-top: 24px;
}

.cont-whatsapp-button i {}

.cont-whatsapp-button:hover {
    background: #fff;
    color: #21bd5c;
    transition: .3s ease-in-out;
}

.default-page-banner-new {
    margin-top: 108px;
    position: relative;
}

.default-page-banner-new img {
    /* height: 400px; */
    /* height: 0px; */
    width: 100%;
    aspect-ratio: 1905 / 500;
    object-fit: fill;
}

@media only screen and (max-width: 575px) {
    .default-page-banner-new img {
        aspect-ratio: 575 / 375;
        object-fit: cover;
    }
}

.default-banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.default-banner-text h6 {
    font-size: 80px;
    font-weight: 800;
    line-height: 1.25;
    color: #ffffff;
    /* display: none; */
}

@media only screen and (max-width:1199px) {
    .default-banner-text h6 {
        font-size: 60px;
        font-weight: 700;
    }
}

@media only screen and (max-width: 991px) {
    .default-banner-text h6 {
        font-size: 42px;
    }
}

.blogs-page-sec.page-flavors-sec.ptb--80 {}

.blogs-page-sec.page-flavors-sec.ptb--80 .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.blog-page-card {
    box-shadow: 0 4px 15px rgb(0 0 0 / 10%);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 5px;
}

.bpc-img {
    margin: 18px 15px 15px;
}

.bpc-img img {
    border: 2px solid #d45967;
    border-radius: 12px;
}

.bpc-text {
    padding: 0px 15px 15px;
}

.bpc-text h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 4px;
}

.bpc-text p {
    color: #000;
    margin-bottom: 6px;
}

.bpc-text a {
    font-family: "Overlock", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #dc495a;
    transition: 0.3s ease-in-out;
}

.bpc-text a:hover {
    transition: 0.3s ease-in-out;
}


@media only screen and (max-width:1199px) {
    .blogs-page-sec.page-flavors-sec.ptb--80 {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 991px) {
    .blogs-page-sec.page-flavors-sec.ptb--80 {
        padding: 40px 0;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .blogs-page-sec.page-flavors-sec.ptb--80 .row .col-xs-6 {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:410px) {
    .blogs-page-sec.page-flavors-sec.ptb--80 .row .col-xs-6 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

.blogs-details-sec {
    margin-top: 108px;
}

.blogs-details-sec {
    margin-top: 108px;
}

.blog-dtls-card {
    border-radius: 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #d45967;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 17%);
}

.b-dtls-img {
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 17%);
}

.b-dtls-img img {}

.b-dtls-text {
    padding: 0px 20px 20px;
}

.b-dtls-text h5 {
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px;
    display: inline-block;
    background: #d45967;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
}

.b-dtls-text h6 {
    font-family: "Overlock", sans-serif !important;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 4px;
}

.b-dtls-text p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

@media only screen and (max-width:1199px) {
    .blogs-details-sec.ptb--80 {
        padding: 60px 0;
    }
}

@media only screen and (max-width:991px) {
    .blogs-details-sec.ptb--80 {
        padding: 40px 0;
    }

    .blog-dtls-card {
        border-radius: 20px;
    }
}

@media only screen and (max-width:575px) {
    .blog-dtls-card {
        border-radius: 15px;
    }

    .b-dtls-img {
        margin: 15px 15px 20px;
        border-radius: 15px;
    }

    .b-dtls-text {
        padding: 0px 15px 15px;
    }

    .b-dtls-text h6 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 2px;
    }
}

.home-about-sec.about-page-sec-new {
    background: #fff0f1;
}

.home-about-sec.about-page-sec-new .home-about-text h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #000;
}

.home-about-sec.about-page-sec-new .home-about-text h6 {
    text-align: justify;
    letter-spacing: 1.1px;
    margin-bottom: 8px;
    line-height: 36px;
    font-size: 28px;
    font-weight: 600;
    color: #d45967;
}

.home-about-sec.about-page-sec-new .text-col {
    padding-right: 30px;
}

.home-about-sec.about-page-sec-new .text-col-2 {
    padding-left: 30px;
}

.spl-about-row.sar-1 {
    border: 2px solid #d45967;
    /* border-top: none; */
    border-right: 0;
    padding: 50px 15px 50px 30px;
    border-radius: 30px 0px 0px 30px;
    position: relative;
}

/* .spl-about-row.sar-1:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 70px;
    height: 70px;
    background: #fff0f1;
}

.spl-about-row.sar-1:after {
    position: absolute;
    content: "";
    left: -2px;
    top: -2px;
    width: 70px;
    height: 70px;
    background: #fff0f1;
    border: 2px solid #d45967;
    border-top-left-radius: 30px;
    border-right: 0px;
    border-bottom: 0px;
} */

.spl-about-row.sar-2 {
    margin-top: 0px;
    border: 2px solid #d45967;
    border-top: none;
    border-left: 0;
    padding: 50px 30px 50px 15px;
    border-radius: 0px 0px 30px 0px;
    position: relative;
}

.spl-about-row.sar-2:before {
    position: absolute;
    content: "";
    right: -2px;
    top: -2px;
    width: 60px;
    height: 60px;
    background: #fff0f1;
}

.spl-about-row.sar-2:after {
    position: absolute;
    content: "";
    right: -2px;
    top: -2px;
    width: 60px;
    height: 60px;
    background: #fff0f1;
    border: 2px solid #d45967;
    border-top-right-radius: 30px;
    border-left: 0px;
    border-bottom: 0px;
}

.spl-about-row.sar-2 .home-about-img-new img {
    padding: 20px;
    background-color: #fff;
}

.how-it-works-row {
    margin-top: 40px;
}

.how-it-works-row .row {
    display: flex;
}

.hiw-card {
    background: #fff;
    border-radius: 12px;
    border: 2px solid #d45967;
    padding: 15px 15px 12px 15px;
    /* box-shadow: 2px 2px 5px #0000001a; */
    height: 100%;
}

.hiw-icon {
    width: 80px;
    margin: 0 auto;
}

.hiw-icon img {
    width: 100%;
    filter: invert(54%) sepia(76%) saturate(1387%) hue-rotate(313deg) brightness(84%) contrast(99%);
    transition: .5s ease-in-out;
}

.hiw-text {
    margin-top: 6px;
    text-align: center;
}

.hiw-text h6 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.hiw-text p {
    color: #d45967;
    font-weight: 600;
}

.margin-login-page2 {
    margin-top: 108px;
}

@media only screen and (max-width:1199px) {
    .margin-login-page2 .container.ptb--80 {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 991px) {
    .margin-login-page2 .container.ptb--80 {
        padding: 40px 0;
    }

    .margin-login-page2 .container .section__title--2 h2 {
        font-size: 50px;
        line-height: 1.15;
    }
}

@media only screen and (max-width:767px) {
    .profile-page-box.login-page-box {
        padding: 20px;
    }

    .margin-login-page2 .container .section__title--2 h2 {
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 1.15;
        font-weight: 600;
    }
}

@media only screen and (max-width:575px) {
    .profile-page-box.login-page-box {
        padding: 15px 15px 5px;
    }

    .margin-login-page2 .container .section__title--2 h2 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 1.15;
        font-weight: 600;
    }
}

.margin-cart-page {
    margin-top: 108px;
}

.wishlist-table.table-responsive {
    border-radius: 12px;
}

@media only screen and (max-width:1199px) {
    .margin-cart-page.cart-main-area .ptb--80 {
        padding: 60px 0;
    }

    .checkout-wrap.margin-checkout-page .ptb--80 {
        padding: 60px 0;
    }

    .htc__contact__area.margin-profile-page-2 .ptb--80 {
        padding: 60px 0;
    }

    .wishlist-area.margin-order-page .ptb--80 {
        padding: 60px 0;
    }

    .wishlist-area.margin-order-details-page .ptb--80 {
        padding: 60px 0;
    }

    .checkout-page-box .order-details .order-details__title,
    .checkout-page-box .order-details .order-details__item,
    .checkout-page-box .ordre-details__total.order-total {
        margin: 0 20px;
    }

    .checkout-page-box .ordre-details__total.order-total {
        padding: 15px 0 0 0;
    }

    .profile-page-box.login-page-box.my-profile-box .section__title--2 h2 {
        margin-bottom: 15px;
        font-size: 54px;
    }

}

@media only screen and (max-width:991px) {
    .margin-cart-page.cart-main-area .ptb--80 {
        padding: 40px 0;
    }

    .checkout-wrap.margin-checkout-page .ptb--80 {
        padding: 40px 0;
    }

    .htc__contact__area.margin-profile-page-2 .ptb--80 {
        padding: 40px 0;
    }

    .wishlist-area.margin-order-page .ptb--80 {
        padding: 40px 0;
    }

    .wishlist-area.margin-order-details-page .ptb--80 {
        padding: 40px 0;
    }

    .cart-page-card,
    .checkout-page-box,
    .wishlist-content,
    .wishlist-page-card {
        padding: 25px;
    }

    .buttons-cart--inner {
        margin-top: 0px;
        padding: 15px;
        border-top: 0px solid #d45967;
    }

    .table-content table td.product-remove {
        width: 160px;
    }

    .checkout-method__login .title__line {
        font-size: 50px;
        display: block;
        text-align: center;
    }

    .checkout-wrap.margin-checkout-page h6 {
        margin-bottom: 5px;
    }

    #login-form .home-about-btn-box .home-about-btn {
        margin-bottom: 24px !important;
    }

    .profile-page-box.login-page-box.my-profile-box .section__title--2 h2 {
        margin-bottom: 15px;
        font-size: 50px;
        line-height: 1.15;
    }

    .wishlist-table.table-responsive {
        border-radius: 12px 12px 0 0;
    }

}

@media only screen and (max-width:767px) {
    .table-responsive {
        margin-bottom: 0px !important;
    }

    .checkout-method__login .title__line {
        font-size: 40px;
        line-height: 1.15;
        font-weight: 600;
    }

    .profile-page-box.login-page-box.my-profile-box .section__title--2 h2 {
        margin-bottom: 15px;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.15;
    }
}

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

    .cart-page-card,
    .checkout-page-box,
    .wishlist-content,
    .wishlist-page-card {
        padding: 15px;
    }

    .checkout-method__login .title__line {
        font-size: 30px;
        line-height: 1.15;
        font-weight: 600;
    }

    .checkout-page-box .order-details .order-details__title {
        padding-top: 20px;
        padding-bottom: 15px;
        font-size: 24px;
    }

    .htc__contact__area.margin-profile-page-2 .profile-page-box.login-page-box {
        padding: 15px 15px 20px;
    }

    .profile-page-box.login-page-box.my-profile-box .section__title--2 h2 {
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: 600;
        line-height: 1.15;
    }

    .wishlist-table.order-details-table .product-name img {
        max-height: 90px;
    }
}

input:-webkit-autofill {
    background: #fff !important;
    color: #666 !important;
    /* prevents yellow flash */
}

.password-sec-margin {
    margin-top: 108px;
}

.password-sec-margin .contact-form-wrap.forget-password-wrap {
    margin-top: 0;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    text-align: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #d45967;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

.password-sec-margin .contact-form-wrap.forget-password-wrap:before,
.password-sec-margin .contact-form-wrap.forget-password-wrap:after {
    display: none;
}

.newest-product-grid.ptb--80 {
    margin-top: 108px;
    padding: 60px 0;
}

.newest-product-grid .row.spl-search-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

/* .newest-product-grid .category {
    margin: 0px 0;
} */

@media only screen and (max-width:1199px) {
    .newest-product-grid.ptb--80 {
        padding: 40px 0;
    }
}


@media only screen and (max-width:991px) {
    .updated-product-grid.spl-product__grid.newest-product-grid.ptb--80 {
        padding: 30px 0;
    }

    .updated-product-grid.spl-product__grid.ptb--80 .category {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .updated-product-grid.spl-product__grid.ptb--80 .fr__product__inner h4 a {
        font-size: 20px;
        line-height: 36px;
        height: auto;
    }
}



@media only screen and (max-width:1199px) {
    .password-sec-margin.ptb--80 {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 991px) {
    .password-sec-margin.ptb--80 {
        padding: 40px 0;
    }

    .password-sec-margin .contact-form-wrap.forget-password-wrap .section__title--2 h2 {
        font-size: 50px;
        line-height: 1.15;
    }
}

@media only screen and (max-width: 767px) {
    .password-sec-margin .contact-form-wrap.forget-password-wrap {
        padding: 20px;
    }

    .password-sec-margin .contact-form-wrap.forget-password-wrap .section__title--2 h2 {
        margin-bottom: 15px;
        font-size: 40px;
        line-height: 1.15;
        font-weight: 600;
    }
}

@media only screen and (max-width: 575px) {
    .password-sec-margin .contact-form-wrap.forget-password-wrap {
        padding: 15px 15px 5px;
    }

    @media only screen and (max-width: 575px) {
        .password-sec-margin .contact-form-wrap.forget-password-wrap .section__title--2 h2 {
            margin-bottom: 10px;
            font-size: 30px;
            line-height: 1.15;
        }
    }
}

/* Brownies-Page-Start */

.flavors-sec.page-brownies-sec.ptb--80 {}

.flavors-sec.page-brownies-sec.ptb--80 .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.brownie-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    box-shadow: 0 4px 8px #0000001a;
    padding: 0;
    /* margin-bottom: 30px; */
}

.brownie-img {
    overflow: hidden;
}

.brownie-img img {
    width: calc(100% + 1px);
}

.brownie-text {
    position: relative;
    text-align: center;
    padding: 10px 10px 50px;
}

.brownie-text h6 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

a.brown-btn {}

a.brown-btn:hover {}

.brownie-text span {
    position: absolute;
    font-family: "Overlock", sans-serif;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-radius: 0 0 12px 12px;
    background: #d45967;
    padding: 12px 0 12px;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
}

.brownie-text span:hover {}

@media only screen and (max-width:1399px) {
    .brownie-text h6 {
        font-size: 20px;
        line-height: 36px;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .flavors-sec.page-brownies-sec.ptb--80 .row .col-xs-6 {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:410px) {
    .flavors-sec.page-brownies-sec.ptb--80 .row .col-xs-6 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

/* Brownies-Page-End */

/* About-Page-Responsive-Start */

@media only screen and (max-width:1499px) {
    .home-about-sec.about-page-sec-new .about-page-pre-about.about-page-pre-about-2 {
        margin-top: 0px;
    }
}

@media only screen and (max-width:1399px) {
    .hiw-card {
        padding: 15px 10px 12px 10px;
    }

    .hiw-text h6 {
        font-size: 19px;
        line-height: 30px;
    }

    .home-about-text p {
        line-height: 32px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .spl-about-row.sar-1 {
        margin-left: 0px !important;
    }

    .spl-about-row.sar-1:after {
        position: absolute;
        content: "";
        right: -5px;
        bottom: -3px;
        height: 4px;
        width: 25px;
        z-index: 4;
        background: #fff0f1;
    }

    .spl-about-row.sar-2 {
        margin-right: 0px !important;
    }
}

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

    .about-main-part.container.ptb--80,
    .testimonial-sec.ptb--80 {
        padding: 60px 0;
    }

    .how-it-works-row {
        margin-top: 30px;
    }

    .how-it-works-row .row {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .hiw-text h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .spl-about-row.sar-1 {
        padding: 20px 10px 20px 15px;
        border-radius: 16px 0px 0px 16px;
    }

    .spl-about-row.sar-2 {
        padding: 20px 15px 20px 10px;
        border-radius: 0px 0px 16px 0px;
    }

    .spl-about-row.sar-2:before {
        width: 30px;
        height: 30px;
    }

    .spl-about-row.sar-2:after {
        border-top-right-radius: 16px;
        width: 30px;
        height: 30px;
    }

    .home-about-text p {
        line-height: 28px;
        font-size: 16px;
        margin-bottom: 6px;
    }
}

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

    .about-main-part.container.ptb--80,
    .testimonial-sec.ptb--80 {
        padding: 40px 0;
    }

    .how-it-works-row .section__title--2 h2,
    .testimonial-sec .section__title--2 h2 {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .how-it-works-row {
        margin-top: 25px;
    }

    .home-about-sec.about-page-sec-new .home-about-text h6 {
        text-align: center;
    }

    .home-about-text p {
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .spl-about-row.sar-1 {
        padding: 20px 25px 20px 10px;
    }

    .spl-about-row.sar-1 .home-about-img-new {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .home-about-sec.about-page-sec-new .text-col {
        padding-right: 15px;
    }

    .spl-about-row.sar-2 {
        padding: 30px 10px 15px 25px;
        border-radius: 0px 0px 16px 0px;
    }

    .spl-about-row.sar-2 .home-about-img-new {
        position: relative;
        z-index: 1;
    }

    .home-about-sec.about-page-sec-new .text-col-2 {
        padding-left: 15px;
    }
}

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

    .flavors-sec .section__title--2 h2,
    .testimonial-sec .section__title--2 h2,
    .how-it-works-row .section__title--2 h2 {
        font-size: 40px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .home-about-sec.about-page-sec-new .home-about-text h2 {
        font-size: 40px;
        line-height: 48px;
        font-weight: 600;
        margin-bottom: 8px;
    }
}

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

    .flavors-sec .section__title--2 h2,
    .testimonial-sec .section__title--2 h2,
    .how-it-works-row .section__title--2 h2 {
        font-size: 30px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    #owl-carousel_testi .owl-dots {
        margin-top: 0px;
    }

    .home-about-sec.about-page-sec-new .home-about-text h2 {
        font-size: 30px;
        line-height: 1.25;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .home-about-sec.about-page-sec-new .home-about-text h6 {
        margin-bottom: 8px;
        line-height: 30px;
        font-size: 24px;
    }

    .spl-about-row.sar-2 .home-about-img-new {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) and (min-width:411px) {
    .how-it-works-row .row .col-lg-3.col-xs-6 {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:499px) {
    .testimonial-box p {
        height: 72px;
    }
}

@media only screen and (max-width:410px) {
    .how-it-works-row .row .col-lg-3.col-xs-6 {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

/* About-Page-Responsive-End */

/* Product-Details-Page-New-Start */

/* .product-details-slider .slider-nav.slider-thumbnails .slick-prev,
.product-details-slider .slider-nav.slider-thumbnails .slick-next {
    display: block !important;
}

.product-details-slider .slider-nav.slider-thumbnails .slick-prev {
    width: 30px;
    left: 38px;
    top: -38px;
    bottom: auto;
    right: auto;
    transform: rotate(-270deg) !important;
    margin: 0;
    border: 2px solid #d45967;
    border-radius: 6px 0px 0px 6px;
    height: 106px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-details-slider .slider-nav.slider-thumbnails .slick-prev::before {}

.product-details-slider .slider-nav.slider-thumbnails .slick-next {
    width: 30px;
    left: 38px;
    top: auto;
    bottom: -38px;
    right: auto;
    transform: rotate(-90deg) !important;
    margin: 0;
    border: 2px solid #d45967;
    border-radius: 6px 0px 0px 6px;
    height: 106px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.product-details-slider .slider-nav.slider-thumbnails .slick-next:before {} */

@media only screen and (max-width:1399px) {
    .slider-nav.slider-thumbnails {
        height: 456px;
    }
}

@media only screen and (max-width:1199px) {
    .htc__product__details.product-details-page-section.ptb--80 {
        padding: 60px 0;
    }

    .htc__produc__decription.bg__white.ptb--80 {
        padding: 60px 0;
        padding-top: 0px !important;
    }

    #aniimated-thumbnials {
        max-width: 100%;
        float: none;
    }

    .slider-nav.slider-thumbnails {
        height: auto;
        max-width: 100%;
        float: none;
        padding: 20px 0px 0px 0px;

    }

    .slider-nav.slider-thumbnails .item-slick {
        margin: 0 10px 0px;
    }
}

@media only screen and (max-width:991px) {
    .htc__product__details.product-details-page-section.ptb--80 {
        padding: 40px 0;
    }

    .htc__produc__decription.bg__white.ptb--80 {
        padding: 40px 0;
        padding-top: 0px !important;
    }
}

@media only screen and (max-width:767px) {
    .ht__product__dtl.product-detail-right .sin__desc.align--left .row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-sm-6 {
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .pro__details__tab li a {
        font-size: 20px;
    }
}

/* Product-Details-Page-New-End */