﻿
  
body {
    margin: 0;
    background-color: #f5f6f9;    
    color: #303337;
}


.sub-hdr-bg {
    background-color: #3ebfa3;
}

.btn-cp-prof {
    position: relative;
}

    .btn-cp-prof .cnct-prf-pic {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid rgb(255 255 255 / 0.3);
    }

.navbar {
    padding: 6px 15px;
}

#connctNav .navbar-nav .nav-link {
    position: relative;
    padding: 16px 15px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255, 0.85)
}

    #connctNav .navbar-nav .nav-link:hover {
        color: rgb(255, 255, 255, 1)
    }

.pgsub-h {
    font-size: 22px;
    font-weight: 500;
    color: #1e1f29;
}

.prod-cat-p {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0px 0px 3px 0px rgba(180,177,201,0.6);
    margin-bottom: 15px;
    cursor: pointer;
}

    .prod-cat-p .prd-img {
        background-color: #f6f6f6;
        min-height: 100px;
    }

    .prod-cat-p .prd-t {
        text-align: center;
        background-color: #c6efe6;
        color: #1c1f23;
        padding: 10px 15px;
        font-size: 18px;
        cursor:pointer;
        font-weight: 500;
    }

    .prod-cat-p .btn-prd-info {
        font-size: 14px;
        font-weight: 500;
        background-color: #3ebfa3;
        color: #fff;
        padding: 5px 25px;
        text-transform: uppercase;
    }

.cnct-mn.navbar-toggler {
    background-color: rgb(235, 233, 233, 0.1);
    border: 1px solid rgb(235, 233, 233, 0.5);
    padding: 8px;
}

.chkout-tbl {
    position: relative;
}

    .chkout-tbl table {
        margin-bottom: 0;
    }

    .chkout-tbl .table th {
        padding: 10px 15px;
        font-size: 13px;
        font-weight: 500;
        color: #565656;
        border-top: 0;
        background-color: #fafafa;
        border-bottom: 1px solid rgba(180,177,201,0.4);
    }

    .chkout-tbl .table td {
        padding: 4px 8px;
        font-size: 13px;
        vertical-align: middle;
        border-top: 0;
        border-bottom: 1px solid rgba(180,177,201,0.4);
    }

.btn-fnsh-order {
    background-color: #6fb21f;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    padding: 7px 15px !important;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

    .btn-fnsh-order:hover {
        background-color: #64a01e;
        color: #fff;
    }

.btn-fnsh-order2 {
    background-color: #f88105;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    padding: 7px 15px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

    .btn-fnsh-order2:hover {
        background-color: #eb7c08;
        color: #fff;
    }


.bkng-dtls-txt {
    position: relative;
}

    .bkng-dtls-txt h3 {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
        border-bottom: 1px solid rgba(180,177,201,0.4);
        display: block;
    }

    .bkng-dtls-txt .bkng-info {
        background-color: rgba(180,177,201,0.1);
        padding: 10px 20px;
        margin-bottom: 0px;
        border-radius: 4px;
    }

        .bkng-dtls-txt .bkng-info label {
            font-size: 13px;
            color: #393c3e;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .bkng-dtls-txt .bkng-info .bkiv {
            background-color: #fff;
            color: #1d2c41;
            font-size: 16px;
            border: 1px dashed #909298;
            font-weight: bold;
            padding: 1px 12px;
        }



.totl-tbl {
    position: relative;
    margin-bottom: 0;
}

    .totl-tbl.table td {
        border-bottom: 0;
        padding: 4px 15px;
        font-size: 16px;
    }


.chk-qty {
    display: flex;
}

    .chk-qty .btn {
        background-color: #eff3f8;
        padding: 3px 7px !important;
        border-radius: 7px;
        font-size: 13px;
        color: #34343b
    }

        .chk-qty .btn:hover {
            background-color: #e6eaf0;
            color: #34343b
        }

    .chk-qty .form-control {
        border: 0;
        font-size: 15px;
        padding: 2px 8px 6px 8px;
        text-align: center;
    }

.infbar-shdw {
    box-shadow: 0px 1px 1px 0px rgba(142,149,186,0.5);
}

.cnctinfonav {
    background-color: #fff;
    width: fit-content;
    border-radius: 50px;
    padding: 8px 8px;
}

    .cnctinfonav .nav-tb {
        color: #1d2c41;
        font-size: 13px;
        padding: 0 7px;
        border-right: 1px solid rgba(180,177,201,0.6);
        display: block;
    }

        .cnctinfonav .nav-tb:hover {
            text-decoration: none
        }

.cnt-pr-c .form-group .form-control {
    border: 1px solid #e2e5eb;
}

.btn-g-lg {
    background-color: #3bb49a;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 7px 40px 6px 40px;
    border-radius: 60px;
    box-shadow: 0px 2px 5px 0px rgba(255,255,255,.75);
}

    .btn-g-lg:hover {
        background-color: #2faf93;
        color: #fff;
        box-shadow: 0px 2px 5px 0px rgba(171,180,214,.75);
    }

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 100%;
        width: 75%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #223147;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 99999;
    }

        .offcanvas-collapse.open {
            visibility: visible;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }
}

.btn-m-tgl {
    background-color: #fff;
    border: 1px solid #3bbb9f;
    color: #1d2c41;
    font-size: 14px;
    font-weight: bold;
    border-radius: 60px;
    padding: 6px 15px;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

    .nav-underline .nav-link:hover {
        color: #007bff;
    }

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}


.hd-in-m {
    display: none !important;
}

/*Left Sidebar*/
#lwrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
   
}

    #lwrapper.toggled {
        padding-left: 260px;
    }

        #lwrapper.toggled .btn-show-lsb {
            left: 0;
        }

#l-sidebar-wrapper {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 300px;
    background-color: #fff;
    width: 0;
    height: 100%;
    max-height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    box-shadow: 0px 0px 3px 0px rgb(201 208 223 / 50%);
    border-right: 1px solid rgb(157 177 196 / 0.4);
}

    #l-sidebar-wrapper .pt {
        padding-top: 70px ;
    }

    #l-sidebar-wrapper .content {
        padding: 10px;
    }

#lwrapper.toggled #l-sidebar-wrapper {
    width: 300px;
}

#lwrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -280px;
}

#lwrapper .btn-close-lsb {
    background-color: #1d2c41;
    border: 1px solid #1d2c41;
    width: 26px;
    height: 26px;
    z-index: 999;
    border-radius: 6px;
    text-align: center;
    line-height: 24px;
    box-shadow: 0px 0px 3px 0px rgb(172 174 189 / 50%);
}

.show-in-m {
    display: block;
}

#lwrapper .btn-close-lsb:hover {
    background-color: #292d5d;
    border: 1px solid #292d5d;
}

#lwrapper .btn-close-lsb i {
    color: #fff;
    text-align: center;
}


/*Right aside bar*/
#rwrapper {
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #rwrapper.toggled {
        padding-right: 260px;
    }

#r-sidebar-wrapper {
    z-index: 9;
    position: fixed;
    top: 0;
    right: 300px;
    width: 0;
    height: 100%;
    margin-right: -300px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgb(201 208 223 / 30%);
    border-left: 1px solid rgb(157 177 196 / 0.3);
}

    #r-sidebar-wrapper .pt2 {
        padding-top: 120px;
    }

#rwrapper.toggled #r-sidebar-wrapper {
    width: 300px;
}

#rwrapper.toggled .btn-show-rsb {
    right: 0
}

#rwrapper .btn-close-rsb {
    background-color: #1d2c41;
    border: 1px solid #1d2c41;
    width: 26px;
    height: 26px;
    z-index: 999;
    border-radius: 6px;
    text-align: center;
    line-height: 24px;
    box-shadow: 0px 0px 3px 0px rgb(172 174 189 / 50%);
}

    #rwrapper .btn-close-rsb:hover {
        background-color: #292d5d;
        border: 1px solid #292d5d;
    }

    #rwrapper .btn-close-rsb i {
        color: #fff;
        text-align: center;
    }

.lsb-p {
    position: absolute;
    top: 180px;
    left: -40px;
    top: 24px;
    opacity: 0;
}

#rwrapper:hover#rwrapper #close-rsb, #lwrapper:hover#lwrapper #close-lsb {
    opacity: 1;
}

#r-sidebar-wrapper .sb-hdr, #l-sidebar-wrapper .sb-hdr {
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    padding: 11px 15px;
    border-bottom: 1px solid #e7edf4;
    overflow-x: hidden;
}

.sb-hdr h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
/* -----Animation----*/
#lwrapper, #lwrapper.toggled .btn-show-lsb, #l-sidebar-wrapper,
#lwrapper.toggled #l-sidebar-wrapper, #lwrapper.toggled #page-content-wrapper,
#lwrapper .btn-close-lsb, .btn-show-lsb, #rwrapper, #r-sidebar-wrapper,
#rwrapper.toggled #r-sidebar-wrapper, btn-show-rsb, #rwrapper:hover#rwrapper .btn-close-rsb, #lwrapper:hover#lwrapper .btn-close-lsb,
.cs-side-nav-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cnt-pr-c {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;    
    margin-bottom: 15px;
    
}

    .cnt-pr-c .pr-dtls {
        padding-right: 10px;
    }

        .cnt-pr-c .pr-dtls .tit {
            font-size: 18px;
            font-weight: 500;
            padding-bottom: 8px;
        }

        .cnt-pr-c .pr-dtls .prc {
            font-size: 14px;
            font-weight: 500;
            padding-bottom: 6px;
        }

        .cnt-pr-c .pr-dtls .descr {
            font-size: 14px;
            color: #616162;
            line-height: 20px
        }

    .cnt-pr-c .pr-img {
        position: relative
    }

        .cnt-pr-c .pr-img .img-msr {
            height: auto;
            width: 120px;
            display: block;
            border-radius: 6px;
        }

.btn-pr-ad {
    background-color: #fff;
    border: 1px solid #c8ced9;
    font-size: 13.5px;
    font-weight: bold;
    border-radius: 40px;
    padding: 3px 15px !important;
    color: #595c60;
}

    .btn-pr-ad:hover {
        background-color: #fff;
        border: 1px solid #c8ced9;
        font-size: 13.5px;
        font-weight: bold;
        border-radius: 40px;
        padding: 3px 15px !important;
        color: #595c60;
    }


.cs-clms {
    position: relative
}

    .cs-clms .col, .cs-clms .col-1, .cs-clms .col-10, .cs-clms .col-11, .cs-clms .col-12, .cs-clms .col-2, .cs-clms .col-3, .cs-clms .col-4, .cs-clms .col-5, .cs-clms .col-6, .cs-clms .col-7, .cs-clms .col-8, .cs-clms .col-9, .cs-clms .col-auto, .cs-clms .col-lg, .col-lg-1, .col-lg-10, .cs-clms .col-lg-11, .cs-clms .col-lg-12, .cs-clms .col-lg-2, .cs-clms .col-lg-3, .cs-clms .col-lg-4, .cs-clms .col-lg-5, .cs-clms .col-lg-6, .cs-clms .col-lg-7, .cs-clms .col-lg-8, .cs-clms .col-lg-9, .cs-clms .col-lg-auto, .cs-clms .col-md, .cs-clms .col-md-1, .cs-clms .col-md-10, .cs-clms .col-md-11, .cs-clms .col-md-12, .cs-clms .col-md-2, .cs-clms .col-md-3, .cs-clms .col-md-4, .cs-clms .col-md-5, .cs-clms .col-md-6, .cs-clms .col-md-7, .cs-clms .col-md-8, .cs-clms .col-md-9, .cs-clms .col-md-auto, .cs-clms .col-sm, .cs-clms .col-sm-1, .cs-clms .col-sm-10, .cs-clms .col-sm-11, .cs-clms .col-sm-12, .cs-clms .col-sm-2, .cs-clms .col-sm-3, .cs-clms .col-sm-4, .cs-clms .col-sm-5, .cs-clms .col-sm-6, .cs-clms .col-sm-7, .cs-clms .col-sm-8, .cs-clms .col-sm-9, .cs-clms .col-sm-auto, .cs-clms .col-xl, .cs-clms col-xl-1, .cs-clms .col-xl-10, .cs-clms .col-xl-11, .cs-clms .col-xl-12, .cs-clms .col-xl-2, .cs-clms .col-xl-3, .cs-clms .col-xl-4, .cs-clms .col-xl-5, .cs-clms .col-xl-6, .cs-clms .col-xl-7, .cs-clms .col-xl-8, .cs-clms .col-xl-9, .cs-clms .col-xl-auto {
        padding-right: 8px;
        padding-left: 8px
    }

    .cs-clms .row {
        margin-right: -8px;
        margin-left: -8px;
    }

.chkout_b_dtls {
    position: relative;
}

    .chkout_b_dtls #rwrapper #r-sidebar-wrapper {
        position: fixed;
        right: 300px;
        top: 108px;
    }

/* -- -- ------ - -  ----- */

@media (min-width: 767px) {
    .cnctinfonav .nav-tb {
        padding: 2px 15px;
        font-size: 14px;
    }
 
    #lwrapper {
        padding-left: 300px;
    }

        #lwrapper.toggled {
            padding-left: 0;
        }

    #l-sidebar-wrapper {
        width: 300px;
        transition: all 0.3s ease;
    }

    #lwrapper.toggled #l-sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #lwrapper .btn-close-lsb {
        display: none;
    }

    #lwrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
 
    /*Right*/

    #rwrapper {
        padding-right: 260px;
        transition: all 0.3s ease;
    }

        #rwrapper.toggled {
            padding-right: 0;
        }

    #r-sidebar-wrapper {
        width: 300px;
    }

    #rwrapper.toggled #r-sidebar-wrapper {
        width: 0;
    }

    .chkout-tbl .table td {
        padding: 8px 15px;
        font-size: 14px;
    }

    #rwrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .show-in-m {
        display: none;
    }

    #l-sidebar-wrapper .pt {
        padding-top: 130px;
    }

    #r-sidebar-wrapper .pt2 {
        padding-top: 135px;
    }

    .hd-in-m {
        display: inline-block !important;
    }

  
    .btn-fnsh-order {
        font-size: 16px;
        padding: 10px 25px !important;
    }

    .btn-fnsh-order2 {
        font-size: 16px;
        padding: 10px 25px;
    }

    .chkout_b_dtls #rwrapper #r-sidebar-wrapper {
        position: relative;
        right: 0;
        top: 0;
        border-radius: 8px;
        min-height: 650px;
        height: 100%;
    }

   
}

