/* ---------------------------------------
##### - PLACE YOUR CUSTOM CSS HERE - #####
--------------------------------------- */
/*
 *  STYLE 3
 */
/********************** STYLE FOR RESTAURANTS INDEX PAGE ************************************************************/


#companyIndex {
    font-family: BlinkMacSystemFont, "Segoe UI";
}

#searchIndex {
    height: auto;
    border: none;
    border-radius: 0;
    background-color: #f5f7fa;
    padding: 10px;
    color: #495057;
    font-size: 18px;
}

#searchIndex button {
    height: auto;
    border: none;
    border-radius: 0;
    background-color: #f5f7fa;
    padding: 10px;
    color: #495057;
    font-size: 18px;
}

.company-page-img {
    min-height: 95%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/bg-img/foodcourtbg.jpeg);
    background-size: cover;
    background-position: center;
}

.page-preview-header {
    background: #f2f2f2;
    border: none;
    height: 70px;
    position: relative;
    text-align: center;
}

.page-preview-footer {
    background: #333333;
    border: none;
    height: 70px;
    position: relative;
    text-align: center;
}

.single-company-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 0.75%;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: antiquewhite;
}

.single-company-wrapper .company-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-company-wrapper .company-img img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-company-wrapper .company-description {
    text-align: center;
    margin: 8% 35%;
    white-space: nowrap;
}

.main-content-wrapper .amado_company_area {
    order: 0;
    margin-top: 50%;
    margin-bottom: 50%;
}

.main-content-wrapper .amado_company_area h1 {
    font-size: 2.5em;
    color: white;
    margin-bottom: 1%;
}

.main-content-wrapper .amado_company_area h5 {
    color: white;
    margin-bottom: 4%;
    font-style: italic;
}

#companyIndex .main-content-wrapper {
    margin-top: 0px;
}

.main-content-wrapper .amado_company_area {
    flex: 0 0 calc(95%);
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.amado_company_area .single-company-wrapper .company-img {
    width: 100%;
    height: 230px;
}

@media (min-width: 1200px) and (max-width: 1616px) {
    .main-content-wrapper .amado_company_area {
        max-width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .amado_company_area .single-company-wrapper .company-img {
        height: 190px;
    }

    .single-company-wrapper .company-description {
        margin: 8% 24%;
    }

    .single-company-wrapper .company-description h4 {
        font-size: 1.9em;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .main-content-wrapper .amado_company_area {
        max-width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .amado_company_area .single-company-wrapper .company-img {
        height: 250px;
    }

    .single-company-wrapper .company-description {
        margin: 8% 30%;
    }

    .single-company-wrapper .company-description h4 {
        font-size: 2em;
    }
}

@media (min-width: 450px) and (max-width: 767px) {

    .amado_company_area .single-company-wrapper .company-img {
        height: 220px;
    }

    .main-content-wrapper .amado_company_area {
        max-width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .single-company-wrapper .company-description {
        margin: 8% 30%;
    }

    .single-company-wrapper .company-description h4 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 449px) {
    .main-content-wrapper .amado_company_area h1 {
        font-size: 2em;
    }

    .main-content-wrapper .amado_company_area h5 {
        font-size: 1em;
    }

    .amado_company_area .single-company-wrapper .company-img {
        height: 155px;
    }

    .main-content-wrapper .amado_company_area {
        max-width: 99%;
        margin-left: 2%;
        margin-right: 0%;
    }

    .single-company-wrapper .company-description {
        margin: 8% 28%;
    }

    .single-company-wrapper .company-description h4 {
        font-size: 1.4em;
    }
}



/********************** END STYLE FOR RESTAURANTS INDEX PAGE ************************************************************/


.swal-modal {
    width: 330px;
}

.swal-button {
    width: 255px;
}

.swal-footer {
    text-align: center;
}

.swal-text {
    text-align: center;
    font-size: large;
    line-height: 1.5em;
}

.catagories-menu-small::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #F5F5F5;
}

.catagories-menu-small::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.catagories-menu-small::-webkit-scrollbar-thumb {
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #ffe8a1;
}

/* .breadcrumb custom class for all pages escpet product detail */
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    text-transform: uppercase;
}

.breadcrumb {
    background-color: #e9ecef87;
}

/*------------------------- START  HOME CSS ---------------------------------------------------*/

body {
    font-family: BlinkMacSystemFont, "Segoe UI";
}

@media only screen and (max-width: 449px) {
    .mobile-nav .amado-navbar-brand {
        display: none;
    }

    #searchMobileNav {
        min-width: 230px;
    }

    .mobile-nav .input-container {
        margin-left: 3%;
    }
}

.main-content-wrapper .header-area .cart-fav-search a {
    font-size: 19px;
}

.mobile-nav {
    padding-left: 5px;
}

.main-content-wrapper .header-area .logo {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 75%;
}

.main-content-wrapper .header-area {
    padding: 50px 30px;
    position: fixed;
    /* fix the sidebar so the products content scrolle*/
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .main-content-wrapper .header-area {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .shop_sidebar_area {
        /*display:flex;*/
        order: -1;
        display: none;
    }
}

/*ajust margin left because the sidebar is fixed*/
.main-content-wrapper .products-catagories-area {
    margin-left: 320px;
}

/* Recustomize responsive designe for shop page  products */

@media (min-width: 891px)and (max-width: 991px) {
    .main-content-wrapper .products-catagories-area {
        margin-left: 280px;
    }
}

@media (min-width: 768px)and (max-width: 890px) {
    .main-content-wrapper .products-catagories-area {
        margin-left: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .products-catagories-area {
        margin-left: 0%;
    }
}


.catagories-menu-small {
    margin-left: 42px;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    height: 280px;
}

@media only screen and (max-width: 767px) {
    .catagories-menu-small {
        overflow-y: hidden;
        height: auto;
    }
}

.main-content-wrapper .header-area .cart-fav-search .catagories-menu-small a {
    font-size: 15px;
    /*color: firebrick;*/
    color: #fbb710;
}

.search-wrapper {
    padding-top: 40px;
    height: 85px;
}

.search-wrapper-on .main-content-wrapper {
    margin-top: 50px;
}

.search-wrapper .search-close {
    margin-top: 45px;
}

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-right: 10px;
}

/* Style the form icons */
.icon {
    padding: 13px;
    background: #fbb710;
    color: white;
    min-width: 50px;
    text-align: center;
}

#searchMobileNav,
#searchHeader {
    height: auto;
    border: none;
    border-radius: 0;
    background-color: #f5f7fa;
    padding: 10px;
    color: #6b6b6b;
    font-size: 16px;
}

.ui-autocomplete {
    width: 60%;
}

.modal {
    z-index: 5000;
}

.modal-backdrop {
    position: unset;
}

#progressionModal .modal-content {
    border-radius: 0px;
}

#progressionModal {
    padding-top: 80px;
}

#progressionForm #code {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

#progressionForm #QRpreviewProg {
    width: 100%;
    height: 200px;
    margin: 0px auto;
}

.progress {
    font-size: 13px;
}

.progress-bar {
    color: #495057;
}

.nav-close .fa {
    line-height: 2.3;
    font-size: 16px;
}

.page-header {
    text-align: center;
    margin: 5px 0 20px;
    border-bottom: 1px solid #eee;
}

.single-products-catagory {
    height: 400px;
}

@media only screen and (max-width: 767px) {
    .single-products-catagory .hover-content {
        left: 20px;
    }
}

.single-products-catagory:hover .hover-content p,
.single-products-catagory .hover-content h4,
.single-products-catagory .hover-content p {
    color: #f5f7fa;
}

.single-products-catagory a::after {
    opacity: 0.35;
    visibility: visible;
}

.single-products-catagory .hover-content h4 {
    text-transform: uppercase;
}


@media only screen and (max-width: 767px) {
    .single-products-catagory {
        width: 50%;
    }
}

.total-products .fa {
    margin-top: 10px;
}

.section-padding-60 {
    padding-top: 60px;
    padding-bottom: 20px;
}

.section-padding-25 {
    padding-top: 25px;
    padding-bottom: 15px;
}

.section-padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(102, 102, 102);
    z-index: 30001;
    opacity: 0.7;
}

#divLoading img {
    position: absolute;
    color: White;
    top: 50%;
    left: 45%;
}

/*-------------------------- END  HOME CSS ---------------------------------------------------*/


/*----------------------- START SHOP PAGE CSS ---------------------------------------------------*/
.main-content-wrapper .amado_product_area {
    order: 0;
    padding-top: 50px;
    margin-left: 320px;
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .amado_product_area {
        order: 0;
        padding-top: 5px;
    }
}

/* Recustomize responsive designe for shop page  products */
@media (min-width: 1617px) {
    .main-content-wrapper .amado_product_area {

             -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);

    }
}

@media (min-width: 1296px) and (max-width: 1616px) {
    .main-content-wrapper .amado_product_area {
        /* flex: 0 0 calc(95%);
        max-width: 78%;
        margin-left: 22%; */
            -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    }
}

@media (min-width: 1159px) and (max-width: 1296px) {
    .main-content-wrapper .amado_product_area {
        /* flex: 0 0 calc(95%);
        max-width: 78%;
        margin-left: 22%; */
             -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    }
}

@media (min-width: 1083px) and (max-width: 1159px) {
    .main-content-wrapper .amado_product_area {
        /* flex: 0 0 calc(95%);
        max-width: 75%;
        margin-left: 25%; */
             -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    }
}

@media (min-width: 992px)and (max-width: 1083px) {
    .main-content-wrapper .amado_product_area {
        /* flex: 0 0 calc(95%);
        max-width: 67%;
        margin-left: 33%; */
             -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    }
}

@media (min-width: 891px)and (max-width: 991px) {
    .main-content-wrapper .amado_product_area {
        /* flex: 0 0 calc(95%);
        max-width: 68%;
        margin-left: 32%; */
             -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    }
}

@media (min-width: 767px)and (max-width: 890px) {
    .main-content-wrapper .amado_product_area {
        /* flex: 0 0 calc(95%);
        max-width: 62%;
        margin-left: 38%; */
             -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    }
}
@media only screen and (max-width: 767px) {
    .main-content-wrapper .amado_product_area {
        margin-left: 0;
    }
}

.amado_product_area .single-product-wrapper .product-img {
    width: 100%;
    height: 450px;
}

.single-product-wrapper .product-description .product-meta-data .product-price {
    font-size: 21px;
}



@media (min-width: 1296px) and (max-width: 1616px) {
    .amado_product_area .single-product-wrapper {
        margin-bottom: 25px;
    }

    .amado_product_area .single-product-wrapper .product-img {
        height: 400px;
    }

    .amado_product_area .single-product-wrapper h5 {
        font-size: 22px;
    }

    .amado_product_area .single-product-wrapper .product-meta-data .product-price {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1295px) {
    .amado_product_area .single-product-wrapper {
        margin-bottom: 25px;
    }

    .amado_product_area .single-product-wrapper .product-img {
        height: 300px;
    }

    .amado_product_area .single-product-wrapper h5 {
        font-size: 17px;
    }

    .amado_product_area .single-product-wrapper .product-meta-data .product-price {
        font-size: 18px;
    }
}

@media (min-width: 450px) and (max-width: 767px) {
    .amado_product_area .single-product-wrapper {
        margin-bottom: 20px;
    }

    .amado_product_area .single-product-wrapper .product-img {
        height: 450px;
    }

    .amado_product_area .single-product-wrapper h5 {
        font-size: 18px;
    }

    .amado_product_area .single-product-wrapper .product-meta-data .product-price {
        font-size: 16px;
    }
}

@media only screen and (max-width: 449px) {
    .amado_product_area .single-product-wrapper {
        margin-bottom: 20px;
    }

    .amado_product_area .single-product-wrapper .product-img {
        height: 200px;
    }

    .amado_product_area .single-product-wrapper h5 {
        font-size: 14px;
    }

    .amado_product_area .single-product-wrapper .product-meta-data .product-price {
        font-size: 15px;
    }
}

.single-product-wrapper .product-description .cart a {
    font-size: 15px;
}

/*--------------------------- END SHOP PAGE CSS ---------------------------------------------------*/


/*---------------------------- START  PRODUCT DETAILS  CSS -------------------------------------------*/
.mfp-content {
    margin-bottom: 100%;
}

/*ajust margin left because the sidebar is fixed*/
.main-content-wrapper .single-product-area {
    margin-left: 320px;
}

.main-content-wrapper .single-product-area .breadcrumb {
    background-color: #e9ecef87;
}



/* Recustomize responsive designe for shop page  products */

@media (min-width: 891px)and (max-width: 991px) {
    .main-content-wrapper .single-product-area {
        margin-left: 280px;
    }
}

@media (min-width: 768px)and (max-width: 890px) {
    .main-content-wrapper .single-product-area {
        margin-left: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .single-product-area {
        margin-left: 0%;
        padding-top: 5px;
    }
}

.main-content-wrapper .single-product-area .single_product_thumb {
    margin-bottom: 100px;
}

.product-price {
    line-height: 1;
    color: #fbb710;
    font-size: 20px;
    margin-bottom: 15px;
}


.main-content-wrapper .single-product-area .single_product_desc .product-meta-data .product-price {
    font-size: 18px;
}

#product_details_slider .carousel-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 85%;
    height: 600px;
    cursor: pointer;
    margin: 0 auto;
}

#product_details_slider video {
    width: 100%;
    height: 105%;
    border: none;
    background-color: black;
}

.main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators li {
    background-repeat: no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 5%;
    min-width: 10%;
    height: 50px;
    background-position: center center;
    background-size: cover;
    border: 2px solid transparent;
    cursor: pointer;
}

.main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators {
    bottom: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators {
        bottom: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators {
        bottom: -80px;
    }
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .single-product-area .single_product_thumb .carousel-indicators {
        bottom: -80px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    #product_details_slider .carousel-item {
        height: 400px;
        /*width: 80%;*/
        margin: 0 auto;
    }

    .single-product-area .product-meta-data h3 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #product_details_slider .carousel-item {
        height: 400px;
        /*width: 80%;*/
        margin: 0 auto;
    }

    .single-product-area .product-meta-data h3 {
        font-size: 22px;
    }
}

@media (min-width: 450px) and (max-width: 767px) {
    #product_details_slider .carousel-item {
        height: 400px;
        /*width: 80%;*/
        margin: 0 auto;
    }

    .single-product-area .product-meta-data h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 449px) {
    #product_details_slider .carousel-item {
        height: 260px;
        /*width: 80%;*/
        margin: 0 auto;
    }

    .single-product-area .product-meta-data h3 {
        font-size: 18px;
    }
}

.main-content-wrapper .single-product-area .single_product_desc .cart .amado-btn {
    width: 80px;
    height: 40px;
    margin-left: 15%;
    line-height: 40px;
}

.attributeValuesRadioGroup {
    text-align: center;
}

.attributeValuesRadioGroup label {
    display: inline-block;
    text-align: center;
    margin: 0 0.2em;
    margin-bottom: 0.8em;
}

.attributeValuesRadioGroup label input[type="radio"] {
    display: block;
    margin: 0.5em auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.L input[type=radio] {
    transform: scale(1);
}

.XL input[type=radio] {
    transform: scale(1.25);
}

.XXL input[type=radio] {
    transform: scale(1.5);
}

.largeCheckBox {
    vertical-align: unset;
}

.largeCheckBox label {
    line-height: 2em;
}

.largeCheckBox input[type=radio] {
    width: 23px;
    height: 23px;
    margin-left: -25px;
}

.largeCheckBox input[type=checkbox] {
    width: 23px;
    height: 23px;
    margin-left: -25px;
}

.supplement-table .largeCheckBox input {
    vertical-align: middle;
    margin-left: 0;
}

.supplement-table .largeCheckBox label {
    margin-bottom: 0.2em;
}

.supplement-table td {
    padding: .5em;
    border-top: none;
    vertical-align: middle;
}

.supplement-table .supplement_product_img {
    width: 20%;
}

.supplement-table .supplement_price {
    white-space: nowrap;
    font-size: 1.2em;
}

/*---------------------------- END  PRODUCT DETAILS  CSS -------------------------------------------*/

/*--------------------------------- START CART PAGE CSS-----------------------------------------*/
/*ajust margin left because the sidebar is fixed*/
.main-content-wrapper .cart-table-area {
    margin-left: 320px;
}

/* Recustomize responsive designe for shop page  products */

@media (min-width: 891px)and (max-width: 991px) {
    .main-content-wrapper .cart-table-area {
        margin-left: 280px;
    }
}

@media (min-width: 768px)and (max-width: 890px) {
    .main-content-wrapper .cart-table-area {
        margin-left: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .cart-table-area {
        margin-left: 0%;
    }
}

.custom-qty {
    text-align: center;
}

.custom-qty .custom-qty-input {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    padding: 0 2px;
    min-width: 28px;
    text-align: center;
}

.custom-qty .plus,
.supplement-plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: black;
    width: 20px;
    height: 20px;
    font: 21px/1 Arial, sans-serif;
    text-align: center;
    /*border-radius: 50%;*/
    line-height: -0.2;
    background-color: #e7e9eb;
}

.custom-qty .minus,
.custom-qty .supplement-minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: black;
    width: 20px;
    height: 20px;
    font: 21px/1 Arial, sans-serif;
    text-align: center;
    /*border-radius: 50%;*/
    background-clip: padding-box;
    line-height: 0.85;
    background-color: #e7e9eb;
}

.custom-qty .minus:hover,
.custom-qty .supplement-minus:hover {
    background-color: #717fe0 !important;
}

.custom-qty .plus:hover,
.custom-qty .supplement-plus:hover {
    background-color: #717fe0 !important;
}

/*Prevent text selection*/
.custom-qty span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.custom-qty input {
    border: 0;
    width: 2%;
}

.custom-qty input::-webkit-outer-spin-button,
.custom-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-qty input:disabled {
    background-color: white;
}

.main-content-wrapper .cart-table-area .cart-summary {
    margin-top: 95px;
}

@media screen and (max-width: 991px) {
    .main-content-wrapper .cart-table-area .cart-summary {
        margin-top: 20px;
    }
}

.cart-btn {
    margin-top: 100px;
}

@media screen and (max-width: 991px) {
    .cart-btn {
        margin-top: 20px;
    }
}

.main-content-wrapper .cart-table-area table thead tr th {
    font-size: 16px;
    flex: 0 0 20%;
}

.main-content-wrapper .cart-table-area table tbody tr td {
    font-size: 18px;
    flex: 0 0 20%;
}


.main-content-wrapper .cart-table-area .cart-summary .summary-table li span {
    font-size: 20px;
}

.main-content-wrapper .cart-table-area .delete {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper .cart-table-area table tbody tr td h5 {
        font-size: 14px;
    }

    .main-content-wrapper .cart-table-area table tbody tr td {
        font-size: 14px;
    }

    .main-content-wrapper .cart-table-area .delete {
        font-size: 20px;
    }

    .main-content-wrapper .cart-table-area .commentSubOrdere {
        margin-bottom: 10px;
    }

    .main-content-wrapper .cart-table-area .deleteSubOrdere {
        margin-right: 10px;
    }

}

.cart-table tbody {
    overflow-y: auto;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label::before {
    cursor: pointer;
}

.custom-control-label::after {
    cursor: pointer;
}

.cart-summary #comment {
    border: 1px solid #ced4da;
}

.supplement td {
    padding-top: 0;
}

.supplement td i {
    font-size: 13px;
    margin-left: 5%;
}

.tableDiv {
    /*    width: 60%;*/
    margin: 0 auto;
}

.tableDiv select {
    min-width: 170px;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url(../img/select-bg.svg) no-repeat right .75rem center/8px 10px;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.tableDiv input {
    height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
    background-color: #ffffff;
    padding: .375rem 1.75rem .375rem .75rem;
    color: #495057;
    border-radius: 0;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}

.tableDiv input:focus {
    box-shadow: none;
}

.cart-btn {
    margin-top: 20px;
}

.placeDiv {
    /*width: 150px;*/
    margin: 0 auto;
    margin-left: 10%;
}

#QRpreview {
    width: 100%;
    height: 200px;
    margin: 0px auto;
}

/*--------------------------------- END  CART PAGE CSS-----------------------------------------*/


.notAvailableCtg a::after {
    opacity: 0.7;
    visibility: visible;
    background-image: url("../img/core-img/non-dipo2.png");
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0%;
    top: 0%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .notAvailableCtg a::after {
        background-size: contain;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .notAvailableCtg a::after {
        background-size: contain;
    }
}

@media only screen and (max-width: 767px) {
    .notAvailableCtg a::after {
        background-size: contain;
    }
}

.notAvailableObj #first::after {
    background-image: url("../img/core-img/non-dipo2.png");
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 45%;
    top: 34%;
    left: 0;
    content: '';
    background-color: rgba(60, 60, 60, 0.7);
    z-index: 1;
    opacity: 0.7;
    visibility: visible;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .notAvailableObj #first::after {
        background-size: contain;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .notAvailableObj #first::after {
        background-size: contain;
    }
}

@media only screen and (max-width: 767px) {
    .notAvailableObj #first::after {
        background-size: contain;
    }
}

/* footer */
footer {
    padding: 2em 0;
    margin: 2em 0;
    border-top: 1px solid #ddd;
    color: #999;
    text-align: center;
}