.list-view-con-sec{
    /*display:none !important;*/
}
.view-button-toggle-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.grid-view-btn, .list-view-btn{
    cursor: pointer;
    display:inline-block;
}
.grid-view-btn i, .list-view-btn i{
    font-size: 24px;
}
.grid-view-btn{
    margin-right:8px;
}

.grid-view-btn{
    color:#f32129;
}



#detail-info-section-con{
    padding-top: 20px !important;
}

#detail-info-section-con .detail-info-section-top-box-con{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

#detail-info-section-con .detail-info-section-top-box-right-con{
    width:50px;
}
#detail-info-section-con .detail-info-section-top-box-left-con{
    width:100%;
}
#detail-info-section-con .detail-info-section-top-box-left-inner-con{
    width:100%;
    display: flex;
    justify-content: flex-end;
}
#detail-info-section-con .detail-info-section-top-box-left-inner-con i{
    font-size: 24px;
    display:inline-block;
}
#detail-info-section-con .detail-info-section-top-box-left-inner-con i:first-child{
    margin-right: 8px;
}
#detail-info-section-con .detail-info-section-content-box-con{
    padding-right: 0px !important;
    margin-top: 8px !important;
}
#detail-info-section-con .detail-info-section-top-box-left-top-con{
    display: flex;
    justify-content: flex-start;
}
#detail-info-section-con .detail-info-section-top-box-left-top-left-con{
    margin-right: 8px;
}
#detail-info-section-con .detail-info-section-top-box-left-top-left-con .detain-info-icon{
    color:orange;
    font-size: 12px;
}
#detail-info-section-con .detail-info-section-rating{
    font-size: 12px;
}
#detail-info-section-con .brand-name-h{
    font-size: 12px;
}
#detail-info-section-con .brand-name-items{
    font-size: 12px;
}
#detail-info-section-con .detail-info-section-content-box--inner-con{
    margin-left: -9px !important;
    margin-right: -9px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
}
#detail-info-section-con .detail-info-section-table-content{
    padding-left: 8px !important;
}
#detail-info-section-con .detail-info-section-table-head-info{
    /*word-break: break-all;*/
}
#detail-info-section-con .detail-info-section-table-content-info{
    word-break: break-all;
}
#detail-info-section-con .item-detail-qty-input{
    width:62px !important;
}
#detail-info-section-con .item-detail-color-select span{
    width:200px !important;
}
#detail-info-section-con .item-detail-qty-input-con{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#detail-info-section-con .item-detail-qty-input-text-content{
    display:inline-block;
    margin-left:8px;
    color:red;
}
#detail-info-section-con .brand-name-h{
    color:#0381ec;
}
#detail-info-section-con .detail-info-section-content-bottom-box-inner-con{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: white !important;
}
#detail-info-section-con .item-detail-price{
    font-size: 26px !important;
    color: #f12814 !important;
    line-height: 26px !important;
}
#detail-info-section-con .item-detail-discount-price{
    font-size: 13px !important;
    color: gray !important;
    text-decoration: line-through !important;
    margin-left: 2px;
}
#detail-info-section-con .item-detail-discount-perc{
    display: inline-block !important;
    color: black !important;
    margin-left: 6px !important;
}
#detail-info-section-con .add-to-cart-item-detail{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.toggle-section-container{
    height: 400px;
    overflow: hidden;
    position: relative;
    display: block;
    /*transition: height 1s;*/
}


.toggle-section-more-tn-con{
    /*    position: absolute;
        bottom: 0px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(8px);
        padding-top: 20px;*/

    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* backdrop-filter: blur(8px); */
    padding-top: 42px;
    background-color: transparent;
    background-image: linear-gradient(360deg, white, white, rgba(255, 2555, 255, 0.8), transparent);

}
.toggle-section-more-tn-con a{
    width: auto;
    display: inline-block
}
@media(min-width:1024px){
    .sticky-pos-sidbar-con{
        position: sticky;
        top:0px;
    }
}

.menu-list-column-con .price-column-con .price-column-price-content{
    font-size: 26px !important;
    color: #f12814 !important;
    line-height: 26px !important;
}
.menu-list-column-con .price-column-con .price-column-discount-content{
    font-size: 13px !important;
    color: gray !important;
    text-decoration: line-through !important;
    margin-left: 2px;
}
.menu-list-column-con .price-column-con .price-column-doscount-perc-content{
    display: inline-block !important;
    color: black !important;
    margin-left: 6px !important;
}
.menu-list-column-con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.menu-list-column-con .menu-list-column-col2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}
.menu-list-column-con .price-column-con{
    margin-right:32px;
}
@media(min-width:1025px){
    .menu-list-column-con .media{
        width:60%;
    }
    .menu-list-column-con .menu-list-column-col2{
        width:40%;
    }
    .menu-list-column-con .price-column-con{
        width: 55%;
    }
}
@media(max-width:1024px){
    .menu-list-column-con {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .menu-list-column-con .menu-list-column-col2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
    }
    .menu-list-column-con .menu-list-column-col2 .button-column-con {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .menu-list-column-con .menu-list-column-col2 .button-column-con .product-variaty-add-btn {
        display: inline-block !important;
        margin-top: 0px !important;
        margin-left: 12px !important;
    }
}


.owl-carousel-center-align-btn .owl-nav button{
    transform: translateY(-13px);
}


.menu-list-column-con .menu-list-column-col2 .button-column-con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-list-column-con .menu-list-column-col2 .button-column-con .product-variaty-add-btn{
    display: inline-block;
    margin-top: 8px;
}





/*Popup Slider*/
.poup-banner-sec{
    display:block;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index: 9999999999999999999999999999999999999;
    padding:20px;
    /*background:transparent;*/
    background: rgba(0,0,0,0.5);
}
.poup-banner-con{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;

    /*    overflow: auto;
        padding-top: 80px;*/
}
.poup-banner-content-con{
    width:100%;
    height:auto;
    max-width:600px;
    max-height:600px;
    /*max-width:750px;*/
    /*max-width: calc(100% - 250px);*/
    /*    border: 25px solid white;*/
}

@media(min-width:1024px){
    .poup-banner-content-con{
        border: 25px solid white;
    }
}

@media(max-width:767px){
    .poup-banner-content-con{
        /*max-width: 65%;*/
        max-width: 90%;
    }
    /*    .poup-banner-con{
            overflow: auto;
            padding-top: 180px;
        }*/
}
@media(max-width:767px) and (min-width:481px){
    .poup-banner-con{
        overflow: auto;
        padding-top: 180px;
    }
}
@media(max-wdith:480px){
    .poup-banner-content-con{
        /*max-width: 65%;*/
        max-width: 90%;
    }
}

.poup-banner-content-inner-con{
    width:100%;
    height:100%;
    position:relative;
}
.poup-banner-content-img{
    width:100%;
    height:auto;
}
.poup-banner-close-btn{
    position: absolute;
    top: -21px;
    right: -17px;
    color: white;
    background: red;
    font-size: 30px !important;
    padding: 6px;
    /*line-height: 29px;*/
    line-height: 42px;
    height: fit-content;
    border-radius: 50%;
    /*    width: 40px;
        height: 40px;*/
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    z-index: 9;
}
@media(min-width:1024px){
    .poup-banner-close-btn{
        top: -45px;
        right: -45px;
    }
}


.poup-banner-content-con{
    /*opacity:0;*/
    animation: popup-animation-inner ease-in-out 1s;
    /*, popup-animation-inner-active linear 3.3s infinite;*/

}
@keyframes popup-animation-inner{
    0%{
        opacity:0;
        transform:translateY(-30px);
    }
    100%{
        opacity:1;
        transform:translateY(0px);
    }
}
/*@keyframes popup-animation-inner-active{
    0%{
        opacity:1 !important;
    }
    100%{
        opacity:1 !important;
    }
}*/



@media(min-width:376px) and (max-width:667px){
    .poup-banner-content-con{
        max-width: 60% !important;
    }
}

.poup-banner-sec.poup-banner-sec-item_detail_gallery{
    display: none;
}




button.slick-next {
    right: 25px !important;
}
@media(min-width:1024px){
    button.slick-next {
        /*right: -25px !important;*/
        right: 44px !important;
    }
    button.slick-prev {
        /*left: -50px !important;*/
        left: 22px !important;
    }
}



/*End Popup Slider*/



/*Splash Window 6*/

.poup-banner-sec.splash-window-6 .poup-banner-content-inner-con {
    /*padding: 15px;*/
    padding: 15px 22.5px;
}
.poup-banner-sec.splash-window-6 .splash-window-6-item-column:nth-child(1),
.poup-banner-sec.splash-window-6 .splash-window-6-item-column:nth-child(2),
.poup-banner-sec.splash-window-6 .splash-window-6-item-column:nth-child(3) {
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
}
.poup-banner-sec.splash-window-6 .poup-banner-content-inner-con{
    backdrop-filter: blur(30px);
}
.poup-banner-sec.splash-window-6 .splash-window-6-item-column{
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}
@media(max-width:1024px){
    .poup-banner-sec.splash-window-6{
        display: none !important;
    }
}

/*End Splash Window 6*/





/*Splash Window 1*/

@media(max-width:1024px){
    .poup-banner-sec.splash-window-1{
        display: none !important;
    }
}
.poup-banner-sec.splash-window-6 .poup-banner-content-con{
    max-width: 980px;
    max-height: 980px;
}


/*End Splash Window 1*/


/*Temp*/
.poup-banner-sec.splash-window-6{
    display: none !important;
}
.poup-banner-sec.splash-window-1{
    display: none !important;
}
/*End Temp*/

.badge.badge-inline-cus{
    display:inline !important;
}

.pointer_style_cursor{
    cursor : pointer;
}

.full_width_loading{
    width: 100%;
    height: 100%;
    position: fixed !important;
    background: rgba(0,0,0,0.5);
    /*opacity:0;*/
    padding: 60px;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    display: none;
    align-items: center;
    justify-content: center;
    color: white;
}

.item-detail-discount-price{
    font-size: 13px !important;
    color: gray !important;
    text-decoration: line-through !important;
    margin-left: 2px;
}

.out-of-stock{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    display:none;
}
.out-of-stock.out-of-stock-active{
    display:block;
}



/*Popup Item Detail*/

.item-detail-popup-slider-sec-single-img .item-detail-popup-slider-img{
    max-width:550px;
    /*max-width:100%;*/
}
.item-detail-popup-slider-sec-single-img .slick-track{
    width:550px !important;
}

.item-detail-popup-slider-sec-single-img-mobile .slick-list div.slick-track.slick-track-cus{
    width:auto !important;
}

#gallery .item_details_gallery_popup{
    padding: 3px 5px !important;
    font-size: 14px !important;
    line-height: 14px !important;
    /* box-shadow: 0px 0px 3px 1px #908f8f; */
    border: 0.3px black solid !important;
    font-weight: 600 !important;
}

/*Popup Item Detail*/



/*Site status Animation*/


.testing-mode {
    position: fixed;
    left: -5px;
    bottom: 50px;
    background-color: #fff;
    color: #ff2323;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
    text-transform: uppercase;
    width: 158px;
    height: 30px;
    border-radius: 5px;
    z-index: 9999;
}

.beacon {
    position: absolute;
    top: 7px;
    /*//right: 7px;*/
    right: 6px;
    background-color: #ff2323;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
}

.beacon:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-color: #ff2323;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 8px #ff2323;
    -webkit-animation: active 2s infinite linear;
    animation: active 2s infinite linear;
    z-index: 99999;
}


@-webkit-keyframes active{
    0%{
        -webkit-transform:scale(.3);
        opacity:1;
    }
    70%{
        -webkit-transform:scale(4.5);
        opacity:0;
    }
    100%{
        opacity:0;
    }
}

@keyframes active{
    0%{
        transform:scale(.3);
        opacity:1;
    }
    70%{
        transform:scale(4.5);
        opacity:0;
    }
    100%{
        opacity:0;
    }
}


/*Online*/

.testing-mode.online-site-mode {
    position: fixed;
    left: -5px;
    bottom: 50px;
    background-color: #fff;
    color: green;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
    text-transform: uppercase;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    z-index: 9999;
}

.beacon.online-site-mode {
    position: absolute;
    top: 7px;
    /*//right: 7px;*/
    right: 6px;
    background-color: green;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
}

.beacon.online-site-mode:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-color: green;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 8px green;
    -webkit-animation: active 2s infinite linear;
    animation: active 2s infinite linear;
    z-index: 99999;
}

/*End Site status Animation*/


.footer-link-ul-elmt li{
    list-style: outside disc !important;
}
.footer-link-ul-elmt li::marker {
    color: white;
    margin-left: 16px;
}


.inner-page-custom-cover-photo-elmt{
    display:block !important;
    width:100% !important;
    height:auto !important;
}


.dis-inl_block{
    display:inline-block !important;
}


.footer-sec-elmt{
    padding-top:0px !important;
    padding-bottom:0px !important;
    padding-right:0px !important;
    padding-left:0px !important;
    /*background: url('http://localhost/smart-ebookings/runningimages/property/shop1/735e85a052eacd321c93bfe667680067.jpg');*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.footer-con-elmt{
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding-top:64px !important;
    padding-bottom:64px !important;
    padding-right:120px !important;
    padding-left:120px !important;
}
@media(max-width:1025px){
    .footer-con-elmt{
        padding-left:32px !important;
        padding-right:32px !important;
    }
}
@media(max-width:667px){
    .footer-last-child-elmt{
        margin-top: 32px;
    }
}
@media(max-width:481px){
    .footer-con-elmt{
        padding-left:15px !important;
        padding-right:15px !important;
    }
}


/*login*/
/*iframe{
    width:100% !important;
}
.haAclf{
    width:100% !important;
}
#container{
    width:100% !important;
}*/


.socila-btn-con-elmt{
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
}
.login-right-side-con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.social-btn-i.social-btn-i-fb {
    display: block;
    float: left;
    text-align: center;
    width: auto;
    border-right: 1px solid;
    padding-right: 13px;
}

.login-social-btn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
}
.login-social-btn-col{

}
.login-social-btn-col .form-group{
    text-align: center;
}
.login-social-btn-col .form-group label{
    display: none !important;
}
.login-buton-set-con{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
    gap: 0px;
}
.login-buton-set-col{

}
.login-buton-set-col-sign-in-btn{
    /*idth: 100%;*/
    width: 120px;
    min-width: 120px;
    max-width: unset;
    margin-bottom: -5px;
}
.login-buton-set-col-forot-pass-link{

}

.sign-in-pg-selerator{
    margin-top: 32px !important;
    margin-bottom: 12px !important;
}

@media(max-width:481px){
    .login-social-btn {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        gap: 0px;
        width: 100%;
    }
    .login-social-btn-col {
        width: 100%;
    }
    .login-social-btn-sec{
        margin: 15px !important;
    }
}

.seb-cp-active.button-color-primary{
    min-width: 120px;
}

.about-info-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    row-gap: 8px;
}
.about-info-con p{

}
.about-info-con p i{
    font-size: 22px;
    display: inline-block;
    margin-top: 0px;
    transform: translate(2px, 2px);
}

.about-row-sec bg-white{

}
.about-row-sec bg-white p{

}

.about-row-sec p{
    font-size: 15px;
    color: black;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-bottom:0px !important;
}
.main-h-elmt{
    margin-bottom:14px !important;
}
.sub-h-elmt{
    margin-bottom: 12px !important;
    font-size: 18px;
}

.about-opening-hours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}
.about-opening-hours p{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.about-opening-hours p i{
    font-size: 22px;
    display: inline-block;
    margin-top: 0px;
    transform: translate(2px, 2px);
}

.mg-lf-unsetter-elmt{
    margin-left:0px !important;
    margin-right:0px !important;
}
.about-map-elmt{
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 240px;
}

.more-info-sec-con{
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.more-info-sec-con a{
    color: black !important;
    cursor: pointer;
    background-color: #e1e1e1;
    white-space: nowrap;
}

.pad-lr-unsetter-elmt{
    padding-left:0px !important;
    padding-right:0px !important;
}

.signup-fb-button-elmt{
    width:220px !important;
}
.signup-fb-button-elmt i{
    /*    display: block;
        float: left;
        text-align: center;
        width: auto;
        border-right: 1px solid;
        padding-right: 13px;*/
}

.shop-login-pg-sm-con-signup > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    row-gap: 6px;
}
.button-elmt-max-width{
    max-width:120px;
    width:100%;
}



/*Calender UI*/
.day-calender-master-sec-switch{
    display: block;
}
.day-calender-master-sec{
    display:flex;
    flex-direction:column;
}
.day-calender-ctrl-con{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 12px;
    padding: 0px 0px;
}

.day-calender-ctrl-left{

}
.day-callender-date{
    margin-bottom:0px !important;
}
.day-callender-date-elmt{
    width: 300px;
    max-width: 300px;
}

.day-calender-ctrl-right{

}
.day-calender-arrows{
    display:inline-flex;
    align-items:center;
    justify-content: center;
    gap:12px;
}
.day-calender-arrows-left{
    font-size: 32px;
    cursor: pointer;
}
.day-calender-arrows-right{
    font-size: 32px;
    cursor: pointer;
}


.day-calender-sec, .day-calender-sec *{
    box-sizing: border-box;
}
.day-calender-sec{
    width:100%;
    display:block;
    background-color:white;
    overflow-x: auto;
}
.day-calender-con{
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

    /*min-width:1200px;*/
}


/*Heading*/
.day-calender-heading-con{
    width:100%;
    display:block;
}
.day-calender-heading-con-body{
    width:100%;
    display:block;
}

.day-calender-heading-con-body-row{
    width:100%;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: 0.1px solid #b5b5b5;
    border-bottom: none !important;
}
.day-calender-heading-con-body-row-item{
    width: calc((100% / 7)* 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1px solid #b5b5b5;
    border-bottom: none;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    padding: 8px 6px;
    background-color: #f3f3f3;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}
/*End Heading*/


/*Body*/
.day-calender-day-con{
    width:100%;
    display:block;
}
.day-calender-day-con-body{
    width:100%;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 0.1px solid #b5b5b5;
}
.day-calender-day-con-body-row{
    width:100%;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}
.day-calender-day-con-body-row-item{
    width: calc((100% / 7)* 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    aspect-ratio: 1 / 1;
    border: 0.1px solid #b5b5b5;
    border-collapse: collapse;
    /* cursor:pointer; */
}
.day-calender-day-con-body-row-item:hover{
    background-color: rgb(247 247 247 / 60%);
}


.day-calender-item_date{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 19px;
    line-height: 1;
    background-color: #4b59ff;
    color: white;
    padding: 3px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 400;
}
.day-calender-item_count{
    position: relative;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 500;
    color: black;
    text-align: center;
    display:none;
}
.day-calender-item_count-2{
    position: relative;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: black;
    text-align: center;
    display:none;
}
.day-calender-item_out-of-stock{
    position: absolute;
    bottom: 2px;
    font-size: 13px;
    line-height: 1;
    background-color: green;
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    padding: 2px 6px 3px 6px;
    width: auto;
    text-align: center;
    border-radius: 4px;
    display:none !important;
}
.day-calender-item_shop-closed{
    position:absolute;
    right:0px;
    top:0px;
    width:100%;
    max-width:100px;
    display: none !important;
}

.day-calender-item_shop-booked{
    position:relative;
    right:0px;
    top:0px;
    width:100%;
    max-width:100px;
    display: none !important;
}
.day-calender-item_holiday{
    position:absolute;
    right:0px;
    top:0px;
    width:100%;
    max-width:100px;
    display: none !important;
}

/*End Body*/

@media(max-width:991px){
    .day-calender-con{
        min-width:1200px;
    }

}
@media(max-width:480px){
    .day-calender-ctrl-con {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 12px;
        padding: 0px 12px;
    }
}

/*End Calender UI*/



.webportal-footer-sec{
    margin-top: 0px !important;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.webportal-footer-con{
        width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
}
.webportal-footer-left-con{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
}
.webportal-footer-left-con-col-1{
    
}
.webportal-footer-left-con-col-2{
    
}
.webportal-footer-right-con{
    /*list-style: none;*/
    padding-left: 0px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom:0px !important;
    list-style: none;
    list-style-position: inside;
}
.webportal-footer-right-con li{
    position:relative;
}
.webportal-footer-right-con li:not(:last-child):after{
   content: "";
    width: 1px;
    height: 14px;
    background-color: #000000;
    display: inline-block;
    transform: translate(2.7px, 2.4px);
    box-shadow: none;
    text-shadow: none;
}
.webportal-footer-right-con li a{
    display: inline-flex;
    margin-left: -9px;    
}
/*.webportal-footer-left-con-col-2{
    
}
.webportal-footer-left-con-col-2 li{
    
}
.webportal-footer-left-con-col-2 li a{
    
}*/

.webportal-footer-left-con-col-1 *{
    display:inline-block;
}

@media(max-width:768px){
    .webportal-footer-left-con {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 3px !important;
        width: 100% !important;
        text-align: center !important;
    }
    .webportal-footer-right-con {
        /*list-style: none;*/
        padding-left: 0px !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 0px !important;
        width: 100%;
        text-align: center;
        row-gap: 1px;
    }
.webportal-footer-con {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
}
}

div.owl-nav button i{
    background-color:transparent !important;
}


.cart-item-row-con{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}
.cart-item-row-con, .cart-item-row-con *{
    font-weight:500 !important;
    color:black !important;
}
.cart-item-row{
display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0px;
    flex-wrap: wrap;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    gap: 2px;
}
.cart-item-row-1{
        display: flex;
    align-items: flex-start;
    gap: 8px;

}
.cart-item-row-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 21px;
}
.cart-item-row-icon{
margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    font-size: 5.5px;
    color: green !important;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
}
.cart-item-row-title{
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    line-height: 1;
    margin-top: 0px !important;
    display: inline-block;
    line-height: 1.3;
    margin-top: -2px !important;
}
.cart-item-row-qty{
margin-top:0px !important;
margin-right:0px !important;
margin-bottom:0px !important;
margin-left:0px !important;
}
.cart-item-row-price{
margin-top:0px !important;
margin-right:0px !important;
margin-bottom:0px !important;
margin-left:0px !important;
}


.cart-header-con{
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}
.cart-header-con, .cart-header-con *{
    color:black !important;
}
.cart-header-img{
    margin-top:0px !important;
margin-right:0px !important;
margin-bottom:0px !important;
margin-left:0px !important;    
}
.cart-header-text-con{
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;  
}
.cart-header-text-name{
    margin-top:0px !important;
margin-right:0px !important;
margin-bottom:0px !important;
margin-left:0px !important;    
}
.cart-header-text-address{
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    line-height: 1.3 !important;
}


.screen-height-cover-sec{
    
}
.screen-height-cover-con{
    
}
.brand-logo-header-top{
        margin-top: -4.2px;
}
@media(max-width:1024px){
    .brand-logo-header-top {
        margin-top: 0px;
        margin-right: 0px !important;
        margin-bottom: 12px;
    }
}