﻿:root {
    --icon-font: "Font Awesome 6 Pro";
}

.store-features {
    background-color: #131313;
    padding: 30px 0;
}

.store-info h5, .store-info p, .store-info, .store-info a {
    color: #ffffff;
}

    .store-info .fa {
        float: left;
        margin: 0 15px 0 0;
        font-size: 40px;
        vertical-align: middle;
        display: block;
    }

    .store-info h5, .store-info .h5 {
        letter-spacing: 0.05em;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.2;
    }

    .store-info p {
        display: block;
        padding-left: 55px;
    }

p:last-child {
    margin-bottom: 0;
}

.order-conform {
    margin: auto 0px;
}

.order-track {
    display: flex;
    justify-content: space-around;
    position: relative;
}

    .order-track .order-icon {
        background: #000;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.order-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-track .order-icon i {
    font-size: 20px;
    color: #fff;
}

.order-track:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #bc4b51 68%, white 32%);
    border: 1px solid gray;
    z-index: -1;
    top: 25%;
    border-radius: 5px;
}

.shipping-head:hover {
    color: #fff;
}

@media screen and (max-width:767px) {
    .order-data .cart__table--body__list {
        justify-content: start;
    }
}

@media screen and (min-width:0px) and (max-width:900px) {

    .return-contact-details {
        flex-direction: row;
    }

    .order-track {
        margin-top: 20px;
    }

    .banner-title {
        font-size: 15px;
    }
}

.section-template--15379144802375__section_image_Ycna84-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media only screen and (min-width: 768px) {
    .section-template--15379144802375__section_image_Ycna84-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}


.shipping-head img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.mw-blue {
    background: transparent linear-gradient(225deg, #FFFFFF 0%, #F3F8FD 34%, #C9E1F7 100%)0%0%no-repeat padding-box;
}

.mw-orange {
    background: transparent linear-gradient(135deg, #FFFFFF 0%, #FFF2EE 34%, #FFDCD3 100%)0%0%no-repeat padding-box;
}

.sara-btn {
    background: linear-gradient(82.84deg, #bc4b51 .86%, #bc4b51);
    color: #fff;
    transition: all .5s ease;
    cursor: pointer;
    font-size: 16px;
    z-index: 2;
    overflow: hidden;
    padding: 0 24px;
    text-align: center;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    height: 40px;
    border: none;
}

    .sara-btn:hover {
        color: #fff;
    }

.whatsapp-flex {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
}

    .whatsapp-flex a i {
        font-size: 37px;
        color: #fff;
        background-color: #2eb700;
        padding: 8px 11px;
        border-radius: 50%;
    }

.sidebar-float-icons {
    text-align: center;
    position: fixed;
    bottom: 80px;
    left: 30px;
    z-index: 999;
}


.float-icon {
    background: #bc4b51;
    border-radius: 33px;
    padding: 11px;
    margin-bottom: 10px;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: end;
    cursor: pointer;
}

.sidebar-float-icons img {
    width: 30px;
    height: 30px;
}

.about {
    padding-top: 75px;
    padding-bottom: 90px;
    background: #f8f8f8;
}

    .about .about-main {
        padding: 0px;
    }

.about-main .about-left {
    position: relative;
}

    .about-main .about-left img {
        z-index: 9;
        position: relative;
        width: 100%;
        border-radius: 5px;
    }

    .about-main .about-left:after {
        content: '';
        position: absolute;
        width: 330px;
        height: 225px;
        background: url(../../img/shadi/img1.png) no-repeat;
        bottom: -22px;
        right: 0;
    }

.about-right .about-inner h3 {
    margin: 0px;
    font-size: 40px;
    color: #000;
    font-family: 'Gotham Rounded';
    font-weight: 700;
    font-style: normal;
}

.about-right .about-inner h4 {
    margin: 0px;
    font-size: 21px;
    color: #bc4b51;
    font-family: 'Gotham Rounded';
    font-weight: 700;
    font-style: normal;
    padding: 15px 55px 20px 0px;
    line-height: 28px;
}

.about-right .about-inner p {
    margin: 0px;
    color: #4e4e4e;
    font-size: 16px;
    font-family: 'Hind Guntur', sans-serif;
    line-height: 32px;
    padding-right: 15px;
    text-align: justify;
}

.store-details h3 {
    margin-bottom: 15px;
}

.store-details p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

.get-direction {
    margin-top: 10px;
    display: flex;
    column-gap: 20px;
}

    .get-direction a {
        font-size: 15px;
        color: #bc4b51;
        font-weight: 700;
    }

        .get-direction a:hover {
            color: #bc4b51;
        }

.store-details-main {
    background: #fff;
    padding: 20px 20px;
    border-radius: 10px;
}


.review-section {
    background: #fff;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    padding: 50px 20px;
    margin-bottom: 25px;
}

.review-section-user h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #bc4b51;
}

.review-section-user .star-review {
    color: gold;
}

.review-section-user p:last-child {
    font-size: 17px;
    text-align: justify;
}

.th-menu-toggle {
    border: none;
    background: no-repeat;
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

    .th-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: #F5F5F5;
    }

        .th-menu-wrapper .mobile-logo svg {
            max-width: 185px;
        }

    .th-menu-wrapper .th-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: -16.5px;
        top: 25px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 18px;
        z-index: 1;
        color: #fff;
        background-color: #bc4b51;
        border-radius: 50%;
    }

        .th-menu-wrapper .th-menu-toggle:hover {
            background-color: #bc4b51;
            color: #fff;
        }

    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 310px;
        background-color: #fff;
        border-right: 3px solid #bc4b51;
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
        z-index: 1;
    }

    .th-menu-wrapper.th-body-visible {
        opacity: 1;
        visibility: visible;
    }

        .th-menu-wrapper.th-body-visible .th-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 20px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

    .th-mobile-menu ul {
        margin: 0;
        padding: 0 0;
    }

        .th-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none;
        }

            .th-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1;
            }

            .th-mobile-menu ul li a {
                display: block;
                position: relative;
                padding: 12px 0;
                line-height: 1.4;
                font-size: 16px;
                text-transform: capitalize;
                color: #1A1A1A;
                padding-left: 18px;
            }

                .th-mobile-menu ul li a:before {
                    content: '\f105';
                    font-family: var(--icon-font);
                    position: absolute;
                    left: 0;
                    top: 12px;
                    margin-right: 10px;
                    display: inline-block;
                }

            .th-mobile-menu ul li.th-active > a {
                color: #bc4b51;
            }

                .th-mobile-menu ul li.th-active > a:before {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

            .th-mobile-menu ul li ul li {
                padding-left: 20px;
            }

                .th-mobile-menu ul li ul li:last-child {
                    border-bottom: none;
                }

        .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: #F6F2F1;
            color: #1A1A1A;
            box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
            border-radius: 50%;
        }

            .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
                content: '\f067';
                font-family: var(--icon-font);
            }

        .th-mobile-menu ul .menu-item-has-children > a:after {
            content: "\f067";
            font-family: var(--icon-font);
            width: 22px;
            height: 22px;
            line-height: 22px;
            display: inline-block;
            text-align: center;
            font-size: 12px;
            border-radius: 50px;
            background-color: #F6F2F1;
            float: right;
            margin-top: 1px;
        }

        .th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
            content: '\f068';
        }

        .th-mobile-menu ul .menu-item-has-children.th-active > a:after {
            content: "\f068";
        }

    .th-mobile-menu > ul {
        padding: 0 40px;
    }

        .th-mobile-menu > ul > li:last-child {
            border-bottom: none;
        }
        .categories-all-item i{
        display:none
    }
@media screen and (max-width:900px) {
    #scroll__top {
        bottom: 30px;
    }

    .main__header--inner {
        flex-direction: row-reverse;
    }

    .main__logo--img {
        max-width: 220px;
    }

    .header__account.header__account2 {
        display: none;
    }

    .header__topbar--inner {
        flex-direction: column-reverse;
        row-gap: 5px;
    }

    .header__shipping {
        column-gap: 15px;
    }

    .language__currency {
        padding: 0;
    }

    .custom-address-justify {
        flex-wrap: wrap;
        column-gap: 15px;
        justify-content: center;
        padding: 0;
    }

    .home2__slider--bg {
        height: 300px !important;
    }

    .hero__slider--items__inner {
        padding: 19rem 0 0rem;
    }

    .about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-inner {
        margin-top: 50px;
    }

    .about-right .about-inner h3 {
        font-size: 35px;
    }

    .about-right .about-inner h4 {
        padding: 15px 0 20px 0px;
    }

    .about-right .about-inner p {
        padding-right: 0;
    }
    .review-section-user h3{
        margin-top:15px;
    }
    .categories-all-item{
        display:flex;
        justify-content:space-between;
        align-items: baseline;
    }
    .categories-all-item i{
        display:inline-block
    }
    .widget__categories--menu{
        display:none;
        overflow: hidden;
    }
    .single__widget.widget__bg{
        margin-bottom:15px;
    }
    .instagram__thumbnail a img{
        width: 12rem;
    }
    .social__title{
        font-weight: 700;
        margin-top: 15px;
    }
    .banner__items--thumbnail__img{
        height:400px !important;
        object-fit:cover;
        object-position:top;
    }
    .product__details--tab{
        justify-content:center;
    }
   
}
