.slider_nav_bar {
    position: relative;
    min-height: 640px;
    overflow: hidden;

}

.sub_slider_nav_bar {
    min-height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
}

.slider_nav_bar .owl-dots {
    position: absolute;
    z-index: 99;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);

}

.slider_nav_bar .owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 5px 0;
}

.slider_nav_bar .owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #AC394E;
    align-items: center;
    text-align: center;
}


.slider_nav_bar .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px;
    background: #AC394E;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.caption_slider {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 70px;
    gap: 70px;
}

.slider_frist {
    justify-content: space-between !important;
    position: relative;
}

.slider_frist .img_caption_slider {
    position: relative;
}

.slider_frist .img_caption_slider::after {
    background-image: url('../images/imghedaer6.png');
    background-size: contain;
    width: 100%;
    height: 239px;
    position: absolute;
    bottom: -98px;
    z-index: 9;
    left: -55px;
    background-repeat: no-repeat;
    content: "";
}

.text_caption_slider {
    width: 30%;
}

.slider_frist .img_caption_slider {
    width: 44%;

}

.slider_frist .img_caption_slider img {
    left: 0;
    top: -19px !important;
    max-height: 451px;

}

.caption_slider h2 {
    font-size: 25px;
    opacity: .2;
    font-family: "font_title";
}

.caption_slider h3 {
    font-size: 49px;
    margin: 20px 0;
}

.caption_slider p {
    font-size: 29px;
    line-height: 44px;
    margin: 20px 0;
}

.img_caption_slider {
    height: 400px;
    width: 39%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.img_caption_slider img {
    position: absolute;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    transition: all 1s linear;
    max-height: 100%;
}

.img_caption_slider img:nth-of-type(1) {
    left: 0;
    top: 10px;
}

.ctm-btn {
    padding: 9px 40px;
    height: 50px;
    background: transparent;
    font-size: 19px;

    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #3B3B3B;
}

.ctm-btn:hover {
    color: #E4C1B1;
    background: #3B3B3B;
}


.img_slider_nav_bar {
    position: absolute;
    top: 90px;
    z-index: 1;
    left: 0;
    height: auto;
    width: 44%;
    opacity: .3;
    user-select: none;
    pointer-events: none;
}

.categories_index {
    padding: 55px 0;
    background-image: url('../images/bg2.png');
    background-repeat: no-repeat;
    background-size: 100px;
}

.main_categories_index {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_categories_index {
    text-align: center;
    width: 15%;
}

.img_categories_index {
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: 20px auto;
}

.sub_categories_index h2 {
    font-size: 22px;
}

.sub_categories_index:hover h2 {
    color: #EBACB7;
}


.hover_categories_index {
    position: absolute;
    z-index: -3;
    bottom: -15px;
    opacity: 0;
    width: 260px;
    left: -55px;
}

.sub_categories_index:hover .hover_categories_index {
    opacity: .2;
}

.book_salon_index {
    min-height: 700px;
    position: relative;
    padding: 50px 0;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    background-image: url('../images/bg_1.png');
}

.text_book_salon_index h2 {
    font-size: 30px;
    font-family: "font_title";
    color: #EBACB7;

}

.text_book_salon_index h3 {
    font-size: 30px;
    margin: 40px 0;
}

.text_book_salon_index p {
    font-size: 20px;
    color: #929292;
    margin-bottom: 20px;
}

.img_book_salon_index {
    text-align: right;
}

.img_book_salon_index > img {
    width: 100%;
}


.img_hove_rbook_salon_index {
    max-width: 150px;
    position: absolute;
    top: -14%;
    left: 55px;
    animation: rotation 7s infinite linear;
    transform-origin: center;
    transform-box: fill-box;

}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }

}

.img_bg_book_salon_index {
    position: absolute;
    top: 0;
    left: 0;
}


.img_bg_book_salon_index {
    position: absolute;
    top: -112px;
    left: -99px;
    width: 301px;
}

.best_protects_index {
    position: relative;
    padding: 80px 0;
    background-image: url('../images/bg3.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 220px;
}

.animtaion_best_protects_index {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 3%;
    transform: translateX(-60%);
    opacity: .1;
}

.title {
    text-align: center;
}

.title h2 {
    font-family: "font_title";
    color: #FBDAE0;
    font-size: 28px;
}

.title p {
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    justify-content: center;
}

.title p span {
    width: 60px;
    height: 2px;
    display: block;
    background: #FBDAE0;
}

.img_prodect_index {
    background: #FFF3EF;
    display: flex;
    height: 280px;
    position: relative;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.prodect_index:hover .img_prodect_index img {
    animation-name: jiggle;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes jiggle {
    1% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    5% {
        transform: translate(1px, -1px) rotate(-1deg);
    }
    10% {
        transform: translate(2px, -2px) rotate(0deg);
    }
    15% {
        transform: translate(3px, -3px) rotate(1deg);
    }
    20% {
        transform: translate(2px, -2px) rotate(0deg);
    }
    25% {
        transform: translate(1px, -1px) rotate(-1deg);
    }
    30% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    35% {
        transform: translate(-1px, 1px) rotate(1deg);
    }
    40% {
        transform: translate(-2px, 2px) rotate(0deg);
    }
    45% {
        transform: translate(-3px, 3px) rotate(-1deg);
    }
    50% {
        transform: translate(-2px, 2px) rotate(1deg);
    }
    55% {
        transform: translate(-1px, 1px) rotate(1deg);
    }
    60% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}


.main_best_protects_index {
    margin: 50px 0;
}

.rate i {
    color: #FEEBE4;
}

.img_prodect_index img {
    position: absolute;
    width: auto !important;
    max-height: 80%;
    max-width: 80%;

}

.rate i.checked {
    color: #F6CA38;
    font-weight: bold;
}

.text_prodect_index {
    text-align: center;
    margin: 20px 0 0;
}

.text_prodect_index h2 {
    font-size: 20px;
    font-family: "font_bold";
}

.price_prodect_index {
    display: flex;
    margin: 10px 0;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    justify-content: center;
}

.price_old {
    color: #E5E5E5;
    text-decoration: line-through;
}

.price_new {
    color: #F4B6A6;
}

.prodect_index {
    position: relative;
    padding: 0 0 10px;
    transition: all 0.3s linear;

}

.hover_prodect {
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}

.hover_prodect::after {
    width: 100%;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to bottom, #fff3ef00, #F2BFC8);
    transition: all 0.3s linear;

    height: 100%;
}

.add_cart_index {
    width: 100%;
    position: absolute;
    transform: translateY(100%);
    bottom: 0;
    transition: all 0.3s linear;

    text-align: center;
}

.add_cart_index button {
    background: #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 10px auto;
    height: 45px;
    border: 1px solid #F4B6A6;
}

.add_cart_index button i {
    font-size: 22px;
}

.hover_prodect {
    transition: all 0.3s linear;
}

.hover_prodect ul {
    margin: 10px;
    transition: all 0.3s linear;
}

.hover_prodect ul li {
    width: 45px;
    height: 45px;
    border: 1px solid #FEEBE4;
    display: flex;
    align-items: center;
    margin: 5px 0;
    list-style-type: none;
    justify-content: center;
    background: #fff;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.3s linear;
}

.hover_prodect ul li:nth-of-type(2) {
    transition-delay: 0.1s;
}

.hover_prodect ul li input {
    width: 0;
    height: 0;
}

.hover_prodect ul li label {
    margin: 0;
}

.hover_prodect ul li i {
    font-size: 18px;
    color: #F4B6A6;
}

.prodect_index:hover .hover_prodect::after {
    opacity: 1;
    transition: all 0.3s linear;

}

.prodect_index:hover .hover_prodect ul li {
    opacity: 1;
    transform: translateX(0);
}

.prodect_index:hover .hover_prodect .add_cart_index {
    transform: translateY(0%);
    transition: all 0.3s linear;

}

.new_prodect {
    position: absolute;
    top: 6px;
    background: #71358E;
    height: 30px;
    color: #fff3ef;
    width: 105px;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    right: -23px;
    transform: rotate(37deg);
    justify-content: center;
}


.best_protects_index .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -30%;
}

.owl-next span {
    opacity: 0;
    position: relative;
}

.owl-next,
.owl-prev {
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #EBACB7 !important;

}

.owl-next::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../images/arrow.png');
    background-repeat: no-repeat;
    display: block;
    top: 0;
    background-size: 20px;
    background-position: center;
}

.owl-prev::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../images/arrow2.png');
    background-repeat: no-repeat;
    display: block;
    top: 0;
    background-size: 20px;
    background-position: center;
}

.owl-prev span {
    opacity: 0;
}

.owl-theme .owl-nav .disabled {
    filter: grayscale(100%);

    cursor: default;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}


.title h4 {
    width: 50%;
    margin: 10px auto;
    font-size: 17px;
    line-height: 30px;
}

.exclusive_products {
    position: relative;
    padding: 50px 0;
}

.links_tabs_exclusive_products {
    text-align: center;
}

.links_tabs_exclusive_products {
    display: flex;
    text-align: center;
    align-items: center;
    margin: 20px 0;
}

.links_tabs_exclusive_products ul {
    margin-bottom: 0;
}

.links_tabs_exclusive_products ul .nav-link {
    font-size: 22px;
    position: relative;
}

.links_tabs_exclusive_products ul .nav-link:hover {
    color: #EBACB7;
}

.links_tabs_exclusive_products ul .nav-link.active {
    color: #EBACB7;
    position: relative;

    background: transparent;
}

.links_tabs_exclusive_products ul .nav-link.active::after {
    content: "";
    background: #EBACB7;
    height: 2px;
    width: 50%;
    display: block;
    position: absolute;
    bottom: 0;
}

.main_prodect_index {
    padding: 50px 0;
}


.main_prodect_index .row .sub_tab_prodex_index:nth-child(odd) .prodect_index {
    margin: 50px 0 0;

    /* transition: all ease-in-out 1s;
  transform: translateY(100%); */
}


.main_prodect_index .row .sub_tab_prodex_index:nth-child(even) .prodect_index {
    padding: 0;
    margin-top: 50px;
    transition: all ease-in-out 0.5s;
    transform: translateY(-20%);
}

.sale_prodect {
    position: absolute;
    display: flex;
    left: -20px;
    color: #FFF3EF;
    width: 80px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    top: 20px;
    background-size: cover;
    border-radius: 5px;
    justify-content: center;
    background-position: center;
    background-image: url('../images/sale.png');
}


.aboutus_index {
    background-image: url('../images/bg4.png');
    background-repeat: no-repeat;
    min-height: 500px;
    padding: 50px 0;
    position: relative;
}

.img_about_us {
    width: 100%;
    position: relative;
    height: auto;
    padding: 30px 0 0 30px;
}

.img_about_us::after {
    content: "";
    position: absolute;
    width: 90%;
    border: 2px solid #EBACB7;
    left: 0;
    top: 0;
    z-index: -1;
    height: 90%;
}

.text_aboutus_index {
    padding-left: 90px;
}

.text_aboutus_index h2 {
    font-family: "font_title";
    font-size: 40px;
    color: #FBDAE0;
}

.text_aboutus_index h4 {
    font-size: 30px;
    margin: 30px 0;
}

.text_aboutus_index p {
    margin: 30px 0 50px;
}

.bg_aboutus_index {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
}

.bg_aboutus_index {
    position: absolute;
    top: -105px;
    z-index: 2;
    right: -80px;
    width: 300px;
}

.sub_offers_index {
    height: 250px;

    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.sub_offers_index::after {
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;

    width: 100%;
    background: #2b2b2b11;
}

.caption_offers_index {
    padding: 20px 40px;
}

.caption_offers_index h2 {
    font-size: 28px;
    margin: 0;
    font-family: "font_main";
}

.caption_offers_index span {
    font-size: 26px;
    font-family: "font_number";
    display: block;
    margin: 14px 0 17px;
}

.clients_index {
    margin: 60px 0;
}

.img_clients_index {
    width: 140px;
    text-align: center;

    margin: auto;
}

.end_page {
    width: 80%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EBACB7;
    padding: 20px 0 0;
    margin: 20px auto 0;
}

.end_page p {
    margin: 0;
    font-size: 15px;
}

.element_mune {
    display: none;
}

.language_mune {
    margin: 0;
}

.language_mune ul {
    display: flex;
    align-items: center;
    gap: 50px;

}

.language_mune ul li {
    position: relative;
}

.language_mune ul li input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    opacity: 0;
}

.menu_responsive {
    padding: 10px 50px;
}

.title_menu {
    position: relative;
    margin: 30px 0;
    font-size: 25px;
    display: inline-block;
}

.title_menu::after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-radius: 40px;
    width: 50%;
    background: #3B3B3B;
}

.menu_responsive ul li {
    display: block;
    cursor: pointer;
}

.language_mune ul li label {
    font-size: 23px;
    padding-left: 35px;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    gap: 10px;
}

.language_mune ul li label::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    border: 1px solid #3B3B3B;
    display: block;

}

.language_mune ul li label img {
    border-radius: 50%;
    height: 30px;

    width: 30px;
}

.language_mune input:checked~label::after {
    content: "";
    height: 17px;
    width: 17px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    background: #3B3B3B;
    top: 9px;
}

.contacts_mune ul li img {
    width: 35px;
    max-height: 30px;
    object-fit: contain;
    margin: 0 10px 0 0;
}

.contacts_mune ul li:hover a{
    color:#AC394E;
    
}
.contacts_mune ul li {
    margin: 20px 0;
    position: relative;
}

.menu_responsive {
    padding: 10px 50px;
}

.menu_responsive .media {
    margin: 10px 0;
    text-align: left;
}

.menu_responsive .media ul li a {
    height: 40px;
    font-size: 17px;
    width: 40px;
}

.menu_responsive .media {
    margin: 10px 0;
    display: block;
}

.menu_responsive {
    z-index: 9999999999999;
}

.bg_menu {
    width: 100%;
    height: 100vh;
    z-index: 999;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.345);
    opacity: 0;
    transform: translateY(-100%);
}

.bg_menu.active {
    opacity: 1;
    transform: translateY(0%);
}

.remove_mune {
    position: absolute;
    top: 20px;
    width: 30px;
    right: 20px;
    cursor: pointer;
}

.menu_responsive {
    padding: 10px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart_index_menu {
    background: #fff;
    position: fixed;
    padding: 20px;
    align-content: space-between;
    display: flex;
    transform: translateX(102%);
    top: 0;
    right: 0;
    flex-wrap: wrap;
    width: 350px;
    transition: all 0.3s linear;

    height: 100vh;
    box-shadow: 0 0 3px rgb(0 0 0 / 16%);
    z-index: 99999999999;
}

.cart_index_menu.active {
    transform: translateY(0%) !important;
    transition: all 0.3s linear;

}

.title_cart_index_menu {
    height: 70px;
}

.title_cart_index_menu h2 {
    color: #EBACB7;
    font-size: 22px;
}

.sub_cart_index_menu ul li {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccccccb1;
}

.sub_cart_index_menu ul li:last-of-type {
    border-bottom: 0;
}

.sub_cart_index_menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

}

.img_cart_index_menu {
    border: 1px solid #EBACB7;
    width: 85px;
    display: flex;
    align-items: center;
    height: 80px;
}

.btn_sub_cart_index_menu {
    height: 40px;
    justify-content: center;
    width: 40px;
    display: flex;
    font-size: 20px;
    align-items: center;
    color: #fff;
    background: #EBACB7;
    line-height: 0;
}

.sub_cart_index_menu {
    width: 100%;
    border-bottom: 1px dashed #CCCCCC;
}


.text_sub_cart_index_menu h3 {
    color: #2D2D2D;
    font-size: 17px;
    font-family: "font_bold";
}

.text_sub_cart_index_menu p {
    font-size: 16px;
    color: #2D2D2D;
}

.text_sub_cart_index_menu span {
    color: #6B6B6B;
    font-size: 18px;
}

.btn_cart_index_menu {
    width: 100%;
}

.btn_cart_index_menu h2 {
    font-size: 22px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_cart_index_menu a {
    height: 45px;
    display: flex;
    align-items: center;
    color:#3b3b3b;
    font-size: 18px;
    width: 100%;
    margin: 5px 0;
    justify-content: center;
    border: 1px solid #EBACB7;
}

.btn_cart_index_menu a:last-of-type {
    background: #EBACB7;
    color: #fff;
}

.close_cart_index_menu {
    position: absolute;
    top: 23px;
    right: 25px;
    cursor: pointer;

    width: 25px;
    height: 25px;
}

.title_main {
    height: 500px;
    background-position: center;
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    justify-content: center;
}

.img_title_main {
    position: absolute;
    user-select: none;
    pointer-events: none;
    top: 0;
    display: flex;
    width: 100%;
    z-index: 99;
    align-items: center;
    justify-content: space-between;
}

.img_title_main .lottie2 {
    opacity: .6;
    width: 40%;
}


.title_main h1 {
    font-size: 54px;
}

.link_title_main {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 22px;
    text-align: center;
}

.title_main {
    padding: 50px 0 0;

}

.link_title_main a:hover {
    color: #AC394E;
}


.aboutus {
    position: relative;
    background-image: url('../images/a3.png');
    background-size: cover;
    padding: 40px 0;
}

.sub_aboutus {
    margin: 40px 0;
}

.sub_aboutus:nth-of-type(even) {
    direction: rtl;
}

.sub_aboutus:nth-of-type(even) .text_aboutus_index {
    padding-right: 90px;
    padding-left: 0;
}

.sub_aboutus:nth-of-type(even) .img_about_us {

    padding: 30px 30px 0 0;
}

.sub_aboutus:nth-of-type(even) .img_about_us::after {
    right: 0;
    left: auto;
}


.vision {
    margin: 60px 0;
    background-image: url('../images/a4.png');
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.sub_vision {
    display: flex;
    align-items: center;

}

.img_vision {
    width: 50%;
    height: 600px;

}

.img_vision img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.text_vision .title h4 {
    width: 72%;
    margin: 10px auto;
    font-size: 17px;
    line-height: 30px;
}

.text_vision {
    background: #fff;
    border: 1px solid #70707049;
    padding: 70px 20px;
    width: 50%;
    margin-left: -100px;
}

.sub_mission {
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 390px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.183);
    border: 1px solid #EBACB7;
    position: relative;
    margin: 20px 0;
    transition: all 0.4s linear;

}

.mission {
    padding: 80px 0;
    position: relative;
}

.mission::after {
    content: "";
    background-image: url('../images/imghedaer4.png');
    height: 235px;
    width: 235px;
    right: -110px;
    opacity: .5;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
}

.sub_mission::before {
    content: "";
    background-image: url('../images/bg2.png');
    height: 120px;
    transform: rotate(90deg) scaleX(-1);
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
}

.sub_mission:hover:before {
    filter: brightness(0) invert(1);
    transition: all 0.4s linear;

}

.sub_mission:hover {
    transition: all 0.4s linear;
    background-color: #EBACB7;
}

.sub_mission:hover img {
    filter: brightness(0) invert(1);
}

.sub_mission h2 {
    color: #3B3B3B;
    font-size: 22px;
    margin: 10px 0;
    transition: all 0.4s linear;

}

.sub_mission p {
    color: #A5A5A5;
    transition: all 0.4s linear;

}

.text_sub_mission img {
    transition: all 0.4s linear;
    max-width: 130px;
    max-height: 130px;
}


.sub_mission:hover h2,
.sub_mission:hover p {
    color: #fff;
    transition: all 0.4s linear;

}

.our_Goals {
    margin: 50px 0;
    padding: 50px 0;
    background: #FEF9F7;
}


.sub_our_Goals {
    text-align: center;
    padding: 40px 10px;
    background: #fff;
    border: 1px solid #EBACB7;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    flex-wrap: wrap;
    position: relative;
    position: relative;
    transition: all 0.6s linear;

}

.sub_our_Goals h2 {
    width: 100%;
    font-size: 30px;


}

.sub_our_Goals p {
    color: #A5A5A5;
    width: 80%;
    margin: auto;
    font-size: 15px;
    line-height: 25px;
}

.sub_our_Goals:hover p {
    color: #6B6B6B;
}

.sub_our_Goals span {
    position: absolute;
    opacity: .4;
    top: 20px;
    color: #EBACB7;
    left: 20px;
    font-family: "font_title";

    font-size: 50px;
}

.sub_our_Goals:hover {
    border: 1px solid #3b3b3b2a;

}


.sub_our_Goals::after {
    background-image: url('../images/a9.png');
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.6s linear;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
}


.sub_our_Goals:hover::after {
    transition: all 0.6s linear;
    opacity: 1;
}


.testimonials {
    background-image: url('../images/a10.png');
    min-height: 400px;
    display: flex;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
}

.title_testimonials {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}

.title_testimonials .title h2 {
    color: #272727 !important;
}

.title_testimonials .title p span {
    background: #272727 !important;
}

.main_testimonials {
    height: 100%;
    width: 100%;

    background: #FEF9F7;
}

.main_testimonials .item {
    padding: 30px;

}

.sub_testimonials {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #EBACB7;
    text-align: center;

    padding: 30px;
    background-color: #FEF9F7;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.sub_testimonials::after {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    top: -18px;
    background-color: transparent;
    background-image: url('../images/01.jpg');
    left: -17px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
}

.sub_testimonials::before {
    content: "";
    background-image: url('../images/bg2.png');
    height: 120px;
    transform: rotate(90deg) scaleX(-1);
    position: absolute;
    bottom: -20px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
}

.sub_testimonials:hover::after {
    transform: rotate(-25deg);
    transition: all 0.3s linear;
}

.img_testimonials {
    height: 150px;
    width: 150px;

}

.img_testimonials img {
    object-fit: cover;
}

.text_testimonials p {
    color: #6B6B6B;
    width: 95%;

    margin: 0 auto 30px;
    line-height: 30px;
    font-size: 17px;
}

.text_testimonials h2 {
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.text_testimonials span {
    height: 1px;
    width: 50px;
    background: #272727;
}

.testimonials .owl-nav {
    position: absolute;
    left: -110px;
    bottom: 4px;
}

.testimonials .owl-next::after {
    background-image: url('../images/arrow02.png') !important;
}

.testimonials .owl-prev::after {
    background-image: url('../images/arrow03.png');
}

.testimonials .owl-next,
.owl-prev {
    background: #fff !important;
    border: 1px solid #3B3B3B !important;
}

.prodect_page {
    margin: 50px 0;
    position: relative;
}

.prodect_page::after {
    content: "";
    width: 200px;
    top: 30%;
    user-select: none;
    transform: rotate(-90deg);
    z-index: -1;
    pointer-events: none;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    height: 200px;
    background-size: contain;
    background-image: url('../images/bg2.png');
}

.prodect_page::before {
    content: "";
    width: 200px;
    top: 56%;
    user-select: none;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    height: 296px;
    background-position: right;
    background-size: contain;
    background-image: url('../images/bg6.png');
}

.result_filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result_filter p {
    margin: 0;
}


/* start select ===========
 */
.select_result_filter select {
    -webkit-appearance: none;
    width: 180px;
    height: 50px;
    border: 1px solid #F4B6A6;
    cursor: pointer;
    color: #3B3B3B;
    border-radius: 0;
    position: relative;
    padding: 10px 35px 10px 20px;
}

.select_result_filter select option {
    text-align: left;
}

.select_result_filter select:focus {
    box-shadow: none;
    border: 1px solid #F4B6A6;

}

.select_result_filter {
    position: relative;
}

.select_result_filter::after {
    position: absolute;
    content: "";
    right: 14px;
    background-image: url('../images/g2197.png');
    width: 17px;
    height: 17px;
    background-size: contain;
    user-select: none;
    pointer-events: none;
    display: block;
    top: 21px;
    background-repeat: no-repeat;
    z-index: 0;
}

.sub_result_filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn_filter {
    width: 180px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #3B3B3B;
    border: 1px solid #F4B6A6;
    cursor: pointer;
    height: 50px;
}

.btn_filter:hover {
    background: #EBACB7;
    color: #fff;
    border: 1px solid #EBACB7;
}

.btn_filter:hover::after {
    filter: brightness(0) invert(1);
}

.btn_filter::after {
    content: "";
    background-image: url('../images/imgf.png');
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 20px;
    width: 14px;
    background-position: center;
    background-size: contain;
    top: 0;
}

.main_prodect_page {
    margin: 50px 0;
    overflow: hidden;
}

.pagination ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination ul li {
    list-style-type: none;
}

.pagination ul li a {
    display: flex;
    align-items: center;
    color: #EBACB7;
    font-size: 22px;
    line-height: 0;
    width: 50px;
    border: 1px solid #EBACB7;
    height: 50px;
    justify-content: center;

}

.pagination {
    margin: 45px 0;
}

.pagination ul li a.active {
    background: #EBACB7;
    color: #fff;
}

.filter_product {
    background: #fff;
    width: 350px;
    position: fixed;
    top: 0;
    transform: translateX(103%);
    right: 0;
    height: 100vh;
    overflow: auto;
    --scrollbarBG1: #fff;
    --thumbBG1: #EBACB7;
    direction: rtl;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG1) var(--scrollbarBG1);
    z-index: 9999;
    transition: all 0.3s linear;
    padding: 25px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.498);
}

.filter_product.active {
    transform: translateX(0%);
    transition: all 0.3s linear;
}

.sub_filter_product {
    direction: ltr;
}

.filter_product::-webkit-scrollbar-track {
    background: var(--scrollbarBG1);
}

.filter_product::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG1);
    border-radius: 0;
    border: 0 solid var(--scrollbarBG1);
}


.filter_product::-webkit-scrollbar {
    width: 7px;
}

.search_filter {
    position: relative;
}

.search_filter input {
    height: 50px;
    border-radius: 0;
    border: 1px solid #EBACB7;
}

.search_filter input::placeholder {
    color: #CCCCCC;
    text-transform: uppercase;
    padding-right: 40px;
}

.form-control::placeholder {
    color: #CCCCCC;
}

.search_filter button {
    position: absolute;
    top: 10px;
    background: transparent;
    border: none;
    right: 10px;
    max-width: 40px;
}

.form-control:focus {
    color: #272727;
    background-color: #fff;
    border-color: #EBACB7;
    outline: 0;
    box-shadow: none;
}

.type_person {
    margin: 30px 0;
}

.type_person ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.type_person ul li {
    list-style-type: none;
}

.type_person ul li input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    opacity: 0;

}

.type_person label {
    padding: 0 0 0 30px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

.type_person label::after {
    content: "";
    height: 22px;
    top: 4px;
    left: 0;
    border-radius: 50%;
    width: 22px;
    border: 1px solid #707070;
    position: absolute;
    display: block;
}

.type_person input:checked~label::before {
    content: "";
    background: #EBACB7;
    height: 16px;
    border-radius: 50%;
    display: block;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.109);
    position: absolute;
    left: 3px;
    top: 7px;
    width: 16px;
}

.filter_product_categories {
    margin: 20px 0;
}

.title_filter_product {
    font-size: 25px;
    margin: 20px 0;
}

.filter_product_categories ul {
    margin: 30px 0 0;
}

.filter_product_categories ul li {
    margin: 20px 0;
    list-style-type: none;


}

.filter_product_categories ul li a {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
}

.filter_product_categories ul li a span {
    height: 40px;
    width: 40px;
    display: flex;
    font-size: 22px;
    align-items: center;

    font-family: "font_main";
    justify-content: center;
    border: 1px solid #EBACB7;
}

.filter_product_categories ul li:hover a {
    color: #AC394E;
}


/* start  */
.irs--round .irs-bar {
    background-color: #FBDAE0;
}

.irs--round .irs-handle {
    background-color: #EBACB7;
    border-color: #EBACB7;
    box-shadow: 0 1px 3px #00000030;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #EBACB7;
}

.irs--round .irs-handle {
    width: 20px;
    height: 20px;
    top: 28px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent;
    color: #666;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before,
.irs--round .irs-min,
.irs--round .irs-max {
    display: none;
}


.number_range_slider {
    display: flex;
    justify-content: space-between;
}

.number_range_slider input {
    max-width: 60px;
    min-width: 50px;
    width: auto;
    padding: 0;
    border: none;
    -moz-appearance: textfield;
}

.number_range_slider input::-webkit-outer-spin-button,
.number_range_slider input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number_range_slider input:last-of-type {
    text-align: right;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: transparent;
    color: transparent;
}

.price_filter_product .title_filter_product {
    margin: 20px 0 0;
}

.price_filter_product {
    margin: 20px 0;
}

.capacity_filter,
.brand_filter {
    margin: 20px 0;
}

.capacity_filter ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.capacity_filter ul li {
    list-style-type: none;
    width: 32%;
}

.capacity_filter ul li input {
    width: 0;
    height: 0;
    position: absolute;
}

.capacity_filter ul li label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 20px;
    color: #6B6B6B;
    cursor: pointer;
    border: 1px solid #EBACB7;
    transition: all 0.3s linear;
}

.capacity_filter ul li label:hover {
    color: #fff;
    background: #EBACB7;
}

.capacity_filter ul li input:checked~label {
    background: #EBACB7;
    color: #fff;
}

.brand_filter ul li {
    list-style-type: none;
    margin: 10px 0;
    position: relative;
}

.brand_filter ul li input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.brand_filter ul li label {
    font-size: 22px;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.brand_filter ul li label::after {
    width: 22px;
    height: 22px;
    border: 1px solid #EBACB7;
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
}

.brand_filter ul li input:checked~label::before {
    width: 22px;
    height: 22px;
    border: 1px solid #EBACB7;
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    background: #EBACB7;
    display: flex;
    top: 6px;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}


.romeve_filter_product {
    display: block;
    text-align: end;
    margin-bottom: 20px;
}

.romeve_filter_product img {
    max-width: 40px;
    max-height: 40px;
}

.romeve_filter_product img {
    max-width: 30px;
    max-height: 30px;
    cursor: pointer;
}

.prodect_page .prodect_index {
    margin: 20px 0;
}


/* start slider  */

/* slider  */
.slider-main {
    width: 100%;
}

.main-container1 {
    width: 100%;
}

.nav-container .slick-slide {
    height: 95px;
    margin-bottom: 8px;
}

.services-slider .slick-track {
    margin-left: 50px;
}

@media(min-width: 1000) {
    .slider-nav {
        display: none !important;
    }
}

.services-slider {
    width: 100% !important;
}

.main-container1 {
    width: 80% !important;

    display: inline-block !important;
}

.slider,
.slider-main {
    width: 100% !important;
    padding: 0 !important;
}

.nav-container {
    display: inline-block;
    width: 20%;
}

.slick-list,
.draggable {
    padding: 0 !important;
}

.services-slider .slick-track {
    margin-left: 0;
}

.slick-slide {
    width: 100% !important;
}


.nav-container {
    display: inline-block;
    width: 20%;
    max-width: 22%;

}

.img-slider1 img {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
}

.slick-slider {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.img-slider1 {
    position: relative;
    width: 100%;
    display: flex !important;
    align-items: center;
    height: 99px;
    justify-content: center;
    border-radius: 0;
    border: 1px solid #ccc;
}

.img-slider1 img {
    max-width: 90%;
    max-height: 90%;
}


.img-slider {
    height: 406px;
    display: flex !important;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #CCCCCC;
}

.img-slider img {
    max-width: 60%;
    max-height: 60%;

}

.slider_product_detalis {
    display: flex;
    align-items: center;
    gap: 10px;
}


.slider_product_detalis .new_prodect {
    left: -23px;
    right: auto;
    transform: rotate(-37deg);
}

.product_detalis {
    position: relative;
    margin: 50px 0;
}

.product_detalis::after {
    content: "";
    width: 200px;
    top: 15%;
    user-select: none;
    transform: rotate(-90deg);
    z-index: -1;
    pointer-events: none;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    height: 200px;
    background-size: contain;
    background-image: url('../images/bg2.png');
}

.product_detalis::before {
    content: "";
    width: 200px;
    top: 30%;
    user-select: none;
    z-index: -1;
    pointer-events: none;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    height: 206px;
    background-position: right;
    background-size: contain;
    background-image: url('../images/bg6.png');
}

.text_product_detalis {
    position: relative;
    padding: 0 0 0 50px;
}

.text_product_detalis > h2 {
    font-size: 25px;
}

.text_product_detalis h4 {
    font-size: 22px;
    margin: 20px 0;
    color: #EBACB7;
}


.rate_pordect_datalis {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC;
}

.nunber_review {
    color: #ccc;
}

.rate_pordect_datalis .rate {
    font-size: 20px;
}

.text_product_detalis p {
    color: #6B6B6B;
    margin: 30px 0;
}

.btns_product_detalis {
    margin: 10px 0 0;
}

.counter {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0 4px;
}

.counter span {
    text-align: center;
    display: inline-block;
    width: 50px;
    color: #3B3B3B;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    vertical-align: middle;
    height: 50px;
    font-size: 28px;
    border: 1px solid #3B3B3B;
}

.counter span i {
    line-height: 0;
}

.btns_product_detalis {
    display: flex;
    align-items: center;
    gap: 50px;
}

.counter input {
    vertical-align: middle;
    border: 1px solid transparent;
    height: 50px;
    color: #3B3B3B;
    background: #FEF4F0;
    font-size: 22px;
    margin: 0;
    width: 70px;
    text-align: center;
}


.add_cart_product_detalis button {
    padding: 9px 70px;
}

.heart_product_detalis input {
    width: 0;
    height: 0;
    position: absolute;
}

.heart_product_detalis {
    position: absolute;
    top: 0;
    right: 0;
}

.heart_product_detalis label {
    display: flex;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
    color: #EBACB7;
    justify-content: center;
    font-family: "font-main";
    height: 50px;
    width: 50px;
    border: 1px solid #EBACB7;
}

.heart_product_detalis input:checked~label i {
    font-weight: bold;
    font-family: "font Awesome 5 free";
    color: #EBACB7;
}

.links_tabs_product_detalis ul {
    border-bottom: 1px solid #6B6B6B;
    padding: 0 0 10px;
    display: flex;
    gap: 30px;
}

.links_tabs_product_detalis ul li a {
    color: #6B6B6B !important;
    padding: 0 !important;
    font-size: 22px;
    background-color: transparent !important;
}

.links_tabs_product_detalis .nav-link.active {
    color: #EBACB7 !important;
    position: relative;
}

.links_tabs_product_detalis .nav-link.active::after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -12px;
    background: #EBACB7;
}

.tabs_product_detalis {
    margin: 20px 0;
}

.comment_product ul li {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
    gap: 20px;
    margin: 25px 0;
}

.comment_product ul li:last-of-type {
    border-bottom: none;
}

.comment_product ul li .img_comment_product {
    width: 230px;
    height: 95px;
}

.comment_product ul li .img_comment_product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text_comment_product h2 {
    font-size: 23px;
    margin: 0;
}

.text_comment_product h4 {
    color: #ccc;
    font-size: 18px;

}

.text_comment_product p {
    color: #6B6B6B;
}

.tilte_comment_product {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 10px;
}

.add_comment_product {
    background: #FEF4F0;
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.title_add_comment_product h2 {
    font-size: 30px;
}

.form_add_comment_product {
    margin: 20px 0;
}

.form-control {
    height: 50px;
    width: 100%;
    color: #ccc;
    border-radius: 0;
    background: transparent;
    text-transform: capitalize;
    border: 1px solid #ccc;
}

.input_add_comment_product {
    margin: 10px 0;
}

textarea.form-control {
    height: 150px !important;
}

.rate_comment_product {
    display: flex;
    align-items: center;
    gap: 40px;
}

.rate_comment_product h2 {
    font-size: 25px;
    margin: 0;
    font-family: "font_bold";
    text-transform: capitalize;
}

.sub_add_comment_product ul li {
    list-style-type: none;
}

.sub_add_comment_product ul {
    display: flex;
    gap: 50px;

}

.rate_comment_product {
    margin: 50px 0;
}

.sub_add_comment_product ul li input {
    width: 0;
    height: 0;
    opacity: 0;
}

.sub_add_comment_product ul li label {
    margin-bottom: 0;
    color: #CCCCCC;
    padding-top: 5px;
    cursor: pointer;
    font-size: 22px;
}

.sub_add_comment_product ul li label i {
    line-height: 0;
}

.sub_add_comment_product ul li input:checked~label i {
    font-weight: bold;
    color: #F6CA38;
}

.save_data input {
    width: 0;
    height: 0;
    opacity: 0;
}

.save_data label {
    position: relative;
    color: #6B6B6B;
    cursor: pointer;
    user-select: none;
    padding: 0 0 0 30px;
}

.save_data label::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #EBACB7;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;

}

.save_data input:checked~label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #EBACB7;
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    background: #EBACB7;
    display: flex;
    top: 3px;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    z-index: 1;

}

.btn_add_comment_product {
    text-align: center;
    margin: 40px auto 0;
}

.product_detalis .best_protects_index {
    padding: 80px 0 0;
}

.img_product_cart_page {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border: 1px solid #EBACB7;
}

.product_cart_page {
    gap: 10px;
    display: flex;
    align-items: center;
}

.text_product_cart_page h2 {
    font-size: 22px;
}

.text_product_cart_page p {
    color: #6B6B6B;
    font-weight: 100;
    font-size: 16px;
}

.cart_page .table thead th:nth-of-type(1) {
    width: 35%;
}

.cart_page .table thead th:nth-of-type(2) {
    text-align: center;
    width: 25%;
}

.cart_page .table thead th:nth-of-type(3) {
    text-align: center;
    width: 15%;

}

.cart_page .table thead th:nth-of-type(4) {
    width: 15%;
    text-align: center;
}

.cart_page .table thead th:nth-of-type(5) {
    width: 10%;
    text-align: right;
}

.cart_page tbody td {
    text-align: center;
}

.cart_page table .counter {
    text-align: center;
}

.cart_page .table .counter span {
    width: 35px;
    height: 35px;
    font-size: 24px;
}

.cart_page .table .counter input {
    height: 35px;
    font-size: 20px;
    width: 55px;
}

.cart_page .table thead th {
    border-bottom: 1px solid #707070;
}

.cart_page table .counter {
    text-align: center;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cart_page .table thead th {
    font-weight: normal;
    border-bottom: 1px solid #707070;
    font-family: 'font_bold';
    font-size: 20px;
    text-transform: uppercase;
}

.cart_page .table td,
.table th {
    padding: 20px 0;
    border-top: 0;
    vertical-align: middle;
    border-bottom: 1px solid #cccccc;
}

.delete_product_cart {
    width: 40px;
    height: 40px;
    background: #EBACB7;
    cursor: pointer;
    display: flex;
    color: #fff;
    font-size: 22px;
    align-items: center;
    justify-content: center;
}

.delete_product_cart i {
    line-height: 0;
}

.delete_cart {
    text-align: -webkit-right !important;
}

section.cart_page {
    margin: 40px 0;
    position: relative;


}

section.cart_page::after {
    content: '';
    width: 160px;
    height: 160px;
    position: absolute;
    background-image: url('../images/bg2.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    pointer-events: none;
    transform: rotate(-90deg);
}

.sub_cart_page {
    display: flex;
    align-items: center;
    justify-content: right;
}

.total_product_cart {
    width: 55%;
}

.coupon_code {
    display: flex;
    align-items: center;
    gap: 5px;
}

.input_coupon_code {
    width: 80%;
}

.input_coupon_code input {
    background: #FEF6F7;
    border: 1px solid transparent;
}

.btn_coupon_code {
    width: 20%;
}

.btn_coupon_code button {
    width: 100%;
}

.sub_total_product_cart {
    padding: 20px;
    margin: 15px 0;
    border: 1px solid #ccc;
}

.price_product_cart li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: bold;
}

.total_price {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
}

.total_price h2 {
    display: flex;
    font-weight: bold;
    font-size: 23px;
    justify-content: space-between;
}

.total_price span,
.price_product_cart li span {
    font-family: "font_main";
    font-size: 19px;
    font-weight: normal;

}

.btn_total_product_cart {
    text-align: center;
    margin: 40px 0 0;
}

.form_checkout_page {
    border: 1px solid #ccc;
    padding: 20px 10px;
}

.form_checkout_page .pg_none {
    padding: 0 5px;
}

.input_checkout_page {
    width: 100%;
}

.title_checkout_page {
    font-size: 27px;
    text-transform: uppercase;
    margin: 20px 0;
}

.checkout_page {
    margin: 80px 0;
}

.input_checkout_page {
    margin: 5px 0;
}

.select_checkout_page select {
    -webkit-appearance: none;
    position: relative;
    margin: 5px 0;
}


.select_checkout_page::after {
    position: absolute;
    content: "";
    right: 17px;
    background-image: url('../images/g2197.png');
    width: 17px;
    height: 17px;
    background-size: contain;
    user-select: none;
    pointer-events: none;
    display: block;
    top: 26px;
    background-repeat: no-repeat;
    z-index: 0;
}

.checkbox_checkout_page {
    margin: 5px 0;
}

.checkbox_checkout_page input {
    width: 0;
    opacity: 0;
    z-index: -1;
    height: 0;
    position: absolute;
}

.checkbox_checkout_page label {
    padding-left: 30px;
    user-select: none;
    cursor: pointer;
    position: relative;
}

.checkbox_checkout_page label::after {
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #EBACB7;
}

.checkbox_checkout_page input:checked~label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #EBACB7;
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    background: #EBACB7;
    display: flex;
    top: 3px;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.add_checkout_page {
    display: none;
}

.add_checkout_page.pg_none,
.add_checkout_page .row {
    padding: 0;
}

.sub_checkout_page {
    border: 1px solid #ccc;
}

.coupon_code_checkout h2 {
    height: 50px;
    background: #FEF6F7;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.main_coupon_code_checkout {
    display: none;
}

.sub_coupon_code_checkout {
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 20px 0;
}

.coupon_code_checkout h2 i {
    line-height: 0;

}

.input_coupon_code_checkout {
    width: 75%;
}

.input_coupon_code_checkout input {
    border: 1px solid transparent;
    background: #F6F6F6;
}

.input_coupon_code_checkout input::placeholder {
    color: #B7B6B6;
}


.title_sub_checkout_page {

    display: flex;
    font-size: 17px;
    align-items: center;
    justify-content: space-between;
}

.products_checkout_page {
    padding: 20px 20px 0;
    margin: 20px 0;
}

.title_sub_checkout_page h2 {
    margin: 0;
    font-size: 17px;
}

.products_checkout_page ul li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 1px;
}

.img_products_checkout_page {
    width: 80px;
    display: flex;
    align-items: center;
    height: 80px;
    border: 1px solid #EBACB7;
}

.img_products_checkout_page img {
    max-width: 100%;
    max-height: 100%;
}

.text_products_checkout_page {
    width: 80%;
}

.text_products_checkout_page h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_products_checkout_page p {
    font-size: 22px;
    color: #6B6B6B;
}

.subtotal_checkout_page {
    padding: 20px 20px 0;
    margin: 20px 0;
    border-top: 1px solid #ccc;
}

.subtotal_checkout_page h2 {
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: space-between;
}

.shipping_sub_checkout_page {
    padding: 20px 20px 0;
    margin: 20px 0;
    border-top: 1px solid #ccc;
}

.shipping_sub_checkout_page > h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.shipping_sub_checkout_page ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;

}

.shipping_sub_checkout_page ul li input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;

}

.shipping_sub_checkout_page ul li label {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    position: relative;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}

.shipping_sub_checkout_page ul li label h4 {
    font-size: 20px;
    margin: 0;
}

.shipping_sub_checkout_page ul li label::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    position: absolute;
    display: block;
    left: 0;
    border-radius: 50%;
}

.shipping_sub_checkout_page ul li input:checked~label::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 3px;
    top: 6px;
    background-color: #EBACB7;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 33%);
}

.shipping_sub_checkout_page ul li label span {
    display: none;
}

.total_sub_checkout_page {
    padding: 20px 20px 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.total_sub_checkout_page h2 {
    font-size: 22px;
    display: flex;
    align-items: center;

    justify-content: space-between;
}

.payment_sub_checkout_page {
    margin: 20px 0;
    padding: 20px 20px 0;
}

.payment_sub_checkout_page > h2 {
    font-size: 22px;
    margin-bottom: 20px;

}

.payment_sub_checkout_page ul li {
    margin: 10px 0;
    list-style-type: none;
}

.payment_sub_checkout_page ul li input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.payment_sub_checkout_page ul li label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.payment_sub_checkout_page ul li label::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    border-radius: 50%;
}

.payment_sub_checkout_page ul li input:checked~label::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 3px;
    top: 6px;
    background-color: #EBACB7;
    box-shadow: inset 0 0 3px rgb(0 0 0 / 33%);
}

.btn_checkout_page {
    text-align: center;
    margin: 20px 0;
}

.success_order {
    margin-top: 65px !important;
}

.title_success_order {
    text-align: center;
}

.title_success_order img {
    max-height: 130px;
}

.title_success_order h2 {
    font-size: 25px;
    margin: 15px 0;
}

.success_order {
    margin: 20px 0;
}

.title_success_order p {
    color: #2D2D2D;
}

.sub_success_order {
    display: flex;
    justify-content: center;
    margin: 60px 0;

}

.sub_success_order li {
    list-style-type: none;
    width: 25%;
    text-align: center;
}

.order_details_success {
    margin: auto;
    width: 65%;
    border: 1px solid #ccc;
}

.order_details_success .products_checkout_page {
    padding: 0 20px;
}

.order_details_success .subtotal_checkout_page h2 {
    margin: 20px 0;

}

.order_details_success .text_products_checkout_page {
    width: 86%;
}

.total_success_order {
    padding: 20px;
    border-top: 1px solid #ccc;
    margin: 20px 0 0;
}

.total_success_order h2 {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_success_order {
    text-align: center;
    margin: 50px 0;
}
.login_page {
    margin: 60px 0 40px;
    position: relative;
}
.login_page::after {
    position: absolute;
    content: "";
    width: 270px;
    height: 270px;
    background-image: url('../images/bg7.png');
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    z-index: -1;
    top: 15%;
}

.main_login_page {
    width: 65%;
    text-align: center;
    margin: 20px auto;
    background: #fff;
    padding: 20px 100px;
    border: 1px solid #3B3B3B;
}

.title_login_page {
    margin: 30px 0;
}

.title_login_page h2 {
    font-size: 30px;
}

.input_login_page {
    margin: 10px 0;
}

.input_remember_me input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
}

.input_remember_me label {
    padding: 0 0 0 30px;
    position: relative;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.input_remember_me label::after {
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    content: "";
    left: 0;
    position: absolute;
    top: 1px;
}

.input_remember_me input:checked~label::before {
    width: 20px;
    left: 0;
    top: 1px;
    height: 20px;
    content: "";
    background: #EBACB7;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 1;
}

.remember_me {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.link_form_login_page {
    margin: 20px 0 10px;

}

.link_form_login_page a {
    color: #EBACB7;
    font-size: 19px;
}

.text_register_page {
    text-align: left;
    color: #6B6B6B;
    margin-bottom: 20px;
}

.my_account {
    margin: 80px 0;
}

.links_my_account {
    width: 70%;
    margin: 50px auto;
}

.links_my_account ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #6B6B6B;
    padding-bottom: 10px;
}

.links_my_account ul li {
    list-style: none;
}

.links_my_account ul li a {
    font-size: 22px;
    color: #6B6B6B;
    position: relative;

}

.links_my_account ul li a::after {
    content: "";
    background: #EBACB7;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(-100%);
    opacity: 0;
    bottom: -14px;
    transition: all 0.5s linear;

}

.links_my_account ul li a:hover:after {
    transform: translateX(0%);
    opacity: 1;

    transition: all 0.5s linear;
}

.links_my_account ul li a:hover {
    color: #EBACB7;
}

.links_my_account ul li a.active {
    color: #EBACB7;

}

.links_my_account ul li a.active::after {
    transform: translateX(0%);
    opacity: 1;
}

.tabs_my_account ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.tabs_my_account ul li {
    width: 33%;

}

.tabs_my_account ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s linear;
    font-size: 25px;
    justify-content: center;
    height: 90px;
    background-color: transparent;
    border-radius: 0 !important;
    border: 1px solid #6B6B6B;
}

.tabs_my_account ul li a.active {
    background-color: transparent !important;
    color: #EBACB7 !important;
    border: 1px solid #EBACB7 !important;
    background-size: cover;
    background-image: url('../images/tab.png') !important;
    background-repeat: no-repeat !important;

}

.tabs_my_account ul li a:hover {
    background-color: transparent !important;
    color: #EBACB7 !important;
    border: 1px solid #EBACB7 !important;
    background-size: cover;
    transition: all 0.2s linear;

    background-image: url('../images/tab.png') !important;
    background-repeat: no-repeat !important;

}

.table td,
.table th {
    vertical-align: middle;
}

.detlis_table_my_accont .table thead th:nth-of-type(1) {
    width: 30%;
}

.detlis_table_my_accont .table thead th:nth-of-type(2) {
    text-align: center;
    width: 20%;
}

.detlis_table_my_accont .table thead th:nth-of-type(3) {
    text-align: center;
    width: 15%;

}

.detlis_table_my_accont .table thead th:nth-of-type(4) {
    width: 15%;
    text-align: center;
}

.detlis_table_my_accont .table thead th:nth-of-type(5) {
    width: 10%;
    text-align: center;
}

.detlis_table_my_accont .table thead th:nth-of-type(6) {
    width: 10%;
    text-align: right;
}

.number_my_account {
    text-align: center;
    width: 40px;
    height: 40px;
    margin: auto;
    align-items: center;
    background-color: #FEF4F0;
    display: flex;
    justify-content: center;
    font-size: 19px;
}

tr {
    border-bottom: 1px solid #ccc;
}

td {
    text-align: center;
}


.order_trking .table thead th:nth-of-type(1) {
    width: 30%;
}

.order_trking .table thead th:nth-of-type(2) {
    text-align: center;
    width: 20%;
}

.order_trking .table thead th:nth-of-type(3) {
    text-align: center;
    width: 15%;

}

.order_trking .table thead th:nth-of-type(4) {
    width: 15%;
    text-align: center;
}

.order_trking .table thead th:nth-of-type(5) {
    width: 10%;
    text-align: right;
}

.arrow_order_trking > i {
    cursor: pointer;
    font-size: 22px;
}

.main_order_trking {
    position: relative;
}

.sub_order_trking h3 {
    text-align: left;
    font-size: 19px;
}

.sub_order_trking ul li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: #CCCCCC;
    justify-content: space-between;
}

.sub_order_trking ul li h4 {
    margin: 0;
}

.order_trking {
    padding-bottom: 200px;
}

.sub_order_trking {
    padding: 20px 10px;
    width: 240px;
    right: 0;
    position: absolute;
    z-index: 1;
    display: block;
    margin: auto;
    left: -69%;
    z-index: 1;
    display: none;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 0 2px #00000014;
}

.sub_order_trking ul li.active {
    color: #3B3B3B;

}

.sub_order_trking ul li.active i {
    color: #549E62;
}


.cancelled_order .table thead th:nth-of-type(1) {
    width: 30%;
}

.cancelled_order .table thead th:nth-of-type(2) {
    text-align: center;
    width: 20%;
}

.cancelled_order .table thead th:nth-of-type(3) {
    text-align: center;
    width: 15%;

}

.cancelled_order .table thead th:nth-of-type(4) {
    width: 15%;
    text-align: center;
}


.my_reservation .table thead th:nth-of-type(1) {
    width: 25%;
}

.my_reservation .table thead th:nth-of-type(2) {
    text-align: center;
    width: 20%;
}

.my_reservation .table thead th:nth-of-type(3) {
    text-align: center;
    width: 15%;

}

.my_reservation .table thead th:nth-of-type(4) {
    width: 15%;
    text-align: center;
}


.my_reservation .table thead th:nth-of-type(5) {
    width: 15%;
    text-align: center;
}


.my_reservation .table thead th:nth-of-type(6) {
    width: 15%;
    text-align: center;
}


.sub_my_address {
    padding: 20px;
    height: 165px;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    border: 1px solid #6B6B6B;
}

.sub_my_address h2 {
    color: #3B3B3B;
    width: 100%;
    font-size: 25px;
}

.sub_my_address p {
    color: #6B6B6B;
    font-size: 20px;
}

.sub_my_address a {
    top: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    background: #EBACB7;
    color: #fff;
    right: 30px;
    position: absolute;
}

.sub_my_address a i {
    line-height: 0;
}

.title_my_address {
    margin: 20px 0;
}

.title_my_address p {
    font-size: 22px;
}

.main_eidt_address {
    border: 1px solid #6B6B6B;
    padding: 50px 60px;
}

.btn_eidt_address {
    margin: 40px 0 0;
    text-align: center;
}

.main_eidt_address .select_checkout_page {
    position: relative;
}

.main_eidt_address .select_checkout_page::after {
    top: 21px;
}

.title_eidt_address p {
    font-size: 20px;
    color: #6B6B6B;
    margin-bottom: 15px;

}

.title_eidt_address h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.account_details_page {
    margin: 20px 0;
}

.main_account_details_page {
    padding: 40px;
    border: 1px solid #6B6B6B;
}

.input_account_details_page {
    margin: 10px 0;
}

.btn_account_details_page {
    text-align: center;
    margin: 20px 0 0;
}

.title_eidt_address {
    margin: 20px 0;
}

.wishlist {
    margin: 40px 0;
}


.contactus {
    padding: 90px 0;
    position: relative;
}


.contactus::after {
    position: absolute;
    content: "";
    width: 190px;
    height: 190px;
    background-image: url('../images/bg2.png');
    background-size: contain;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    pointer-events: none;
}

.main_contactus {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.form_contactus {
    width: 60%;

}

.input_contactus {
    margin: 20px 0;
}

.btn_form_contactus {
    text-align: center;
    margin: 20px auto;

}

.form_contactus {
    border: 1px solid #ccc;
    padding: 40px 60px 20px;
}

.contact_info {
    width: 45%;
    padding: 20px;
    height: 400px;

    background-color: #FEF3F5;
    display: flex;
    margin-left: -40px;
    align-items: center;

}

.sub_contact_info {
    border: 1px dashed #3B3B3B;
    width: 100%;
    padding: 40px;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.sub_contact_info ul {
    width: 100%;
}

.sub_contact_info ul li {
    list-style-type: none;
    transition: 0.5s all linear;
}
.sub_contact_info ul li:hover {
    transform: translateX(20px);
}
.sub_contact_info ul li:hover a {
    color: #AC394E;
}

.sub_contact_info ul li a {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 20px;

}

.sub_contact_info ul li img {
    text-align: center;
    width: 40px;
    object-fit: contain;
    max-height: 40px;
}

.sub_contact_info h2 {
    margin: 0 0 10px;
    width: 100%;
    font-size: 26px;
}

.sub_contact_info {
    background-image: url('../images/bg_contact.png');
    background-position: right bottom;
    background-size: 175px;
    background-repeat: no-repeat;
}

.services {
    padding: 90px 0;
    position: relative;
}

.services::after {
    background-image: url('../images/bg2.png');
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}

.sub_services {
    border: 1px solid #707070;
    text-align: center;
}

.img_sub_services {
    height: 150px;
    margin: 20px 0;
    position: relative;
}

.img_sub_services img {
    height: 100%;
}

.text_sub_services h2 {
    font-size: 25px;
    color: #3B3B3B;
}

.text_sub_services p {
    line-height: 25px;
    font-size: 16px;
    max-width: 80%;
    margin: 20px auto;
    color: #6B6B6B;
}

.text_sub_services a {
    display: block;
    height: 40px;
    position: relative;

}

.text_sub_services a span {
    background: #EBACB7;
    width: 40px;
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    right: 0;
    height: 40px;
}

.text_sub_services a span img {
    filter: brightness(0) invert(1);
    display: block;
    max-height: 30px;
}

.sub_services .hover_categories_index {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


.sub_services:hover .hover_categories_index {
    opacity: .4;

}


.main_services .row .col-lg-3:nth-child(odd) .sub_services {
    margin: 50px 0 0;

    /* transition: all ease-in-out 1s;
  transform: translateY(100%); */
}


.main_services .row .col-lg-3:nth-child(even) .sub_services {
    padding: 0;
    margin-top: 50px;
    transition: all ease-in-out 0.5s;
    transform: translateY(-30%);
}

.main_services {
    margin: 120px 0 0;
}

.services_details {
    padding: 90px 0;
    position: relative;
}

.services_details::after {
    background-image: url('../images/bg2.png');
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
}

.img_services_details {
    height: 390px;
    width: 100%;

}

.img_services_details img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.text_services_details {
    margin: 30px 0;
}

.text_services_details h2 {
    font-size: 35px;


}

.price_services_details {
    background: #FEF9F7;
    padding: 30px;
}

.price_services_details ul li {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
    justify-content: space-between;
}

.price_services_details ul li h2 {
    flex: 0 0 auto;
    font-size: 20px;


}

.price_services_details ul li h4 {
    flex: 0 0 auto;

    font-size: 20px;
}


.price_services_details ul li span {
    display: block;
    height: 2px;
    background: #ccc;
    flex: 0 1 100%;

}

.btn_services_details {
    text-align: center;
    margin: 20px auto;
}

.liks_services_details {
    border: 1px solid #707070;
    padding: 20px 0;
}

.liks_services_details .search_filter {
    width: 90%;

    margin: 10px auto;
}

.search_filter input {
    padding-right: 50px;
}

.sub_liks_services_details ul li {
    margin: 10px 0;
    list-style-type: none;
    padding: 10px 20px;
    border-bottom: 1px solid #CCCCCC;
}

.sub_liks_services_details ul li a {
    display: flex;
    color: #3B3B3B;
    align-items: center;
    justify-content: space-between;
}

.text_liks_services_details h2 {
    margin-bottom: 0;
    display: flex;
    font-size: 22px;
    gap: 10px;
    align-items: center;
}

.sub_liks_services_details ul li a:hover h2 {
    color: #EBACB7;
}

.sub_liks_services_details ul li .img_liks_services_details {
    width: 80px;
}

.sub_liks_services_details ul li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.offers {
    padding: 90px 0;
    position: relative;
}

.offers::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    width: 195px;
    background-size: contain;
    top: 0;
    height: 195px;
    background-image: url('../images/bg2.png');
}


.price_offers_page {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_offers_page {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 3px #0000003e;
}

.slider_offers .item {
    padding: 5px;
}

.slider_offers .item > a {
    color: #3B3B3B;
}

.img_product_offers_page {
    width: 40%;
    display: flex;
    align-items: center;
    height: 158px;
}

.img_product_offers_page img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}

.text_offers_page {
    width: 55%;
}

.text_offers_page h2 {
    font-size: 22px;
}

.text_offers_page p {
    color: #6B6B6B;
    line-height: 23px;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
}

.price_offers_page span {
    font-size: 17px;
}

.old_price {
    color: #E5E5E5;
    text-decoration: line-through;
}


.new_price {
    color: #F4B6A6;
}

.slider_offers .owl-nav {
    justify-content: space-between;
    position: absolute;
    display: flex;
    margin: 0;
    width: 100%;
    top: 50%;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    transform: translateY(-50%);
}

.slider_offers .owl-nav .owl-prev {
    margin-left: -20px;
    pointer-events: fill
}

.slider_offers .owl-nav .owl-next {
    margin-right: -20px;
    pointer-events: fill;
}

.flash_sale_offers {
    display: flex;
    align-items: center;
    background: #FEF9F7;
    margin: 140px 0 0;
    position: relative;
    padding: 50px 0;
}


.flash_sale_offers::after {
    position: absolute;
    content: "";
    width: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/imghedaer1.png');
    height: 220px;
    transform: rotate(30deg);
    top: -100px;
    right: -75px;
}


.clockdiv .sub_clockdiv {
    display: block;
    width: 20%;
    border: 1px solid #B7B6B6;
    text-align: center;
    background: #fff;
    height: 80px;
}

.sub_clockdiv span {
    display: flex;
    width: 100%;
    color: #EBACB7;
    width: 85%;
    margin: auto;
    font-size: 22px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #B7B6B6;
}

.smalltext {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #EBACB7;
}

.clockdiv {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 30px 0 0;
}

.sub_flash_sale_offers {
    background: #fff;
}

.text_flash_offers {
    padding: 20px;
}

.sub_text_flash_offers {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.sub_text_flash_offers h2 {
    font-size: 22px;
    margin: 0;
}

.location_flash_sale {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-family: "font_main";
}

.sale_flash_offers {
    display: flex;
    align-items: center;
    margin: 10px 0;
    justify-content: space-between;
}

.sale_flash_offers h2 {
    font-size: 25px;
}

.sale_flash_offers span {
    font-size: 30px;

    color: #EBACB7;
    font-family: "font_main";

}

.sub_flash_sale_offers {
    margin: 20px 0;
}

.beauty_salon {
    margin: 90px 0;
}

.text_beauty_salon ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin: 20px 0;
}

.text_beauty_salon {
    padding: 20px 0;
}

.text_beauty_salon ul li img {
    width: 31px;
    text-align: center;
    object-fit: contain;
    max-height: 23px;
}

.sub_beauty_salon {
    margin: 20px 0;
    transition: all 0.7s linear;
}

.img_beauty_salon {
    margin: 20px 0;
    width: 100%;
    height: 290px;

    overflow: hidden;
}

.img_beauty_salon img {
    object-fit: cover;
    width: 100%;
    transition: all 0.7s linear;

    height: 100%;
}

.sub_beauty_salon:hover .img_beauty_salon img {
    transform: scale(1.2);
    transition: all 0.7s linear;
}

.main_beauty_salon a:hover {
    color: #3B3B3B;
}

.main_beauty_salon {
    margin: 40px 0;
}

.img_beauty_salon {
    margin: 20px 0;
}

.sub_img_beauty_salon {
    width: 260px;
    height: 260px;

}

.sub_img_beauty_salon img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sub_img_beauty_salon:nth-of-type(1) {
    width: 80%;

}

.beauty_salon_details .main-container1 {
    width: 100% !important;
    display: inline-block !important;
}

.beauty_salon_details .slider,
.beauty_salon_details .slider-main {
    width: 75% !important;
    padding: 0 !important;
}

.beauty_salon_details .nav-container .slick-slide {
    height: 155px;
    margin-bottom: 5px;
}

.beauty_salon_details .img-slider {
    height: 635px;
    display: flex !important;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
}

.beauty_salon_details .img-slider img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beauty_salon_details .img-slider1 {
    position: relative;
    width: 100%;
    display: flex !important;
    align-items: center;
    height: 155px;
    justify-content: center;
    border-radius: 0;
    border: none;
}

.beauty_salon_details .img-slider1 img {
    max-width: 100%;
    object-fit: cover;
    max-height: 100%;
}

.beauty_salon_details {
    margin: 80px 0;
    position: relative;
}

.beauty_salon_details::after {
    position: absolute;
    content: "";
    top: 69%;
    background-image: url('../images/bg5.png');
    width: 311px;
    height: 298px;
    right: -110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    user-select: none;
    pointer-events: none;
    z-index: -1;
}

.links_tabs_beauty_salon_details {
    margin: 40px 0;
}

.links_tabs_beauty_salon_details ul {
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
    justify-content: space-between;
    border-bottom: 1px solid #6B6B6B;
}

.links_tabs_beauty_salon_details ul li a {
    padding: 0;
    font-size: 22px;
    position: relative;
}

.links_tabs_beauty_salon_details ul li a:hover {
    color: #EBACB7;
}

.links_tabs_beauty_salon_details .nav-pills .nav-link.active,
.links_tabs_beauty_salon_details .nav-pills .show > .nav-link {
    color: #EBACB7;
    background-color: transparent;
}

.sub_links_tabs_beauty_salon_details {
    width: 76%;
}

.links_tabs_beauty_salon_details ul li a.active::after {
    content: "";
    height: 3px;
    left: 0;
    width: 100%;
    background-color: #EBACB7;
    bottom: -22px;
    position: absolute;
}

.overview_beauty_salon_details {
    width: 76%;
}

.title_beauty_salon_details {
    margin: 30px 0;
    color: #EBACB7;
    font-size: 22px;
}

.text_title_beauty_salon_details p {
    color: #6B6B6B;
}


.working_Hours ul li {
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 20px 0;
}

.working_Hours ul li h4 {
    margin-bottom: 0;
    width: 20%;
    font-size: 22px;
}

.working_Hours ul li h4 img {
    margin-right: 10px;
    vertical-align: middle;
    padding-bottom: 4px;
}

.working_Hours ul li span {
    font-size: 23px;
}

.closed_salon {
    color: #EBACB7;
}

.location_beauty_salon ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 22px;
    margin: 20px 0;
}

.main_services_beauty_salon {
    width: 84%;
}

.sub_services_beauty_salon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;

}

.sub_services_beauty_salon h2 {
    font-size: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.sub_services_beauty_salon p {
    font-size: 18px;
    margin: 20px 0 0;
}


.reservation_beauty_salon {
    width: 76%;
}

.select_beauty_salon select {
    -webkit-appearance: none;
    position: relative;
    margin: 5px 0;
}

.text_sub_packages {
    background: #fff;
}

.select_beauty_salon::after {
    position: absolute;
    content: "";
    right: 17px;
    background-image: url('../images/g2197.png');
    width: 17px;
    right: 18px;
    height: 17px;
    background-size: contain;
    user-select: none;
    pointer-events: none;
    display: block;
    top: 20px;
    background-repeat: no-repeat;
    z-index: 0;
}

.input_beauty_salon,
.select_beauty_salon,
.select_date_beauty_salon,
.select_time_beauty_salon,
.user_beauty_salon {
    margin: 10px 0;
    position: relative;
}

.select_date_beauty_salon select {
    -webkit-appearance: none;
    position: relative;
}

.select_date_beauty_salon::after {
    position: absolute;
    content: "";
    right: 17px;
    background-image: url('../images/5.png');
    width: 17px;
    right: 18px;
    height: 17px;
    background-size: contain;
    user-select: none;
    pointer-events: none;
    display: block;
    top: 16px;
    background-repeat: no-repeat;
    z-index: 0;
}


.select_time_beauty_salon select {
    -webkit-appearance: none;
    position: relative;

}


.select_time_beauty_salon::after {
    position: absolute;
    content: "";
    right: 17px;
    background-image: url('../images/8.png');
    width: 17px;
    right: 18px;
    height: 17px;
    background-size: contain;
    user-select: none;
    pointer-events: none;
    display: block;
    top: 16px;
    background-repeat: no-repeat;
    z-index: 0;
}

.user_beauty_salon ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.user_beauty_salon ul li {
    list-style-type: none;
}

.user_beauty_salon ul li input {
    width: 0;
    height: 0;
    position: absolute;
}

.user_beauty_salon ul li label {
    margin: 0;
    position: relative;
    user-select: none;
    padding-left: 30px;
    cursor: pointer;
}

.user_beauty_salon ul li input:checked~label::before {
    width: 21px;
    height: 21px;
    border: 1px solid #EBACB7;
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    background: #EBACB7;
    display: flex;
    top: 2px;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    z-index: 1;
}


.user_beauty_salon label::after {
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #707070;
}

.btn_reservation_beauty_salon {
    text-align: center;
    margin: 50px 0 0;
}

.btn_reservation_beauty_salon .ctm-btn {
    padding: 9px 70px;
}

.review_beauty .add_comment_product {
    background: transparent;
    padding: 50px 0;
    display: block;
    align-items: center;
}

.sub_packages {
    border: 1px solid #B7B6B6;
}

.img_sub_packages {
    position: relative;
    height: 296px;
}

.img_sub_packages img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caption_img_sub_packages {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.199), #EBACB7);
    position: absolute;
    height: 100%;
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 40px 30px;
    top: 0;
}

.packages .col-lg-4:nth-of-type(2) .caption_img_sub_packages {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.199), #AC394E);
}

.packages .col-lg-4:nth-of-type(3) .caption_img_sub_packages {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.199), #71358E);
}

.text_caption_img_sub_packages {
    width: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.text_caption_img_sub_packages h2 {
    font-size: 26px;
    text-transform: uppercase
}

.text_caption_img_sub_packages span {
    font-size: 22px;
    text-align: center;
}

.text_sub_packages {
    padding: 20px;
}

.text_sub_packages ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    font-family: "font_main";
    font-size: 22px;
}

.btn_sub_packages {
    text-align: center;
    margin: 30px 0 0;
}


section.aboutus {
    overflow: hidden;
}

.vision {
    overflow: hidden;
}

.offers_prodect_page {
    padding: 50px 0;
    background-color: #FEF3F5;
    position: relative;
}

.offers_prodect_page::after {
    content: "";
    background-image: url('../images/bg2.png');
    width: 150px;
    position: absolute;
    user-select: none;
    pointer-events: none;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    height: 150px;
    background-size: contain;
}


.product_detalis .best_protects_index {
    background-image: none;
}

.text_product_detalis > h2 {
    width: 90%;
}


.img_flash_sale_offers {
    height: 290px;
    width: 100%;

}

.img_flash_sale_offers img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.flash_sale_offers a:hover {
    color: #3B3B3B;
}
.sub_lodding h2 {
    font-family: "font_title";
    user-select: none;
    font-size: 30px;
    color: #EBACB7;
}

.loading {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.846);
    display: flex;
    backdrop-filter: blur(8px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.lottie4 {
    max-width: 250px;
}


#search_index .modal-dialog {
    max-width: 70%;
    margin: -6.25rem auto;
}
#search_index .modal-content {
    background-color: transparent;
    border: none;
}
.search_index {
    position: relative;
}
.search_index input {
    background: #fff;
    height: 55px;
}

.search_index button {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    background: transparent;
}
#search_index {
    backdrop-filter: blur(2px);
}
.login_index {
    position: relative;
    cursor: pointer;
}
.sub_login_index {
    position: absolute;
    width: 220px;
    background: #FEF3F5;
    right: -100px;
    text-align: center;
    display: none;
    top: 120%;
    margin: auto;
    padding: 10px;
    display: none;

    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.237);
}
.sub_login_index.active {
    display: block;
}
.sub_login_index ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border: 1px dashed #3B3B3B;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.sub_login_index ul::after {
    content: "";
    background-image: url('../images/bg_contact.png');
    width: 100px;
    height: 100px;
    position: absolute;
    right: -40px;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.sub_login_index ul li a {
    color: #3B3B3B;
}
.sub_login_index ul li {
    display: flex;
    width: 100%;
}

.slider_frist .img_caption_slider::before {
    content: '';
    background-image: url('../images/bg8.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    position: absolute;
    left: -159px;
    animation: rotate 3s linear infinite;

    z-index: 88;
    background-position: center;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
