.icon-bar {
    position: fixed;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 6px;
    transition: all .3s ease;
    color: #fff;
    font-size: 20px
}

.icon-bar a:hover {
    background: #16a334
}

.facebook1 {
    background: #3b5998;
    color: #fff
}

.whatsapp1 {
    background: #48c257;
    color: #fff
}

.zomato {
    background: #cb1f30;
    color: #fff
}

.amazon1 {
    background: #151312;
    color: #fff
}

.linkedin {
    background: #007bb5;
    color: #fff
}

.youtube {
    background: #b00;
    color: #fff
}

.instagram1 {
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff
}

.triangle {
    background: url('../images/noksha2.png') repeat-x;
    -webkit-animation: arrows 1s infinite;
    animation: arrows 1s infinite;
}

.triangle-no-animate {
    background: url('../images/noksha2.png') repeat-x;
    margin-bottom: -16px;
}

.triangle1 {
    background: url('../images/noksha3.png') repeat-x;
    -webkit-animation: arrows 1s infinite;
    animation: arrows 1s infinite;
}

.triangle-no-animate1 {
    background: url('../images/noksha3.png') repeat-x;
    margin-top: 0px;
}

/* Standard syntax */
@keyframes arrows {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: 32px 0px;
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes arrows {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: 32px 0px;
    }
}

.text-bg-1 {
    padding: 10px 38px;
    font-size: 49px;
    font-weight: 800;
    background: #ffd7db;
    border-bottom: 4px solid #503620;
    width: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.brown-head {
    background: #ffd7db;
    text-align: center;
    color: #7b5333;
    padding: 6px;
    border-radius: 50px;
    margin: 0 auto;
    width: 70%;
}

.b-left {
    background: #ffd7db;
    text-align: center;
    color: #7b5333;
    padding: 6px;
    border-radius: 50px;
    margin: 0 auto;
    width: 70%;
    position: absolute;
    bottom: 108px;
    left: 58px;
}

.b-left-1 {
    background: #ffd7db;
    text-align: center;
    color: #7b5333;
    padding: 6px;
    border-radius: 50px;
    margin: 0 auto;
    width: 70%;
    position: absolute;
    bottom: 42px;
    left: 58px;
}

.b-left-2 {
    background: #ffd7db;
    text-align: center;
    color: #7b5333;
    padding: 6px;
    border-radius: 50px;
    margin: 0 auto;
    width: 70%;
    position: absolute;
    bottom: 42px;
    left: 58px;
}

.brn-bg {
    padding: 5px 30px;
    background: #eeb3b9;
    border-radius: 50px;
}

.green-t {
    color: #48c257;
    font-weight: 600;
}

.page-title {
    position: relative;
    overflow: hidden;
    background-position: center bottom;
    background-size: cover;
}

.pd-14 {
    margin-top: 14%;
}



.t-l {
    text-align: left;
}

@media (max-width: 768px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .product-grid4 .product-content .nice-select {
        -webkit-tap-highlight-color: transparent;
        background-color: #fff;
        border-radius: 4px;
        border: solid 1px #e8e8e8;
        box-sizing: border-box;
        clear: both;
        cursor: pointer;
        display: block;
        float: left;
        font-family: inherit;
        font-size: 13px;
        font-weight: 400;
        height: 30px;
        line-height: 15px !important;
        outline: 0;
        padding-left: 4px;
        padding-right: 30px;
        position: relative;
        text-align: left !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
        width: 100%;
    }

    .h1,
    h1 {

        font-size: 28px;
    }

    .customer_block {
        width: 92% !important;
        height: 148px !important;
        border: 2px solid #e1e1e1;
        border-radius: 5px;
        margin: 20px 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 15px 15px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1503620;
        -moz-perspective: 1503620;
        -ms-perspective: 1503620;
        perspective: 1503620;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: border-color .4s ease-in-out;
        -moz-transition: border-color .4s ease-in-out;
        transition: border-color .4s ease-in-out;
        color: #503620;
    }

    .testimonial-wrap:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        width: 100.5%;
        height: 101.5%;
        border: 1px solid #d8d8d8;
        border-radius: 23px;
    }

    .testimonial .textbox {
        font-size: 14px !important;
        color: #3b3b3b;
        line-height: 31px;
        text-align: center;
        min-height: 70px;
        font-family: georgia;
        overflow: hidden;
        font-style: italic;
    }

    .testimonial-wrap {
        border: 1px solid #c8c8c8;
        margin: 5px 15px 30px 0;
        padding: 20px 0 0;
        position: relative;
        display: block;
        min-height: 281px;
        border-radius: 23px;
        background: #f4f4f452;
    }

    .pink-bg {
        background: #f8bbc3;
        position: relative;
        TOP: 85PX !important;
        padding-top: 5px !important;
        padding-bottom: 5px;
    }

    .p700 {
        padding: 85px 0;
    }

    #faq .card .card-header .btn-header-link.collapsed:after {
        content: "\f106";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right !important;
    }

    #faq .card .card-header .btn-header-link.collapsed:after {
        content: "\f107" !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right !important;
    }

    #breadcrumb {
        padding-top: 0px;
    }

    .brown-head {
        background: #ffd7db;
        text-align: center;
        color: #7b5333;
        padding: 6px;
        border-radius: 50px;
        margin: 0 auto;
    }

    .pink-bg-1 {
        background: #eeb3b9;
        padding: 30px;
    }

    .brown-bg-1 {
        background: #7b5333;
        padding: 30px;
    }

    .wt {
        color: #fff;
    }

    .text {
        color: #7b5333;
        font-size: 18px;
        position: absolute;
        top: 90%;
        right: auto;
        left: 50%;
        font-family: 'Della Respira', serif;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .light-pink-bgm {
        background: #fff7f8;
        padding-top: 50px;
        padding-bottom: 60px;
    }


    .brn-bg {
        background: #eeb3b9;
        border-radius: 50px;
        width: 80%;
        font-size: 16px;

    }

    .pd-14 {
        margin-top: 34%;
    }


    .t-l {
        text-align: center;
    }



    .text-bg-1 {
        padding: 10px 38px;
        font-size: 26px;
        font-weight: 800;
        background: #ffd7db;
        text-align: center;
        width: 100%;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom: 0px solid #503620;
    }

    .breadcrumb {
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.75rem 1rem;
        margin-bottom: 1rem;
        list-style: none;
        border-radius: 0.25rem;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: 0;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    .testimonial .textbox {
        font-size: 12px !important;
        color: #3b3b3b;
        line-height: 21px !important;
        text-align: center;
        min-height: 70px;
        font-family: georgia;
        overflow: hidden;
        font-style: italic;
    }

    .pink-bg {
        background: #f8bbc3;
        position: relative;
        TOP: 85PX !important;
        padding-top: 5px !important;
        padding-bottom: 5px;
    }

    .br-23 {
        border-radius: 23px;
        overflow: hidden;
        height: auto !important;
    }

    .brown-head {
        background: #ffd7db;
        text-align: center;
        color: #7b5333;
        padding: 6px;
        border-radius: 50px;
        margin: 0 auto;
        font-size: 16px;
    }

    .wt {
        color: #fff;
    }

    .text {
        color: #7b5333;
        font-size: 18px;
        position: absolute;
        top: 90%;
        right: auto;
        left: 50%;
        font-family: 'Della Respira', serif;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .brn-bg {
        background: #eeb3b9;
        border-radius: 50px;
        width: 100%;
        font-size: 14px;

    }

    .pd-14 {
        padding-top: 25% !important;
    }

    .t-l {
        text-align: center;
    }

    .text-bg-1 {
        padding: 10px 38px;
        font-size: 26px;
        font-weight: 800;
        background: #ffd7db;
        width: 100%;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        text-align: center;
        border-bottom: 0px solid #503620;
    }

    .breadcrumb {

        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.75rem 1rem;
        margin-bottom: 1rem;
        list-style: none;
        border-radius: 0.25rem;
        text-align: center;
        margin: 0 auto;
    }
}


@media (max-width: 400px) {
    .video-poster {
        background: url(../images/1860a123.jpg);
        background-repeat: no-repeat;
        position: absolute;
        background-size: cover;
        height: 335px !important;
        width: 100%;
    }

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        border: 0;
    }

    .testimonial .textbox {
        font-size: 12px !important;
        color: #3b3b3b;
        line-height: 21px !important;
        text-align: center;
        min-height: 70px;
        font-family: georgia;
        overflow: hidden;
        font-style: italic;
    }

    .br-23 {
        border-radius: 23px;
        overflow: hidden;
        height: auto !important;
    }

    .brown-head {
        background: #ffd7db;
        text-align: center;
        color: #7b5333;
        padding: 6px;
        border-radius: 50px;
        margin: 0 auto;
        font-size: 16px;
    }

    .wt {
        color: #fff;
    }

    .text {
        color: #7b5333;
        font-size: 18px;
        position: absolute;
        top: 90%;
        right: auto;
        left: 50%;
        font-family: 'Della Respira', serif;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .brn-bg {
        background: #eeb3b9;
        border-radius: 50px;
        width: 100%;
        font-size: 9px;
    }

    .pd-14 {
        padding-top: 25% !important;
    }

    .t-l {
        text-align: center;
    }

    .text-bg-1 {
        padding: 10px 38px;
        font-size: 20px;
        font-weight: 800;
        background: #ffd7db;
        text-align: center;
        width: 100%;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom: 0px solid #503620;
    }

    .breadcrumb {
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.75rem 1rem;
        margin-bottom: 1rem;
        list-style: none;
        border-radius: 0.25rem;
        text-align: center;
        margin: 0 auto;
    }
}





.brn-bg {
    width: 140px;
    padding: 5px 30px;
    background: #eeb3b9;
    border-radius: 50px;
}

:host {
    display: inline-block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap;
    background: #ffd7db !important;
    padding: 6px;
}

.icon-menu:before {
    content: "\e601";
    color: #7d5336;

}


.overflow-hidden {
    overflow: hidden;
}






@media only screen and (max-width: 999px) and (min-width: 775px) {

    .phone-logo img {
        width: 107px;
        margin: 10px auto;
        text-align: center;
        margin-right: 32px;
    }

    #faq .card .card-header .btn-header-link:after {
        content: "\f107";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right !important;
    }


}



.icon-menu123 {

    color: #7d5336;

}


#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right !important;
}



.brn-bg {
    width: 159px !important;
    padding: 5px 30px;
    background: #eeb3b9;
    border-radius: 50px;
}



.pink-bg {
    background: #f8bbc3;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    top: -10PX;
}






.wrapper-1 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper-2 {
    padding: 30px;
    text-align: center;
}

.pageserror {
    font-family: 'Kaushan Script', cursive;
    font-size: 4em;
    letter-spacing: 3px;
    color: #f19da5;
    margin: 0;
    margin-bottom: 20px;
}

.thank {
    font-family: 'Kaushan Script', cursive;
    font-size: 4em;
    letter-spacing: 3px;
    color: #f19da5;
    margin: 0;
    margin-bottom: 20px;
}

.go-home {
    color: rgb(255, 255, 255);
    background: rgb(233 143 151);
    border: none;
    padding: 10px 50px;
    margin: 30px 0px;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: rgb(245 157 165 / 55%) 0px 10px 16px 1px;
}

.footer-like {
    margin-top: auto;
    background: #D7E6FE;
    padding: 6px;
    text-align: center;
}


@media (min-width:360px) {
    .thank {
        font-size: 4.5em;
    }

    .go-home {
        margin-bottom: 20px;
    }
}

.content {
    max-width: 1000px;
    margin: 0 auto;
}

.wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;

    box-shadow: 4px 8px 40px 8px rgb(255 215 219 / 55%);
}

@media (max-width:600px) {

    .content {
        max-width: 1000px;
        margin: 0 auto;
    }

    .pageserror {
        font-family: 'Kaushan Script', cursive;
        font-size: 2em;
        letter-spacing: 3px;
        color: #f19da5;
        margin: 0;
        margin-bottom: 20px;
    }

    .wrapper-1 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 50px;
        box-shadow: 4px 8px 40px 8px rgb(255 215 219 / 55%);
    }

    .video-poster {
        background: url(../images/1860a123.jpg);
        background-repeat: no-repeat;
        position: absolute;
        background-size: cover;
        height: 338px;
        width: 100%;
    }
}

.wrapper-2 p {
    margin: 0;
    font-size: 1.3em;
    color: #cf9ca1;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 1px;
}

.product-grid4 .title,
.product-grid-w .title,
.product-grid .title {
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 14px 0 7px;
    margin-bottom: 29px;
    transition: all .3s ease 0s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.overflow-hidden .js-video {
    height: 400px;
    width: 100%;
    background: transparent;
    position: relative;
    margin: 10% auto;
}

.play i {
    position: absolute;
    left: 45%;
    top: 41%;
    color: #e78b95;
    font-size: 65px;
    background: #fff;
    border-radius: 50%;
    height: 43px;
    width: 51px;
    line-height: 49px;
    z-index: 2;
}

.video-poster {
    background: url('../images/21916.jpg');
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    height: 400px;
    width: 100%;

}

.play i:hover {
    cursor: pointer;
}

.js-video iframe {
    z-index: 5;
    position: relative;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: 0;
}

.iframe123 {
    position: relative !important;
    width: 94%;
    height: 400px;
    border: 0;
    margin: auto;
    margin-bottom: 40px;
}

.pageimg {
    position: relative !important;
    top: 40px;

    height: 231px !important;

}


::-webkit-scrollbar {
    width: 8px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff7f8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(245, 213, 219);
    height: 100px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(95, 52, 21, 0.521);
}



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #af2625;
    opacity: 0.5;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    opacity: 1 !important;
    cursor: pointer;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #af2625;
    opacity: 0.5;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    opacity: 1 !important;
    cursor: pointer;
}

.dashboard-image img {
    width: 100%;
    height: 150px;
}

/* profile */

.avatar-upload {
    position: absolute;
    max-width: 150px;
    margin: 0px auto;
    top: 42px;
    left: 0;
    right: 0;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 138px;
    height: 138px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.user-nav-pills {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(2px + (7 - 2) * ((100vw - 320px) / (1920 - 320)));
    margin: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) 0 6px;
}

.user-nav-pills .nav-item {
    width: 100%;
    display: block;
}

.dashbord .active {
    background-color: #dcb1b6 !important;
}

.dashbord a {
    font-size: 16px;
    line-height: 25px;
    color: #503620;
    font-weight: 600;
    letter-spacing: 1px;

}

.dashbord i {
    margin: 0px 5px;
    font-size: 25px;
    position: relative;
    top: 3px;

}

.dashboard-right-sidebar {
    background-color: #f8f8f8;
    padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 8px;
    height: 100%;
}



a {
    color: #926267;
    font-size: 16px;
}


.nice-select {

    width: 100%;
    color: #503620 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
    outline: none !important;
    padding: 8px 12px;

}


/* address */
.delivery-address-box {
    border-radius: 8px;
    padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    height: 100%;
    -webkit-box-shadow: 0 0 9px rgb(0 0 0 / 7%);
    box-shadow: 0 0 9px rgb(0 0 0 / 7%);
}


.delivery-address-box>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.delivery-address-box>div .form-check .form-check-input {
    width: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    height: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 2px;
}



.video-Tag {
    color: #825338;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    top: -80px;
    font-size: 30px;
    text-shadow: 2px 2px 2px #825338;
    z-index: 9999;
    width: 30px !important;
    margin: auto;
    z-index: 999;
}

@media (max-width: 1150px) {
    .video-Tag {
        top: -70px;
    }
}

@media (max-width: 992px) {
    .video-Tag {
        top: -55px;

    }
}

@media (max-width: 450px) {
    .video-Tag {
        top: -64px;

    }
}

@media (max-width: 366px) {
    .video-Tag {
        top: -48px;

    }
}




/* slider */
.videopro .modal-dialog {

    max-width: 800px;
    margin: 30px auto;
}



.videopro .modal-body {
    position: relative;
    padding: 0px;
}

.videopro .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}


/* swiper slider */
.swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    width: 100%;
}

.mySwiper {
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none
}

/* tabs */
.b-tab {
    display: none;
}

.b-tab.active {
    display: block;
}

.b-nav-tab {
    display: inline-block;
    width: 50px;
    padding: 1px 2px;
    height: 50px;
    float: left;
    margin: 10px 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    border-radius: 4px;
}

.b-nav-tab.active {
    box-shadow: 0px 0px 2px 2px rgb(246 176 184);
}