:root {
    --grey-clor: #2B638D;
    --srch-clr: #dcdfe3;
    --lite-clr: #3F3F3F;
    --whit-clr: #fff;
    --search-back: #e0e1e3;
    --hover-clr: #eeeeee;
    --lit-grey-clr: #fcfcfc;
    --font-two-fr: 24px;
    --font-two-fr: 24px;
}

.plp-menu-pager-section {
    display: flex;
}

.plp-menu-pager-section-bottom {
    display: flex;
}

@media (min-width:768px) and (max-width:1100px) {
    .showgs .header-logo {
        display: none;
    }
}

@media (max-width:1480px) {
    .plp-menu-pager-section-bottom {
        display: block;
    }
}

.daterangepicker select.yearselect {
    min-width: 55px;
    height: 22px !important;
}

.daterangepicker select.monthselect {
    height: 22px !important;
}

.dvPopupOverlay {
    position: relative;
    height: 100%;
    /* width: 100%;*/
}

.search-result-container {
    position: relative;
    /*min-width: 1100px;*/
    margin-right: 0px;
    overflow-y: auto;
    max-height: 90vh;
}
/*@media (max-width:1920px) {
    .dvPopupOverlay {
        position: fixed;
        height: 100%;*/
/*width: 100%;*/
/*}
    .search-result-container {
        position: absolute;
        min-width: 1181px;
        margin-right: 20px;
        max-width: 1181px;
    }
}*/
/*@media (max-width:1390px) {
    .search-result-container {
        position: absolute;
        min-width: 906px;
        margin-right: 20px;
        max-width: 1100px;
    }
}*/
/*@media (max-width:767px) {
    .search-result-container {
        position: relative;
        min-width: 100%;
    }
}*/
.globalsearcch_collection {
    text-align: left;
    padding-top: 20px;
}

    .globalsearcch_collection .title {
        font-weight: 500;
    }

div.search-result-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #7ECCEE;
    border: 1px solid #000;
}

div.search-result-container::-webkit-scrollbar-track {
    border: 1px solid #000;
    padding: 2px 0;
    background-color: #FFFFFF;
}

.globalsearcch_collection .results a {
    font-weight: 500;
    color: #28628E;
    font-size: 15px;
    text-decoration: underline;
    margin-right: 30px;
}

#notificationContent {
    border-top: 1px solid #DCDFE3;
}

div.loginNotification {
    border-bottom: 1px solid #DCDFE3;
    padding-top: 10px;
    padding-bottom: 10px;
}

    div.loginNotification table {
        width: 100%;
    }

.layoutmode {
    position: absolute;
    right: 20px;
}

.login-footer {
    position: absolute;
}

.listview-items {
}

.listing-pg-tbl-midl {
    width: 100%;
    overflow: auto;
}

.offcycle-order-notification-model-dialog .messagebody {
    padding: 10px 40px;
    width: 100%
}

.offcycle-order-notification-model-dialog .messagereason {
    padding: 0px 40px 10px 40px;
}

tr.inventorychange-outofstock td {
    color: red;
}

.plp-category-menu-container {
    position: absolute;
    z-index: 100;
    background-color: white;
    left: -25px;
    right: -25px;
    padding-left: 25px;
}

.plp-collection-menu-container {
    position: absolute;
    z-index: 100;
    background-color: white;
    left: -25px;
    right: -25px;
    padding-left: 25px;
}

.plp-collection-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

input.date-picker {
    background-origin: content-box;
    background-image: url(/images/calendr.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 20px;
    padding-right: 10px;
}
/*-----------------------   Custom Checkboc ----------------------*/

.blue-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .blue-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.blue-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid lightgray;
    margin-top: 4px;
}

    .blue-checkmark.productitem {
        margin-top: -3px !important;
    }

        .blue-checkmark.productitem.mob {
            left: auto;
            right: 0px;
        }
/* On mouse-over, add a grey background color */
.blue-checkbox-container:hover input ~ .blue-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.blue-checkbox-container input:checked ~ .blue-checkmark {
    background-color: #28628E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.blue-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.blue-checkbox-container input:checked ~ .blue-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.blue-checkbox-container .blue-checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*----------------------- End of Custome Checkbox*/
ul.blue-collapsable-panal {
    padding-left: 0px;
    border-bottom: 2px solid #28628E;
}

    ul.blue-collapsable-panal li {
        font-weight: 800;
        color: #28628E;
    }

.calendar-infobox {
    margin: 10px;
    background: #F4F8F7;
    border: 1PX SOLID #28628E;
    padding: 7px;
    color: #28628E;
    border-radius: 6px;
}

.calendar-legendbox {
    border: 1px solid #90CFE2;
    max-width: 1515px;
    padding: 15px;
}

    .calendar-legendbox .holiday-text {
        font-size: 11px;
        color: #28628E;
        font-weight: 500;
    }

.calendar-infobox .title {
    font-weight: 500;
}

.calendar-infobox .smalltext {
    font-size: 10px;
}

.calendar-infobox .imgbox {
    text-align: right;
    height: 40px;
}

    .calendar-infobox .imgbox img {
        height: 22px;
    }

.calendar-infobox-flowthru {
    color: #3F3F3F;
}

.listing-pg-tbl-left table thead tr th {
    padding: 25px 9px 21px;
    border-top: 0;
    vertical-align: middle;
}



.listing-pg-tbl table thead tr th {
    vertical-align: middle;
    padding: 25px 9px 21px;
}

.listing-pg-tbl-midl table thead tr th {
    vertical-align: middle;
}

.list-main-cls-prA table thead tr th {
    background: #28628E;
    color: white;
    border-top: 0;
    vertical-align: middle;
}

.listing-pg-tbl.list-main-cls-prA table tbody tr td {
    padding: 12px 11px;
}

.list-main-cls-left table thead tr th:first-child {
    border-top-left-radius: 15px;
}

.list-main-cls-prA table thead tr th {
    border-bottom: 0;
}



.list-main-cls-prA table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
}



.list-main-cls-right table thead tr th:last-child {
    border-top-right-radius: 15px;
}



/*.listPG-top-cls-p {
    border: 1px solid #e8e8e8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 55px;
}*/

.listPG-top-cls-p {
    border: 1px solid #e8e8e8;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 55px;
    max-height: 400px;
    overflow-x: scroll;
}

.listing-pg-tbl-left table tbody tr td {
    padding: 23px 11px 22px;
}

.plp-layout-btn {
    background-color: #DCDFE3;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 4px;
    color: black;
    margin-left: 5px;
}

    .plp-layout-btn.active {
        background-color: #28628E;
        font-weight: 700;
        color: white;
    }

div#plpOrderStats::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #707070;
    border: 0px solid #000;
}

div#plpOrderStats::-webkit-scrollbar-track {
    border: 0px solid #000;
    padding: 2px 0;
    background-color: #E4E4E4;
}

div#plpOrderStats::-webkit-scrollbar {
    width: 10px;
}

div#divListViewContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #707070;
    border: 0px solid #000;
}

div#divListViewContent::-webkit-scrollbar-track {
    border: 0px solid #000;
    padding: 2px 0;
    background-color: #E4E4E4;
}

div#divListViewContent::-webkit-scrollbar {
    width: 10px;
}

div#divListViewContentHorizontalScroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #707070;
    border: 0px solid #000;
}

div#divListViewContentHorizontalScroller::-webkit-scrollbar-track {
    border: 0px solid #000;
    padding: 2px 0;
    background-color: #E4E4E4;
}

div#divListViewContentHorizontalScroller::-webkit-scrollbar {
    height: 10px;
}

.plp-listview-table {
    border: none;
    border-right: solid 1px #DDEFEF;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
    table-layout: fixed;
}
    /*.plp-listview-table th:nth-child(3), .plp-listview-table td:nth-child(3) {
        width: 200px;*/ /*becomes 218px with padding*/
    /*background: hsl(150, 50%, 50%);
    }
    .plp-listview-table th:nth-child(4), .plp-listview-table td:nth-child(4) {
        width: 200px;*/ /*becomes 218px with padding*/
    /*background: hsl(150, 50%, 50%);
    }*/
    .plp-listview-table thead th {
        background-color: #28628E;
        border: none;
        color: white;
        padding: 10px;
        text-align: left;
        border-right: solid 1px #DCDFE3;
        white-space: nowrap;
    }


    .plp-listview-table tbody td {
        border: solid 1px #DCDFE3;
        color: #333;
        padding: 0px 7px;
        text-shadow: 1px 1px 1px #fff;
        /*white-space: break-spaces;*/
        /*white-space: nowrap;*/
        height: 75px;
    }

    .plp-listview-table tbody tr.lottery td {
        border: solid 1px #DCDFE3;
        color: #333;
        padding: 0px 7px;
        text-shadow: 1px 1px 1px #fff;
        /*white-space: break-spaces;*/
        white-space: nowrap;
        height: 90px;
    }

.plp-listview-head-wrapper {
    position: relative;
    /* height: 400px; */
    overflow-y: hidden;
    overflow-x: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 13px;
    height: 38px;
}

.plp-listview-wrapper {
    position: relative;
    /* height: 400px;*/
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 10px;
}

.plp-listview-scroller {
    margin-left: 430px;
    margin-right: 360px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    /*width: 1015px;*/
}

.plp-listview-horizontal-scroller {
    margin-left: 430px;
    margin-right: 380px;
    height: 10px;
    overflow-x: auto;
    overflow-y: hidden;
}

    .plp-listview-horizontal-scroller.orderstaton {
        margin-right: 600px;
    }

.plp-listview-scroller::-webkit-scrollbar {
    /*position:absolute;
        top:0px;*/
    display: none;
}

/*.plp-listview-table .plp-listview-sticky-col-hide1 {
    width: 120px;
    white-space: break-spaces;*/
/*table-layout: fixed;*/
/*}

.plp-listview-table .plp-listview-sticky-col-hide2 {
    width: 140px;
    white-space: break-spaces;*/
/*table-layout: fixed;*/
/*}*/
.plp-lv-tags {
    width: 265px;
}

.plp-lv-sku {
    width: 185px;
}

.plp-lv-gtin {
    width: 125px;
}

.plp-lv-thc {
    width: 185px;
}

.plp-lv-cbd {
    width: 185px;
}

.plp-lv-packsize {
    width: 85px;
}

.plp-lv-price {
    width: 120px;
}

.plp-lv-planttype {
    width: 120px;
}

.plp-lv-producer {
    width: 310px;
}

.plp-lv-leadtime {
    width: 78px;
}

.plp-lv-estimateddelivery {
    width: 135px;
}

.plp-lv-craft {
    width: 55px;
}

.plp-lv-previouslyordered {
    width: 130px;
}

.plp-listview-table tfoot tr td {
    height: 7px;
    filter: drop-shadow(0px 0px 0px white) !important;
    border-right: none !important;
    border-left: none !important;
    background-color: white !important;
}

.plp-listview-table .plp-listview-sticky-col {
    border-left: solid 1px #DCDFE3;
    border-right: solid 1px #DCDFE3;
    left: 0;
    position: absolute;
    top: auto;
    width: 120px;
    /*border-bottom: none;*/
}

.plp-listview-table td.plp-listview-sticky-col div span {
    white-space: break-spaces;
}

.plp-listview-table td.plp-listview-sticky-col {
    background-color: white;
}

.plp-listview-table .plp-listview-sticky-col2 {
    border-right: solid 1px #DCDFE3;
    left: 120px;
    position: absolute;
    top: auto;
    width: 150px;
    /*border-bottom: none;*/
}

.plp-listview-table td.plp-listview-sticky-col2 {
    background-color: white;
}

    .plp-listview-table td.plp-listview-sticky-col2 div span {
        white-space: break-spaces;
    }

.plp-listview-table .plp-listview-sticky-col3 {
    border-right: solid 1px #DCDFE3;
    left: 270px;
    position: absolute;
    top: auto;
    width: 80px;
    /* border-bottom: none;*/
}

.plp-listview-table td.plp-listview-sticky-col3 {
    background-color: white;
}

    .plp-listview-table td.plp-listview-sticky-col3 div span {
        white-space: break-spaces;
    }

.plp-listview-table .plp-listview-sticky-col4 {
    border-right: solid 1px #DCDFE3;
    left: 350px;
    position: absolute;
    top: auto;
    width: 80px;
    /* border-bottom: none;*/
}

.plp-listview-table td.plp-listview-sticky-col4 {
    background-color: white;
    filter: drop-shadow(4px 4px 3px #bec2c7);
}

.plp-listview-table th.plp-listview-sticky-col4 {
    filter: drop-shadow(4px 4px 3px #225175);
}

.plp-listview-table td.plp-listview-sticky-col4 div span {
    white-space: break-spaces;
}

.plp-listview-table .plp-listview-sticky-right-col1 {
    border-right: solid 1px #DCDFE3;
    right: 0px;
    position: absolute;
    top: auto;
    width: 210px;
    /* border-bottom: none;*/
}

    .plp-listview-table .plp-listview-sticky-right-col1.orderstaton {
        /* right: 220px;*/
    }

.plp-listview-table td.plp-listview-sticky-right-col1 {
    background-color: white;
    padding-top: 27px !important;
}

.plp-listview-table .plp-listview-sticky-right-col2 {
    border-left: solid 1px #DCDFE3;
    border-right: solid 1px #DCDFE3;
    right: 210px;
    position: absolute;
    top: auto;
    width: 150px;
    /*border-bottom: none;*/
}

    .plp-listview-table .plp-listview-sticky-right-col2.orderstaton {
        /* right: 400px;*/
    }

.plp-listview-table td.plp-listview-sticky-right-col2 {
    background-color: white;
    padding: 2px 0px;
    filter: drop-shadow(-4px 4px 3px #bec2c7);
}

.plp-listview-table th.plp-listview-sticky-right-col2 {
    filter: drop-shadow(-4px 4px 3px #225175);
}

.plp-listview-table .Qty {
    width: 80px;
    height: 25px;
    text-align: center;
}



.plp-listview-table .addtocart {
    border: 1px solid #28628E;
    text-align: center;
    width: 160px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #28628E;
    font-weight: 700;
    float: left;
}

    .plp-listview-table .addtocart.active {
        background-color: #28628E;
        color: white;
    }

    .plp-listview-table .addtocart.flowthroughlst.active {
        background-color: #3E3F3F;
        color: white;
    }

    .plp-listview-table .addtocart.disabledbutton {
        background-color: #DCDFE3;
        border-color: #DCDFE3;
        color: #3E3F3F;
    }

.plp-listview-table .lstview-flowthrough-addtocart {
    border: 1px solid #3f3f3f;
    color: #3f3f3f;
}

/*.plp-listview-table .onstocknoti {
    border: 1px solid #28628E;
    text-align: center;
    width: 115px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #28628E;
    font-weight: 700;
    float: left;
}*/
.plp-listview-table .onstocknoti {
    float: right;
    width: 30px;
    height: 30px;
    padding: 4px;
    padding-left: 7px;
    margin-top: 0px;
    border-radius: 19px;
    border: 1px solid #28628E;
}

    .plp-listview-table .onstocknoti.flowthroughlst {
        float: right;
        width: 30px;
        height: 30px;
        padding: 4px;
        padding-left: 7px;
        margin-top: 0px;
        border-radius: 19px;
        border: 1px solid #3E3F3F;
    }

    .plp-listview-table .onstocknoti.active {
        background-color: #28628E;
    }

        .plp-listview-table .onstocknoti.active.flowthroughlst {
            background-color: #3E3F3F;
        }

    .plp-listview-table .onstocknoti img {
        width: 14px;
    }

.plp-listview-table .favouriteicon {
    float: right;
    width: 33px;
    padding-left: 2px;
    margin-top: -2px;
}

    .plp-listview-table .favouriteicon img {
        /*width: 38px;*/
        width: 22px;
        margin: 7px;
    }

.lotterySKU {
    color: #DB3624;
    font-size: 12px;
    display: grid;
    text-align: center;
}

.qtyUpdateBtn {
    text-decoration: underline;
    color: #2B638D;
    font-weight: 500;
    font-size: 13px;
}

.qtyCell {
    width: 100%;
    height: 100%;
    text-align: center;
}

.plp-order-stats {
    position: absolute;
    right: 15px;
    width: 230px;
    font-size: 12px;
    margin-top: 19px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.plp-order-stats-inner {
    background-color: #F4F8F7;
    padding: 10px;
}

    .plp-order-stats-inner .stat-heading span {
        font-weight: 700;
        font-size: 16px;
    }

    .plp-order-stats-inner .stat-heading {
        text-align: center;
        padding-bottom: 20px;
    }

    .plp-order-stats-inner .stat-sub-heading {
        font-weight: 700;
    }

        .plp-order-stats-inner .stat-sub-heading span {
            padding-left: 5px;
        }

    .plp-order-stats-inner .stat-sub-value {
        margin-bottom: 20px;
    }

        .plp-order-stats-inner .stat-sub-value span {
            padding-left: 5px;
        }

    .plp-order-stats-inner table {
        margin-bottom: 20px !important;
        table-layout: fixed;
        width: 210px;
    }

        .plp-order-stats-inner table.table th {
            padding: 5px;
            text-align: left;
            font-size: 11px;
        }

        .plp-order-stats-inner table.table td {
            padding: 5px;
        }

        .plp-order-stats-inner table.table th.subcategory {
            width: 135px;
        }

        .plp-order-stats-inner table.table th.value {
            width: 75px;
        }
/*----------------------------------------------------------------------*/
.zui-table {
    border: none;
    border-right: solid 1px #DDEFEF;
    border-collapse: separate;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
    table-layout: fixed;
}

    .zui-table thead th {
        background-color: #DDEFEF;
        border: none;
        color: #336B6B;
        padding: 10px;
        text-align: left;
        text-shadow: 1px 1px 1px #fff;
        /* white-space: nowrap;*/
    }

    .zui-table tbody td {
        border-bottom: solid 1px #DDEFEF;
        color: #333;
        padding: 10px;
        text-shadow: 1px 1px 1px #fff;
        white-space: break-spaces;
        /* white-space: nowrap;*/
    }

.zui-wrapper {
    position: relative;
    height: 400px;
    overflow-y: scroll;
}

.zui-scroller {
    margin-left: -135px;
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    width: 1500px;
}

.zui-table .zui-sticky-col-hide1 {
    width: 120px;
    white-space: break-spaces;
    table-layout: fixed;
}

.zui-table .zui-sticky-col-hide2 {
    width: 140px;
    white-space: break-spaces;
    table-layout: fixed;
}

.zui-table .zui-sticky-col {
    border-left: solid 1px #DDEFEF;
    left: 0;
    position: absolute;
    top: auto;
    width: 120px;
    white-space: break-spaces;
    border-bottom: none;
    background-color: white;
}

.zui-table .zui-sticky-col2 {
    border-right: solid 1px #DDEFEF;
    left: 120px;
    position: absolute;
    top: auto;
    width: 140px;
    white-space: break-spaces;
    border-bottom: none;
    background-color: white;
}

form {
    width: 100%;
}

.d-466 {
    display: none
}

ul.plpSecondaty-tab li a.active {
    background: transparent !important;
    color: #28628E !important;
    font-weight: bold;
    border-color: transparent !important;
    border-bottom: 3px solid #28628E !important;
}

ul.plpStyle-tab li a.active {
    background: #28628E !important;
    color: white !important;
    border-color: transparent !important;
}

ul.plpSecondaty-tab.nav-tabs {
    border-bottom: 1px solid #BFBFBF;
}

.six-img-p {
    text-align: center;
}

.margin-md-top-25 {
    margin-top: 25px;
}

.saved-filters-overlay .title {
    font-size: 15px;
    font-weight: 500;
}

.owl-related-carousel {
    margin-bottom: 0px;
    font-size: 16px;
    height: 212px;
}

    .owl-related-carousel .prodname {
        font-weight: 700;
    }

    .owl-related-carousel .owl-prev {
        font-size: 60px !important;
        position: absolute;
        top: 40%;
        left: 20px;
    }

    .owl-related-carousel .owl-next {
        font-size: 60px !important;
        position: absolute;
        top: 40%;
        right: 20px;
    }

.plp-allvariant-oos-not {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    background: #F4F8F7;
    margin: 5px 14px;
    padding: 10px 0px;
}

.plp-filter-button {
    width: 100%;
    height: 50px;
    background-color: #28628E;
    color: white;
    outline: 0;
    border: 0px;
    padding: 0px 15px;
    font-weight: 500;
}

.plp-filter-card {
    border: 1px solid #707070;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .plp-filter-card .title {
        font-size: 15px;
        font-weight: 500;
    }

    .plp-filter-card .title {
        font-size: 15px;
        font-weight: 500;
    }

    .plp-filter-card .detatil-outer {
        background-color: #F4F8F7;
        padding-top: 10px;
        margin-top: 15px;
        display: none;
    }

        .plp-filter-card .detatil-outer.active {
            display: block;
        }

    .plp-filter-card .detatil {
        line-height: 1;
        margin-bottom: 10px;
    }

    .plp-filter-card .det-title {
        font-size: 12px;
        font-weight: 700;
        color: #28628E;
    }

    .plp-filter-card .det-value {
        font-size: 12px;
        font-weight: 400;
        color: #28628E;
    }

    .plp-filter-card .secondaryInfo {
        font-size: 12px;
        color: #7A7D81;
    }

    .plp-filter-card .link {
        font-size: 12px;
        font-weight: 400;
        text-decoration: underline;
        color: #28628E;
    }

    .plp-filter-card button {
        background-color: #28628E;
        color: white;
        font-size: 14px;
        font-weight: 700;
        width: 100%;
    }

.plp-search:focus {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 20px;
}

.plp-Compare-ptoducttype {
    color: #28628E;
    font-weight: 500;
}

.plp-card-flowthru-icon {
    font-weight: 500;
    text-align: center;
    background-image: url(/images/FlowThru.svg);
    width: 56px;
    height: 56px;
    background-position: center;
    color: white;
    padding-top: 11px;
    font-size: 13px;
}

    .plp-card-flowthru-icon.non-reservable {
        font-weight: 500;
        text-align: center;
        background-image: url(/images/FlowThru-Reservable.svg);
        width: 56px;
        height: 56px;
        background-position: center;
        color: white;
        padding-top: 11px;
        font-size: 13px;
    }

.searchBorder {
    border: 1px solid #cbcbcb !important;
    border-radius: 50px;
}

.six-img-p ul li span {
    cursor: pointer
}

.linkeffect {
    cursor: pointer;
    text-decoration: underline;
    color: #28628E;
    font-weight: 500;
}

.linkeffect-nocolor {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 500;
}

.cart-delete-confirm h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.cart-delete-confirm .imgProdt-left {
    display: flex
}

    .cart-delete-confirm .imgProdt-left img {
        height: 110px;
        margin-left: auto !important;
        margin-right: auto;
    }

.cart-delete-confirm h5 {
    font-size: 15px;
    font-weight: 500;
}

.downloadBtn {
    background: url(/Images/download.svg);
    background-repeat: no-repeat;
    padding-left: 43px !important;
    background-position-x: 12px;
    background-position-y: center;
    background-size: 20px;
}

.order-history-detailmodel-content {
    position: fixed;
    top: 5%;
    bottom: 5%;
    left: 50%;
    margin-left: -45%;
    max-width: 90%;
    height: 90%;
}

.order-history-model-content {
    position: fixed;
    top: 5%;
    bottom: 5%;
    left: 50%;
    margin-left: -600px;
    max-width: 1200px;
    height: 90%;
}

.order-history-asn-model-content {
    position: fixed;
    top: 5%;
    bottom: 5%;
    left: 50%;
    margin-left: -900px;
    max-width: 1800px;
    height: 90%;
}

.searchbox-pri {
    height: 43px;
    border-radius: 21px;
    padding-left: 40px;
    background-image: URL(/images/search.svg);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10px;
}

.prevorder-tooltip-container {
    width: 270px;
    top: 30px;
    background-color: #F7F1E6;
    z-index: 9999999;
    opacity: 1;
    border: 2px solid black;
    border-radius: 18px;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    right: 50px;
    display: none;
}

    .prevorder-tooltip-container hr {
        width: 75%;
        margin-top: 7px;
        margin-bottom: 12px;
        background-color: black;
    }

    .prevorder-tooltip-container p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .prevorder-tooltip-container span {
        font-size: 12px;
    }
/***/
.gridview-cartitems-tooltip-container {
    width: 233px;
    top: 30px;
    background-color: #F7F1E6;
    z-index: 9999999;
    opacity: 1;
    border: 2px solid black;
    border-radius: 18px;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    right: 50px;
    display: none;
}

    .gridview-cartitems-tooltip-container hr {
        width: 75%;
        margin-top: 7px;
        margin-bottom: 12px;
        background-color: black;
    }

    .gridview-cartitems-tooltip-container p {
        font-size: 12px;
        line-height: 1.0;
        margin-bottom: 8px;
    }

    .gridview-cartitems-tooltip-container span {
        font-size: 12px;
    }

/**/
.nonreservable-tooltip-container {
    width: 233px;
    top: 30px;
    background-color: #F7F1E6;
    z-index: 9999999;
    opacity: 1;
    border: 2px solid black;
    border-radius: 18px;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    right: 50px;
    display: none;
}

    .nonreservable-tooltip-container hr {
        width: 75%;
        margin-top: 7px;
        margin-bottom: 12px;
        background-color: black;
    }

    .nonreservable-tooltip-container p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .nonreservable-tooltip-container span {
        font-size: 12px;
    }
/**/
.listview-nonreservable-tooltip-container {
    width: 233px;
    top: 5px;
    background-color: #F7F1E6;
    z-index: 9999999;
    opacity: 1;
    border: 2px solid black;
    border-radius: 18px;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    left: 28px;
    display: none;
}

    .listview-nonreservable-tooltip-container hr {
        width: 75%;
        margin-top: 7px;
        margin-bottom: 12px;
        background-color: black;
    }

    .listview-nonreservable-tooltip-container p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .listview-nonreservable-tooltip-container span {
        font-size: 12px;
    }

/**/
.listview-longname-tooltip-container {
    width: 233px;
    top: 0px;
    background-color: #F7F1E6;
    z-index: 9999999;
    opacity: 1;
    border: 2px solid black;
    border-radius: 18px;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    right: -225px;
    display: none;
}

    .listview-longname-tooltip-container hr {
        width: 75%;
        margin-top: 7px;
        margin-bottom: 12px;
        background-color: black;
    }

    .listview-longname-tooltip-container p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .listview-longname-tooltip-container span {
        font-size: 12px;
    }
/**/
.flowthrough-tooltip-container {
    width: 233px;
    top: 30px;
    background-color: #F7F1E6;
    z-index: 9999999;
    opacity: 1;
    border: 2px solid black;
    border-radius: 18px;
    padding: 15px 20px;
    position: absolute;
    text-align: center;
    right: 50px;
    display: none;
}

    .flowthrough-tooltip-container hr {
        width: 75%;
        margin-top: 7px;
        margin-bottom: 12px;
        background-color: black;
    }

    .flowthrough-tooltip-container p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .flowthrough-tooltip-container span {
        font-size: 12px;
    }

.onstock-notification {
}

    .onstock-notification img {
        margin-top: -3px;
        width: 15px;
        margin-right: 10px;
    }

    .onstock-notification.active {
        background-color: #28628E;
        color: white;
    }

.login-inner {
    width: 420px;
    max-width: 420px;
}

.model-bottom-fix-bar {
    flex: 0 1 80px;
}

.admin-breadcrump h5 {
    font-size: 17px;
    color: #28628E;
    margin-bottom: 30px;
}

    .admin-breadcrump h5 a {
        font-size: 17px;
        color: #28628E;
        margin-bottom: 30px;
        text-decoration: underline;
    }

.retailer-breadcrump h5 {
    font-size: 13px;
    color: #28628E;
    margin-bottom: 0px;
    font-weight: 400;
}

    .retailer-breadcrump h5 a {
        font-size: 13px;
        color: #28628E;
        margin-bottom: 15px;
        text-decoration: none;
    }

        .retailer-breadcrump h5 a:hover {
            text-decoration: underline;
            font-weight: 500;
        }

.accordion > .card {
    overflow: hidden;
    /*padding: 10px;*/
    border-radius: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.pointer {
    cursor: pointer;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-light {
    font-weight: 300;
}

.filter-show {
    display: block !important;
}

.filter-funnel {
    width: 30px;
    margin-left: -13px;
    margin-top: 8px;
}

a.importExport {
    font-size: 16px !important;
    color: #28628E;
    font-weight: 500;
    text-decoration: underline;
}

.mobileFilterMain {
    display: none;
}

.form i.fa.fa-exclamation-circle.info {
    color: #28628E;
}

.drop-PlantType-filter-mob, .drop-ProductType-filter-mob, .drop-THC-filter-mob, .drop-CBD-filter-mob, .drop-Size-filter-mob, .drop-Price-filter-mob, .drop-Terpenes-filter-mob, .drop-Brand-filter-mob, .drop-ItemCategories-filter-mob, .drop-LicenseProducer-filter-mob {
    display: none;
}

.orderDayCompleted span {
    color: #4A7B4C;
}

.orderDayEditMode span {
    color: #FF861A;
}

.order-hist-det-total-breakdown {
    position: absolute;
    bottom: 35px;
    padding-top: 20px;
    z-index: 9;
}

.order-hist-det-bottom-buttons {
    height: 75px;
    /*background-color: #F4F8F7;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    z-index: 9;
}

span.editOrdermsg {
    color: #FF861A;
    font-weight:;
    font-size: 22px;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 20, 2020 */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    left: 6px !important;
}

.active-banner {
    display: block !important;
}

input, select {
    font-size: 100%;
}

li.sku-tags {
    /* width:33%;*/
}
/*li.sku-tags a {
        width: 100%;
    }*/
.topheader-orderschedule-title {
    font-size: 15px;
    font-weight: 700;
    color: #28628E;
    line-height: 0;
}

.topheader-orderschedule-info {
    font-size: 12px;
    font-weight: 500;
    color: #28628E;
    line-height: 1.2;
    display: block;
}

img.topheader-orderschedule {
    height: 40px;
    margin-right: 5px;
    padding-bottom: 3px;
}

.container-border {
    margin: 0px 20px 20px 20px;
}

.order-asn-detail h5 {
    font-size: 22px;
    font-weight: 700;
}

.order-asn-detail span.ItemTitle {
    font-size: 15px;
    font-weight: 500;
}

.order-asn-detail span.ItemText {
    font-size: 15px;
    font-weight: 300;
}

.order-asn-detail .item-row {
    margin-top: 15px;
}

.order-history-detail h5 {
    font-size: 22px;
    font-weight: 700;
}

.order-history-detail span.ItemTitle {
    font-size: 15px;
    font-weight: 500;
}

.order-history-detail span.ItemText {
    font-size: 15px;
    font-weight: 300;
}

.order-history-detail .item-row {
    margin-top: 15px;
}

.orderhisdet-orderitem-table {
    /* margin-top: 20px;*/
}

    .orderhisdet-orderitem-table thead {
        background-color: #28628E;
        font-size: 15px;
        font-weight: 700;
        color: white;
    }

    .orderhisdet-orderitem-table tbody {
        font-size: 12px;
        font-weight: 300;
        color: black;
    }

    .orderhisdet-orderitem-table tbody {
        display: block;
        /*     max-height: 320px;*/
        overflow: auto;
    }

        .orderhisdet-orderitem-table tbody tr.alternate {
            background-color: #F4F8F7;
        }

        .orderhisdet-orderitem-table thead, .orderhisdet-orderitem-table tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed; /* even columns width , fix width of table too*/
        }

.orderhisdet-total-summary {
    width: 280px;
    font-size: 12px;
    font-weight: 400;
}

    .orderhisdet-total-summary.prev-sec {
        /*color: #7A7D81;*/
        color: #4c4c4c;
    }

    .orderhisdet-total-summary tr {
        padding: 0px;
    }

        .orderhisdet-total-summary tr td {
            padding: 0px 0.75rem;
            line-height: 20px;
        }

    .orderhisdet-total-summary span.grandTotal {
        font-size: 17px;
        font-weight: 700;
    }
/*  --------------------------------  Dashboard mobile View*/
.collapsable-pannel-header.active {
    background-color: #28628E;
    color: white;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.section-main-cls.active {
    border: 2px solid #28628E;
}

.collapsable-pannel-header.active img.next-img {
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}

.section-main-cls .collapsable-section {
    display: none;
}

.section-main-cls.active .collapsable-section {
    display: block;
}

.sidenav {
    height: 100%;
    width: 265px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: #111;*/
    overflow-x: hidden;
    overflow-y: auto;
    /* padding-top: 20px;*/
}

.maincontent {
    margin-left: 280px;
}

.holiday-content {
    width: 100%;
    max-width: 300px;
}
/*****************Account Settings************************/
span.calender-icon-pra {
    position: absolute;
    right: 29px;
    background: white;
    top: 8px;
    text-align: right;
}

    span.calender-icon-pra img {
        width: 36%;
    }

.date-pik-pra .form-group input {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    outline: 0;
    box-shadow: 0 0 0;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    width: 12px;
    height: 15px;
    background: url(../img/calendr.png);
    background-size: 100%;
}

.date-back-pra {
    display: inline-block;
    position: relative !important;
    width: 80%;
    float: right;
}

input[type="text"]::-webkit-calendar-picker-indicator {
    width: 12px;
    height: 15px;
    background: url(../img/calendr.png);
    background-size: 100%;
}

.aftr-input {
    position: absolute;
    top: 9px;
    left: 8px;
    background-color: white;
    width: 94%;
    color: grey;
}

div#mobileFilter {
    margin-left: 10px;
    margin-top: 9px;
}





.account-settings-bottom {
    margin-left: -15px;
    margin-right: -15px;
}

.accont-setting-content h2 {
    font-size: 32px;
    font-weight: 700;
}

.modal-header h5 {
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.model-dialog-custom h5 {
    font-size: 12px;
    font-weight: 300;
}

.model-dialog-custom h4.warning {
    font-size: 15px;
    font-weight: 500;
    color: #DE4737;
}
/*****************************************/
.inportal-login-notification-model-dialog {
    width: 90%;
    max-width: 975px;
    margin-top: 20px;
}

#modalGlobalMainSearchMbl .inportal-login-notification-model-dialog {
    margin-top: 0px;
}

.offcycle-order-notification-model-dialog {
    width: 90%;
    max-width: 600px;
    margin-top: 20px;
}

    .offcycle-order-notification-model-dialog span {
        font-weight: 500;
    }

.orderdetail-model-dialog {
    width: 100%;
    max-width: 95%;
    margin-top: 20px;
}

.orderhistory-model-dialog {
    width: 100%;
    max-width: 95%;
    margin-top: 20px;
}

.orderhistory-detailmodel-dialog {
    width: 100%;
    max-width: 95%;
    margin-top: 20px;
}

.font-light {
    font-weight: 300;
}

.ErrorBorderBox {
    border: 2px solid red;
}

.ErrorText {
    color: #DE4737;
}

.ErrorLabel {
    color: #DE4737;
    font-size: 13px;
    font-weight: 300;
}

.prodct-tags-list-pra p.pack {
    margin-top: -20px;
    text-decoration: line-through;
    margin-bottom: 0;
}

.product-lists-pra .details {
    margin-left: 0px;
}

.product-list-content {
    /*  padding-top: 48px;*/
}

.next-price {
    background: #de242a;
    display: inline-block;
    color: white !important;
    float: right;
    border-radius: 4px;
    /*position: absolute;*/
    right: -9px;
    bottom: 0px;
}

    .next-price h6 {
        color: white !important;
        margin: 0 !important;
        padding: 8px !important;
        font-size: 12px !important;
    }

    .next-price.priceDropTag h6 span {
        display: contents;
    }

.collec h2 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.collec h3 {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 7px;
    text-transform: uppercase;
}

.collec .active a {
    font-weight: 700;
    border-bottom: 3px solid #7ECCEE;
}

.collec p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.collect-rightborder {
    border-right: 1px solid #DCDFE3;
}

.collec {
    margin: 5px 0 5px;
    /*border-right: 1px solid #DCDFE3;*/
}


.plp-dropdown-toggle-sort-mob {
}

.plp-filter-button-mob {
    border: 1px solid #28628E;
    color: #28628E;
    font-size: 12px;
    font-weight: 700;
    background-color: white;
    height: 50px;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
}

    .plp-filter-button-mob #sortOrder {
        font-weight: 400;
    }

    .plp-filter-button-mob .plus-pr {
        right: 25px;
        position: absolute;
        font-size: 26px;
        font-weight: 300;
        top: 3px;
    }

.shoppingcart-itemcount {
    font-size: 22px;
    font-weight: 700;
}

.hotSku {
}

.hidecart-icon {
    transform: rotate(180deg);
}

.AlertNotificationContainer {
    position: fixed;
    top: 88px;
    background-color: green;
    z-index: 100;
}

    .AlertNotificationContainer .alertNotofication {
        background-color: pink;
        text-align: center;
        display: block;
        padding-top: 8px;
        /* padding-bottom: 5px;*/
        position: relative;
        display: none;
    }

.custm-droDwnarrow-pr {
    position: static;
}

.AlertNotificationContainer .alertNotofication button {
    background-color: transparent;
    border: 0px;
    width: 24px;
    position: absolute;
    right: 30px;
    top: 10px;
    outline: 0;
}



.custm-droDwnarrow-pr > a {
    background: transparent !important;
    border: 1px solid #28628E !important;
    color: #28628E !important;
    padding: 0px;
    font-size: 11px;
    width: 40px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.oder-start h6 {
    font-size: 12px;
    color: white;
    font-weight: 300;
}

.oder-start-mobile h6 {
    font-size: 12px;
    color: white;
    font-weight: 300;
}


.dropdown.show.custm-droDwnarrow-pr > a:focus {
    background: transparent;
    box-shadow: 0 0 0;
}

.dropdown.show.custm-droDwnarrow-pr > .icon-inside-menu > a:hover {
    background: transparent;
}

.SideCart {
    position: fixed;
    top: 30px;
    right: 8px !important;
    width: 1075px;
    z-index: 1001;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.mainLayoutContent {
    margin: 130px 0px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
}

    .mainLayoutContent.bannerActive {
        padding: 50px 0px 0px 0px !important;
    }

.SideCart:before {
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #28628e;
    position: absolute;
    right: 222px;
    top: -11px;
}
/*.ellipsis3Rows {
    text-overflow: ellipsis;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
    .ellipsis3Rows::after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        line-height: 0;
    }*/
.loginNotificationPanel {
    margin-top: -20px;
}

    .loginNotificationPanel div.loginNotificationContent {
        height: 40%;
        overflow-y: auto;
        padding: 0px 10px;
        max-height: 450px;
    }

        .loginNotificationPanel div.loginNotificationContent div.loginNotification td {
            padding: 5px;
        }

        .loginNotificationPanel div.loginNotificationContent div.loginNotification {
            padding: 5px;
            border-bottom: 1px solid #DCDFE3;
        }

            .loginNotificationPanel div.loginNotificationContent div.loginNotification table {
                width: 100%;
            }

            .loginNotificationPanel div.loginNotificationContent div.loginNotification.urgent tr.header {
                background-color: #F7D1CD;
            }

            .loginNotificationPanel div.loginNotificationContent div.loginNotification.urgent td {
                padding: 5px;
            }

            .loginNotificationPanel div.loginNotificationContent div.loginNotification td.tdLoginNotTitle div.alerticon {
                display: none;
            }

            .loginNotificationPanel div.loginNotificationContent div.loginNotification.urgent td.tdLoginNotTitle span {
                font-size: 15px;
            }

            .loginNotificationPanel div.loginNotificationContent div.loginNotification.urgent td.tdLoginNotTitle div.alerticon {
                float: left;
                display: flex;
                padding-right: 10px;
            }

            .loginNotificationPanel div.loginNotificationContent div.loginNotification.urgent td.tdLoginNotTitle span::before {
                content: url(images/AlertIcon.svg);
            }

            .loginNotificationPanel div.loginNotificationContent div.loginNotification:last-child {
                padding: 5px;
                border-bottom: none;
            }

.upcomingOrdersPanel {
    position: fixed;
    top: 30px;
    /*right: 435px !important;*/
    width: 500px;
    z-index: 1001;
    padding: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    background-color: white !important;
    border: 1px solid #28628E;
}

    .upcomingOrdersPanel div.header {
        padding: 7px;
        background-color: #28628e;
    }

    .upcomingOrdersPanel div.upcomingOrdersContent {
        margin: 5px;
        color: black;
        font-size: 12px;
        height: 300px;
        overflow-y: auto;
    }

        .upcomingOrdersPanel div.upcomingOrdersContent div.upcomingOrders {
            padding: 5px;
            border-bottom: 1px solid #DCDFE3;
        }

            .upcomingOrdersPanel div.upcomingOrdersContent div.upcomingOrders table {
                width: 100%;
            }
            /*
        .upcomingOrdersPanel div.upcomingOrdersContent div.upcomingOrders.urgent tr.header {
            background-color: #F7D1CD;
        }

        .upcomingOrdersPanel div.upcomingOrdersContent div.upcomingOrders.urgent td {
            padding: 5px;
        }

        .upcomingOrdersPanel div.upcomingOrdersContent div.upcomingOrders td.tdBellNotTitle div.alerticon {
            display: none;
        }

        .upcomingOrdersPanel div.upcomingOrdersContent div.upcomingOrders.urgent td.tdBellNotTitle span {
            font-size: 15px;
        }

        .upcomingOrdersPanel div.upcomingOrdersContent div.upcomingOrders.urgent td.tdBellNotTitle div.alerticon {
            float: left;
            display: flex;
            padding-right: 10px;
        }

        .upcomingOrdersPanel div.upcomingOrdersContent div.upcomingOrders.urgent td.tdBellNotTitle span::before {
            content: url(images/AlertIcon.svg);
        }
*/
            .upcomingOrdersPanel div.upcomingOrdersContent div.upcomingOrders:last-child {
                padding: 5px;
                border-bottom: none;
            }

    .upcomingOrdersPanel:before {
        content: '';
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #28628e;
        position: absolute;
        right: 10px;
        top: -11px;
    }


.bellNotificationPanel {
    position: fixed;
    top: 30px;
    right: 140px !important;
    width: 575px;
    z-index: 1001;
    padding: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
    background-color: white !important;
}

    .bellNotificationPanel div.header {
        padding: 7px;
        background-color: #28628e;
    }

    .bellNotificationPanel div.bellnotificationContent {
        margin: 5px;
        color: black;
        font-size: 12px;
    }

        .bellNotificationPanel div.bellnotificationContent div.bellNotification {
            padding: 5px;
            border-bottom: 1px solid #DCDFE3;
        }

            .bellNotificationPanel div.bellnotificationContent div.bellNotification table {
                width: 100%;
            }

            .bellNotificationPanel div.bellnotificationContent div.bellNotification.urgent tr.header {
                background-color: #F7D1CD;
            }

            .bellNotificationPanel div.bellnotificationContent div.bellNotification.urgent td {
                padding: 5px;
            }

            .bellNotificationPanel div.bellnotificationContent div.bellNotification td.tdBellNotTitle div.alerticon {
                display: none;
            }

            .bellNotificationPanel div.bellnotificationContent div.bellNotification.urgent td.tdBellNotTitle span {
                font-size: 15px;
            }

            .bellNotificationPanel div.bellnotificationContent div.bellNotification.urgent td.tdBellNotTitle div.alerticon {
                float: left;
                display: flex;
                padding-right: 10px;
            }

            .bellNotificationPanel div.bellnotificationContent div.bellNotification.urgent td.tdBellNotTitle span::before {
                content: url(images/AlertIcon.svg);
            }

            .bellNotificationPanel div.bellnotificationContent div.bellNotification:last-child {
                padding: 5px;
                border-bottom: none;
            }

    .bellNotificationPanel:before {
        content: '';
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #28628e;
        position: absolute;
        right: 145px;
        top: -11px;
    }

@media only screen and (max-width: 1075px) {

    .SideCart:before {
        right: 232px;
    }
}

@media only screen and (max-width: 767px) {

    .SideCart:before {
        right: 58px !important;
    }

    .bellNotificationPanel:before {
        right: 94px !important;
    }

    .bellNotificationPanel {
        left: 10px;
        right: 10px !important;
        width: auto;
    }
}


@media only screen and (max-width: 846px) {

    .SideCart:before {
        right: 210px;
    }

    .bellNotificationPanel:before {
        right: 114px;
    }
}

@media only screen and (max-width: 600px) {

    .SideCart:before {
        right: 64px;
    }

    .bellNotificationPanel {
        left: 10px;
        right: 2px !important;
        width: auto;
    }

        .bellNotificationPanel:before {
            right: 102px !important;
        }

    .modal-dialog.offcycle-order-notification-model-dialog {
        margin: 0 auto;
    }

    .modal-dialog.inportal-login-notification-model-dialog {
        margin: 0 auto;
    }

    .inportal-login-notification-model-dialog {
        max-width: 95%;
    }

    .offcycle-order-notification-model-dialog {
        max-width: 95%;
    }
}


@media only screen and (max-width: 567px) {
    .bellNotificationPanel {
        right: 10px !important;
    }
}

.SideCart h4 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.header-nametag {
    max-width: 160px;
    font-weight: 700 !important;
    font-size: 16px !important;
}

div.header-profile-name {
    text-align: left;
    margin-right: 2px;
}

.header-retailertag {
    max-width: 160px;
    font-weight: 400;
    display: block !important;
    margin-top: -7px;
}

.fixed-length-textstopper {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    display: inline-block;
}

.SideCart button.checkout {
    width: 95%;
    padding: 5px;
    background-color: white;
    border: 0px;
    font-weight: 700;
    color: #28628E;
}

.SideCart button.continueshop {
    width: 95%;
    padding: 5px;
    background-color: #28628E;
    border: 1px solid white;
    font-weight: 700;
    color: white;
}

.icon-inside-menu {
    /*width: 90%;
    left: 0 !important;*/
    transform: none !important;
    margin-top: 45px;
    background: #28628e;
}

.SideCart ul {
    /* width:95%;*/
}

.oder-start-mobile {
    display: none;
}

.oder-start {
    display: block;
}

.SideCart .OrderDetailStatVal {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #28628e;
}

.SideCart .OrderDetailStatValText {
    display: block;
    font-size: 12px;
    color: black;
}

.cart-category-stat {
    max-height: 350px;
    overflow-y: auto;
}

.btn-profile {
    max-width: 192px;
    padding-left: 7px;
    padding-right: 23px;
}

.mobile-Hamburger-profilesec {
    background-color: white;
    padding: 20px;
    padding-bottom: 0px;
}

    .mobile-Hamburger-profilesec .profileImage {
        border-radius: 50%;
        width: 66px;
        height: 66px;
        background-size: contain;
        display: inline;
        float: left;
    }

    .mobile-Hamburger-profilesec .inner-content {
        max-width: 80%;
    }

        .mobile-Hamburger-profilesec .inner-content .profilename {
            max-width: 70%;
            float: left;
            display: inline;
            margin-left: 15px;
        }

        .mobile-Hamburger-profilesec .inner-content .profilename2 {
            width: 100%;
            display: inline-flex;
            margin-left: 0px;
            justify-content: center;
        }

.mbil-cont-mnCls-p {
    width: 100%;
    text-align: center;
    max-width: 100% !important;
}

.usrTxT-p {
    width: 40%;
    padding-left: 10px;
    text-align: left;
}

.lft-img-pr {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid;
}

    .lft-img-pr img {
        width: 60%;
        margin-top: 5px;
    }

.lft-img-pr {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid;
}

.mobile-Hamburger-profilesec p {
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0px;
}

.mobile-Hamburger-profilesec label {
    font-size: 18px !important;
    font-weight: 300;
    margin-top: -5px;
}

.mobile-logout {
    font-size: 16px !important;
    color: #3F3F3F;
    font-weight: 500 !important;
}

.profileImage {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    background-size: contain;
    border: 1px solid gainsboro;
}

.icon-inside-menu {
    color: white;
}

    .icon-inside-menu a .oder-start h4 {
        color: white;
        text-align: center;
        font-size: 18px;
    }

    .icon-inside-menu a .oder-start-mobile h4 {
        color: white;
        text-align: center;
        font-size: 18px;
    }

.sideshopping-botton-sticky {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #28628e;
    padding-top: 15px;
    padding-bottom: 30px;
}

.sideshopping-stat-start table thead tr th {
    color: white;
    font-size: 12px;
    border: 0;
    font-weight: 500;
    vertical-align: top;
    padding: 0 0.75rem 0 0.75rem;
}

.sideshopping-stat-start table thead tr:last-child {
    border: 0;
}

.sideshopping-stat-start table tr {
    border: 0 !Important;
}

.sideshopping-stat-start .thinborder-right {
    border-right: 1px solid white !important;
}

.sideshopping-stat-start table thead tr th {
    border: 0px solid !important;
}

.
.sideshopping-stat-start table thead tr th {
    border: 0px solid !important;
}

.sideshopping-stat-start .table th, .table td {
    border-top: 0px solid !important;
}

.sideshopping-stat-start table tbody tr td {
    color: white;
    font-size: 12px;
    border: 0;
    padding: 0 15px;
    font-weight: 400;
}

.sideshopping-stat-start table {
    margin-bottom: 10px;
}

.oder-start table thead tr th {
    color: white;
    font-size: 12px;
    border: 0;
    font-weight: 500;
    vertical-align: top;
    padding: 0 0.75rem 0 0.75rem;
}

.thinborder-right {
    border-right: .5px solid white !important;
}

.oder-start-mobile table thead tr th {
    color: white;
    font-size: 12px;
    border: 0;
    width: 50%;
}

.oder-start table tbody tr td {
    color: white;
    font-size: 12px;
    border: 0;
    padding: 0 15px;
    font-weight: 400;
}

.oder-start-mobile table tbody tr td {
    color: white;
    font-size: 12px;
    border: 0;
    padding: 0 15px;
}

.dropdown-menu.icon-inside-menu a:before {
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #28628e;
    position: absolute;
    right: 294px;
    top: -11px;
}

ul.list-unstyled.listof-kg-pr li {
    padding: 0 12px;
    border: 0;
    text-align: center;
    font-size: 18px;
    color: #28628e;
}

.listof-kg-pr {
    text-align: center;
    background: white;
    border-radius: 10px;
}

.odr-brk-pr {
    padding-top: 5px;
    margin-bottom: 0;
}

.z-index-9999 {
    z-index: 9999;
}
/*.account-setting-header {
    margin: 30px 30px 10px 30px;
}*/
@media (min-width:768px) {
    .account-setting-header {
        margin: 0px 30px 0px 30px;
    }

    .accont-setting-content {
        margin: 30px 30px 10px 30px;
        padding-left: 15px;
    }
}

@media (max-width: 1075px) {
    .SideCart {
        width: 100%;
        right: -1px !important;
    }


    .oder-start-mobile {
        display: block;
        padding-bottom: 80px;
    }

    .oder-start {
        display: none;
    }



    .SideCart .OrderDetailStatVal {
        font-size: 19px !important;
    }

    .vieoderBtn-p {
        text-align: center;
    }

    .checkout {
        margin-bottom: 10px;
    }
}

@media (max-height:667px) {
    /*.cart-category-stat {
        max-height: 300px !important;
    }*/
}

@media (max-width: 567px) {
    .SideCart {
        width: 100%;
        right: 5px !important;
    }
}

@media (max-width:460px) {
    .login-footer {
        position: sticky !important;
    }
    /*.cart-category-stat {
        max-height: 300px !important;
    }*/
}

.categoryTab h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.categoryTab h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.categoryTab .active a {
    font-weight: 700;
    border-bottom: 3px solid #7ECCEE;
}

.categoryTab p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.categoryTab-rightborder {
    border-right: 1px solid #DCDFE3;
}

.categoryTab {
    margin: 5px 0 5px;
    /*border-right: 1px solid #DCDFE3;*/
}

.number-only {
    border: 1px solid #cbcbcb !important;
    box-shadow: 0 0 0 0;
    outline: 0;
}

    .number-only:focus {
        outline: 0;
        box-shadow: 0px 0px 2px 1px #80bdff;
    }

input::-ms-reveal, input::-ms-clear {
    display: none;
}
/* FONT AWESOME OVERRITES*/
.rolesActionIcons {
    width: 20px !important;
}

.dropdown-toggle-sort {
    width: 100%;
    background-color: transparent;
    border: 0px solid white;
    color: #28628E;
}

.text-linethrough {
    text-decoration: line-through;
}

.mainFilterBtn .plus-pr {
    float: right;
    position: relative;
    top: 13px;
    right: 10px;
}

.mainMoreFilterBtn .moreplus-pr {
    float: right;
    position: relative;
    top: 13px;
    right: 5px;
}

.main-Filter-ValueText {
    font-size: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-Filter-TitleText {
    vertical-align: middle;
    padding: 0 30px 0 10px;
}

span.main-Filter-ValueText {
    position: relative;
    left: -30px;
    top: 16px;
    font-size: 13px;
}

.drop-PlantType-filter, .drop-moreFilter-filter {
    margin-left: 300px;
}

.drop-ProductType-filter, .drop-moreFilter-filter {
    margin-left: 300px;
}

.drop-Terpenes-filter {
    margin-left: 300px;
}

.drop-Size-filter, .drop-ItemCategories-filter, .drop-LicenseProducer-filter {
    margin-left: 300px;
}

.drop-CBD-filter, .drop-THC-filter, .drop-Price-filter {
    margin-left: 300px;
}

.form-group {
    margin-bottom: 0px !important;
}

.float-container {
    border: solid 1px #ccc;
    padding: 0 0px;
    position: relative;
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: 66px;
}

.pra-filter-right {
    padding-right: 0;
}

.search-textbox {
    height: 43px !important;
    border-radius: 50px;
}

.quantity-verticalcenter {
    margin: 5px 1px;
    display: flex;
    flex-flow: column;
    /* justify-content: center; */
    justify-items: center;
    align-items: center;
    justify-content: end;
    align-content: center;
}

.role-serch-icon-pra {
    display: inline-flex;
    width: 100%;
}

input.magnifying {
    background: url(/images/search.svg) no-repeat scroll 10px 11px !important;
    padding-left: 36px;
}

.per-give-pra-sm ul {
    border-bottom: 1px solid #DCDFE3;
}

.per-give-pra ul {
    border-bottom: 1px solid #DCDFE3;
}

.colotDot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 14px;
    margin-bottom: -3px;
}

.colotDotSmall {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 14px;
    margin-bottom: -3px;
}

/* Custome ChcekBox Control */
.cust-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .cust-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.cust-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-image: url(/images/Unchecked.svg)
}

.cust-checkbox-container:hover input ~ .cust-checkbox-checkmark {
    /* background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.cust-checkbox-container input:checked ~ .cust-checkbox-checkmark {
    /*background-color: #2196F3;*/
    background-image: url(/images/Checked.svg)
}

/* Create the checkmark/indicator (hidden when not checked) */
.cust-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cust-checkbox-container input:checked ~ .cust-checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cust-checkbox-container .cust-checkbox-checkmark:after {
    background-image: url(/images/Checked.svg)
}

.cust-checkbox-container input[state="checked"] ~ .cust-checkbox-checkmark {
    /*background-color: #2196F3;*/
    background-image: url(/images/Checked.svg)
}

.cust-checkbox-container input[state="semi"] ~ .cust-checkbox-checkmark {
    /*background-color: #2196F3;*/
    background-image: url(/images/Semi-Checked.svg)
}

.padding-left-5px {
    padding-left: 5px;
}

.padding-left-15px {
    padding-left: 15px;
}

.cust-checkbox-wrapper {
    height: 60px;
    padding-top: 17px;
}

.cust-checkbox-container {
    padding-top: 3px;
}

.cust-checkbox-wrapper.active {
    background-color: #F4F8F7;
}

/* End Custome Chcek Box Control*/
.per-give-pra ul li.active-pra a {
    border-bottom: 4px solid #28628E;
    font-weight: 600;
    color: #28628E;
}


.per-give-pra ul li {
    margin-right: 25px !important;
}

    .per-give-pra ul li a {
        padding: 10px 5px 1px;
        border-bottom: 3px solid transparent;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        margin: 0 0 -2px 0px;
    }

img.john-img {
    width: 50px;
    border-radius: 50%;
    padding-right: 8px;
}

.user-aprov-tabl {
    border-radius: 18px;
    overflow: hidden;
}

    .user-aprov-tabl table tbody tr td {
        font-size: 15px;
        vertical-align: middle;
        /*padding: 10px 15px 10px !important;*/
    }

        .user-aprov-tabl table tbody tr td a {
            text-decoration: underline;
        }

            .user-aprov-tabl table tbody tr td a.actionlink {
                text-decoration: underline;
                /*padding: 10px 15px 10px !important;*/
            }

    .user-aprov-tabl table thead tr th {
        background: #28628e !important;
        font-size: 15px;
        color: white;
        border: 0;
    }

        .user-aprov-tabl table thead tr th:first-child {
            border-top-left-radius: 15px;
        }

        .user-aprov-tabl table thead tr th:last-child {
            border-top-right-radius: 15px;
        }

    .user-aprov-tabl table {
        border: 1px solid #dee2e6;
    }

.aprov-mobile-.tabl p {
    font-size: 15px;
    color: black;
    margin-bottom: 12px;
}

.aprov-mobile-.tabl {
    border: 1px solid #dbd9d9;
    /*  padding: 16px 25px;*/
    display: none;
    margin-top: 25px;
}





.user-aprov-tabl table tbody tr td .form-group input {
    margin: 0 0px 0 -17px;
}


.min-cls-top-bar {
    background: #28628E;
    margin-bottom: 21px;
}


.row.top-hd-cls-pra {
    padding: 18px 20px 7px;
}

section.section-main-cls {
    margin-top: 35px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    overflow: hidden;
}

.top-hd-cls-pra .insid-jhn h4 {
    /*color: black;*/
}

.top-hd-cls-pra .insid-jhn p {
    margin-bottom: 0px;
    /*  color: black;*/
}



.insid-jhn p {
    font-size: 15px;
    font-weight: 300;
    word-break: break-word;
}

.name-jhn-mobile .mobil-jhn-img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    margin: 0 13px 0 0px;
}

.name-jhn-mobile {
    display: flex;
}


img.next-img {
    width: 23px;
}

.container-upload {
    padding-left: 15px;
}

.upload-atach {
    width: auto !important;
}

.file-chos-pik {
    margin-left: 8px;
}

.rounded-edge-table {
    border-radius: 20px;
    overflow: hidden;
}

.arrow {
    position: absolute;
    right: -30px;
    top: 4px;
    width: 32%;
    margin: 0 0 0 0;
}

.chevronicon {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 20px;
    margin: 0 0 0 0;
}

.inside-use-type-list {
    padding: 1px 10px 1px 35px
}

.insid-jhn h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.ftr-sectins {
    /*color: #7a7d81;*/
    color: #4c4c4c;
}

    .ftr-sectins h4 {
        font-weight: 400;
        font-size: 15px;
    }

.ftr-sectins-link {
    text-decoration: underline !important;
}

a.underlined {
    text-decoration: underline !important;
}

.list-unstyled.images-user-icons {
    display: inline-flex;
}

.insid-jhn ul {
    margin-top: 12px;
}

span.user-img {
    background: #28628E;
    display: inline-block;
    float: right;
}

.user-img a {
    color: white;
    font-size: 14px;
    padding: 14px 0px 10px;
    display: inline-block;
    width: 174px;
    height: 49px;
    text-align: center;
}

.hdr-reat-pag-test form select {
    height: 39px;
}

.carlo-info-pra .deliv-inpt {
    padding-top: 4px;
}

.form-row.delivry-info-main-pra .float-container input {
    margin-top: -35px;
}

.form-row.delivry-info-main-pra .float-container select {
    margin-top: -35px;
}

.float-container input {
    border: none;
    font-size: 15px !important;
    outline: 0;
    padding: 25px 0 0px 0;
    padding-left: 9px !important;
    height: 100%;
}

.float-container select {
    border: none;
    font-size: 15px !important;
    outline: 0;
    padding: 25px 0 0px 0;
    padding-left: 9px !important;
    height: 100%;
}

.float-container span {
    margin-top: 8px;
    padding-left: 9px;
    font-size: 13px !important;
    position: absolute;
    color: #7A7D81;
}

.float-container label {
    font-size: 13px !important;
    /*color: #7A7D81;*/
    color: #4c4c4c;
}

.float-container .custom-validation-icon {
    margin-top: 10px !important;
}

.invite-sec-pra h6 {
    font-size: 15px;
    font-weight: 300;
}

.onboard-action-required h5 {
    color: #28628E;
    border: 1px solid #28628E;
    border: 2px solid #28628E;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px !important;
    font-weight: 600;
    margin-top: 0px !important;
    /* margin-left: auto;
    margin-top: 30px;*/
}

.number-sku {
    position: relative;
}

    .number-sku ul {
        margin-bottom: 0px;
    }

        .number-sku ul li {
            margin-right: 0px;
        }

.onboard-action-required h6 {
    font-size: 14px;
}

.onboard-action-required {
    padding-top: 10px !important;
}

.circledTickSmall {
    background-color: #7ECCEE;
    border-radius: 50%;
    padding: 3px 6px;
}

    .circledTickSmall img {
        width: 10px;
        height: 10px;
    }

a {
    color: #3f3f3f;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

.onboardMainLayout {
    margin: 0 auto;
}

.admin-title {
    font-size: 32px;
    font-weight: bold;
}

.admin-SubTitle {
    font-size: 18px !important;
    font-weight: bold;
}

.text-color-gray {
    color: #585C60;
}

hr.line-two23 {
    display: inline-block;
    width: 96%;
    margin: 20px auto;
}

.aditional-pra {
    padding-left: 15px;
}

.aprov-tabl table tbody tr td a img {
    width: 23px;
    margin: 0 auto;
    margin-right: 8px;
}

.aprov-tabl table tbody tr td ul {
    margin-bottom: 0px;
}

a.disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.bottom-navbar {
    position: fixed;
    bottom: 0;
    padding: 0px 0;
    background-color: #F4F8F7;
    z-index: 1;
}

.onboarding-bottombar {
    background: #F4F8F7;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: inline-block;
}

.bottom-page-margin {
    margin-bottom: 100px;
    min-height: 85vh;
}

.invitRet-btn-pra a {
    padding: 15px 23px !important;
    display: inline-block;
    text-align: center;
}

.filter-typ-pra {
    padding-right: 0;
}

.color-btn-pra button:after {
    content: '>';
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    transform: rotate(90deg);
}

.mobile-hide {
    display: inline-flex;
    justify-content: flex-end;
}

.customer-creation-pra {
    padding-left: 22px;
}

    .customer-creation-pra .cust-cr h3 {
        font-size: 22px;
    }

.list-cont h1 a {
    text-decoration: none;
}

.btn-AlertOk {
    background-color: white;
    color: #28628E;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 800;
}

/*.col-lg-7.col-md-9.col-sm-5.user-nam-gur {
    padding-left: 0;
}*/

.btn-primary {
    background-color: #28628E;
    font-size: 14px;
    padding: 10.5px 33px;
    border-radius: 0px;
}

input.warning {
    border: 1px solid red !important;
}

textarea.warning {
    border: 1px solid red !important;
}

select.warning {
    border: 1px solid red !important;
}

.requireditem:after {
    content: " *";
    color: red;
}

.btn-primary-hollow {
    background-color: white;
    font-size: 14px;
    padding: 10.5px 33px;
    border-radius: 0px;
    color: #28628E;
    border: 1px solid #28628F;
}

.form-name-pra {
    padding-left: 0;
}

    .form-name-pra .user-lft-side-pra {
        padding-left: 0;
    }

.delt-user-pra a {
    font-size: 14px;
    color: black;
    display: inline-block;
    text-align: center;
    padding: 11px 23px !important;
    font-weight: 600;
}

.color-btn-pra button:after {
    content: '';
    transform: rotate(1deg);
    position: absolute;
    right: 10px;
    top: 17px;
    background: url(../images/arrow_down_dark_grey.png);
    width: 15px;
    height: 9px;
}

td.invite-btn-mt-3 > a.btn-primary {
    padding: 10px;
}

.btn-primary:disabled {
    background-color: #DCDFE3;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 0px;
    border-width: 0px;
    color: white;
}

.btn-secondary {
    background-color: #3F3F3F !important;
    padding: 10px 30px;
    border-radius: 0px;
    border-width: 0px;
}

.btn-navigate {
    background-color: transparent;
    color: #28628E;
    font-size: 14px;
    border-radius: 0px;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 0px;
}

.wrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.align-text-center {
    text-align: center;
}

.btp-Tip {
    background-color: #28628E;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding-top: 0px;
    padding-left: 5px;
    font-weight: 500;
}

btp-Tip:hover {
    color: white;
}

.height-500 {
    height: 500px;
}

.checkbox-class {
    display: inline;
}

.content-container {
    padding-bottom: 17px;
}

.menu-UserTypeTitle {
    font-size: 23px;
    font-weight: bold;
    color: white;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    border-left: 6px solid transparent;
}

.logo p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    color: #8e8d8d;
    )
}

    .logo p span {
        font-size: 11px;
        font-weight: 900;
        color: black;
    }

.message {
    padding-top: 13px;
}

.right-sec ul li {
    margin: 0 5px;
    vertical-align: middle;
}

.right-sec ul li {
    /*border-right: 1px solid #dfdfdf;*/
    /* padding-right: 10px;*/
    height: 50px;
}

.right-sec form input {
    width: 84% !important;
    border: 0;
    background: transparent;
    padding: 18px 1px;
}

.srch-bar {
    width: 25%;
    float: left;
    height: 37px;
    border-radius: 50px;
    background: var(--srch-clr);
    position: absolute;
    right: 363px;
    top: 16px;
}

.right-sec form input:focus {
    background: transparent;
    box-shadow: 0 0 0;
}

.srch-bar form svg {
    margin-left: 7px;
}

.hdr-top {
    top: 0;
    box-shadow: 0px 3px 6px #00000029;
    position: fixed;
    z-index: 1000;
    background-color: white;
    padding-bottom: 10px;
}

.logo {
    padding: 9px 0px;
}

.right-srch-input {
    height: 34px;
    border-radius: 50px;
    background: #6F96B3;
    width: 81%;
    margin: 0 auto;
    color: white;
    position: relative;
    top: 40px;
}

    .right-srch-input form input {
        background: transparent;
        border: 0;
        color: white;
    }

        .right-srch-input form input:focus {
            background: transparent;
            box-shadow: 0 0 0;
        }

    .right-srch-input input::placeholder {
        color: white;
        opacity: 1;
        /* Firefox */
    }

    .right-srch-input input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: white;
    }

    .right-srch-input input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: white;
    }

.list-cont {
    padding-top: 0px;
}

.hdr-after-sec p {
    font-size: 14px;
    color: var(--lite-clr);
}

.hdr-after-sec .collapsable-pannel-header.active p {
    color: white;
}

.hdr-after-sec h4 {
    font-size: 16px;
    font-weight: 600;
}

.trim-left-list {
}

.hdr-after-sec h1 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 35px;
}

.contact-details {
    padding: 22px 0px 0 22px;
}

.list-cont h5 {
    font-size: 14px;
    color: var(--lite-clr);
}

.list-cont p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.contact-details > h4 {
    font-size: 18px;
    font-weight: 600;
}

.login-left-sec {
    background: var(--grey-clor);
    height: 100%;
}

.trimd-form .form-group label {
    text-align: left !important;
    display: block;
}

.trimd-form {
    width: 430px;
    margin: 0 auto;
    max-width: 100%;
}

    .trimd-form .form-group input {
        border-radius: 50px;
    }

    .trimd-form .custom-control {
        text-align: left;
    }

        .trimd-form .custom-control span {
            float: right;
        }

    .trimd-form .form-group {
        position: relative;
    }

.iocn-eyes {
    position: absolute;
    right: 12px;
    top: 36px;
    font-size: 22px;
    color: #bbbdc0;
}

.login-left-sec p {
    font-size: 24px;
    padding: 60px 0;
}

.submit {
    width: 100%;
}

    .submit button {
        color: var(--whit-clr);
        background: var(--green-clr);
        width: 100%;
        margin: 50px 0;
        font-size: 16px;
        font-weight: 500;
        border-color: var(--green-clr);
        padding: 7px 0;
    }

        .submit button:hover {
            background: var(--green-clr);
            border-color: var(--green-clr);
        }

        .submit button:focus {
            background: var(--green-clr);
            border-color: var(--green-clr);
        }

.left-sect-logo {
    background: var(--grey-clor);
    box-shadow: 0 0 3px #aeabab;
    height: 100%;
    padding-top: 82px;
    z-index: 2;
}

.login-left-sec h2 a {
    font-size: 24px;
    color: black;
}

.srch-admin .srch-admin-inside input {
    border-radius: 20px;
    background: var(--search-back)
}

form.srch-admin {
    width: 80%;
    margin: 0 auto;
}

.line2 {
    margin: 60px 0 20px;
}

.logo-das {
    width: 58%;
    margin: 0 auto;
    display: block;
    padding: 34px 0 40px;
}

.childitem {
    padding-left: 35px !important;
    background-color: #325A7E;
    font-size: 15px !important;
    color: #e3ebf0 !important;
    line-height: 20px !important;
}

    .childitem.selected {
        font-weight: 700 !important;
    }

.trim-left-list-selected {
    background-color: #3C688C !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.trim-left-list-child-selected {
    background-color: #3C688C !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}


.trim-left-list > li > a:hover {
    text-decoration: none;
    background: #6F96B3;
}

.trim-left-list > li > a, .trim-left-list > li > ul > li > a {
    line-height: 50px;
    padding-left: 0;
    /*24px;
    */
    color: white;
    font-weight: 400;
    border-left: 6px solid transparent;
    display: block;
    font-size: 18px;
}

.trim-left-list > li > ul > li > a {
    line-height: 40px;
    font-size: 15px;
    font-weight: 300;
    background: var(--grey-clor);
}

    .trim-left-list > li > ul > li > a:hover {
        background: #6F96B3;
    }

.left-sect-logo > ul > li > a {
    padding-left: 15px;
    color: #e3ebf0 !important;
}

    .left-sect-logo > ul > li > a.childitem {
        padding: 10px 0 10px 0;
    }
/*.dropdown.show {
    background-color: #46779b;
    }*/

div.dropdown-menu.show {
    border-top: hidden;
    right: 0px;
    /*width: 200px !important;*/
}

div.topheader.dropdown-menu.show {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: -2px !important;
}

.topheaderItem.dropdown-item:hover {
    background-color: #F4F8F7;
}

.mobile-menu-text {
    font-size: 16px !important;
}

.width200 {
    width: 200px;
}

.topheaderItem.dropdown-item {
    padding-left: 60px;
    color: #4C4C4C;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position-x: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position-y: center;
}

.topmenuItemOrder {
    background-image: url(/images/Menu_Icon_Bigger.svg);
    /*background-size: 11% !important;*/
}

.topmenuItemOrderSchedule {
    background-image: url(/images/topMenuIcon-Schedule.svg);
}

.topmenuItemUserManagement {
    background-image: url(/images/topMenuIcon-User.svg);
}

.topmenuItemOrderHistory {
    background-image: url(/images/topMenuIcon-OrderHistory.svg);
}

.topmenuItemClaimHistory {
    background-image: url(/images/ClaimsIcon.svg);
}

.topmenuItemAccountSetting {
    background-image: url(/images/topMenuIcon-AccountSetting.svg);
}

.topmenuItemNoImage {
    padding-left: 24px !important;
    text-align: center;
}

button.btn-profile.dropdown-toggle.drop-dwn-btn[aria-expanded="true"] {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.tex-ar-pra textarea {
    margin-bottom: 5px;
}

a.dropdown-item {
    text-decoration: none;
}

.dropdown.show > ul > li > a {
    background-color: #46779b;
    padding-left: 35px;
    color: #e3ebf0 !important;
}

.invite-sec-pra {
    padding-left: 0;
}

/*.hdr-reat-pag-test {
    padding-left: 17px;
    padding-top: 18px;
}*/

.dropdown-menu {
    margin: 0px;
}

.aprov-srch.retailer-aprov-pra .form-inline input {
    height: 43px;
}

ul.dropdown-menu {
    background: var(--grey-clor);
    padding: 0;
    border: 0;
}

.drop-menu-bar-pra.show {
    transform: none !important;
    top: 50px !important;
}

.trim-left-list > li:hover .dro-dwn {
    display: block;
}

.trim-left-list > li > .dro-dwn > ul > li > a {
    color: white;
    font-size: 14px;
    line-height: 40px;
    padding-left: 55px;
    width: 100%;
    display: inline-block;
}

    .trim-left-list > li > .dro-dwn > ul > li > a:hover {
        background: var(--grey-clor);
    }

.dro-dwn {
    display: none;
    background: #6f96b3;
    padding: 4px 0px;
}

.legal-cont {
    padding-left: 0;
}

.editForm-pra {
    padding: 3px 17px 17px;
}

.deletBtn-pra {
    display: block;
}

.trim-left-list li.active-2 a {
    background: #6F96B3;
    width: 100%;
    display: block;
}

.creat-Txt-Pra {
    display: block;
}

.deletBtn-pra a {
    padding: 11px 23px !important;
    display: inline-block;
    color: black;
}

.drop-dwn-btn {
    background: transparent;
    border: 0px solid white;
    font-size: 14px;
    font-weight: 600;
    color: black;
    display: flex;
}

.right-sec ul li .men-img {
    width: 38px;
    border-radius: 50px;
    padding-top: 2px;
    margin-right: 4px;
}

.name-malik {
    padding-left: 6px;
    font-size: var(--john-text);
    font-weight: 600;
    padding-top: 0px;
}

    .name-malik p {
        font-size: 16px;
        top: 0px;
        position: relative;
        color: #2E2D2D;
        margin-bottom: 0;
        left: 5px;
        font-weight: 400;
    }

    .name-malik span {
        font-size: 12px;
        font-weight: 300;
    }

.drop-dwn-btn:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 10px;
    top: 32%;
    display: inline-block;
    right: 5px;
    background: url(/images/chevron-black.svg) no-repeat;
    border: 0;
    background-size: 13px;
}

.right-top {
    text-align: right;
}

.right-top {
    text-align: right;
    padding: 10px 0px;
}

.headericon-rightborder {
    border-right: 1px solid #70707040 !important;
    padding-right: 10px;
}

.right-sec ul li .shopping-icn {
    margin-top: 7px;
    width: 48px;
    height: 40px;
    background: url(/images/Header_Icon.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: 0;
    border: 0px;
    padding-top: 10px;
}

.right-sec ul li .settign-icn {
    width: 26px;
}

.right-sec ul li .carts-icn {
    margin-top: 5px;
    width: 39px;
    height: 39px;
    background: url(/images/cart.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: 0;
    border: 0px;
    padding-top: 10px;
}

.product-lists-pra .attributeIcn1 {
    position: absolute;
    top: -17px;
    right: -27px;
    width: 56px !important;
}

.product-lists-pra .attributeIcn2 {
    position: absolute;
    top: 47px;
    right: -27px;
    width: 56px !important;
}

.product-lists-pra .attributeIcn3 {
    position: absolute;
    top: 97px;
    right: -27px;
    width: 56px !important;
}

.product-lists-pra .attributeIcn4 {
    position: absolute;
    top: 147px;
    right: -27px;
    width: 56px !important;
}

.right-sec ul li .carts-icn.active {
    margin-top: 5px;
    width: 39px;
    height: 39px;
    background: url(/images/cartadded.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: 0;
    border: 0px;
    padding-top: 10px;
    background-position-x: -2px;
    padding-left: 8px;
}

.right-sec ul li .carts-icn span {
    font-size: 11px;
    font-weight: 500;
    color: #28628E;
}

.right-sec ul li .bell-icn {
    margin-top: 6px;
    width: 39px;
    height: 39px;
    background: url(/images/bell.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: 0;
    border: 0px;
    padding-top: 7px;
}

    .right-sec ul li .bell-icn.active {
        margin-top: 8px;
        width: 39px;
        height: 39px;
        background: url(/images/Bell-active.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        outline: 0;
        border: 0px;
        padding-top: 2px;
        background-position-x: -2px;
        padding-left: 6px;
    }

    .right-sec ul li .bell-icn span {
        font-size: 11px;
        font-weight: 500;
        color: #28628E;
    }

.drop-dwn-btn:active {
    background-color: transparent !important;
    border-color: transparent;
    color: black;
}

.drop-dwn-btn:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: black !important;
}

.drop-dwn-btn:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 !important;
    color: black;
}

.right-sec h2 {
    font-size: 16px;
    margin: -10px 10px;
    text-align: left;
    text-align: left;
    position: relative;
    top: 27px;
}

.right-sec {
    align-items: center;
    align-content: end;
    justify-content: flex-end;
    padding: 5px 5px 0 10px;
}

.main-prd-tbl {
    background: #28628E;
    padding: 10px 0;
    color: white;
}

.right-sec h2 span {
    font-size: 12px;
    padding-left: 26px;
    position: relative;
}

    .right-sec h2 span:before {
        content: '';
        width: 2px;
        height: 45px;
        position: absolute;
        left: 10px;
        background: #8b8b8b;
        top: -11px;
        right: 0;
    }

hr.line-orag {
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    z-index: -1;
    box-shadow: 0 0 3px #aeabab;
}

.inside-right-sec {
    box-shadow: 0 0 3px #aeabab;
}

.right-main-cls-hdr {
    margin-left: -140px;
    width: 80%;
}

.right-sec ul {
    margin-bottom: 0px;
}

/*.hdr-after-sec {
    padding: 0px 0px 0 0px;
}*/

.main-res-cls {
    background: var(--lit-grey-clr);
    padding: 25px;
}

.responsi-time h2 {
    font-size: 14px;
    font-weight: 400;
}

.hdr-after-sec h5 {
    font-size: 17px;
    color: #28628E;
}

.hdr-after-sec > h2 {
    font-size: 32px;
    padding-top: 14px;
}

.hdr-after-sec h6 {
    font-size: 18px;
}

    .hdr-after-sec h6 span {
        padding-left: 20px;
        position: relative;
    }

        .hdr-after-sec h6 span:before {
            content: '';
            width: 16px;
            height: 16px;
            background: #2ECDF5;
            position: absolute;
            border-radius: 50px;
            left: 0;
            top: 2px
        }

.hdr-after-sec h3 {
    font-size: 22px;
    padding-top: 35px;
    padding-bottom: 15px;
}

.list-opc-none {
    opacity: 0;
}

.second-sec {
    padding-top: 35px;
}

.coments {
    border: 2px solid black;
    font-size: 14px;
    font-weight: 600;
    color: black;
    padding: 10px 25px;
    margin: 25px 10px;
    display: block;
}

    .coments:hover {
        color: black;
    }

hr.line-two {
    display: inline-block;
    width: 90%;
    margin: 20px auto 20px 120px;
    padding-right: 5px;
}

.delivery-const {
    padding-left: 115px;
}

    .delivery-const h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .delivery-const p {
        font-size: 15px;
        line-height: 26px;
    }

.cont-deliv {
    padding-top: 0;
}

.tick-img {
    width: 20px;
}

.coments-ret {
    border: 2px solid black;
    font-size: 14px;
    font-weight: 600;
    color: black;
    padding: 10px 25px;
    margin: 25px 10px;
    display: inline-block;
}

    .coments-ret:hover {
        color: black;
    }

.contact-details.cont-deliv table tbody tr td {
    border: 0;
}

.contact-details.cont-deliv table thead tr th {
    border-top: 0;
}

.rec-img h4 {
    font-size: 13px;
    color: var(--lite-clr);
}

.list-cont h3 {
    font-size: 18px;
    padding-bottom: 8px;
}

.list-cont h6 {
    font-size: 16px;
    color: var(--lite-clr);
}

a.file-prev {
    font-size: 14px;
    font-weight: 600;
    color: black;
    border: 1px solid;
    padding: 10px 21px;
}

.rsa-ceti {
    margin-top: 30px;
}

.activ-log ul li a {
    color: black;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 28px 10px 0;
}

.phot-inside-text {
    padding-top: 10px;
    display: flex;
    flex-flow: column;
    padding-left: 16px;
}

.list-cont.activ-log h1 .phot-inside-text span {
    font-size: 15px;
    vertical-align: middle;
    font-weight: 400;
    line-height: 24px;
}

.list-cont.activ-log h1 img {
    float: left;
    width: 17%;
    border-radius: 50%;
}

span.name-jhn {
    font-weight: 600 !important;
    display: inline-block;
    color: black;
}

.list-cont.activ-log {
    margin-bottom: 36px;
}

.pagination-ftr {
    padding: 15px 0 0 100px;
}

    .pagination-ftr nav ul li a {
        margin: 0 5px;
        color: grey;
    }

.text-area-pra .form-group textarea {
    height: 150px;
}

.text-area-pra {
    padding-top: 45px;
}

form.text-area-pra .form-group label {
    font-size: 18px;
    font-weight: 600;
}

a.coment {
    color: black;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid black;
    padding: 11px 19px;
    display: inline-block;
    margin-top: 8px;
    text-align: right;
}

.cmnt-btn {
    text-align: right;
}

.retailer-menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    background: white;
}

.mobileMenu-active {
    background-color: #F4F8F7;
}

    .mobileMenu-active a {
        color: #28628E !important;
        font-weight: 700;
    }

.menuActive {
    background-color: #F4F8F7;
    color: #28628E !important;
    font-weight: 700;
}

.retailer-menu-overlay-content {
    position: relative;
    width: 100%;
    /* text-align: center;*/
    margin-top: 75px;
}

    .retailer-menu-overlay-content .topheader {
        width: 80%;
    }

    .retailer-menu-overlay-content > ul > li > a {
        padding-left: 15px;
        color: #e3ebf0 !important;
    }

.retailer-menu-overlay a {
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .retailer-menu-overlay a:hover, .retailer-menu-overlay a:focus {
        color: #f1f1f1;
    }

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    background: var(--grey-clor);
}

.overlay-content {
    position: relative;
    width: 100%;
    /* text-align: center;*/
    margin-top: 75px;
}

    .overlay-content > ul > li > a {
        padding-left: 15px;
        color: #e3ebf0 !important;
    }

.overlay a {
    text-decoration: none;
    font-size: 36px;
    /*color: #818181;*/
    color: #4c4c4c;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 50px;
    color: white;
    cursor: pointer;
}

.mobile-nav-bar {
    display: none;
}

.right-sec ul li:last-child {
    border: 0;
}

.modal-top-pra {
    top: 30%;
}

.reset-form-pra {
    width: 415px;
}

.closPra {
    font-size: 14px !important;
    color: #2B638d;
    font-weight: 600;
}

.invite-sec-pra .form-row {
    padding: 5px 0 20px;
}

.confirm-body {
    padding: 10px 52px;
}

.modal.confirm .modal-dialog .modal-content .modal-footer button {
    min-width: 10% !important;
}

.confirm-footer {
    padding: 10px 52px 35px 52px;
}

    .confirm-footer div {
        width: 50%;
    }

        .confirm-footer div button {
            width: 100%;
        }

.alert-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.spac-btm-pra.text-center {
    padding-bottom: 36px;
}

.spac-btm-pra button:nth-child(2) {
    border: 2px solid #28628E;
}

.col.invite-sec-pra .form-row .form-group label {
    padding-bottom: 1px;
}

.aprov-srch form input:focus {
    background: transparent;
    box-shadow: 0 0 0;
}

.invite-sec-pra .form-row .form-group input {
    height: 39px;
    border-radius: 5px !important;
    font-size: 16px !important;
}

.file-chos-pik .file-chosen-pra {
    color: #585C60;
    word-break: break-all;
}

.group-tags > span {
    margin-bottom: 4px;
    display: inline-block;
}

.editImg-pr {
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.rest-pass-pra h1 span {
    font-weight: 300;
}

.icon-invite-pra {
    padding: 20px 0;
    width: 86% !important;
    background-color: #F4F8F7;
    margin-left: -17px;
}

.aprov-srch form input {
    width: 80% !important;
    border: 0;
    background: transparent;
    padding: 18px 1px;
}

.invite-botom {
    width: 100%;
    padding: 0;
}

.date-back-pra img {
    position: absolute;
    right: 10px;
    top: 22%;
    width: 22px;
}

.date-range-picker {
    background-origin: content-box;
    background-image: url(/images/calendr.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 20px;
    padding-right: 10px;
}

.date-picker img {
    position: absolute;
    right: 10px;
    top: 22%;
    width: 22px;
}

label.clndr-img-pra {
    width: 50%;
    float: right;
    margin: 0 6px 0 0px;
}

input.magnifying {
    width: 100% !important;
    border: 0px solid #ced4da;
    background: url(/images/search.svg) no-repeat scroll 0px 9px;
    padding: 0 1px 0 40px;
}

input.borderLine {
    border: 1px solid #cbcbcb;
}

.login-page-welcm-pra span {
    /*color: #7A7D81;*/
    color: #4c4c4c;
}

div.login.row {
    margin: auto;
    width: 90%;
}

.no-scroll-x {
    overflow-x: hidden;
}

.margin-top-25 {
    margin-top: 25px;
}

.aprov-srch {
    border: 1px solid #cbcbcb;
    border-radius: 50px;
    width: 64%;
}

.select-approv .form-group select {
    width: 100%;
    margin: 0 0 0 auto;
}

.select-approv .form-group {
    width: 50%;
    margin: 0 0 0 auto;
}

    .select-approv .form-group label {
        font-size: 14px;
    }

.aprov-tabl {
    margin-top: 35px;
    /*border-radius: 18px;*/
    border-radius: 18px 18px 0px 0px;
    overflow: hidden;
}

    .aprov-tabl table.table th {
        height: 54px;
        vertical-align: middle;
    }

    .aprov-tabl table thead tr th:first-child,
    .aprov-tabl table tbody tr td:first-child {
        padding-left: 15px !important;
    }

    .aprov-tabl table tbody tr td {
        height: 66px;
    }

        .aprov-tabl table tbody tr td img.logoicon {
            max-height: 45px;
            max-width: 45px;
        }

    .aprov-tabl table tbody tr td {
        font-size: 15px;
        padding: 20px 15px;
        word-break: break-word;
    }

    .aprov-tabl table thead tr th {
        background: #28628E;
        color: white;
        font-size: 17px;
        font-weight: 500;
        padding: 10px 12px;
    }

    .aprov-tabl table tbody tr {
        border-bottom: 1px solid #dee2e6;
    }

.products-main-pra {
    padding: 0 40px;
}

.aprov-tabl table {
    border: 1px solid #dee2e6;
}

/*.pagination-approv {
    padding: 0px 0 0 3px;
}*/

.hdr-after-sec .pagination-approv input {
    width: 50px;
    height: 30px;
}

.images-user-icons li {
    display: inline-flex;
}

    .images-user-icons li img {
        /*width: 25%;*/
    }

.drop-tabs-pra p a {
    font-size: 15px;
    font-weight: 300;
}

    .drop-tabs-pra p a:after {
        content: '';
        width: 14px;
        height: 7px;
        background: url(/images/down-n.png);
        position: absolute;
        background-size: 100%;
        margin-top: 8px;
        margin-left: 6px;
        filter: brightness(0%) invert(0);
    }

.prd-pg-pra {
    margin-right: 10px;
    display: inline-block;
    padding-left: 6px;
}
/*
.table-iside-pra .table {
    width: 94%;
    margin: 0 0 0 auto;
}*/

.pagination-approv nav ul li a {
    margin: 0 5px;
    color: grey;
}

.reatiler-tabl-pra table tbody tr td {
    border: 0;
}

.pagination-approv input {
    width: 50px;
    height: 30px;
}

a.mobile-hide.new-rolBtn-pra {
    color: white;
    font-size: 14px !important;
    padding: 11px 40px;
    display: inline-block;
}

.table-iside-pra table thead tr th {
    background: #F4F8F7;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 500;
}

.retailer-aprov-pra input:focus {
    box-shadow: 0 0 0;
}

.forget-pass-Pra .form-group label {
    margin-bottom: 0;
}

.forget-pass-Pra .form-group {
    width: 98%;
}

.aprov-tabl > table > tbody > tr > td > img {
    border-radius: 50%;
    border: 1px solid #e4e4e4;
}

    .aprov-tabl > table > tbody > tr > td > img.noRound {
        border-radius: 0px;
        border: 0px solid #e4e4e4;
    }

.pagination-approv-scond {
    /*    padding: 0px 0 0 18px;*/
    display: flex;
    justify-content: flex-end;
}

.user-info-backBtn-pra {
    padding: 20px 0;
    width: 86% !important;
    background-color: #F4F8F7;
    margin-left: -17px;
}

.role-hding.main-pra {
    font-weight: 500;
}

.pop-up-roles-pra {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}

.user-info-editBtn-pra {
    padding: 20px 0;
    width: 86% !important;
    background-color: #F4F8F7;
    margin-left: -32px;
}

.aprov-mobile-.tabl p {
    font-size: 15px;
    color: black;
    margin-bottom: 12px;
}

.md-accordion .card .fa-angle-down {
    float: right;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.md-accordion .card .card-header {
    padding: 0.5rem;
    background-color: white;
}

.pagination-approv input {
    width: 50px !important;
    height: 30px !important;
}

.aprov-mobile-.tabl {
    border: 1px solid #dbd9d9;
    /* padding: 16px 25px;*/
    display: none;
    margin-top: 25px;
}

.mobile-aprov {
    min-height: 80px;
    overflow: auto;
    /* max-height: 540px;*/
}

.fixed23 {
    position: fixed;
    top: 0px;
    left: -15px;
    z-index: 2;
    width: 100%;
}

.fixed25 {
    position: relative;
    left: 340px;
}

.nda-accept-page .download-acceptance {
    padding-top: 23px;
}

.fixed28 {
    position: relative;
    left: 340px;
}

.nda-accept-page .height-500 {
    height: 50vh;
}

.form-group.text-left.clik-know-pra {
    padding-top: 22px;
}

.comp-set h5 {
    font-size: 32px;
    margin-top: 25px;
}

.steps {
    clear: both;
    display: block;
}

.comp-set ul li .tick-star {
    background: #7ECCEE;
    display: inline-block;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    z-index: 2;
}

    .comp-set ul li .tick-star img {
        width: 50%;
        vertical-align: bottom;
        filter: brightness(100%) invert(1);
        padding-top: 11px;
    }

.comp-set ul li .steps {
    font-size: 16px;
    font-weight: 500;
}

.comp-set ul li {
    padding: 5px 24px 0;
    position: relative;
}

    .comp-set ul li:after {
        content: '';
        width: 170px;
        height: 2px;
        background: #7ECCEE;
        position: absolute;
        top: 24px;
        z-index: -1;
    }

.comp-set ul {
    position: relative;
    display: flex;
    justify-content: center;
}

    .comp-set ul li:last-child:after {
        display: none;
    }

    .comp-set ul li .tick-starround {
        background: white;
        display: inline-block;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        border: 2px solid #7ECCEE;
        position: relative;
        top: 5px;
    }

    .comp-set ul li .tick-star-grey {
        background: #ecebeb;
        display: inline-block;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        border: 2px solid #ecebeb;
        position: relative;
        top: 5px;
    }
/*.input-form {
     width: 700px;
     max-width: 100%;
     margin: 0 auto;
     text-align: left;
}
*/
.input-form .form-row .form-group {
    border: 1px solid #e6e6e6;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0px;
}

.legal-cont-pra {
    padding-top: 195px;
    margin-top: 30px;
}

.main-delv-pra #crol-hd-pra {
    padding-top: 7px;
}

.main-delv-pra .delivry-top {
    padding-top: 7px;
}

.nda-accept-page {
    width: 80%;
    margin: 0 auto;
}

.main-delv-pra {
    margin-top: 0px;
}

.testing-class {
    padding-left: 30px;
}

div#crol-hd-pra h3 {
    margin-left: 6px;
}

.approv-hd-main-pr h1 {
    font-size: 32px !important;
    padding-left: 5px;
}

.bottomborder {
    border: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.input-form {
    padding-top: 25px;
}

    .input-form .form-row .form-group input, .deliv-inpt form .form-row .form-group textarea, .input-form .form-row .form-group select {
        border: 0;
    }

    .input-form .form-row .form-group label {
        font-size: 13px;
        color: #3F3F3F;
        padding: 9px 7px 0;
    }

    .input-form .form-row .text-are-last {
        border-bottom: 1px solid #e6e6e6;
    }

.comments {
    font-weight: 300;
    margin-bottom: 15px;
}

.delivery-main-cls {
    margin-top: 40px;
}

    .delivery-main-cls h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 3px
    }

.deliv-inpt {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

    .deliv-inpt .form-row .form-group {
        border: 1px solid #e6e6e6;
        margin-bottom: 0;
    }

.reset-form-pra .form-group {
    border-bottom: 1px solid #e6e6e6 !important;
}

.sales-user-p table thead tr th:first-child {
    border-top-left-radius: 6px;
    display: table-cell;
}

.sales-user-p table thead tr th:last-child {
    border-top-right-radius: 6px;
    display: table-cell;
}

.deliv-inpt {
    padding-top: 25px;
}

.reset-form-pra h5 {
    font-size: 15px;
    padding-bottom: 35px;
    font-weight: 300;
}

.chkBx-reset-p.lastchkbx-p {
    padding-bottom: 18px;
}

.chkBx-reset-p.firstchkbx-p {
    padding-top: 18px;
}

.chkBx-reset-p input {
    height: auto !important;
    margin: 0 0px 0 0px;
}

.chkBx-reset-p .custom-control-label::before {
    left: -21px;
    border-radius: 50%;
}

.chkBx-reset-p label {
    margin-bottom: 5px;
    padding-top: 0px;
}

.mobil-dro-Dwn-p {
    display: none;
}

.resetPasswrd-p .chkBx-reset-p label {
    font-size: 13px !important;
    margin-left: 25px;
}

.chkBx-reset-p .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7d7c7c;
    background-color: transparent;
}

.chkBx-reset-p .custom-control-input:checked ~ .custom-control-label::after {
    background: url(/images/tick2.png);
    background-size: cover;
    margin-left: 5px;
    width: 11px;
    height: 10px;
    margin-top: 3px;
}

.rst-ps-main-p {
    padding: 0 22px;
}

.deliv-inpt .form-row .form-group input, .deliv-inpt form .form-row .form-group textarea, .deliv-inpt .form-row .form-group select {
    border: 0;
}

.deliv-inpt .form-row .form-group label {
    font-size: 13px !important;
    color: #3F3F3F;
    padding: 9px 7px 0;
}

.deliv-inpt .form-row .form-group select {
    font-size: 13px !important;
    color: #3F3F3F;
}

.deliv-inpt .form-row .text-are-last {
    border-bottom: 1px solid #e6e6e6;
}

.days {
    border: 1px solid #e6e6e6;
    margin: 0 -6px;
    border-top: 0;
}

    .days h4 {
        font-size: 13px;
        color: #7A7D81;
        padding: 16px 15px;
    }

    .days table tbody tr td input {
        text-align: center;
        margin: 0;
        width: 22px;
        height: 30px;
    }

    .days table tbody tr td select {
        border: 1px solid grey;
        width: 70%;
    }

    .days table tbody tr td {
        padding-bottom: 0;
        padding: 6px 11px;
        vertical-align: middle;
    }

#delivery-pk-pra p {
    padding: 15px 30px;
}

.back-save-btn-pra input#saveBtn {
    padding: 10px 45px;
    width: 166px;
    max-width: 100%;
}

.back-save-btn-pra input#saveBtn1 {
    padding: 10px 45px;
    width: 166px;
    max-width: 100%;
}

.back-save-btn-pra input#saveBtn2 {
    padding: 10px 45px;
    width: 166px;
    max-width: 100%;
}

.reciev {
    border: 1px solid #e6e6e6;
    margin: 0 -6px;
    border-top: 0;
    padding: 10px 15px 45px;
    margin-bottom: 70px;
}

    .reciev p {
        font-size: 13px;
        color: #7A7D81;
        padding: 16px 0px;
        margin-bottom: 4px;
    }

    .reciev h6 a {
        background: #28628E;
        font-size: 14px;
        font-weight: 800;
        color: white;
        padding: 17px 61px;
        display: inline-block;
        margin-left: 14px;
    }

.deliv-inpt .form-row .form-group label span {
    background: white;
    color: transparent;
    border: 0px solid;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    margin-top: -2px;
    font-weight: 600;
    margin-left: 6px;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/help.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.helpToolTipSpan {
    background: white;
    color: transparent;
    border: 0px solid;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    margin-top: -2px;
    font-weight: 600;
    margin-left: 6px;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(/images/help.svg);
    background-repeat: no-repeat;
    background-position: center;
}


/*.reciev p span {
    background: #28628E;
    color: white;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}*/




/*homepage css start*/
.text-bnr-p {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    color: white;
}

#owl-home-banner .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#owl-home-banner button.owl-dot.active {
    border: 1px solid #7ECCEE !important;
    background-color: #7ECCEE !important;
    width: 14px !important;
    height: 14px !important;
}

#owl-home-banner .owl-dots .owl-dot {
    background: white !important;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0px 13px;
    border: 1px solid grey !important;
}

.baner-p {
    position: relative;
    width: 100%;
    height: 320px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.text-bnr-p h2 {
    font-size: 56px;
    font-size: bold;
}

.text-bnr-p p {
    width: 42%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
}

.text-bnr-p h4 a {
    border: 1px solid white;
    color: white;
    font-size: 15px;
    width: 250px;
    display: inline-block;
    padding: 11px 0;
    margin-top: 21px;
    max-width: 100%;
}

.siximg-hdr-p {
    background: #F4F8F7;
    padding: 15px 0;
}

.six-img-p ul li {
    text-align: center;
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5px 27px;
}

    .six-img-p ul li .nam-image-p {
        font-size: 22px;
        color: #28628E;
        width: 100%;
        display: inline-block;
    }

.six-img-p ul {
    margin-bottom: 0;
}

span.img-pics2 {
    display: inline-flex;
    background: #28628E;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    justify-content: center;
}

.odr-plc {
    margin-top: 60px;
    margin-bottom: 60px;
}

    .odr-plc h4 {
        font-size: 32px;
        color: #28628E;
        display: inline-flex;
        justify-content: center;
        justify-items: center;
        align-items: center;
        margin-bottom: 24px;
    }

    .odr-plc p {
        margin-bottom: 24px;
    }

    .odr-plc h4 img {
        margin: 0 10px 0 0px;
        width: 15%;
    }

    .odr-plc p {
        font-size: 18px;
        line-height: 24px;
    }

    .odr-plc h5 a {
        background: #28628E;
        color: white;
        width: 244px;
        padding: 13px 0;
        display: inline-block;
        text-align: center;
    }

.tokeyo-smk-p h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.tokeyo-smk-p p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.tokeyo-rt-p p {
    margin-bottom: 0;
}

.welcm-multi-pg-p h4 {
    font-size: 32px;
    margin-bottom: 0;
}

.welcm-multi-pg-p p {
    font-size: 15px;
}

.welcm-multi-pg-p {
    margin-left: 14px;
}

.tok-smk-p {
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.tok-img-p {
    float: left;
    width: 12%;
}

.tokeyo-rt-p p a {
    font-size: 15px;
    border: 1px solid #000000;
    width: 200px;
    height: 43px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-weight: 700;
}

.left-multi-login.selected {
    border: 3px solid #28628E;
}

    .left-multi-login.selected a {
        background: #28628E;
        color: white;
        border: 1px solid #28628E;
    }


.left-multi-login {
    background: #F4F8F7 0% 0% no-repeat padding-box;
    border: 1px solid #d4d4d4;
    /*box-shadow: 0px 3px 6px #00000029;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 13px 13px;
    margin-bottom: 14px;
    border-radius: 10px;
    max-width: 720px;
}

.active-main-cls-p {
}

.right-img {
    margin-top: 30px;
}

.ftr-hding-p {
    background: #EBEBEB;
    padding: 60px 0;
    margin-top: 85px;
}

.fotr-er h3 {
    font-size: 22px;
}

.fotr-er ul li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 44px
}

.fotr-er ul {
    padding-left: 0;
    margin-bottom: 0;
}

.baner-p img {
    width: 100%;
}
/*product-details css end*/


.none-decoration {
    text-decoration: none;
}

.vieoderBtn-p button {
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.requirements {
    list-style-type: none;
}

.wrong .fa-check {
    display: none;
}

.good .fa-times {
    display: none;
}

.form-custom-fa-icon ul {
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
}
/*
form.invite-main-cls .padig-left-pra {
    padding-left: 35px;
}*/

.col.invite-sec-pra h6 {
    font-size: 15px;
    font-weight: 300;
}

.col.invite-sec-pra h5 {
    font-size: 16px;
    font-weight: 500;
}

.col.invite-sec-pra hr {
    /*    margin: 34px 0;
    background: #7A7D81;*/
}

.custom-form-css input {
    /* position: relative;
    padding: 3px !important;
    height: 66px;
    padding-left: 10px !important;*/
}

.filter-hd-cls-pra {
    padding-top: 2px;
    justify-content: flex-end;
}

.filter-typ-pra .form-group select {
    height: 39px;
}

.aprov-srch form input {
    min-width: 94%;
    height: 43px !important;
}

.rols-edit-pr .aprov-tabl {
    margin-top: 14px;
}

.aprov-srch.roles-searchbr-p.ml-3.pl-0.pr-0 {
    margin-top: 5px;
}

.form-custom-fa-icon ul .good .green-text {
    display: block;
    float: left;
}

.upload-pic-pra-delivery input.bdr-remove-pra {
    border: 0;
}

.upload-pic-pra-delivery .bdr-remove-pra:focus {
    border: 0;
    outline: 0;
}

span.custom-lock {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #9f9f9f;
}

#confirm-btn-bdr-pra {
    border-bottom: 0 !important;
}

span.custom-eye-usermgmt {
    position: absolute;
    right: 22px;
    top: 52px;
    color: #9f9f9f;
}

span.custom-eye {
    position: absolute;
    right: 15px;
    top: 9px;
    color: #9f9f9f;
}

.reset-form-pra .form-group input:focus {
    outline: 0;
    box-shadow: 0 0 0;
}

span.custom-text {
    color: red;
    font-size: 11px;
}

.form-custom-fa-icon i.fa.fa-times.red-text {
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    font-size: 10px;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
}

.form-custom-fa-icon em.fa.fa-times.red-text {
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    font-size: 10px;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
}

h3.status-pra {
    padding-left: 9px;
}

.form-custom-fa-icon i.fa.fa-check.green-text {
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
}

.form-custom-fa-icon em.fa.fa-check.green-text {
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    margin-right: 10px;
}

.row.custom-form-css {
    margin: 0 auto;
    background: #ffffff;
    padding: 10px;
    border: 0px solid #9f9f9f;
}

.form-group.col-md-12.form-custom-fa-icon {
    border: none !important;
}

.email input {
    background: #F4F8F7 !important;
}

div#mobileFilter .form-group {
    position: relative;
}

.reset-form-pra .email {
    background: #F4F8F7;
    border-top: 1px solid #e6e6e6 !important;
}

.custom-form-css label {
    margin-bottom: 0px;
}

.custom-form-css button.btndiv {
    width: 100%;
    border: none;
    padding: 15px 0;
    font-size: 16px;
    background: #e2e2e2;
    margin-top: 5px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    position: inherit !important;
    bottom: 0px !important
}

.custom-form-css .form-group.col-md-12 {
    padding: 3px;
    border-top: 1px solid #e6e6e6 !important;
}

.form-group.col-md-12.form-custom-fa-icon ul li {
    margin: 8px 0px;
    color: #646464;
}

.size-0 {
    width: 0;
    height: 0;
}

.cursor-pointer {
    cursor: pointer;
}

    .cursor-pointer.active, .cursor-pointer:hover {
        background-color: #F4F8F7;
    }

i.fas.fa-angle-down {
    color: #28628E;
}

.dot-10 {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
}


/*skuclassification css start*/
.sku-divsor-pra label {
    margin-bottom: 7px !important;
    padding-bottom: 0 !important;
}

.sku-divsor-pra .percntage-p input {
    padding: 0px 0px 0 6px;
    height: 39px;
    width: 70px;
    text-align: center;
}

.percntage-p {
    /*border: 1px solid #ced4da;*/
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}

    .percntage-p .percentage {
        margin-left: -14px;
    }
/*product-details css start*/
.top-bar-prod h4 {
    font-size: 12px;
    color: #4C4C4C;
    padding-top: 21px;
}

.daily-hding-pra h4 {
    font-size: 18px;
    color: #28628E;
    font-weight: 700;
    text-transform: uppercase;
}

.daily-hding-pra h2 {
    font-size: 52px;
    font-weight: 700;
}

.line-34 {
    background: #7ECCEE;
    height: 5px;
    width: 48%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.daily-spe-left-sec {
    float: right;
    text-align: center;
    min-width: 275px;
}

    .daily-spe-left-sec p {
        font-size: 18px;
        margin-bottom: 1px;
    }

    .daily-spe-left-sec img {
        margin-top: 20px;
    }

    .daily-spe-left-sec ul li {
        /*border: 1px solid #7A7D81;*/
        border: 1px solid #4c4c4c;
        font-size: 14px;
        padding: 2px 13px;
        margin-bottom: 12px;
        /*color: #7A7D81;*/
        color: #4c4c4c;
    }

    .daily-spe-left-sec h5 {
        /*color: #7A7D81;*/
        color: #4c4c4c;
        font-size: 14px;
        margin-top: 30px;
    }

    .daily-spe-left-sec ul {
        margin-bottom: 5px;
        text-align: center;
    }

        .daily-spe-left-sec ul li.high-life {
            width: 191px;
        }

.permissioncata-prab {
    padding-left: 20px;
}

.midel-slidr-pra h4 {
    font-size: 32px;
    color: black;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 500;
}

.midel-slidr-pra h5 {
    font-size: 22px;
    font-weight: 500;
    /*color: #7A7D81;*/
    color: #4c4c4c;
    text-decoration: line-through;
    margin-bottom: 0;
}

.salePrice {
    font-size: 22px;
    font-weight: 500;
    /*color: #7A7D81;*/
    color: #4c4c4c;
    text-decoration: line-through;
    margin-bottom: 0;
}

.prod-detail-pricedroptag {
    background-color: #DE242A;
    position: absolute;
    /* left: 16px; */
    width: 135px;
    padding: 6px 5px;
    color: white;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 19px;
    margin-top: 2px;
}

.midel-slidr-pra h6 {
    font-size: 22px;
    font-weight: 400;
    color: #7A7D81;
    margin-bottom: 0;
}

.priducts-list-fixedwith {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}

.prduct-demo {
    overflow: hidden;
}

.owl-dots .owl-dot {
    background: #c3c3c3 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
}

/*.color-pik-pra ul {
    text-align: left;
    margin-left: 8px;
}*/

.prod-quantiy-pra {
    margin: 5px 14px;
    border-radius: 4px;
}

    .prod-quantiy-pra ul {
        text-align: left;
        padding-left: 10px;
    }

    .prod-quantiy-pra li {
        text-align: center;
    }

    .prod-quantiy-pra p {
        text-transform: uppercase;
        font-size: 18px;
        text-align: left;
        padding: 5px 10px;
        margin-bottom: 6px;
        font-weight: 400;
        color: #000000;
    }

    .prod-quantiy-pra > h3 {
        font-size: 13px;
        font-weight: 500;
        color: #7A7D81;
        text-decoration: line-through;
    }

    .prod-quantiy-pra > h4 {
        font-size: 15px;
        border: 1px solid grey;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .prod-quantiy-pra > h5 {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 3px;
    }

    .prod-quantiy-pra > h6 {
        font-size: 13px;
        font-weight: 500;
        color: #7A7D81;
        border-bottom: 1px solid;
        display: block;
        width: 18%;
        margin: 0 auto 7px;
        padding: 0 0 4px;
    }

    .prod-quantiy-pra ul li a {
        background: transparent;
        /*color: grey;*/
        color: #4c4c4c;
    }


        .prod-quantiy-pra ul li a .one-kg-list-pra {
            font-size: 15px;
            border: 1px solid grey;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

    .prod-quantiy-pra ul li.outofstock a .one-kg-list-pra {
        background-color: #DCDFE3 !important;
        color: #3E3F3F !important;
        border-color: #7A7D81;
        /*border: 3px double #7A7D81;*/
    }

    .prod-quantiy-pra ul li.activa-kg a .one-kg-list-pra {
        background: #28628E;
        color: white;
    }

    .prod-quantiy-pra ul li.activa-kg.outofstock a .one-kg-list-pra {
        background-color: #DCDFE3 !important;
        color: #3E3F3F !important;
        border-color: #7A7D81;
        border: 3px double #7A7D81;
    }

    .prod-quantiy-pra ul li .kg-list > h4 {
        font-size: 13px;
        font-weight: 500;
        /*color: #7A7D81;*/
        color: #4c4c4c;
        border-bottom: 1px solid;
        display: block;
        margin: 0 auto 3px;
        padding: 0 0 4px;
    }

.originalSale {
    border-bottom: 0px solid !important;
    text-decoration: line-through;
}

.prod-quantiy-pra ul li .kg-list > h6 {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
    padding-left: 0;
    color: black;
}

.quantiy-line-second {
    width: 93%;
    margin: 11px auto;
}

.plpCardTitle {
    min-height: 40px;
}

.prod-quantiy-pra ul li a span.one-kg-list-pra {
    margin-bottom: 7px;
}

.realed-pro-dets h4 {
}

.prod-quantiy-pra > ul > li {
    margin-right: 6px !important;
    vertical-align: top;
}

.prod-detail-thccbdimg {
    width: 75px;
    margin: 0 auto !important;
    text-align: center;
    display: inherit;
}

.product-det-varientTitle {
    font-size: 18px;
    font-weight: 500 !important;
}

.btn-profile {
    border: 1px solid transparent;
}

.prod-detail-planttype {
    color: #4A7B4C;
    font-weight: 700;
}

.pro-det-prab .number {
    float: left;
    width: 100%;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 8px;
}

.pro-det-prab p {
    padding-left: 27px;
}

.pro-det-prab h2 {
    font-size: 15px;
    text-align: left;
    padding-left: 27px;
    font-weight: 400;
    padding-top: 33px;
    width: 65%;
}

.pro-det-prab h8 {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    padding-top: 33px;
    width: 65%;
    color: red;
}

.pro-det-lowProp {
    text-align: left;
    width: 67%;
    font-size: 12px;
    color: #DE4737;
    margin: 0 auto;
}

.used-pra h6 {
    font-size: 12px;
    text-align: left;
    color: #28628E;
    display: flex;
    justify-items: center;
    align-items: center;
    margin: 20px 0px 0 3px;
}

    .used-pra h6 img {
        margin: 0 10px 0 0px;
    }

    .used-pra h6 span {
        line-height: 18px;
    }

.proddet-stock-not {
    font-size: 16px !important;
    color: #28628E;
    border: 2px solid #28628E;
    padding: 8px 0;
    padding: 16px 0;
    width: 98%;
    margin-left: 13px;
    margin-top: 30px;
    font-weight: 700;
    background: white;
}

.bag-add {
    font-size: 16px !important;
    color: #28628E;
    border: 2px solid #28628E;
    padding: 8px 0;
    padding: 16px 0;
    width: 98%;
    margin-left: 13px;
    margin-top: 30px;
    font-weight: 700;
    background: white;
}

    .bag-add.disabledbutton {
        background-color: #DCDFE3;
        border-color: #DCDFE3;
        color: #3E3F3F;
    }

    .bag-add:focus {
        border: 2px solid #28628E !important;
        outline: 0;
    }

    .bag-add.active {
        color: White;
        border: 2px solid #28628E;
        background: #28628E;
    }

.prod-quantiy-pra > .video {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    border-bottom: 0px solid;
    display: block;
    width: 100%;
    margin: 30px auto 0px;
    padding: 0 17px 0px;
    text-align: left;
}

span.img-pics2 img {
    width: 40% !important;
}

.prod-quantiy-pra .red-mor-details-pg a {
    font-size: 15px;
    color: #28628E;
    padding-left: 10px;
}

.realed-pro-det {
    margin-top: 80px;
}


hr.lin-reled {
    background: #7ECCEE;
    height: 3px;
    width: 18%;
    display: inline-block;
    margin: 0;
}

.realed-pro-det h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #28628E;
    font-weight: 500;
}

.realed-pro-det p {
    font-size: 18px;
    font-weight: 300
}

.mobil-thc-cbd-pr {
    display: none;
}

.prodctDetls-pra {
    padding: 25px 10px;
}

.prodctDetls-pra {
    border: 1px solid #00000029;
    border-radius: 6px;
}

    .prodctDetls-pra > ul > li > a {
        background: #DE242A;
        font-size: 15px;
        color: white;
        padding: 0px 20px;
        display: inline-block;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .prodctDetls-pra > h4 {
        font-size: 15px;
        color: #28628E;
        margin-bottom: 3px;
        text-transform: uppercase;
        padding-left: 8px;
    }

    .prodctDetls-pra ul {
        margin-bottom: 4px;
    }

    .prodctDetls-pra h6 {
        font-size: 15px;
        color: black;
        padding-left: 8px;
    }

    .prodctDetls-pra ul li.org-clr-pra a {
        background: #FF861A;
    }

    .prodctDetls-pra > ul > li {
        margin-right: -4px !important;
    }

.quantiy-pra23 > ul > li {
    margin: 0 !important;
}

.quantiy-pra23 p {
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 6px;
}

hr.uantiy-line-23 {
    margin: 30px auto 3px;
    width: 93%;
}

.quantiy-pra23 {
    background: #F4F8F7;
    margin: 5px 14px;
    border-radius: 4px;
}

    .quantiy-pra23 > ul > li > a {
        border: 1px solid grey;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        background: black;
        box-shadow: 0 0 0 2px white, 0px 0px 0px 4px transparent;
    }

    .quantiy-pra23 > ul > li {
        margin: 0 !important;
    }

    .quantiy-pra23 ul li.active-color a {
        box-shadow: 0 0 0 2px white, 0px 0px 0px 4px #28628e;
    }

    .quantiy-pra23 ul li.pink a {
        background: #CD8686;
    }

    .quantiy-pra23 ul li.move a {
        background: #BCB8BD;
    }

    .quantiy-pra23 h2 {
        font-size: 12px;
        padding: 5px 0;
        font-weight: 400;
    }

.addDetila-pg-pra a {
    font-size: 16px;
    color: #28628E;
    border: 2px solid #28628E;
    padding: 10px 0;
    width: 91%;
    display: block;
    text-align: center;
    margin: 20px auto !important;
}

.prodTempl.item {
    background-color: white;
}

.realed-pro-dets {
    margin-top: 40px;
}

    .realed-pro-dets h4 {
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 0.5;
        color: #28628E;
        font-weight: 700;
    }

    .realed-pro-dets p {
        margin-top: 15px;
    }

.realted-prd-midddil h5 {
    margin-top: 25px;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
}

.realted-prd-show .prodctDetls-pra .prodct-img .owl-theme .item img {
    width: 40% !important;
}

.leaf-pra {
    filter: brightness(0) invert(1);
}

.bk-blu-clr {
    background: transparent linear-gradient(52deg, #28628E 0%, #275F8A 17%, #255B84 41%, #23577E 53%, #225479 58%, #143147 100%) 0% 0% no-repeat padding-box;
    /* margin-top: 100px;*/
    padding-bottom: 70px;
}

.prody-detils {
    color: white;
}

    .prody-detils h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0px;
        line-height: 0;
        margin-top: 60px;
        text-transform: uppercase;
    }

    .prody-detils hr.lin-reled {
        width: 167px;
    }

.daily-staiv h4 {
    color: white;
    font-size: 32px;
    padding-top: 30px;
}

.daily-staiv p {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.daily-staiv > img {
    border: 9px solid white;
    border-radius: 50%;
    width: 60%;
    margin-top: 40px;
}

.about-pro h2 {
    font-size: 32px;
    color: white;
    padding-top: 20px;
    font-weight: 700;
}

.prod-detail-titleUnderline {
    border-bottom: 5px solid #7ECCEE;
    padding-bottom: 0px;
    line-height: 1.5;
}

.attVal {
    font-weight: 300 !important;
    word-break: break-all;
}

.about-pro p {
    font-size: 18px;
    color: white;
    line-height: 24px;
}

.about-pro p {
    font-size: 18px;
    color: white;
    line-height: 24px;
    font-weight: 400;
}

img.leaf-pra {
    width: 19%;
    border: 0;
    margin-top: 0;
}

.sativa-img-befor:before {
    content: '';
    position: absolute;
    background: url('../img/lef-op.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    bottom: -71px;
    right: 210px;
    background-position: top;
}


.stain-info {
    margin-top: 30px;
}

.show-mr-pra {
    padding-top: 30px;
}

    .show-mr-pra p a {
        border: 1px solid;
        padding: 12px 40px;
        font-size: 15px;
        font-weight: 600;
        color: black;
    }

.chart-top-hdr {
    background: #F4F8F7;
    overflow: hidden;
}

.product-chat-sec h2 {
    font-size: 32px;
    margin-top: 33px;
}

.product-chat-sec h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 13px 8px;
    background: white;
}

.product-chat-sec p {
    font-size: 18px;
    margin-bottom: 0;
    padding: 13px 8px;
}

.product-chat-sec span.qust-mark {
    float: right;
    border: 1px solid;
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.chat-right-sec {
    padding-top: 46px;
}

.right-img-lef:after {
    content: '';
    background: url(../img/rit-img.png);
    position: absolute;
    left: 360px;
    width: 100%;
    height: 100%;
    top: -170px;
    background-size: cover;
}

.gentic-left :before {
    content: '';
    background: url(../img/gentic.png);
    position: absolute;
    left: -390px;
    width: 100%;
    height: 100%;
    top: -30px;
    background-size: 100%;
    background-position: center;
    opacity: 0.1;
}

.red-mor-mobile {
    display: none;
}

.mobile-tbs-details-pra {
    display: none;
}


/*product-details css end*/

@media (max-width: 1370px) {
    .plp-menu-pager-section {
        display: block;
    }

    .login-left-sec p {
        font-size: 18px;
        padding: 30px 0;
    }

    .trimd-form {
        width: 350px;
    }

    .login-left-sec h2 a {
        font-size: 16px;
    }

    .order-history-detailmodel-content {
        position: fixed;
        top: 5%;
        bottom: 5%;
        left: 50%;
        margin-left: -47.5%;
        max-width: 95%;
        height: 90%;
    }
}




.tim-wndo-pr form .form-inline input {
    width: 80px;
    height: 39px;
}

.tim-wndo-pr p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

label.no-name-lbl {
    position: relative;
    left: -40px;
}

.asig-last-pr ul li {
    background: #28628E;
    margin-top: 6px;
}

.oderconfigDay-pra table tbody tr td {
    border-bottom: 1px solid #dee2e6;
}

.asig-last-pr ul li a {
    background: #28628E;
    color: white;
    font-size: 13px;
    padding: 2px 20px 2px 7px;
    text-align: left;
    display: inline-block;
}

.tim-wndo-pr form .form-inline label {
    padding: 0 13px 0 0px;
}

.tim-wndo-pr form {
    margin-left: 0px;
}

span.cross {
    color: white;
    font-size: 12px;
    margin-right: 4px;
}

.yes-no-tgl {
    margin-top: 28px;
}




/*products css start*/
section.tabelstru-pra {
    border: 1px solid gainsboro;
}

span.name-span-pra {
    font-size: 14px;
    display: flex;
    flex-flow: column;
}

    span.name-span-pra a {
        display: inline-block;
        width: 80%;
        position: relative;
    }

        span.name-span-pra a:after {
            content: '';
            background: url('../img/next-2.png');
            width: 15px;
            height: 8px;
            position: absolute;
            background-size: 100%;
            top: 8px;
            margin-left: 7px;
        }

.img-Product-grid img {
    margin-top: 8px;
    border-radius: 50%;
    max-width: 70px;
    max-height: 35px;
}

.img-Product-grid {
    float: left;
    width: 40px;
    height: 45px;
}

.img-Product-pra img {
    max-width: 35px;
    width: 35px;
    height: 35px;
    margin-top: 8px;
    border-radius: 50%;
}

.img-Product-pra {
    float: left;
    width: 40px;
    height: 45px;
}

.test-sit h3 {
    font-size: 16px;
    padding: 7px 10px;
    margin-bottom: 0;
}

.test-sit234 p {
    font-size: 14px;
}

.main-prd-tbl2 {
    padding: 14px 9px;
}

.labe-size-set-pra label {
    width: 16%;
    text-align: right;
}

.test-sit234 h3 {
    font-size: 16px;
    padding: 7px 0px;
    margin-bottom: 0;
}

.test-sit234 p {
    margin-bottom: 0;
}

.table-iside-pra table {
    max-width: 96%;
    margin-left: 39px;
}

.test-sit234 > p > img {
    float: left;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-top: 6px;
    margin-right: 5px;
}

td.td_hideshow_gur {
    display: inline-block;
}

.right-main-cls-hdr2 {
    width: 98%;
}

.main-prd-tbl2 {
    padding: 14px 9px;
    border-bottom: 1px solid gainsboro;
}

.hightLight_div_gur {
    border: #2B638D 2px solid;
}

#plpTabCategoryContent {
    border-bottom: 3px solid lightgray;
}

#plpTabCollectionContent {
    border-bottom: 3px solid lightgray;
}

.pdpAttributeSheetRow {
    background-color: white;
}

.pdpAttributeSheetAlternateRow {
    background-color: transparent !important;
}

.prod-spec-background {
    /*background-image: url(../img/rit-img.png), url(../img/gentic.png);
    background-position: right, left;
    background-repeat: repeat-y, repeat-y;*/
    background-image: url(../img/right-back.png), url(../img/left-back.png);
    background-position: right, left;
    background-repeat: repeat-y;
}

.products-main-pra .product-tabs ul li a.active {
    background: #28628E !important;
    color: white !important;
    border-color: transparent;
}

.filter-pr ul li a.active {
    background: #28628E !important;
    color: white !important;
    border-color: transparent;
}

.product-tabs ul li a {
    font-size: 20px;
}

.nav-tabs {
    border-bottom: 3px solid #28628E;
}

.product-tabs {
    margin-top: 30px;
}

.first-tab-pra ul {
    padding-top: 10px;
}

.rtl-usr-p {
    display: inline-block;
    width: 100%;
}

.rtl-usr-p {
    display: inline-block;
    width: 100%;
}

.right-bdr-user {
    border-right: 1px solid #e2e2e2;
}

.role-permission-title {
    width: 100%;
}

.user-inf-ret-pr {
    border-bottom: 1px solid #e2e2e2;
    height: 40px;
}

.filter-pr .filter-bdr-rm-pr a {
    border: 0px;
}

.first-tab-pra ul li {
    font-size: 14px;
    font-weight: 500;
}

.srch-br .input-group-prepend .input-group-text {
    background: transparent;
    border: 0px;
    padding: 0 6px;
}

.noOfRecords {
    font-size: 14px !important;
    font-weight: 500;
}

.clearFilterBtn {
    font-size: 16px !important;
    font-weight: 500;
    text-decoration: underline !important;
}

.srch-br .bdr-full-pr input {
    border: 0px solid;
    max-width: 95%;
    padding-right: 0;
    height: 30px;
    margin-left: 0px;
    margin-top: 7px;
    border-radius: 90px !important;
    padding-left: 33px;
}

    .srch-br .bdr-full-pr input:focus {
        border: 0px solid;
        box-shadow: 0 0 0;
    }

.srch-br .bdr-full-pr {
    border: 1px solid #BFBFBF;
    border-radius: 35px;
    height: 47px;
}

.search-textbox-icon {
    position: absolute;
    left: 0px;
    z-index: 121;
    top: 13px;
}

.sort-menu a {
    border: none !important;
    font-size: 14px;
    color: #28628E;
    padding: 4px !important;
    width: 100%;
    height: auto !important;
    /* text-align: center;*/
    font-weight: 400 !important;
}

.filter-pr ul li a {
    border: 1px solid #28628E;
    font-size: 14px;
    color: #28628E;
    padding: 0px 0px;
    display: inline-block;
    width: 100%;
    height: 50px;
    /* text-align: center;*/
    font-weight: 700;
}

.filter-pr.active ul li a {
    color: white;
    background-color: #28628E;
}

.filter-pr ul {
    display: inline-flex;
}

p.aply-btn a {
    width: 100%;
    border: 1px solid #28628E;
    color: #28628E;
    display: inline-block;
    text-align: center;
    padding: 9.5px 0;
    float: left;
}

p.aply-btn {
    float: right;
    width: 11%;
}

.stock-arow-img ul li a {
    font-size: 14px;
}

    .stock-arow-img ul li a .custom-control label {
        font-size: 12px !important;
        padding-top: 3px;
    }

.srch-br {
    width: 290px;
    min-width: 259px;
    float: left;
    margin: 0 10px 0 0px;
}

.stock-arow-img ul li {
    vertical-align: middle;
}

.sort-pra-list {
    border: 1px solid #28628E;
    width: 150px;
}

.stock-arow-img ul li a span {
    position: relative;
    top: -4px;
    left: 6px;
}

.stock-arow-img ul li a {
    color: #28628E;
}

.stock-arow-img .plus-pr {
    float: right;
    position: relative;
    top: -13px;
    left: -1px;
}

.date-pik-pra .form-group label {
    margin-top: 9px;
}

.sort-pra-list a {
    padding-left: 7px;
}

.ItemAddedMsg {
    position: fixed;
    top: 80px;
    right: 0px;
    max-width: 450px;
    width: 100%;
    border: 2px solid #26608C;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    display: none;
    z-index: 1002;
}

.itemAddedContent {
    padding: 20px 0;
}
/*.select-pages
{
    width:100%;
    text-align:left;
}
.select-pages::after {
    margin-top: 9px;
    float: right;
}*/
.red-dot {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: red;
    top: 0;
    left: 0;
}

.reddot {
    background-color: red;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-left: 5px;
}

.changed-price {
    color: red;
    font-weight: 700;
}

.ItemAddedMsg .header-close img {
    filter: invert(1);
    width: 18px;
    position: absolute;
    right: 10px;
    top: 27px;
}

.ItemAddedMsg .msgheader {
    height: 73px;
    width: 450px;
    background-color: #26608C;
    color: white;
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.ItemAddedMsg span.productname {
    font-size: 18px;
    font-weight: 700;
}

.ItemAddedMsg span.additionalInfo {
    font-size: 15px;
    font-weight: 500;
}

.ItemAddedMsg .msgheader .check {
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    color: #26608C;
    padding-top: 3px;
}

.ItemAddedMsg h5 {
    color: #28628E;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: .8;
}

.destop-odercinf-pr {
    display: block;
}

.mobile-oderconf-pra {
    display: none;
}

.ItemAddedMsg h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.ItemAddedMsg h6 {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: .8;
}

.product-lists-pra {
    border: 1px solid #d4d4d4;
    margin-bottom: 34px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*min-height: 730px;*/
    min-height: 700px;
}

    .product-lists-pra .details {
        min-height: 217px;
    }

    .product-lists-pra > ul > li > a {
        background: #DE242A;
        font-size: 12px;
        color: white;
        padding: 4px 20px;
        display: inline-block;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        /*overflow: hidden;*/
    }

    .product-lists-pra > h4 {
        font-size: 15px;
        color: #28628E;
        margin-bottom: 3px;
        text-transform: uppercase;
        padding-left: 18px;
        font-weight: 700;
    }

    .product-lists-pra ul {
        margin-bottom: 4px;
        min-height: 31px;
    }

    .product-lists-pra h6 {
        font-size: 18px;
        font-weight: 700;
        color: black;
        padding-left: 18px;
        text-transform: uppercase;
        min-height: 42px;
        display: flex;
    }

        .product-lists-pra h6 span {
            margin-bottom: auto !important;
            margin-top: auto !important;
        }

    .product-lists-pra > h4 {
        min-height: 18px;
    }

hr.proct-line {
    margin: 0 auto;
    width: 95%;
    /*outline: #7ECCEE;*/
    background: #7ECCEE;
    height: 3px;
}

.prodct-img {
    margin-left: 0px;
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 0;
}

.prodct-tags-list-pra {
    padding-top: 14px;
}

    .prodct-tags-list-pra h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .prodct-tags-list-pra p {
        font-size: 15px;
        font-weight: 300;
        color: #000000;
    }

.quantiy-pra {
    background: #F4F8F7;
    margin: 5px 14px;
    border-radius: 4px;
    min-height: 330px;
}

    .quantiy-pra ul {
        min-height: 160px;
        padding-top: 20px;
    }

    .quantiy-pra p {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        text-align: left;
        padding: 5px 10px;
        margin-bottom: 6px;
        color: black;
    }

    .quantiy-pra > h3 {
        font-size: 13px;
        font-weight: 500;
        color: #7A7D81;
        text-decoration: line-through;
    }

    .quantiy-pra > h4 {
        font-size: 15px;
        border: 1px solid grey;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .quantiy-pra > h5 {
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 3px;
    }

    .quantiy-pra > h6 {
        font-size: 13px;
        font-weight: 500;
        color: #7A7D81;
        border-bottom: 1px solid;
        display: block;
        width: 18%;
        margin: 0 auto 7px;
        padding: 0 0 4px;
    }

hr.uantiy-line {
    margin: 0 auto;
    width: 93%;
}

.number input {
    width: 22%;
    text-align: center;
}

.quantiy-pra.text-center h2 {
    font-size: 15px;
    padding: 5px 0;
    font-weight: 400;
}

.quantiy-pra.text-center h8 {
    font-size: 12px;
    padding: 5px 0;
    font-weight: 400;
    /*    color: red;*/
}

.lowProb {
    margin-top: 10px;
}

.size-chos-pra {
    min-height: 89px;
    padding: 15px;
}

    .size-chos-pra a {
        font-size: 16px;
        color: #28628E;
        border: 1px solid #28628E;
        padding: 19px 0;
        width: 100%;
        display: block;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        /*margin: 20px auto !important;*/
    }

        .size-chos-pra a.disabledbutton {
            background-color: #DCDFE3;
            border-color: #DCDFE3;
            color: #3E3F3F;
            /*margin: 20px auto !important;*/
        }

        .size-chos-pra a:hover {
            color: white;
            background: #28628E;
        }

        .size-chos-pra a.disabledbutton:hover {
            background-color: #DCDFE3;
            border-color: #DCDFE3;
            color: #3E3F3F;
            cursor: not-allowed;
            /*margin: 20px auto !important;*/
        }

        .size-chos-pra a.active {
            color: white;
            background-color: #28628E;
        }

.flow-addtocart-icon {
    padding-right: 10px;
}

.size-chos-pra-flow a {
    font-size: 16px;
    color: #3E3F3F;
    border: 1px solid #3E3F3F;
    padding: 19px 0;
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    /*margin: 20px auto !important;*/
}

    .size-chos-pra-flow a.disabledbutton {
        background-color: #DCDFE3;
        border-color: #DCDFE3;
        color: #3E3F3F;
        /*margin: 20px auto !important;*/
    }

    .size-chos-pra-flow a:hover {
        color: white;
        background: #3E3F3F;
    }

    .size-chos-pra-flow a.disabledbutton:hover {
        color: #3E3F3F;
        background: #DCDFE3;
        cursor: not-allowed;
        /*margin: 20px auto !important;*/
    }

    .size-chos-pra-flow a:hover img {
        filter: invert(100%);
    }

    .size-chos-pra-flow a.disabledbutton:hover img {
        filter: none;
    }

    .size-chos-pra-flow a.active {
        color: white;
        background-color: #3E3F3F;
    }

.more-prodt-pra a {
    text-align: center;
    width: 100%;
    font-size: 15px;
    display: inline-block;
    padding-top: 16px;
    font-weight: 400;
}

    .more-prodt-pra a span {
        width: 20px;
        height: 20px;
        border: 1px solid;
        border-radius: 50%;
        display: inline-block;
    }

.quantiy-pra ul li a {
    background: transparent;
    /*color: grey;*/
    color: #4c4c4c;
}


    .quantiy-pra ul li a .one-kg-list-pra {
        font-size: 13px;
        letter-spacing: -0.46px;
        border: 1px solid grey;
        background: white;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

.quantiy-pra ul li.outofstock a .one-kg-list-pra {
    background-color: #DCDFE3;
}

.outofstockQtyLabel {
    height: 94px;
    font-size: 18px;
    font-weight: 500;
    padding-top: 30px;
}

.outofstock {
    position: relative;
}

    .outofstock:before {
        position: absolute;
        content: "";
        left: 7px;
        top: 28px;
        right: 7px;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.outofstockColor {
    position: relative;
}

.color-pik-pra ul li.outofstockColor.active-color a {
    opacity: .6;
}

.color-pik-pra ul li.outofstockColor a {
    opacity: .6;
}

.outofstockColor:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 9px;
    right: 0px;
    opacity: .5;
    border-top: 3px solid;
    border-color: inherit;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.prod-det-planttypegreen {
    width: 56px;
}

.prod-det-planttypewhite {
    width: 43px;
}

.quantiy-pra ul li.activa-kg a .one-kg-list-pra {
    background: #28628E;
    color: white;
    border-color: #28628E !important;
}

.quantiy-pra ul li.activa-kg a .flowthrough {
    background: #3E3F3F;
    color: white;
    border-color: #3E3F3F !important;
}

.quantiy-pra ul li.outofstock a .one-kg-list-pra {
    background-color: #DCDFE3 !important;
    /*color: grey !important;*/
    border-color: #7A7D81;
    color: #4C4C4C !important;
}

.quantiy-pra ul li.activa-kg.outofstock a .one-kg-list-pra {
    background-color: #DCDFE3 !important;
    /*color: grey !important;*/
    border-color: #7A7D81;
    border: 3px double #7A7D81;
    color: #4C4C4C !important;
}

.quantiy-pra ul li .kg-list > h4 {
    font-size: 12px;
    font-weight: 500;
    /*color: #7A7D81;*/
    color: #4c4c4c;
    /* border-bottom: 1px solid;*/
    display: block;
    margin: 0 auto 3px;
    padding: 0 0 4px;
}

    .quantiy-pra ul li .kg-list > h4.PricePerGram {
        border-bottom: 1px solid;
    }

.quantiy-pra ul li .kg-list > h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 3px;
    padding-left: 0;
    display: block;
    min-height: 10px;
    text-transform: none;
}

.quantiy-pra ul li .kg-list > h3 {
    font-size: 12px;
    font-weight: 400;
    /*color: #7a7d81;*/
    color: #4c4c4c;
    text-decoration: line-through;
}

.uantiy-line-second {
    width: 93%;
    margin: 11px auto;
}

.quantiy-pra ul li a span.one-kg-list-pra {
    margin-bottom: 7px;
}

.quantiy-pra > ul > li {
    margin-right: 15px !important;
    vertical-align: top;
}

.product-lists-pra ul li.org-clr-pra a {
    background: #FF861A;
}

.minus img {
    width: 37px;
}

.plus img {
    width: 37px;
}

.overlay-card-variants-bg .minus img {
    width: 25px;
}

.overlay-card-variants-bg .plus img {
    width: 25px;
}

.quantiy-pra ul li a .one-kg-list-pra {
    font-size: 11px;
    width: 48px;
    height: 48px;
}

.overlay-selectsze-title {
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
}

.overlay-card-variants-bg .pack-qua-num .number input {
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

.product-lists-pra > ul > li {
    margin-right: -4px !important;
}


.color-pik-pra > ul > li > a {
    border: 1px solid grey;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    background: black;
    box-shadow: 0 0 0 2px white, 0px 0px 0px 4px transparent;
}

.pack-qua-num .number input {
    width: 60px;
    height: 37px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    outline: 0px;
}

.OCSHomeBackground {
    background-image: url(../images/OCSHomeBackgroundRightBottom.png), url(../images/OCSHomeBackgroundLeftTop.png), url(../images/OCSHomeBackgroundLogo.svg);
    background-position: right bottom, left top, center;
    background-repeat: no-repeat;
    background-size: contain,auto, auto;
}

.color-pik-pra ul li.active-color a {
    box-shadow: 0 0 0 2px white, 0px 0px 0px 4px #28628e;
}

.color-pik-pra ul li.pink a {
    background: #CD8686;
}

.color-pik-pra ul li.move a {
    background: #BCB8BD;
}

.color-pik-pra ul li.sky-bl a {
    background: #379998;
}

.color-pik-pra > ul > li {
    margin: 0 !important;
}

.add-cls-pra a {
    background: #28628E;
    color: white;
}

.uantiy-line-third {
    margin: 6px auto;
}

.left-img {
    float: left;
}

.view-all-product-list {
    display: none;
}


    .view-all-product-list select {
        width: 100%;
        height: 38px;
    }


.mobile-bar {
    display: none;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.filterSlider {
    width: 250px;
    /*margin-left: 20%;*/
    padding-left: 30px;
    padding-top: 25px;
}

.filterSliderText {
    text-align: center;
    margin-top: 10px;
    color: #28628E;
    margin-bottom: 15px;
}

.filter-PlantType {
    border: 1px solid #28628E;
    background: white;
    color: #28628E;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
}

    .filter-PlantType.active {
        color: white;
        background: #28628E;
    }

.mobile-bar .btn-group .filter-dropdown li a {
    background: white;
    padding-left: 0;
    color: #28628e !important;
    font-size: 13px;
    border: 1px solid;
    padding: 10px 6px;
    width: 100%;
    display: inline-block;
}

.mobile-bar .btn-group .filter-dropdown {
    background: #ffffff;
    left: 0 !important;
    right: 0;
    width: 100%;
    top: 0px !important;
}

ul.dropdown-menu.drop-dwn-pra {
    top: 0px;
    position: relative;
    margin: 3px 8px 12px;
    left: 10px;
    width: 90%;
}

    ul.dropdown-menu.drop-dwn-pra li a form .range-cls-pra {
        width: 100%;
    }

.edit-tg-icon-pra {
    margin-left: -32px;
}

ul.dropdown-menu.filter-dropdown.show > li {
    margin: 16px 0;
}

input[type="radio"].form-control {
    height: 15px;
    width: 15px;
    margin-right: 15px;
    margin-top: 2px;
}

.hdr-reat-pag-test form input[type=text] {
    height: 39px;
}

.hdr-reat-pag-test form input[type=checkbox] {
    height: 15px;
    /*   margin-top: 2px;*/
}

.hdr-reat-pag-test form label {
    font-size: 15px !important;
    /* padding-bottom: 2px;*/
}

table.table.edit-tabl-tg-pra tbody tr td img {
    width: 15% !important;
}

.resetPasswrd-p > input {
    display: block;
    height: 38px;
    width: 70%;
    border: 1px solid #BFBFBF;
    margin-top: 3px;
    padding-bottom: 0px;
}

ul.chkbx-frm li {
    font-size: 13px;
    color: #7A7D81;
    line-height: 22px;
}

ul.chkbx-frm {
    margin-top: 14px;
}

.modal-header.pswd-hding button.close span {
    font-size: 33px;
    font-weight: 300;
    position: relative;
    top: -20px;
    right: -30px;
}

.modal-header.pswd-hding {
    text-align: center;
    padding: 21px 20px 7px;
}

.rst-ps-main-p .modal-content {
    padding: 10px 25px;
}

.modal-footer.btn-mid-p {
    justify-content: center;
}

.modal-header.pswd-hding h5 {
    text-align: center;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
}

.prod-nmber-scnd-pra {
    padding-top: 10px;
}

.mobile-bar .btn-group {
    position: initial;
}

.delete-tag-button a {
    padding: 14px 32px !important;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    border: 1px solid #BFBFBF !important;
}

    .delete-tag-button a span {
        position: relative;
        top: 2px;
    }

.mobile-bar .btn-group .dropdown, .dropleft, .dropright, .dropup {
    position: initial;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-dots {
    text-align: center;
}

button.owl-dot.active {
    border: 1px solid #7b7d81 !important;
    background-color: #7b7d81 !important;
    width: 13px !important;
    height: 13px !important;
}

.owl-dots .owl-dot {
    background: transparent !important;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid grey !important;
}



span.unit-mg-pra {
    font-size: 11px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.tabel-inside {
    position: absolute;
    width: 70%;
    background: white;
    overflow-y: auto;
    z-index: 2;
    background: #f3f3f3;
}

.drop-tabs-pra6 {
    display: none;
}

.drop-tabs-pra7 {
    display: none;
}

.drop-inside-plan {
    display: none;
}

.tabel-inside .multi-range-field input {
    width: 30%;
    margin: 15px auto 0;
    display: inherit;
}

.tabel-inside > ul > li > a > span {
    width: 100%;
    display: block;
}

.drop-tabs-pra p {
    margin-bottom: 0;
}
/*products css end */



/*oderschedule css start*/


ul {
    list-style-type: none;
}

.month {
    padding: 15px 25px;
    width: 100%;
    max-width: 1200px;
    background: #28628E;
    text-align: center;
}

.daterangepicker .month {
    background: white;
}

.month ul {
    margin: 0;
    padding: 0;
}

    .month ul li {
        color: white;
        font-size: 20px;
    }

.month .prev {
    float: left;
    padding-top: 0px;
}

.month .next {
    float: right;
    padding-top: 0px;
}

.show-mbil-txt-to {
    display: none;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #7ECCEE;
}

    .weekdays li {
        display: inline-block;
        width: 13.6%;
        color: #666;
        text-align: left;
        padding: 0 10px;
    }

.active-date {
    border: 2px solid #28628e !important;
    font-weight: 700 !important;
}

.order-date {
    background-image: url(/images/cart.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-origin: content-box;
}

.order-flow-thru-date {
    background-image: url(/images/FlowThruCart.svg);
    background-size: 31px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-origin: content-box;
}

.order-date-complete {
    background-image: url(/images/OrderCompleteIcon.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-origin: content-box;
}

.order-deliveryday {
    background-image: url(/images/DeliveryIcon.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-origin: content-box;
}

.order-flow-thru-deliveryday {
    background-image: url(/images/DeliveryFlowThruIcon.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-origin: content-box;
}

.orderanddeliveryday {
    background-image: url(/images/Cart_Delivery.svg);
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-origin: content-box;
}

.orderflowthruanddeliveryday {
    background-image: url(/images/Flow_Thru_Cart_Delivery.svg);
    background-size: 75px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-origin: content-box;
}

.orderplacedanddeliveryday {
    background-image: url(/images/CartPlaced_Delivery.svg);
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-origin: content-box;
}

.orderplacedflowthruanddeliveryday {
    background-image: url(/images/Flow_Thru_CartPlaced_Delivery.svg);
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-origin: content-box;
}

.owl-stage-outer {
    margin-top: -4px;
}

.input-bx-p input {
    max-width: 100%;
    margin-left: 0;
}

.days {
    padding: 3px 0;
    background: white;
    margin: 0 -5px;
}

    .days .table thead th {
        border-bottom: 1px solid #dee2e6;
    }

    .days li {
        list-style-type: none;
        display: inline-block;
        width: 14.3%;
        text-align: left;
        margin-bottom: 5px;
        font-size: 12px;
        color: #28628E;
        padding: 17px 0px 25px 17px;
        border-bottom: 1px solid #F4F8F7;
        border-right: 1px solid #F4F8F7;
        margin: -2px;
    }

        .days li.active {
            padding: 0;
        }

            .days li.active span {
                padding: 5px;
                background: #7eccee;
                color: white !important;
                padding: 10px 0px 21px 9px;
                text-align: left;
                width: 100%;
                display: inline-block;
            }

.mobil-thc-cbd-pr {
    display: none;
}

.aprov-tabl table.table th img {
    filter: brightness(0) invert(1);
}

.start-holidays {
    border: 2px solid #90CFE2;
    padding: 20px 20px;
}

    .start-holidays .title {
        margin-top: 7px;
        margin-left: 12px;
        margin-bottom: 16px;
    }

    .start-holidays h4 {
        font-size: 18px;
        color: #28628E;
        font-weight: 700;
        text-transform: uppercase;
        display: flex;
    }

    .start-holidays p {
        font-size: 15px;
        color: #28628E;
        margin-bottom: 0;
        font-weight: 500;
    }

.strt-hol-pr {
    width: 30px;
    height: 30px;
    background: #7eccee;
    display: inline-block;
}

.header-logo {
    margin-left: 20px;
}

    .header-logo .ocs-logo-zone {
        margin-top: 11px !important
    }

.retailerGroupContent {
    padding-right: 30px;
}
/*oderschedule css end */
@media (min-width:1800px) {
    .retailerGroupContent {
        padding-right: 150px;
    }
}

@media (max-width:1800px) {
    .order-history-asn-model-content {
        position: fixed;
        top: 5%;
        bottom: 5%;
        left: 50%;
        margin-left: -45%;
        max-width: 90%;
        height: 90%;
    }
}


@media (max-width:1360px) {
    .product-tabs > ul > li > a {
        font-size: 17px;
    }
}

@media (max-width:1260px) {
    .user-info ul.user-info-stages li.list-inline-item:after {
        content: '';
        width: 195px;
        margin-left: 15px;
    }
}



@media (max-width: 1200px) {
    .listview-items {
        display: none;
    }

    .drop-CBD-filter, .drop-THC-filter, .drop-Price-filter {
        margin-left: 0px;
    }

    .order-history-model-content {
        position: fixed;
        top: 5%;
        bottom: 5%;
        left: 50%;
        margin-left: -45%;
        max-width: 90%;
        height: 90%;
    }

    .right-sortfilter-Options {
        display: none;
    }

    .filter-pr {
        display: none;
    }

        .filter-pr ul {
            display: block;
            width: 100%;
        }

            .filter-pr ul li.list-inline-item {
                margin-top: 10px;
                display: block;
                width: 100%;
                margin-right: 0px !important;
            }

    .main-Filter-TitleText {
        width: 99%;
        display: flex;
    }

    .mainFilterBtn .plus-pr {
        position: relative;
        right: 10px;
    }

    .main-Filter-TitleText .main-Filter-ValueText {
        margin-left: 20px;
    }

    .drop-ProductType-filter-mob, .drop-PlantType-filter-mob, .drop-THC-filter-mob, .drop-CBD-filter-mob, .drop-Size-filter-mob, .drop-Price-filter-mob, .drop-Terpenes-filter-mob, .drop-Brand-filter-mob, .drop-ItemCategories-filter-mob, .drop-LicenseProducer-filter-mob {
        display: block;
    }

    .drop-CBD-filter, .drop-PlantType-filter, .drop-ProductType-filter, .drop-Size-filter {
        padding-top: 25px;
    }

    .drop-THC-filter, .drop-CBD-filter, .drop-PlantType-filter, .drop-ProductTypeType-filter, .drop-Size-filter, .drop-Price-filter, .drop-Terpenes-filter, .drop-Brand-filter, .drop-ItemCategories-filter, .drop-LicenseProducer-filter {
        padding-top: 25px;
    }

    .drop-Price-filter {
        padding-bottom: 20px;
    }

    .drop-PlantType-filter, .drop-ProductType-filter, .drop-Size-filter, .drop-moreFilter-filter, .drop-Terpenes-filter, .drop-Brand-filter, .drop-ItemCategories-filter, .drop-LicenseProducer-filter {
        margin-left: 0px;
    }

    .filterSlider {
        width: 100%;
        margin-left: 0px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 25px;
    }

    .orderhistory-model-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0px;
        min-height: 100%;
    }



    .product-lists-pra > ul > li > a {
        padding: 3px 20px;
    }

    .srch-br {
        width: 100%;
        padding-bottom: 20px !important;
    }

        .srch-br .bdr-full-pr input {
            font-size: 13px;
            padding-left: 0px;
            height: auto;
        }

    .filterSlider {
        margin-left: 0%;
    }

    .drop-PlantType-filter, .drop-moreFilter-filter {
        margin-left: 0%;
    }

    .drop-ProductType-filter, .drop-moreFilter-filter {
        margin-left: 0%;
    }

    .drop-Size-filter, .drop-ItemCategories-filter, .drop-LicenseProducer-filter {
        margin-left: 7%;
        margin-right: 7%;
    }
    /*.filter-pr ul li a {
        font-size: 15px;
        padding: 7px 10px;
        line-height: 34px;*/
    /* text-align: center;*/
    /*font-weight: 700;
    }*/
    p.aply-btn {
        width: 13%;
    }

        p.aply-btn a {
            padding: 5.5px 0;
        }

    .stock-arow-img ul li a {
        font-size: 12px;
    }

        .stock-arow-img ul li a .custom-control label {
            font-size: 10px !important;
        }

    /*.sort-pra-list {
        width: 70px;
    }*/

    .product-lists-pra > ul > li > a {
        font-size: 12px;
    }

    .color-pik-pra > ul > li > a {
        margin: 0 5px;
    }

    .prodct-tags-list-pra h4 {
        font-size: 13px;
    }

    .prodct-tags-list-pra p {
        font-size: 12px;
    }

    .plpdesktop-only {
        display: none;
    }

    .six-img-p ul li {
        padding: 10px 0;
        width: 23%;
    }
}

@media (max-width: 1170px) {

    img.icon-img {
        width: 50px;
        position: relative;
        margin-top: 0px;
    }

    .add-to-cartPDP.bag-add {
        max-width: 60%;
        height: 100% !important;
        padding: 5px 0 !important;
        font-size: 12px !important;
        margin-top: 7px;
    }

    .srch-bar {
        width: 30%;
    }

    .user-info ul.user-info-stages .completed:after {
        left: 101px;
    }

    .aprov-srch {
        width: 94%;
    }

    .text-bnr-p p {
        width: 60%;
    }

    .text-bnr-p {
        top: 12%;
    }

    .six-img-p ul li {
        padding: 10px 0;
        width: 23%;
    }
}

@media (max-width: 1024px) {
    .bottom-navbar .icon-invite-pra.edit-tg-icon-pra.edit-tg {
        width: 100% !important;
        min-width: 100%;
    }

    .product-lists-pra > ul > li > a {
        height: auto !important;
    }

    .product-lists-pra > ul > li > a {
        padding: 3px 20px;
    }

    .six-img-p ul li {
        padding: 10px 0;
        width: 23%;
    }
}

@media (max-width: 991px) {
    .add-to-cartPDP.bag-add {
        max-width: 100%;
        margin: 0 35px;
    }

    .favourite-icon {
        width: 100%;
    }

    img.icon-img {
        width: 70px;
        margin-top: 5px;
    }

    .model-bottom-fix-bar {
        flex: 0 1 120px;
    }

    .bottom-navbar .icon-invite-pra.edit-tg-icon-pra.edit-tg {
        width: 100% !important;
        min-width: 100%;
    }

    .aprov-tabl table.table th {
        font-size: 15px;
    }

    .holiday-content {
        margin-top: 20px;
        width: 400px !important;
        max-width: 100% !important;
    }

    .odr-plc h4 {
        font-size: 20px;
    }

    .odr-plc p {
        font-size: 15px;
    }

    .text-bnr-p h2 {
        font-size: 35px;
    }

    .text-bnr-p p {
        width: 60%;
        font-size: 14px;
    }

    .six-img-p ul li .nam-image-p {
        font-size: 17px;
    }

    .six-img-p ul li {
        padding: 10px 0;
        width: 23%;
    }

    span.img-pics2 img {
        width: 40%;
    }

    .odr-plc {
        margin-top: 10px;
    }

    .mobile-bar {
        display: block;
    }

    .user-info ul.user-info-stages .completed:after {
        /* width: 170px !important;*/
        left: 80px;
    }

    .srch-bar {
        width: 50%;
    }

    .right-main-cls-hdr {
        margin-left: 30px;
    }

    .hdr-after-sec {
        /*padding: 40px 5px 0 00px;*/
    }

    .contact-details {
        padding: 10px 0px 0 10px;
    }

    .delivery-const {
        padding-left: 26px;
    }

    .mobile-nav-bar {
        display: block;
    }
    /*.left-sect-logo{
        display: none;
    }
    */
    .click-btn .srch-bar {
        float: right;
        width: 22%;
        position: relative;
        right: 0;
        top: 30px
    }

        .click-btn .srch-bar form input {
            background: transparent;
            border: 0;
        }

    span.btn-clik-pr {
        background: var(--grey-clor);
        padding: 2px 16px;
        color: white;
        margin-top: 10px;
        display: inline-block;
        margin-top: 20px;
    }

    .fixed25 {
        left: 0;
    }

    .fixed28 {
        left: 0;
    }

    .comp-set ul li .steps {
        font-size: 13px;
    }


    .product-lists-pra {
        margin-bottom: 20px;
    }

    .srch-br {
        width: 100%;
    }

    /*.filter-pr {
        display: none;
    }*/

    .mobile-bar .btn-group button {
        background: transparent;
        border-color: #28628e;
        color: #28628e;
        border-radius: 0;
        width: 120px;
        font-size: 13px !important;
        padding: 7px 0 !important;
    }

        /*    .stock-arow-img {
        display: none;
    }*/

        .mobile-bar .btn-group button:focus {
            box-shadow: 0 0 0;
            background: transparent;
        }

        .mobile-bar .btn-group button:focus {
            box-shadow: 0 0 0 transparent !important;
            background: transparent !important;
            border-color: #28628e !important;
            color: #28628e !important;
        }

    span.mobile {
        /* float: right; */
        background: white;
        padding: 0 5px;
        position: relative;
        left: 22px;
    }

    .text-bnr-p {
        top: 7%;
    }
}

@media (max-width:846px) {
    .bottom-navbar .icon-invite-pra.edit-tg-icon-pra.edit-tg {
        width: 100% !important;
        min-width: 100%;
    }

    .header-logo {
        margin-left: 0px;
    }

        .header-logo .ocs-logo-zone {
            padding-left: 0px !important;
            padding-right: 0px !important;
            margin-top: 11px !important
        }

    .btn-profile {
        padding-right: 8px;
    }

    .li-header-cart {
        margin-right: 0px !important;
    }

    .header-nametag {
        width: 135px;
    }
    /* .filter-pr {
        display: none;
    }*/

    /* .mobileFilterMain {
        display: flex;
    }*/




}

@media (max-width: 767.98px) {
    .add-to-cartPDP.bag-add {
        max-width: 100%;
        margin: 0 5px;
    }

    img.icon-img.iconheart-img {
        margin: 0;
    }

    button.col-md-9.add-to-cartPDP.detials-add-btn-pr.bag-add {
        margin-top: 5px;
        padding: 15px 0 !important;
    }

    img.icon-img {
        width: 70px;
        margin: 12px 28px;
    }

    .show-mbil-txt-to {
        position: absolute;
        left: 20px;
        background: white;
        padding: 0px 6px;
        text-align: left !important;
        margin: 5px -4px;
        top: 0;
        display: block;
        width: 50%;
    }

        .show-mbil-txt-to p {
            margin-bottom: 0;
        }

    .modal-body.export-popup select {
        max-width: 92%;
    }

    .modal-body.export-popup {
        padding: 20px 10px !important;
    }

    .calender-dates input {
        font-size: 12px !important;
        padding-left: 3px;
        margin-right: 0 !important;
    }

    .orderhistory-model-dialog .modal-content {
        border: 0px;
        height: 100%;
    }

    .exportweb_model {
        display: none;
    }


    a.color-marine {
        font-size: 18px;
    }

    .order-history-model-content {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .order-history-asn-model-content {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .mobil-thc-cbd-pr {
        display: block;
    }

    .thc-cbd-pr {
        display: none;
    }

    .midel-slidr-pra > h6 {
        padding-bottom: 17px;
    }

    .midel-slidr-pra > div > h4 {
        padding-bottom: 6px;
    }

    .fileInputSelectedInfo.file-chos-pik.delivery-schedule {
        margin-top: 0 !important;
    }

    .productMobileList_gur .top-hd-cls-pra .insid-jhn h4 {
        color: white;
    }

    .productMobileList_gur .top-hd-cls-pra .insid-jhn p {
        color: white;
    }

    .bottom-navbar .icon-invite-pra.edit-tg-icon-pra.edit-tg {
        width: 100% !important;
        min-width: 100%;
    }

    .delt-user-pra a {
        font-size: 14px;
        color: black;
        display: inline-block;
        text-align: center;
        padding: 0px !important;
        margin-left: -14px;
        font-weight: 600;
    }

    .top-hd-cls-pra {
        /*margin-bottom: 12px;*/
    }

    .ItemAddedMsg .msgheader {
        font-size: 15px;
    }

    .ItemAddedMsg span.productname {
        font-size: 14px;
    }

    .ItemAddedMsg span.additionalInfo {
        font-size: 13px;
        font-weight: 500;
    }

    .ItemAddedMsg .msgheader .check {
        height: 26px;
        width: 26px;
    }

    .insid-jhn p {
        word-break: break-all;
    }

    section.section-main-cls {
        margin: 20px 0px;
    }

    /* .arrow.collapsed img {
        height: 26px;
        width: 26px;
    }*/

    .arrow.collapsed img {
        filter: brightness(0);
        transform: rotate(0deg);
    }

    .inside-use-type-list {
        padding: 10px 27px;
    }

    .jqte_editor table tbody tr td {
        padding-left: 0 !important;
    }

    .cust-checkbox-wrapper {
        height: auto;
        padding: 9px 16px !important;
    }

    .filter-sm-hide {
        display: none;
    }

    .login-inner {
        max-width: 420px;
        width: 420px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .proddetail .prod-quantiy-pra p {
        text-align: center;
    }

    .proddetail .prod-quantiy-pra ul {
        text-align: center;
    }

    .proddetail .pro-det-prab p {
        text-align: center;
    }

    .proddetail .pro-det-prab .number {
        text-align: center;
    }

    .proddetail .pro-det-prab h2 {
        text-align: center;
        width: 100%;
    }

    .proddetail .lastordered {
        display: inline-flex;
    }

    .text-bnr-p {
        top: 15%;
    }

    .login-page-welcm-pra span {
        /*color: #7A7D81;*/
        color: #4c4c4c;
        font-size: 14px;
    }

    .login-page-welcm-pra h1 {
        font-size: 20px;
    }

    .login-page-welcm-pra {
        margin: 0 20px;
    }

    .daily-staiv h4 {
        font-size: 15px;
    }

    .ocs-logo-zone {
        margin: 20px 0 0 !important;
    }

    .daily-spe-left-sec {
        min-width: 100%;
    }

    .fotr-er {
        margin-bottom: 25px;
    }

    .welcm-multi-pg-p h4 {
        font-size: 22px;
    }

    .divCatPermSec label {
        padding-left: 30px !important;
    }

    .tok-img-p {
        float: left;
        width: 15%;
    }

    .tokeyo-smk-p h4 {
        margin-bottom: 3px;
    }

    .tokeyo-smk-p p {
        margin-bottom: 7px;
    }

    .baner-p img {
        height: 250px;
        object-fit: cover;
        object-position: right;
    }

    .text-bnr-p h4 a {
        font-size: 12px;
        width: 120px;
    }

    .six-img-p ul.list-unstyled li.list-inline-item {
        margin-right: 0px !important;
    }

    .six-img-p ul li {
        width: 24%;
        display: inline-block;
        padding: 10px 0px;
        vertical-align: top;
    }

    span.img-pics2 {
        width: 70px !important;
        height: 70px !important;
    }

    .odr-plc h4 {
        font-size: 22px;
        display: inline-flex;
        flex-flow: column;
    }

        .odr-plc h4 img {
            margin: 0 0px 16px 0px;
            width: 55%;
        }

    .odr-plc {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .six-img-p ul li .nam-image-p {
        font-size: 15px;
    }

    .odr-plc p {
        font-size: 15px;
        line-height: 24px;
    }

    .right-img {
        display: none;
    }

    .text-bnr-p h2 {
        font-size: 32px;
    }

    .text-bnr-p p {
        width: 80%;
        margin: 0 auto;
        font-size: 12px;
    }

    .order-history-detail h5 {
        font-size: 18px;
        font-weight: 700;
    }

    .mobil-bkrnd-p {
        background: #f4f8f7;
        margin-top: -20px;
        padding: 20px 15px;
    }

    .per-give-pra {
        display: none;
    }

    .order-history-detail span.ItemTitle {
        font-size: 12px;
        font-weight: 500;
        min-width: 120px;
        max-width: 120px;
    }

    .order-history-detail span.GrandTotalTitle {
        font-size: 12px;
        font-weight: 700;
    }

    .order-history-detail span.itemText {
        font-size: 12px;
        font-weight: 300;
    }

    .order-history-detail span.GrandTotalText {
        font-size: 12px;
        font-weight: 700;
        /*color: red;*/
        color: #EB0000;
    }

    .order-history-detail .item-row {
        margin-top: 15px;
        display: flex;
    }

    .mainLayoutContent {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobil-dro-Dwn-p {
        display: block;
        margin-top: 10px;
    }

        .mobil-dro-Dwn-p .form-group select {
            height: 39px;
        }

    .chkBx-reset-p .custom-control-input:checked ~ .custom-control-label::after {
        margin-left: 2px;
    }
    /* .usr-mn-clss-pr {
        padding-left: 30px;
    }

    .user-main-cls-pra {
        padding-left: 40px;
    }*/
    .user-info-backBtn-pra {
        width: 100% !important;
    }

    .delete-tag-button a {
        padding: 14px 12px !important;
    }

    .admin-title {
        font-size: 25px;
    }

    .usr-mobil-hid-p {
        display: none;
    }

    .account-setting-header {
        /*width: 100%;*/
        background-color: #F4F8F7;
        /*margin: 0px;
        padding-left: 15px;
        padding-right: 15px;*/
    }

    /*.account-settings-bottom {
        margin-left: 0px;
        margin-right: 0px;
    }*/



    .accont-setting-content {
        padding-left: 0px !important;
        padding-top: 20px;
    }

    table.order-schedule-calendar thead {
        font-size: 15px !important;
        font-weight: 700 !important;
    }

        table.order-schedule-calendar thead tr {
            height: 36px !important;
        }

    .month ul li {
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    table.order-schedule-calendar tbody tr td {
        font-size: 12px !important;
        font-weight: 400 !important;
        height: 45px !important;
    }

        table.order-schedule-calendar tbody tr td span {
            height: 15px;
            display: block;
        }

    .order-date {
        background-size: 15px;
    }

    .order-date-complete {
        background-size: 15px;
    }

    .order-deliveryday {
        background-size: 23px;
    }

    .orderanddeliveryday {
        background-size: 43px;
    }

    .orderplacedanddeliveryday {
        background-size: 30px;
    }

    .orderflowthruanddeliveryday {
        background-size: 50px;
    }

    .order-flow-thru-deliveryday {
        background-size: 30px;
    }

    .order-flow-thru-date {
        background-size: 22px;
    }

    .orderplacedflowthruanddeliveryday {
        background-size: 30px;
    }

    .login-page-welcm-pra {
        margin: 0 20px;
    }

    .daily-spe-left-sec h5 {
        font-size: 15px;
        text-decoration: none;
        text-align: center;
        padding-bottom: 20px;
    }

    .about-pro {
        text-align: left;
    }

        .about-pro h2 {
            font-size: 20px;
        }

        .about-pro p {
            font-size: 14px;
        }

    .product-chat-sec h4 {
        font-size: 12px;
    }



    .filter-pr {
        display: none;
    }



        .filter-pr ul {
            display: block;
            width: 100%;
        }

            .filter-pr ul li.list-inline-item {
                margin-top: 10px;
                display: block;
                width: 100%;
                margin-right: 0px !important;
            }

    .main-Filter-TitleText {
        width: 99%;
        display: flex;
    }

    .mainFilterBtn .plus-pr {
        position: relative;
        right: 10px;
    }

    .main-Filter-TitleText .main-Filter-ValueText {
        margin-left: 20px;
    }

    .cret-hd-pr h4 {
        font-size: 22px !important;
    }

    .daily-hding-pra h2 {
        font-size: 29px;
    }

    .daily-spe-left-sec {
        float: left;
        text-align: center;
    }

        .daily-spe-left-sec p {
            text-align: center;
        }

    .midel-slidr-pra h4 {
        font-size: 15px;
    }

    .product-chat-sec h2 {
        font-size: 15px;
    }

    hr.lin-reled {
        width: 32%;
    }

    .midel-slidr-pra h6 {
        font-size: 12px;
    }

    .cret-hd-pr h4 {
        font-size: 22px !important;
    }

    .role-hding.main-pra {
        font-weight: 500;
        font-size: 22px !important;
    }

    .editImg-pr {
        margin-left: 33px;
    }

    .product-lists-pra > ul > li > a {
        padding: 3px 20px;
    }

    .icon-invite-pra {
        width: 100% !important;
        margin-left: -15px;
    }

    .enabl-mob {
        margin-top: 20px;
    }

    .time-dt-mobil-bar {
        background: #28628E;
        margin-bottom: 21px;
    }

    .mobile-oderconf-pra {
        border: 1px solid #DCDCDC;
    }

    .top-hd-cls-pra .insid-jhn h4 {
        /* color: black;*/
        margin-bottom: 10px;
    }

    img.next-img {
        width: 15px;
    }

    .top-hd-cls-pra .insid-jhn p {
        margin-bottom: 0px;
        /*color: black;*/
    }

    .user-info-editBtn-pra {
        width: 100% !important;
        margin-left: -15px;
    }

    .enabl-mob .insid-jhn h4 {
        padding-bottom: 6px;
    }

    .mobil-cros-btn li a {
        background: #28628E;
        color: white;
        font-size: 13px;
        padding: 2px 50px 2px 7px;
        text-align: left;
        display: inline-block;
    }

    .mobil-cros-btn li {
        background: #28628E;
        margin-top: 6px;
    }

    .hdr-reat-pag-test form label {
        /* padding: 0 11px;*/
    }

    .line-mobile65 {
        width: 95%;
    }

    .destop-odercinf-pr {
        display: none;
    }

    .no-yes-mobil {
        margin-left: 11px;
    }

    .time-wind-pra .insid-jhn p {
        margin-bottom: 2px;
        font-weight: 500;
    }

    .ocs-logo-zone {
        margin: 20px 0 0 !important;
    }

    .mobile-oderconf-pra {
        display: block;
        width: 100%;
        margin: 0 19px;
    }

        .mobile-oderconf-pra .accordion {
            margin-bottom: 55px;
            display: inline-block;
            width: 100%;
            padding-bottom: 12px;
            border: 0 !important;
        }

    .drop-dwn-btn:after {
        display: none;
    }

    .logo img {
        width: 132px;
    }

    section.tabelstru-pra {
        display: none;
    }

    img.clndr-img-pra {
        width: 14%;
    }

    div #mobileFilter .form-group input {
        width: 90%;
    }

    .aftr-input {
        top: 6px !important;
        left: 11px !important;
        width: 80% !important;
    }

    .products-main-pra {
        padding: 0 25px;
    }

    .product-list-content {
        padding-top: 15px;
    }

    .name-jhn-mobile > img {
        width: 10%;
        height: 100%;
    }

    .product-lists-pra > h4 {
        font-size: 11px;
    }

    .product-lists-pra h6 {
        font-size: 13px;
    }

    .product-lists-pra ul {
        min-height: 16px;
    }

    .product-lists-pra > h4 {
        min-height: 0px;
    }

    .product-lists-pra h6 {
        min-height: 0px;
    }

    .product-lists-pra .details {
        min-height: 0px;
    }

    .prodct-tags-list-pra h4 {
        font-size: 12px;
    }

    .category-sec {
        margin-top: 20px;
    }

    .plp_catgory_holder {
        margin-top: 4px;
    }

    .plp_collection_cat_holder {
        margin-top: 4px;
    }

    .plp_catgory_holder > button {
        background-color: #28628E;
        width: 100%;
        height: 47px;
        color: white;
        font-weight: 700;
        font-size: 12px !important;
        text-transform: uppercase;
        text-align: left;
        padding-left: 20px;
        border: 0px solid white;
        outline: none;
        padding-right: 2px;
        background-origin: content-box;
        background-image: URL(/images/chev-down.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: 22px;
    }

    .plp_catgory_holder.active > button {
        background-image: URL(/images/chev-up.svg);
    }

    .plp_collection_holder {
        border: 1px solid #28628E;
    }

    .plp_collection_cat_holder > button {
        background-color: #28628E;
        width: 100%;
        height: 47px;
        color: white;
        font-weight: 700;
        font-size: 12px !important;
        text-transform: uppercase;
        text-align: left;
        padding-left: 20px;
        border: 0px solid white;
        outline: none;
        padding-right: 2px;
        background-origin: content-box;
        background-image: URL(/images/chev-down.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: 22px;
    }

    .plp_collection_holder > button {
        background-color: #F4F8F7;
        width: 100%;
        height: 44px;
        color: #000000;
        font-weight: 400;
        font-size: 12px !important;
        text-transform: uppercase;
        text-align: left;
        padding-left: 20px;
        border: 0px solid white;
        outline: none;
        padding-right: 2px;
        /*background-image: URL(/images/chev-black-down.svg);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
        background-size: 22px;*/
    }

    .plp_collection_holder.active > button {
        font-weight: 900;
    }

    .plp_subcatgory_holder {
        border: 1px solid #28628E;
    }

        .plp_subcatgory_holder.active {
            border: 4px solid #28628E;
        }

            .plp_subcatgory_holder.active > button {
                background-image: URL(/images/chev-black-up.svg);
            }

        .plp_subcatgory_holder > button {
            background-color: #F4F8F7;
            width: 100%;
            height: 44px;
            color: #000000;
            font-weight: 400;
            font-size: 12px !important;
            text-transform: uppercase;
            text-align: left;
            padding-left: 20px;
            border: 0px solid white;
            outline: none;
            padding-right: 2px;
            background-image: URL(/images/chev-black-down.svg);
            background-repeat: no-repeat;
            background-position-x: right;
            background-position-y: center;
            background-size: 22px;
        }

        .plp_subcatgory_holder.active > button {
            font-weight: 900;
        }

    .plp_catgory_holder button:focus {
        outline: none;
    }

    .plp_subsubcatgory_holder > button {
        background-color: white;
        width: 100%;
        height: 40px;
        color: #000000;
        font-weight: 400;
        font-size: 12px !important;
        text-transform: uppercase;
        text-align: left;
        padding-left: 20px;
        border: 0px solid white;
        outline: none;
    }

    .plp_subsubcatgory_holder.active > button {
        font-weight: 900;
    }
    /* .product-tabs > ul {
        display: none;
    }
*/
    .prodct-tags-list-pra p {
        font-size: 12px;
    }

    .view-all-product-list {
        display: block;
    }

    .srch-br {
        width: 100%;
        /*    margin-top: 25px;*/
    }

    /* .hdr-reat-pag-test {
        padding-left: 20px;
        padding-right: 20px;
    }*/

    .user-info ul.user-info-stages .completed:after {
        left: 60px;
    }

    .mobile-bar .btn-group .filter-dropdown {
        width: 96%;
        left: 0px !important;
    }

    .first-tab-pra {
        display: none;
    }

    span.plus-mobile {
        float: right;
    }

    .mobile-bar .btn-group button {
        width: 120px;
        display: inline-block;
        padding: 9px 0px;
    }

    .mobile-bar {
        padding-bottom: 35px;
        padding-top: 0px;
    }

    .right-sec {
        padding: 5px 0px 0 0px;
    }

        .right-sec .srch-bar {
            display: none;
        }

    .click-btn .srch-bar {
        float: right;
        width: 30%;
    }

    .hdr-after-sec h5 {
        font-size: 13px;
    }

    .hdr-after-sec > h2 {
        font-size: 18px;
    }

    .hdr-after-sec h6 {
        font-size: 13px;
    }

    .hdr-after-sec h3 {
        font-size: 16px;
        padding-top: 8px;
        padding-bottom: 0px;
    }

    .hdr-after-sec h4 {
        font-size: 13px;
    }

    .hdr-after-sec h1 {
        font-size: 16px;
        padding-top: 5px;
    }

    .list-cont {
        padding-top: 0px;
    }

    .list-opc-none {
        display: none;
    }

    hr.line-two {
        width: 100%;
        margin: 20px auto 20px 20px;
    }

    /* .list-cont {
        width: 50%;
        float: left;
        }*/

    /*  .aditional .list-cont {
        width: 100%;
        }*/

    .pagination-ftr {
        padding: 5px 0 0 30px;
    }

    .hdr-after-sec > h2 {
        padding-top: 6px;
    }

    .fixed25 {
        left: 0;
    }

    .fixed28 {
        left: 0;
    }

    .comp-set ul li .steps {
        font-size: 13px;
    }

    .comp-set ul li {
        padding: 5px 8px;
    }

    .user-info ul.user-info-stages li.list-inline-item:after {
        content: '';
        width: 155px;
    }

    .mobile-show {
        display: block !important;
    }

    .mobile-show-inline {
        display: inline !important;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-hide-important {
        display: none !important;
    }

    .mobile-font-size-12 {
        font-size: 12px !important;
    }

    .mobile-font-size-18 {
        font-size: 18px !important;
    }

    .mobile-no-border {
        border: 0 !important;
    }

    .mobile-ml-0 {
        margin-left: 0 !important;
    }

    .mobile-ml-1px {
        margin-left: 1px !important;
    }

    .mobile-ml-1 {
        margin-left: 0.25rem !important;
    }

    .mobile-ml-4 {
        margin-left: 1.5rem !important;
    }

    .mobile-mt-0 {
        margin-top: 0 !important;
    }

    .mobile-mt-3 {
        margin-top: 1rem !important;
    }

    .mobile-pr-0 {
        padding-right: 0 !important;
    }

    .mobile-pl-0 {
        padding-left: 0 !important;
    }

    .mobile-pl-1 {
        padding-left: 0.25rem !important;
    }

    .mobile-pl-10px {
        padding-left: 10px !important;
    }

    .mobile-pl-30px {
        padding-left: 30px !important;
    }

    .mobile-pt-2 {
        padding-top: 0.5rem !important;
    }

    .mobile-h-80 {
        height: 80px !important;
    }

    .mobile-w-100 {
        width: 100% !important;
    }

    div.invite-btn-mt-3 > a.btn-primary {
        color: #28628E;
        background-color: white;
    }

    .approv-mobil-padd-pra {
        padding-left: 0 !important;
    }

    .approv-mobil-legal-pra {
        padding-left: 0 !important;
        margin-top: 18px;
    }

    .legal-mob-pra {
        padding-top: 19px !important;
    }

    .delivery-mobile-pra {
        margin-bottom: 0;
    }

    .aprov-srch {
        width: 94%;
    }

    .slas-ten {
        top: -4px !important;
        left: 27px !important;
    }

    .number-sku input {
        width: 80px !important;
    }

    .aloct-mobl-pra {
        width: 97% !important;
    }
}

@media (max-width: 575.98px) {

    /*
    DK: Feb 02, 2025 - BP-2630 - Mobile view changes for FT calendar icons - STARTS
*/

    .order-date {
        background-size: 12px;
    }

    .order-date-complete {
        background-size: 12px;
    }

    .order-deliveryday {
        background-size: 20px;
    }

    .orderanddeliveryday {
        background-size: 42px;
    }

    .orderplacedanddeliveryday {
        background-size: 27px;
    }

    .orderflowthruanddeliveryday {
        background-size: 37px;
    }

    .order-flow-thru-deliveryday {
        background-size: 23px;
    }

    .order-flow-thru-date {
        background-size: 20px;
    }

    .orderplacedflowthruanddeliveryday {
        background-size: 27px;
    }
    /*
    DK: Feb 02, 2025 - BP-2630 - Mobile view changes for FT calendar icons - ENDS
*/
    .btn_download_accountBalance a {
        font-size: 12px;
    }

    .conf-Hero-Bnr h2 {
        font-size: 20px;
    }

    .fileInputSelectedInfo.file-chos-pik.delivery-schedule {
        margin-top: 0 !important;
    }

    .container-fluid .delete-tag-button a.upload-skus {
        border: 0px !important;
    }

    img.icon-img {
        width: 60px !important;
        margin: 7px 28px;
    }

    .row.top-hd-cls-pra {
        padding-right: 30px;
    }

    .inside-use-type-list {
        padding: 10px 27px;
    }

    .jqte_editor table tbody tr td {
        padding-left: 0 !important;
    }

    .mobile-aprov.aprov-mobile- .accordion .card {
        padding: 9px 10px;
    }

        .mobile-aprov.aprov-mobile- .accordion .card .card-header {
            border: 0;
        }

    img.mobil-jhn-img {
        float: left;
        margin-right: 10px;
    }

    .roles-Butn-n-p label {
        margin-left: 0;
        padding-left: 0 !important;
    }

    .userImageContainer {
        width: 40px !important;
        height: 40px !important;
        margin-left: 18px;
    }

    .cust-checkbox-wrapper {
        height: auto;
        padding: 11px 16px !important;
    }

    .size-chos-pra {
        min-height: 65px;
        margin-bottom: 0;
    }

        .size-chos-pra a {
            font-size: 14px;
            padding: 11px 0;
        }

    .size-chos-pra-flow {
        min-height: 65px;
        margin-bottom: 0;
    }

        .size-chos-pra-flow a {
            font-size: 14px;
            padding: 11px 0;
        }





    .product-lists-pra > h4 {
        font-size: 11px;
    }

    /*.product-lists-pra h6 {
        font-size: 13px;
    }*/

    /*.product-lists-pra ul {
        min-height: 16px;
    }*/

    .product-lists-pra > h4 {
        min-height: 0px;
    }

    .product-lists-pra h6 {
        min-height: 0px;
    }

    .product-lists-pra .details {
        min-height: 0px;
    }

    .filter-hide {
        display: none
    }

    .order-schedule h5 span {
        display: block;
    }

    .login-page-welcm-pra h1 {
        font-size: 20px;
    }

    .login-page-welcm-pra span {
        font-size: 14px;
    }

    .invitRet-btn-pra a {
        padding: 0px 0px !important;
        font-size: 13px;
        background: transparent;
        color: #28628e;
    }

    .role-hding.main-pra {
        font-weight: 500;
        font-size: 16px !important;
    }

    .moile-label-dwn-pra label {
        margin-top: 6px;
    }

    .aftr-input {
        top: 9px !important;
        left: 7px !important;
    }

    .profil-app-text {
        text-align: center;
    }

    .aprov-srch {
        width: 94%;
    }



    .name-malik p {
        font-size: 12px;
        left: 10px;
    }

    .right-sec ul li .settign-icn {
        width: 20px;
    }

    .right-sec ul li .cart-icn {
        width: 30px;
    }

    .click-btn .srch-bar {
        width: 50%;
    }

    .aprov-mobile-.tabl {
        display: block;
        padding: 9px 13px;
    }

    .aprov-tabl {
        display: none;
    }

    .select-approv .form-group {
        margin: 15px 0px 0 0;
    }

    .invite-btn-mt-3 {
        margin-top: 1rem !important;
    }
}

@media (max-width: 466px) {
    .add-to-cartPDP.bag-add {
        max-width: 100%;
        margin: 0 0px;
    }

    img.icon-img {
        width: 60px;
        margin: 0px 15px;
    }

    .user-info ul.user-info-stages .completed:after {
        width: 107px !important;
        left: 90px;
    }

    .user-info ul.user-info-stages li.list-inline-item:after {
        content: '';
        width: 120px;
    }

    .d-466 {
        display: block;
    }

    .d-hide-466 {
        display: none;
    }

    .offcycle-order-notification-model-dialog .messagebody {
        padding: 10px 10px;
        width: 100%
    }

    .offcycle-order-notification-model-dialog .messagereason {
        padding: 0px 10px 10px 10px;
    }

    .offcycle-order-notification-model-dialog .button-strip {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 370px) {
    .btn_download_accountBalance {
        text-align: center;
    }

        .btn_download_accountBalance a {
            min-width: 60% !important;
        }

    .crn-bnr-btn-mobil a {
        font-size: 11px;
        font-weight: 600;
    }

    .mobile-Hamburger-profilesec .inner-content {
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .role-hding.main-pra {
        font-weight: 500;
        font-size: 13px !important;
    }

    .mobile-Hamburger-profilesec .inner-content {
        max-width: 100%;
    }
}
/*Product Page */
.sku_modal_heading {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: -24px;
    list-style-type: none;
}

.min-cls-top-bar.productMobileList_gur {
    background: #28628E;
}

    .min-cls-top-bar.productMobileList_gur .top-hd-cls-pra .insid-jhn h4 {
        color: white;
    }

    .min-cls-top-bar.productMobileList_gur .top-hd-cls-pra .insid-jhn p {
        color: white;
    }

.min-cls-top-bar {
    background: white;
    margin-bottom: 0px;
}

.productMobileList_gur {
    background: rgb(40, 98, 142);
}

ul.list-pra-gur li {
    font-size: 13px;
    padding: 3px 6px;
}

.prodct-Row-gur {
    width: 98%;
    margin-left: 2px;
}

.product-modlBody-gur {
    padding: 0;
}

ul.list-pra-gur {
    padding-left: 0;
}

    ul.list-pra-gur li {
        display: inline-block;
        padding: 5px 10px;
    }

.tabel-inside {
    position: absolute;
    width: 100%;
    height: 450px;
    background: white;
    left: 0;
    max-height: 120px;
    overflow-y: auto;
    display: none;
}

.drop-tabs-pra p {
    margin-bottom: 0;
}

.table-iside-pra table tbody tr td {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 12px;
    border-top: 0;
    vertical-align: middle;
}

.table-iside-pra {
    background-color: white;
    left: 0;
    z-index: 1;
    position: relative;
    display: contents;
}

.list-td-gur {
    border: 1px solid grey;
    margin-bottom: 7px;
    width: 88%;
    margin-left: 19px;
}

.td_hideshow_gur {
    display: inline-flex;
    flex-flow: wrap-reverse;
}

.togle-btn {
    display: inline-flex;
    top: 8px;
    position: relative;
}

.border-secondary {
    /* border-color: #6c757d !important; */
}

.border {
    border: 0px solid #ced4da !important;
}



@media (max-width: 400px) {
    .user-info ul.user-info-stages .completed:after {
        /*width: 67px !important;*/
        left: 40px;
    }

    .funnel {
        display: block;
    }

    .search-locked-status {
        display: none;
    }

    .NewUser_gur {
        font-size: 14px;
        background-color: #28628E;
    }

    .img-user-gur img {
        width: 50px;
        height: 50px;
        margin-left: 15px;
        margin-top: 5px;
    }

    .user-nam-gur h3 i {
        font-size: 14px;
        margin-left: 4px;
        color: #28628E;
    }

    .delete-icon-gur {
        margin-top: 18px;
    }

    .mobile-w-0 {
        width: 0 !important;
    }
}

.invite-btn-mt-3 {
    margin-top: 1rem !important;
}

.btn-height {
    height: 32px !important;
}


/********************* DK: June 29, 2024 - css for responsive sortable table - STARTS **********************/
.sortable-table thead th:first-child {
    border-radius: 18px 0 0 0;
}

.sortable-table thead th:last-child {
    border-radius: 0 18px 0 0;
}

.sortable-table thead th {
    border-top: none !important;
    border-bottom: none !important;
    font-size: 14px;
}


.sortable-table th[data-sort-expression] {
    cursor: pointer !important;
}
/********************* DK: June 29, 2024 - css for responsive sortable table - ENDS **********************/

.dailyAllocation_name {
    font-size: 15px;
    font-weight: 500;
}

.dailyAllocation_brand {
    font-size: 13px;
}

.reminder-notes p {
    font-size: 14px;
    margin-bottom: 0px !important;
    font-weight: bold;
}



/********************* DK: July 05, 2024 - css for LP portal tooltip - STARTS **********************/

.lp-tooltip {
    position: relative;
    display: inline-block;
}

    .lp-tooltip .lp-tooltip-text {
        visibility: hidden;
        width: 280px;
        background-color: #555;
        color: #fff;
        border-radius: 6px;
        padding: 7px;
        position: absolute;
        z-index: 1;
        bottom: 118%;
        left: -160%;
        margin-left: -220px;
        line-height: 20px;
        font-family: sans-serif;
    }

        .lp-tooltip .lp-tooltip-text::after {
            content: '';
            border-top: 18px solid #f7f1e6;
            border-left: 10px solid;
            border-right: 10px solid;
            background: transparent;
            color: transparent;
            position: absolute;
            bottom: -19px;
            right: 15px;
        }

    .lp-tooltip:hover .lp-tooltip-text {
        visibility: visible;
        opacity: 1;
        background-color: antiquewhite;
        border: 1px solid #000000;
        color: #3F3F3F;
        font-weight: normal !important;
        font-size: 14px;
    }

    .lp-tooltip .lp-tooltip-text:before {
        content: '';
        border-top: 22px solid #0b0b0b;
        border-left: 12px solid;
        border-right: 12px solid;
        background: transparent;
        color: transparent;
        position: absolute;
        bottom: -22px;
        right: 13px;
    }

    .lp-tooltip .lp-tooltip-text-mob {
        visibility: hidden;
        width: 280px;
        background-color: #555;
        color: #fff;
        border-radius: 6px;
        padding: 7px;
        position: absolute;
        z-index: 1;
        bottom: 118%;
        left: 460%;
        margin-left: -220px;
        line-height: 20px;
        font-family: sans-serif;
    }

        .lp-tooltip .lp-tooltip-text-mob::after {
            content: '';
            border-top: 18px solid #f7f1e6;
            border-left: 10px solid;
            border-right: 10px solid;
            background: transparent;
            color: transparent;
            position: absolute;
            bottom: -19px;
            right: 107px;
        }

    .lp-tooltip:hover .lp-tooltip-text-mob {
        visibility: visible;
        opacity: 1;
        background-color: antiquewhite;
        border: 1px solid #000000;
        color: #3F3F3F;
        font-weight: normal !important;
        font-size: 14px;
    }

    .lp-tooltip .lp-tooltip-text-mob:before {
        content: '';
        border-top: 22px solid #0b0b0b;
        border-left: 12px solid;
        border-right: 12px solid;
        background: transparent;
        color: transparent;
        position: absolute;
        bottom: -22px;
        right: 105px;
    }

@media (max-width: 767.98px) {
    .lp-tooltip {
        color: #28628E;
        font-weight: bold;
        font-size: 15px;
    }

        .lp-tooltip .lp-tooltip-text {
            bottom: 250%;
            margin-left: -102px;
            width: 160px;
        }

        .lp-tooltip .lp-tooltip-text-mob {
            bottom: 250%;
            margin-left: -102px;
            width: 160px;
        }

    .fotr-er {
        margin-bottom: 35px;
    }
}


/********************* DK: July 05, 2024 - css for LP portal tooltip - ENDS **********************/

.dashboard-hyperlink {
    color: #28628E !important;
    cursor: pointer;
    text-decoration: underline !important;
}


/************************* DK: July 10, 2024 - Styles to add font awesome for sorting icons as pseudo elements - STARTS ***********************************/

.sortable-table .header-sort:after, .sortable-table .header-sort-up:after, .sortable-table .header-sort-down:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 5px solid transparent;
}

.sortable-table .header-sort:after {
    content: "\f0dc";
}

.sortable-table .header-sort-up:after {
    content: "\f0de";
    position: relative;
    top: 5px;
}

.sortable-table .header-sort-down:after {
    content: "\f0dd";
    position: relative;
    bottom: 3px;
}

.sortable-table td {
    vertical-align: middle;
}



/************************* DK: July 10, 2024 - Styles to add font awesome for sorting icons as pseudo elements - ENDS ***********************************/
.right-arow {
    width: 3%;
    float: left;
    /* color: white; */
    text-align: center;
    border-radius: 5px;
    padding: 10px 0px;
}

    .right-arow button {
        width: 100%;
        border: 0;
        color: white;
        padding: 16px 0;
        font-size: 24px !important;
        background: #28628e;
    }

        .right-arow button:hover {
            background: #28628e;
            color: white;
        }

        .right-arow button:active {
            background: #28628e !important;
            color: white !important;
        }



.nav-right-arow {
    width: 3%;
    float: left;
    margin: 0 3px 0 0;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0px;
}

    .nav-right-arow button {
        width: 100%;
        border: 0;
        color: white;
        padding: 16px 0;
        font-size: 24px !important;
        background: transparent;
        border: 1px solid #28628e;
    }

        .nav-right-arow button:hover {
            background: transparent;
            color: transparent;
        }

        .nav-right-arow button:active {
            background: transparent !important;
            color: transparent !important;
        }

.nav-left-arow {
    width: 3%;
    float: left;
    margin: 0 0 0 3px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0px;
}

    .nav-left-arow button {
        width: 100%;
        border: 0;
        color: white;
        padding: 16px 0;
        font-size: 24px !important;
        background: transparent;
        border: 1px solid #28628e;
    }

        .nav-left-arow button:hover {
            background: transparent;
            color: transparent;
        }

        .nav-left-arow button:active {
            background: transparent !important;
            color: transparent !important;
        }

.nav-midl-lin {
    width: 87%;
    float: left;
    margin-top: 10px;
}

@media (max-width: 1269px) {

    .nav-midl-lin {
        width: 86%;
    }
}

.left-arow {
    width: 3%;
    float: left;
    /* color: white; */
    text-align: center;
    border-radius: 5px;
    padding: 10px 0px;
}

    .left-arow button {
        width: 100%;
        border: 0;
        color: white;
        padding: 16px 0;
        font-size: 24px !important;
        background: #28628e;
    }

        .left-arow button:hover {
            background: #28628e;
            color: white;
        }

        .left-arow button:active {
            background: #28628e !important;
            color: white !important;
        }

.midl-lin {
    margin-top: 10px;
    color: white;
    width: 93.7%;
    float: left;
    background: #28628e;
    text-align: center;
    padding: 17.5px 0;
    margin-left: 1px;
    border-radius: 5px;
    margin-right: 1px;
}

    .midl-lin p {
        margin-bottom: 0;
        margin-top: 0px;
        font-size: 22px;
        font-family: 'Roboto';
    }

.nav-right-arow button img {
    width: 50%;
}

.nav-left-arow button img {
    width: 50%;
}

.nav-right-arow button img.ritimages {
    width: 34%;
}

.nav-left-arow button img.left-imag {
    width: 34%;
}

.dateorder p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.dateorder {
    width: 12.4%;
    float: left;
}

.arow-date {
    width: 6.4%;
    display: inline-block;
    height: 50px;
    float: left;
}

.order-tier {
    width: 12.1%;
    float: left;
    background: #cee3f5;
    text-align: center;
    border: 1px solid;
    height: 70px;
    border: 1px solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .order-tier p {
        margin-bottom: 0;
    }

    .order-tier.purchaseorder {
        background: #d4cfe4;
        border-left: 10px solid #8272b0;
        height: 140px;
    }

    .order-tier.tierdate {
        border-left: 6px solid #28628e;
    }

.purchasedealer {
    display: inline-block;
    width: 89%;
    font-weight: 500;
}

.purchas-cycl h2 {
    font-size: 18px;
    color: #28628E;
}

.tir-list p {
    font-size: 15px;
}

    .tir-list p span {
        font-weight: 600;
    }

.victoryday p {
    font-size: 15px;
}

.order-tier.victoryday {
    background: #ffe499;
    border-left: 6px solid #fb0;
}

.purchase_order {
    width: 12.2%;
    float: left;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    height: 140px;
}

.calendar-cell {
    width: 12.2%;
    float: left;
    min-height: auto;
    max-height: 360px;
}

.calendar-cell-border {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    height: 140px;
}

.calendar-labels h6 {
    color: #28628E;
}

.calendar-labels p {
    font-size: 12px;
    font-weight: normal;
}

.calendar-labels span {
    font-weight: bold;
}


.odr-pur {
    padding: 0;
    margin: 0;
    background: #d4cfe4;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 10px solid #8272b0 !important;
}

.skycolor .skylftbdr {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

.tier1-left-border {
    border-left: 10px solid #28628e;
}

.tier2-cell {
    background: #cef5d3;
    border-top: 1px solid #aaa;
}

.tier2-left-border {
    border-left: 10px solid #4a7b4c;
}

.orgcolor-bdr {
    background: #ffe499;
    border-left: 10px solid #fb0;
    height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #aaa;
}

.dateorder h6 {
    text-align: center;
    background: #4c4c4c;
    color: white;
    padding: 5px 0;
    font-size: 14px;
}

    .dateorder h6 span {
        width: 7px;
        height: 7px;
        background: white;
        border-radius: 50%;
        display: inline-block;
        margin: 0 2px 0 0;
    }

.tier1-cell {
    background: #cee3f5;
}

.tier-cell {
    border-left: 1px solid #aaa;
}

    .tier-cell div {
        height: 69px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
    }

.purchase-oder-calender .dayoder-purchas {
    width: 100%;
}

.purchase-oder-calender .tier_one-delivery {
    width: 55%;
}

.purchase-oder-calender .two_tier-delivery {
    width: 55%;
}


.pod i:before {
    content: '';
}

.pod {
    margin-bottom: 5px;
    padding-left: 3px;
}

.tempchange {
    padding-left: 3px;
}

.tierone {
    margin-bottom: 5px;
}

.pod i {
    font-size: 14px;
    background: #D4CFE4;
    color: #414042 !important;
    padding: 9px 10px;
    font-family: 'Roboto';
    border-left: 3px solid #8272b0;
}


.tierone i:before {
    content: '';
}

.tierone i {
    font-size: 14px;
    background: #CEE3F5;
    color: #414042 !important;
    padding: 9px 10px;
    font-family: 'Roboto';
    border-left: 3px solid #28628e;
}


.tempchange i:before {
    content: '';
}

.tempchange i {
    font-size: 14px;
    background: #FFE499;
    color: #414042 !important;
    padding: 9px 15px;
    font-family: 'Roboto';
    border-left: 3px solid #fb0;
}


.tiertwo i:before {
    content: '';
}

.tiertwo i {
    font-size: 14px;
    background: #cef5d3;
    color: #414042 !important;
    padding: 9px 10px;
    font-family: 'Roboto';
    border-left: 3px solid #4a7b4c
}

.odr-pur p {
    text-align: center;
}




@media (max-width:965px) {
    .purchase-oder-calender .tier_one-delivery {
        width: 85%;
    }
}

@media (max-width:767px) {
    .download-btn {
        width: 80%;
        margin: 0 auto !important;
        display: inline-block;
    }

    .mobile-upload-btn {
        padding: 0;
    }

    .download-btn a {
        width: 100%;
        display: inline-block;
        margin-top: 9px;
    }

    .arrow {
        position: absolute;
        right: -51px;
        top: -3px;
    }

    .arow-date {
        width: 7.8%;
        display: inline-block;
        height: 50px;
        float: left;
    }

    .dateorder {
        width: 16.4%;
        float: left;
    }

        .dateorder p {
            font-size: 15px;
        }

    .nav-right-arow {
        width: 5%;
    }

    .nav-left-arow {
        width: 5%;
    }

    .nav-midl-lin {
        width: 75%;
    }

    .purchase_order {
        width: 15.2%;
    }

    .calendar-cell {
        width: 15.2%;
    }

    .tier1-cell, .tier2-cell {
        text-align: center;
    }

        .tier-cell div, .tier2-cell div {
            font-size: 11px;
        }

    .odr-pur p {
        font-size: 11px;
        text-align: center;
    }

    .spn-calendar-legend {
        font-size: 12px;
    }

    #divCalendarMobile .calendar-legend {
        border: 0px solid #CDE9F2;
        padding: 0px;
    }
}


@media (max-width:450px) {

    .arrow {
        position: absolute;
        right: -30px;
        top: -3px;
    }
}

/* DK: Sep 24, 2024 - BP-3029 - Fulfillment Transition tag changes - STARTS */
.fulfillment-transition-tags > ul > li > a {
    background: #DE242A;
    font-size: 12px;
    color: white;
    padding: 0px 20px;
    display: inline-block;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    cursor: default;
}

.fulfillment-transition-tags ul {
    margin-bottom: 0px;
    min-height: 31px;
}

.fulfillment-transition-tags > ul > li > a {
    padding: 3px 20px;
}

.fulfillment-transition-tags > ul > li > a {
    font-size: 12px;
}


@media (max-width: 1024px) {

    .fulfillment-transition-tags > ul > li > a {
        height: auto !important;
    }

    .fulfillment-transition-tags > ul > li > a {
        padding: 3px 20px;
    }
}

/* DK: Sep 24, 2024 - BP-3029 - Fulfillment Transition tag changes - ENDS */


/* DK: Feb 04, 2025 - BP-2912 - Cart: Inventory Updates - Notify when item is out of stock - STARTS */
.mdl-bdy-outofstock {
    text-align: center;
    color: #DE4737;
}

#divOutOfStockMessaging a {
    color: #28628E !important;
    text-decoration: underline;
}


@media (max-width: 767.98px) {
    #modalConfirmSubmitOrder .modal-content {
        max-height: 60vh;
        overflow: auto;
        width: 100%;
    }
}

/* DK: Feb 04, 2025 - BP-2912 - Cart: Inventory Updates - Notify when item is out of stock- ENDS */

@media (max-width: 408px) {
    .plp-estimated-delivery {
        margin-top: 30px !important;
    }
}

#claimsPast90DaysNotice {
    padding-left: 60px;
}

@media (max-width: 768px) {
    #claimsPast90DaysNotice {
        padding-left: 15px;
    }
}
