﻿@font-face {
    font-family: "Proxima Nova";
    src: url('fonts/ProximaNova-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BebasNeue Bold";
    src: url('fonts/BebasNeue Bold.otf');
    font-weight: normal;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
a,
button {
    font-family: "Proxima Nova", "Segoe UI", Arial, sans-serif !important;
    font-size: 0.8em;
    overflow: hidden;
}

.btn {
    font-size: 130%;
}

.subscription-modal h3,
.subscription-modal .btn {
    font-size: inherit;
}

.font-2em {
    font-size: 2em !important;
}

select {
    background-color: white;
}

input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid;
    box-shadow: none;
}

.swal2-modal h2 {
    line-height: 30px;
}

.desktop {
    /*display: inline-block;*/
}

.desktop-block {
    display: block;
}

.mobile, .mobile-block {
    display: none;
}
/* START: Customer App CSS (Emerge Cart cc) */
.qtyInstockColor {
    color: #39B54A;
}

.full-width {
    width: 100%;
}

.font-17, .form-group label:not(.error).font-17 {
    font-size: 17px;
    line-height: 17px;
}

.font-30 {
    font-size: 30px;
}

.customerapp {
}

    .customerapp .bg-login {
    }

        .customerapp .bg-login .wrap-bg-image {
            position: fixed;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            width: 65%;
        }

    .customerapp .main-form {
    }

        .customerapp .main-form .wrap-login-form {
            padding: 5% 30px 5% 30px;
            position: fixed;
            background-color: white;
            right: 0;
            top: 0;
            bottom: 0;
            width: 35%;
        }

        .customerapp .main-form .company-name {
            padding: 30px 0px;
            font-family: "BebasNeue Bold";
            font-size: 4em;
            min-height: 56px;
            word-wrap: break-word;
        }

        .customerapp .main-form form .login-field {
        }

        .customerapp .main-form form.login-form {
        }

            .customerapp .main-form form.login-form .signin-button {
                padding-left: 45px;
                padding-right: 45px;
            }

            .customerapp .main-form form.login-form .login-field {
            }

                .customerapp .main-form form.login-form .login-field > label {
                    color: #48B5E4;
                    font-size: 16px;
                    line-height: 16px;
                    padding-bottom: 5px;
                }

            .customerapp .main-form form.login-form.forgotPassword .login-field > label {
                line-height: 1.4em;
            }

            .customerapp .main-form form.login-form .login-field > input {
                border-bottom: 3px solid #ccc;
                border-top: none;
                border-left: none;
                border-right: none;
                display: block;
                width: 100%;
                padding: 10px 0px 5px;
                box-shadow: none !important;
                font-size: 14px;
            }

                .customerapp .main-form form.login-form .login-field > input:focus {
                    -webkit-transition: all ease 1s;
                    -moz-transition: all ease 1s;
                    transition: all ease 1s;
                    border-bottom-color: #48B5E4;
                }

        .customerapp .main-form .forgot-password {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px;
        }

            .customerapp .main-form .forgot-password a {
                border-bottom: 1px inset #27326F;
                color: #27326F;
                text-align: left;
            }
.text-gray {
    color: #626262;
    font-weight: 100 !important;
}

/* END: Customer App CSS (Emerge Cart cc) */

/*START Customer App Index Page (Product Listing + Modal..)*/



.menu-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .menu-body .left-menu-body {
        width: 20%;
        height: calc(100% - 60px);
        float: left;
    }

.header-bar .company-name {
    height: 60px;
    background-color: white;
    border-bottom: 1px inset #fafafa;
}

    .header-bar .company-name .bars-icon {
        font-size: 25px;
        color: #48b5e4;
    }

    .header-bar .company-name span.h3 {
        margin: 0px;
        color: #272b35;
        text-align: left;
        display: block;
        height: 100%;
        vertical-align: middle;
        padding: 12px 15px 6px 15px;
        font-family: "BebasNeue Bold";
        font-size: 3em;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.menu-body .left-menu-body .menu-list {
    height: calc(100% - 60px);
    background-color: #46464B;
}

    .menu-body .left-menu-body .menu-list ul {
        list-style-type: none;
        display: block;
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
    }

        .menu-body .left-menu-body .menu-list ul li {
            padding: 15px 0px;
            font-size: 1.3em;
            cursor: pointer;
        }

            .menu-body .left-menu-body .menu-list ul li a {
                color: #ddd;
                font-size: 0.9em;
            }

            .menu-body .left-menu-body .menu-list ul li:hover,
            .menu-body .left-menu-body .menu-list ul li.active a {
                color: #48B5E4;
            }

            .menu-body .left-menu-body .menu-list ul li .total-items,
            .header-bar .company-name .bars-icon ul.dropdown-menu li .total-items,
            .total-items {
                border-radius: 50%;
                background-color: #11CFBD;
                font-weight: bold;
                display: inline-block;
                vertical-align: middle;
                color: white;
                height: 25px;
                width: 25px;
                line-height: 26px;
                text-align: center;
            }

    .menu-body .left-menu-body .menu-list .scrollPortion {
        height: 50%;
        max-height: 50%;
        -moz-transition: height 0.5s ease;
        -webkit-transition: height 0.5s ease;
        -o-transition: height 0.5s ease;
        transition: height 0.5s ease;
    }

        .menu-body .left-menu-body .menu-list .scrollPortion.maxHeight {
            height: 100%;
            max-height: 100%;
        }

        .menu-body .left-menu-body .menu-list .scrollPortion.isClosing {
            height: 55px;
            transition-delay: 0.2s;
        }

        .menu-body .left-menu-body .menu-list .scrollPortion .scrollHeader {
            background-color: #323237;
            color: white;
            padding: 0px 15px;
            position: relative;
            z-index: 1;
        }

            .menu-body .left-menu-body .menu-list .scrollPortion .scrollHeader .expandFilterIcon {
                position: absolute;
                right: 0px;
                top: 10px;
            }

            .menu-body .left-menu-body .menu-list .scrollPortion .scrollHeader .inputSearch {
                position: absolute;
                color: #ccc;
                padding-top: 8px;
            }

            .menu-body .left-menu-body .menu-list .scrollPortion .scrollHeader .clearSearch {
                position: absolute;
                color: #f55753;
                padding-top: 8px;
                right: 0px;
                top: 0px;
                cursor: pointer;
            }

            .menu-body .left-menu-body .menu-list .scrollPortion .scrollHeader input[type=text] {
                color: white;
                background-color: transparent;
                border-radius: 0px;
                border-bottom: none;
                width: 100%;
                padding-left: 25px;
                padding-right: 25px;
            }

        .menu-body .left-menu-body .menu-list .scrollPortion .scrollContent {
            overflow-y: visible;
            overflow-x: hidden;
            height: 70%;
            padding: 0px 15px;
        }

            .menu-body .left-menu-body .menu-list .scrollPortion .scrollContent::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 10px;
                background-color: transparent;
            }

            .menu-body .left-menu-body .menu-list .scrollPortion .scrollContent::-webkit-scrollbar {
                width: 8px;
                background-color: transparent;
            }

            .menu-body .left-menu-body .menu-list .scrollPortion .scrollContent::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                background-color: #ccc;
            }

        .menu-body .left-menu-body .menu-list .scrollPortion.isClosing .scrollContent {
            height: 0%;
            overflow: hidden;
            -moz-transition: height 0.5s ease;
            -webkit-transition: height 0.5s ease;
            -o-transition: height 0.5s ease;
            transition: height 0.5s ease;
        }

    .menu-body .left-menu-body .menu-list ul li i {
        width: 24px;
        color: white;
    }

.menu-body .left-menu-body .menu-logout {
    background-color: #272b35;
    position: relative;
    z-index: 1;
}

    .menu-body .left-menu-body .menu-logout a {
        font-size: 16px;
        color: #ddd;
        line-height: 60px;
        text-align: right;
        display: block;
        cursor: pointer;
        padding-right: 30px;
    }

.menu-body .right-menu-body {
    width: 80%;
    height: calc(100% - 60px);
    float: left;
}

    .menu-body .right-menu-body .menu-header {
        padding: 15px;
        border-top: 5px solid #E6E6E6;
        border-bottom: 1px solid #ddd;
    }

        .menu-body .right-menu-body .menu-header span.h4 {
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            padding: 15px 0px;
        }

    /* Set height 99% to show scroll bar when body too large */
    .menu-body .right-menu-body .main-view {
        border-top: none;
        height: calc(99% - 60px); 
        background-color: #fff;
        padding: 20px;
        font-size: 1.4em;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .menu-body .right-menu-body .main-view.productList {
            background-color: #E6E6E6;
        }


        /*START - CSS FOR PRODUCT LISTING*/
        .menu-body .right-menu-body .main-view .item-list {
            width: 48%;
            display: inline-block;
            padding: 15px;
            border-radius: 5px;
            background-color: white;
            border: 1px solid #c5c5c5;
            -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
            -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
            box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
            vertical-align: top;
            /*min-height: 182px;*/
            min-height: 152px;
        }

            .menu-body .right-menu-body .main-view .item-list:nth-child(odd) {
                margin: 0 1% 2% 0;
            }

            .menu-body .right-menu-body .main-view .item-list:nth-child(even) {
                margin: 0 0 2% 1%;
            }

            .menu-body .right-menu-body .main-view .item-list .product-image {
                width: 30%;
                float: left;
                min-height: 120px;
                background-image: url('../../../assets/img/mobile/no-image.png');
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                cursor: pointer;
            }

.slider .slide .productImage {
    min-height: 390px;
    background-image: url('../../../assets/img/mobile/no-image.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-body .right-menu-body .main-view .item-list .product-basic-detail {
    width: 70%;
    float: left;
    padding-left: 15px;
}

    .menu-body .right-menu-body .main-view .item-list .product-basic-detail .left-productDetail {
        width: 100%;
        padding-bottom: 15px;
    }

        .menu-body .right-menu-body .main-view .item-list .product-basic-detail .left-productDetail span {
            font-weight: 700;
        }

            .menu-body .right-menu-body .main-view .item-list .product-basic-detail .left-productDetail span.itemName {
                font-size: 18px;
                padding-bottom: 5px;
                word-wrap: break-word;
            }

            .menu-body .right-menu-body .main-view .item-list .product-basic-detail .left-productDetail span.itemRangePrice {
                font-size: 1em;
                color: #48B5E4;
            }

    .menu-body .right-menu-body .main-view .item-list .product-basic-detail .right-productDetail {
        width: 100%;
        text-align: left;
    }

.right-productDetail .combo-editQty-btn {
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}

.right-productDetail ul.combo-editQty-btn li:first-child {
}

.right-productDetail ul.combo-editQty-btn li:last-child {
}

.right-productDetail ul.combo-editQty-btn li {
    display: inline-block;
    border: 1px solid #48B5E4;
    height: 30px;
    padding: 0;
    margin: 0;
    line-height: 30px !important;
    vertical-align: middle;
    float: left;
}

    .right-productDetail ul.combo-editQty-btn li i {
        cursor: pointer;
        color: #48B5E4;
    }

.right-productDetail .combo-editQty-btn .minus {
    width: 18%;
    min-width: 30px;
    text-align: center;
}

.right-productDetail .combo-editQty-btn .qty {
    text-align: center;
    width: 32%;
}

.right-productDetail .combo-editQty-btn li.qty > input {
    width: 100%;
    line-height: 100% !important;
    border: none;
    background: transparent;
    text-align: center;
    padding-bottom: 5px;
    vertical-align: middle;
}

.right-productDetail .combo-editQty-btn .plus {
    min-width: 30px;
    text-align: center;
    width: 18%;
}

.right-productDetail .combo-editQty-btn .addToCartBtn {
    width: 30%;
    background-color: #48B5E4;
    font-size: 0.8em;
}

    .right-productDetail .combo-editQty-btn .addToCartBtn .packageIcon {
        color: white;
        position: relative;
        /*padding-left: 22px;*/
    }
    /* An icon on the left of "Add" button */
    /*.right-productDetail .combo-editQty-btn .addToCartBtn .packageIcon::before {
            content: '';
            background: url('../../img/mobile/package.png');
            height: 16px;
            width: 14px;
            display: inline-block;
            background-size: cover;
            position: absolute;
            top: 5px;
            left: 10%;
        }*/

    .right-productDetail .combo-editQty-btn .addToCartBtn span {
        font-size: 1em;
    }

    .right-productDetail .combo-editQty-btn .addToCartBtn > button {
        background-color: transparent;
        font-weight: bold;
        border: none;
        box-shadow: none;
        color: white;
        padding: 0px;
    }

.right-productDetail .combo-editQty-btn .description {
    display: block;
    text-align: left;
    font-size: 0.57em;
    border: none;
}

.right-productDetail .btnLink {
    padding: 5px 8px;
    font-size: 1em;
}
/*END - CSS FOR PRODUCT LISTING*/



/*START - CSS FOR PRODUCT DETAIL*/
.menu-body .right-menu-body .main-view .left-imageSlider,
.menu-body .right-menu-body .main-view .right-productDetail {
    min-height: 1px;
    float: left;
}

.menu-body .right-menu-body .main-view .left-imageSlider {
    width: 48%;
}

.left-imageSlider .slick-list .slick-track {
    margin: unset;
}

.menu-body .right-menu-body .main-view .right-productDetail {
    width: 52%;
}

.menu-body .right-menu-body .left-title,
.menu-body .right-menu-body .right-search {
    width: 48%;
    display: inline-block;
}

.menu-body .right-menu-body .left-title {
}

    .menu-body .right-menu-body .left-title span.title {
        font-size: 140%;
    }

        .menu-body .right-menu-body .left-title span.title.product-listing-title {
            position: absolute;
            bottom: 30%;
        }

.menu-body .right-menu-body .right-search {
}

.prdListingSearch {
    position: relative;
}

    .prdListingSearch i {
        position: absolute;
        top: 10px;
        font-size: 16px;
    }

    .prdListingSearch input {
        padding-left: 25px !important;
        border-radius: 0px;
        font-size: 16px;
        height: 100%;
    }

ul.right-top-menu-ecart {
    margin: 0;
    padding: 15px 15px 0px 0px;
    font-size: 18px;
}

    ul.right-top-menu-ecart li {
        list-style-type: none;
        display: inline-block;
        padding: 0 10px 0 30px;
        color: black;
    }

        ul.right-top-menu-ecart li.change-language a {
            position: absolute;
            top: 12px;
            left: 8px;
        }

        ul.right-top-menu-ecart li.change-language:hover a svg {
            fill: #48b0f7;
        }

        ul.right-top-menu-ecart li a {
            font-size: 16px;
        }

        ul.right-top-menu-ecart li.change-language a:hover svg,
        ul.right-top-menu-ecart li.change-language a:active svg,
        ul.right-top-menu-ecart li.change-language a:focus svg {
            fill: #48b0f7;
        }

.menu-body .right-menu-body .menu-header .search-field {
}

    .menu-body .right-menu-body .menu-header .search-field .wrap-search-icon {
        display: inline;
        width: 10%;
        height: 100%;
    }

        .menu-body .right-menu-body .menu-header .search-field .wrap-search-icon button {
            padding: 1px 10px;
        }

            .menu-body .right-menu-body .menu-header .search-field .wrap-search-icon button i {
                color: white;
            }

    .menu-body .right-menu-body .menu-header .search-field .wrap-remove-icon {
        width: 10%;
        float: right;
        padding: 7px 0;
    }

    .menu-body .right-menu-body .menu-header .search-field i {
        color: #48B5E4;
        font-size: 19px;
        vertical-align: middle;
    }

        .menu-body .right-menu-body .menu-header .search-field i.text-danger {
            font-size: 19px;
        }

    .menu-body .right-menu-body .menu-header .search-field input {
        border: none;
        display: inline;
        height: 100%;
        width: 80%;
        padding-left: 5px;
        font-size: 16px !important;
        -webkit-transition: width 2s; /* Safari */
        transition: width 2s;
        border-radius: 0px;
    }

        .menu-body .right-menu-body .menu-header .search-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            padding-top: 8px;
        }

.customSearchField {
}

    .customSearchField ul {
        margin: 0;
        padding: 0;
        display: flex;
        width: 100%;
    }

        .customSearchField ul li {
            list-style-type: none;
            display: block;
            padding: 0px;
            margin: 0px;
        }

            .customSearchField ul li.searchTexBox {
                width: 100%;
                border-bottom: 1px solid #ccc;
            }

            .customSearchField ul li.searchBtn {
                width: 20%;
            }

                .customSearchField ul li.searchBtn button {
                    padding: 7px 15px;
                    border-radius: 2px;
                    font-size: 16px;
                    height: 100%;
                }

.quantity-form {
    margin: 15px auto 0px;
    display: block;
}

    .quantity-form div {
        float: left;
        text-align: center;
    }

    .quantity-form .left {
        width: 15%;
    }

    .quantity-form .center {
        width: 70%;
    }

    .quantity-form .right {
        width: 15%;
    }

.small-quantity-form {
    width: 100%;
    display: block;
    text-align: center;
}

    .small-quantity-form > div {
        display: inline-block;
        text-align: center;
    }

    .small-quantity-form .left {
        width: 20%;
        vertical-align: top;
        padding-top: 5px;
    }

    .small-quantity-form .center {
        width: 50%;
    }

    .small-quantity-form .right {
        width: 20%;
        vertical-align: top;
        padding-top: 5px;
    }

/*START - CSS FOR PRODUCT DETAILS SUGGESTION*/
.main-view #suggestedProducts.wrapperMainView .item-list {
    width: 48%;
    display: inline-block;
    padding: 15px;
    border-radius: 5px;
    background-color: white;
    border: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    vertical-align: top;
    /*min-height: 182px;*/
    min-height: 152px;
}
.main-view #suggestedProducts .item-list .product-basic-detail .left-productDetail {
    width: 100%;
    padding-bottom: 5px;
}


.main-view #suggestedProducts.wrapperMainView .item-list .product-basic-detail {
    width: 70%;
    float: left;
    padding-left: 15px;
}
@media only screen and (min-width: 200px) and (max-width: 767px)  {
    .main-view #suggestedProducts.wrapperMainView .item-list {
        width: 86%;
        padding: 5px;
        margin-top: 10px;
    }
    .main-view #suggestedProducts.wrapperMainView .item-list .product-basic-detail {
        margin-top: 10px;
    }
   
    .main-view #suggestedProducts.wrapperMainView .item-list:nth-child(even), 
    .main-view #suggestedProducts.wrapperMainView .item-list:nth-child(odd) { 
        margin: 1% 3% 3% 7% !important;
    }
   
}
.main-view #suggestedProducts.wrapperMainView .item-list:nth-child(even) {
    margin: 0 0% 1% 1%;
}
    
.main-view #suggestedProducts.wrapperMainView .item-list:nth-child(odd) {
    margin: 0 0 1% 1%;
 }
/*END - CSS FOR PRODUCT DETAILS SUGGESTION*/
/*END - CSS FOR PRODUCT DETAIL*/


/*START - CSS FOR IMAGE SLIDE SHOW*/


.slider {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 300px;
    width: 300px;
}

.slider-wrapper .paging {
}

    .slider-wrapper .paging ul {
        margin: 0 auto;
        display: block;
        list-style-type: none;
        padding: 15px 0px;
        text-align: center;
    }

        .slider-wrapper .paging ul li {
            padding: 0px 5px;
            display: inline-block;
            background-color: #ccc;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            cursor: pointer;
        }

            .slider-wrapper .paging ul li.active {
                background-color: #48B5E4;
            }

.slider .arrows {
    position: relative;
    width: 100%;
    display: block;
    top: 40%;
}

    .slider .arrows a {
        font-size: 60px;
        position: relative;
        color: #272b35;
    }

        .slider .arrows a.left {
            float: left;
        }

        .slider .arrows a.right {
            float: right;
        }

.slider .slide {
    /*
    top: 0;
    left: 0;*/
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 0px 0px 15px #999;
}

    .slider .slide > img {
        max-width: 100%;
    }

.slide.ng-hide-add,
.slide.ng-hide-remove {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    display: block !important;
}

    .slide.ng-hide-add.ng-hide-add-active,
    .slide.ng-hide-remove {
        opacity: 0;
    }

        .slide.ng-hide-add,
        .slide.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
        }

.center-grey {
    background: #f2f2f2;
}

.productDetailTable tr td {
    padding: 5px 30px 5px 0px;
    font-size: 90%;
}

    .productDetailTable tr td .text-with-break-line {
        line-height: 25px !important;
    }

    .productDetailTable tr td li {
        padding: 5px;
    }

    .select-variant-qty-form .form-group {
        margin: 0;
        padding: 15px 0px;
    }

        .select-variant-qty-form .form-group label,
        .select-variant-qty-form .total-value-form label {
            font-weight: bold;
            text-transform: capitalize;
            color: black;
            font-size: 1.3em;
            line-height: 1.3em;
            margin-bottom: 5px;
        }

    .select-variant-qty-form .item-options {
    }

        .select-variant-qty-form .item-options ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .select-variant-qty-form .item-options ul li {
                padding: 5px 10px;
                border: 1px solid #ccc;
                border-radius: 5px;
                background-color: white;
                display: inline-block;
                margin-right: 5px;
                margin-bottom: 5px;
                cursor: pointer;
                font-size: 1.2em;
            }

                .select-variant-qty-form .item-options ul li.disabled {
                    background-color: #ccc;
                    pointer-events: none;
                }

                .select-variant-qty-form .item-options ul li.selected-item {
                    background-color: #48b5e4;
                    color: white;
                }

                .select-variant-qty-form .item-options ul li:first-child {
                }

                .select-variant-qty-form .item-options ul li:last-child {
                    margin-right: 0px;
                }

    .select-variant-qty-form .total-value-form {
    }

        .select-variant-qty-form .total-value-form .summary {
            background-color: #fafafa;
            border-radius: 5px;
            margin-bottom: 10px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .select-variant-qty-form .total-value-form input {
            display: block;
            border-top: none;
            border-right: none;
            border-left: none;
            border-bottom: 1px solid #ccc;
            font-size: 1.3em;
            padding: 5px;
            width: 100%;
            text-align: center;
            font-weight: bold;
        }

            .select-variant-qty-form .total-value-form input:focus {
                border-bottom-color: #48b5e4;
            }

        .select-variant-qty-form .total-value-form .shopping-cart button {
            width: 100%;
        }

            .select-variant-qty-form .total-value-form .shopping-cart button img {
                margin-right: 5px;
            }
/*END - CSS FOR IMAGE SLIDE SHOW*/

/*START - CSS FOR CHECKOUT DETAIL PAGE*/
input[type="text"] {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #48b5e4;
    padding: 8px 0 5px 0;
    width: 100%;
    text-align: left;
}

.checkout-portion {
    height: 100%;
    width: 100%;
}

    .checkout-portion table.checkoutDetailTable {
        width: 100%;
        font-size: 130%;
    }

        .checkout-portion table.checkoutDetailTable thead tr th {
            text-transform: uppercase;
            font-size: 0.8em;
            color: #ccc;
            border-bottom: 2px solid #ccc;
            padding: 10px;
        }


        .checkout-portion table.checkoutDetailTable tbody tr td {
            font-size: 0.7em;
            vertical-align: top;
            padding: 10px 10px 10px 0px;
            border-bottom: 1px solid #ccc;
        }

        .checkout-portion table.checkoutDetailTable.orderHistoryTbl tbody tr td {
            padding: 15px 15px 15px 0px;
        }

        .checkout-portion table.checkoutDetailTable.orderDetailsTable tbody tr td {
            padding: 10px;
        }
            .checkout-portion table.checkoutDetailTable.orderDetailsTable tbody tr td .label-header {
                font-size: 18px;
                text-transform: uppercase;
                color: #ccc;
                font-weight: bold;
            }
            .checkout-portion table.checkoutDetailTable.orderDetailsTable tbody tr td .additional-charges-row {
                display: flex;
                justify-content: space-between;
            }
                .checkout-portion table.checkoutDetailTable.orderDetailsTable tbody tr td .additional-charges-row.last {
                    border-bottom: 1px solid #ccc;
                }

            .checkout-portion table.checkoutDetailTable tbody tr td .total-qty {
                padding: 0px 10px;
                max-width: 160px;
                min-width: 105px;
            }

        .checkout-portion table.checkoutDetailTable tbody tr td input {
            border-top: none;
            border-left: none;
            border-right: none;
            padding: 8px 0 5px 0;
            width: 100%;
            text-align: center;
        }

        .checkout-portion table.checkoutDetailTable tfoot tr td {
            padding: 20px 0px 15px 15px;
            font-size: 0.7em;
        }

        .checkout-portion table.checkoutDetailTable tfoot tr.totalSalesAmount td {
            background-color: #e4f4fb;
        }

        .checkout-portion table.checkoutDetailTable tfoot tr td .left-portion {
            text-align: left;
            display: block;
            width: 15%;
        }

        .checkout-portion table.checkoutDetailTable tfoot tr td .right-portion {
            text-align: left;
            display: inline-block;
            width: 85%;
        }

        .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges {
        }

            .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges ul {
                margin: 0;
                padding: 0;
                text-align: left;
            }

                .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges ul li {
                    list-style-type: none;
                    width: 100%;
                }

                    .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges ul li .charge-title {
                        width: 68%;
                        font-size: 1.3em;
                        display: inline-block;
                        text-align: left;
                    }

                    .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges ul li.active .charge-title .checkbox label {
                        color: #626262;
                    }

                    .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges ul li.active .charge-content label {
                        color: #10cfbd;
                    }

                    .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges ul li .charge-title .checkbox label,
                    .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges ul li .charge-content label {
                        color: #626262;
                        font-size: 14px;
                        margin-bottom: 0px;
                        white-space: normal;
                    }

                    .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges ul li .charge-title .checkbox.check-info input[type=checkbox]:checked + label:before {
                        border-color: #39B54A;
                    }

                    .checkout-portion table.checkoutDetailTable tfoot tr td .additional-charges ul li .charge-content {
                        width: 30%;
                        display: inline-block;
                        text-align: right;
                    }

        .checkout-portion table.checkoutDetailTable tfoot tr td .charge-divider {
            border-top: 1px solid #ccc;
            margin: 15px 0px;
        }

        .checkout-portion table.checkoutDetailTable tfoot tr td .totalSales,
        .checkout-portion table.checkoutDetailTable tfoot tr td .totalTax {
            text-align: left;
        }

            .checkout-portion table.checkoutDetailTable tfoot tr td .totalSales .total-label,
            .checkout-portion table.checkoutDetailTable tfoot tr td .totalTax .total-label {
                /*width: 25%;
            display: inline-block;*/
            }

            .checkout-portion table.checkoutDetailTable tfoot tr td .totalSales .total-content,
            .checkout-portion table.checkoutDetailTable tfoot tr td .totalTax .total-content {
                /*width: 70%;
            display: inline-block;
            text-align: right;*/
            }

        .checkout-portion table.checkoutDetailTable tfoot tr.totalSalesAmount td span,
        .checkout-portion table.checkoutDetailTable tfoot tr td .totalSales {
            font-size: 130%;
        }

        .checkout-portion table.checkoutDetailTable tfoot tr td.shipping-address {
            vertical-align: bottom;
        }

            .checkout-portion table.checkoutDetailTable tfoot tr td.shipping-address span.title {
                color: #ccc;
                font-size: 1em;
            }

            .checkout-portion table.checkoutDetailTable tfoot tr td.shipping-address .selectize-control .selectize-input.items,
            .checkout-portion table.checkoutDetailTable tfoot tr td select.selectShippingAddress {
                border-top: none;
                border-right: none;
                border-left: none;
                border-bottom: 1px solid #48B5E4;
                border-radius: 0px;
                padding: 5px !important;
                font-size: 1em;
                width: 100%;
            }

            .checkout-portion table.checkoutDetailTable tfoot tr td.shipping-address .selectize-control .selectize-dropdown,
            .checkout-portion table.checkoutDetailTable tfoot tr td.shipping-address .selectize-control .selectize-dropdown a {
                font-size: 1em;
            }

    /*EMD - CSS FOR CHECKOUT DETAIL PAGE*/


    /*START - CSS FOR SUCCESSFUL CHECKOUT PAGE*/
    .checkout-portion .empty-cart {
        padding-top: 5%;
    }

        .checkout-portion .empty-cart .icon {
            margin: 0 auto;
            display: block;
            width: 10%;
        }

        .checkout-portion .empty-cart .wrap-back-button {
            width: auto;
            padding: 15px 15px;
        }

            .checkout-portion .empty-cart .wrap-back-button a {
                font-size: 18px;
                padding: 8px 30px;
            }

        .checkout-portion .empty-cart .success-text {
            display: block;
            font-weight: bold;
            padding: 15px 0 15px 0;
            font-size: 20px;
        }

        .checkout-portion .empty-cart .description-text {
            display: block;
            font-size: 16px;
        }
            .checkout-portion .empty-cart .description-text a {
                font-size: 16px;
            }
        .checkout-portion .empty-cart .description {
            color: #BCBEC0;
            font-weight: bold;
            display: block;
            text-align: center;
        }

/*END - CSS FOR SUCCESSFUL CHECKOUT PAGE*/


/*START - CSS FOR ADD NEW SHIPPING ADDRESS*/

.addNewShippingAddress select {
    border-top: none;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    display: block;
    padding: 15px 5px;
    width: 100%;
}

.addNewShippingAddress label {
    font-weight: bold;
    padding-bottom: 5px;
}

.addNewShippingAddress select:focus {
    border-bottom-color: #48B5E4;
}

.addNewShippingAddress.countryDDL select {
    padding: 2px 0px !important;
}

/*END - CSS FOR ADD NEW SHIPPING ADDRESS*/

/* ========================== Start - New Image Slider In Product Detail Page ========================== */
.wapProductSlideImage {
    height: 350px;
    width: 350px;
}

    .wapProductSlideImage.imageThumbnail {
        height: 100px;
        width: 100px;
    }

    .wapProductSlideImage .productSlideImage {
        min-height: 335px;
        background-image: url('../../../assets/img/mobile/no-image.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .wapProductSlideImage.imageThumbnail .productSlideImage {
        min-height: 100px;
        outline: none;
        border: 2px solid #ccc;
    }

.slickThumbnails .slick-slide {
    outline: none;
}

    .slickThumbnails .slick-slide.slick-current .wapProductSlideImage.imageThumbnail .productSlideImage {
        border: 2px solid #FACE00;
        outline: none;
    }

.customSlickBtn {
    background: none;
    border: none;
    position: absolute;
    top: calc(50% - 30px);
    font-size: 60px;
    z-index: 1;
    opacity: 0.4;
}

    .customSlickBtn:hover {
        opacity: 1;
    }

    .customSlickBtn.slick-disabled {
        opacity: 0;
    }

    .customSlickBtn.slick-left {
        left: -45px;
    }

    .customSlickBtn.slick-right {
        right: -45px;
    }
/* ========================== End - New Image Slider In Product Detail Page ========================== */












/*************START - MOBILE CSS AND REPONSIVE CSS GOES HERE**************/
/*.ecart-mobile .customerapp .main-form .wrap-login-form::before {
    content: ' ';
    background: rgba(0,0,0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.mobile-css img.mobile.loginRandomImg {
    filter: blur(2px);
    -ms-filter: blur(2px);
}

/*Desktop with screen over 13inch*/
@media screen and (min-width: 1366px) {
    .slider {
        height: 400px;
        width: 400px;
    }
}

/*Smaller than screen of iPhone 6S Plus*/
@media screen and (max-width: 414px) {
    .right-productDetail .btnLink {
        font-size: 0.7em;
    }

    .menu-body .right-menu-body .left-title {
        display: none;
    }

    .menu-body .right-menu-body .right-search {
        width: 100%;
        transition: width 1s ease;
    }

    .customSearchField ul li.searchBtn button {
        padding: 5px 12px;
        height: 34px;
        font-size: 16px;
        font-weight: bold;
    }
    /*.customSearchField ul li.searchBtn {
       display: none;
   }*/
    /*.search-focus .customSearchField ul li.searchBtn {
       display: block;
   }*/
    .small-quantity-form .left,
    .small-quantity-form .right {
        width: 18%;
    }

        .small-quantity-form .left img,
        .small-quantity-form .right img {
            width: 16px;
            height: 16px;
        }

        .wapProductSlideImage {
        height: 315px;
        width: 315px;
    }

        .wapProductSlideImage .productSlideImage {
            min-height: 300px;
        }
}

/*Start iPad CSS - For landscape layouts only*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .right-productDetail .btnLink {
        font-size: 0.9em;
    }

    .wapProductSlideImage {
        height: 215px;
        width: 215px;
    }

        .wapProductSlideImage .productSlideImage {
            min-height: 200px;
        }
}

/*Start iOS - which screens are less than iPad*/
/*1. Login page*/
@media screen and (max-width: 1023px) {
    /* For Android CSS */
    .android {
    }

        .android .customerapp .main-form .forgot-password {
            margin-top: 30px;
        }

        .android .customerapp .main-form .company-name {
            padding: 0px 0px 15px 0px;
        }

    .customerapp .main-form .company-name {
        font-size: 3em;
    }

    .menu-body .header-bar .company-name span.h3 {
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mobile-css {
        display: block;
    }

        .mobile-css .desktop, .mobile-css .desktop-block {
            display: none !important;
        }

        .mobile-css .mobile {
            display: inline-block !important;
        }

        .mobile-css .mobile-block {
            display: block !important;
        }

    .backgroundLoadingAnimation {
        padding: 10% 5%;
        z-index: 1;
    }

        .backgroundLoadingAnimation .icon-laptop {
            width: 200px;
        }

        .backgroundLoadingAnimation .processBar {
            padding: 0px 0px 50px 0;
        }

        .backgroundLoadingAnimation .suggest-text {
            font-size: 2em;
        }

    .customerapp .bg-login {
        color: white;
    }

    .customerapp .main-form .wrap-login-form {
        width: 100%;
        background-color: transparent;
        color: white;
    }

    .customerapp .main-form .forgot-password {
        position: unset;
        text-align: center;
        bottom: unset;
        left: unset;
        right: unset;
    }

        .customerapp .main-form .forgot-password > div {
            margin-top: 25px;
        }

        .customerapp .main-form .forgot-password a {
            text-transform: capitalize;
            font-size: 1.2em;
            text-align: center;
        }

        .customerapp a + h1 + label,
        .customerapp .main-form .forgot-password a,
        .customerapp .main-form .wrap-login-form h1.company-name,
        .customerapp .main-form form.login-form .login-field > label {
            color: white;
            border-bottom-color: white;
        }

    .customerapp .bg-login .wrap-bg-image {
        width: 100%;
    }

        .customerapp .bg-login .wrap-bg-image img {
            -webkit-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
        }

    .customerapp .main-form form.login-form .login-field > input {
        border-bottom: 1px solid white;
        background: transparent;
        color: white;
    }

        .customerapp .main-form form.login-form .login-field > input:focus {
            border-bottom: 2px solid #fff;
        }

        .customerapp .main-form form.login-form .login-field > input::-webkit-input-placeholder {
            color: #ccc;
        }

        .customerapp .main-form form.login-form .login-field > input::-moz-placeholder {
            color: #fafafa;
        }

        .customerapp .main-form form.login-form .login-field > input::-webkit-input-placeholder {
            color: #fafafa;
        }

        .customerapp .main-form form.login-form .login-field > input:-ms-input-placeholder {
            color: #fafafa;
        }

        .customerapp .main-form form.login-form .login-field > input:-moz-placeholder {
            color: #ccc;
        }

    .customerapp .main-form form.login-form button[type="submit"].signin-button {
        background-color: #267c9d;
        border-color: #267c9d;
        padding: 15px 0;
        width: 100%;
        font-size: 1.6em;
    }

    .menu-body .left-menu-body {
        display: none;
    }

    .menu-body .right-menu-body {
        width: 100%;
    }

        .menu-body .right-menu-body .main-view .item-list {
            width: 94%;
            padding: 5px;
        }

        .menu-body .right-menu-body .main-view.productList .wrapperMainView {
            padding-top: 3%;
        }

        .menu-body .right-menu-body .main-view .listing-product.item-list:nth-child(odd),
        .menu-body .right-menu-body .main-view .listing-product.item-list:nth-child(even) {
            margin: 0 3% 3% 3%;
        } 

        .menu-body .right-menu-body .menu-header .search-field {
            -webkit-transition: width 2s; /* Safari */
            transition: width 2s;
        }


    .header-bar .company-name .bars-icon {
        display: inline-block;
        right: 15px;
        top: 15px;
    }

        .header-bar .company-name .bars-icon button {
            border: none;
            font-size: 1em;
            color: #48B5E4;
            padding: 0;
        }

        .header-bar .company-name .bars-icon.open button {
            color: #48B5E4;
            background-color: transparent;
        }

            .header-bar .company-name .bars-icon.open button:active,
            .header-bar .company-name .bars-icon.open button:active:hover {
                background-color: transparent;
            }

        .header-bar .company-name .bars-icon ul.dropdown-menu {
            position: fixed;
            top: 60px;
            right: 0;
            left: 0;
            background-color: white;
            -webkit-box-shadow: 0 10px 6px -6px #ccc;
            -moz-box-shadow: 0 10px 6px -6px #ccc;
            box-shadow: 0 10px 6px -6px #ccc;
            border-bottom: 1px solid #ccc;
        }

            .header-bar .company-name .bars-icon ul.dropdown-menu li.divider {
                margin: 0px;
            }

            .header-bar .company-name .bars-icon ul.dropdown-menu li a {
                color: black;
                font-size: 16px;
                padding: 10px 20px;
            }

            .header-bar .company-name .bars-icon ul.dropdown-menu li.active a {
                color: #48B5E4;
            }

            .header-bar .company-name .bars-icon ul.dropdown-menu li i {
                color: #48B5E4;
                position: relative;
                top: 0px;
            }

    /*3. Product Detail Page*/
    .menu-body .right-menu-body .main-view {
        padding: 0px 0px 50px 0px;
    }

        .menu-body .right-menu-body .main-view.hide-border {
            border: none;
        }

    .menu-header button.selectQtyVariantBtn {
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 10px;
        z-index: 2;
    }

    .menu-header .mobile-custom-topheader {
        padding: 0px;
    }

    .menu-header .backBtnHeader {
        height: 60px;
        background-color: #48B5E4;
        padding: 0 15px;
        color: white;
    }

        .menu-header .backBtnHeader .left-header,
        .menu-header .backBtnHeader .right-header {
            width: 50%;
            float: left;
        }

        .menu-header .backBtnHeader .left-header {
        }

        .menu-header .backBtnHeader .right-header {
        }

        .menu-header .backBtnHeader span.left-portion {
            background-color: #27326F;
            border-radius: 50%;
            text-align: center;
            float: right;
            position: relative;
            margin: 0 5px;
            width: 28px;
            height: 28px;
            top: 17px;
            line-height: 28px;
        }

        .menu-header .backBtnHeader span.right-portion {
            float: right;
        }

    .menu-body .right-menu-body .main-view .left-imageSlider {
        width: 100%;
        display: block;
        margin: 0 auto;
        /*overflow: hidden;*/
        /*height: 350px;*/
        padding: 20px 0;
        margin-bottom: 25px;
    }

        .menu-body .right-menu-body .main-view .left-imageSlider .default-product-image {
            width: 100%;
            height: 100%;
        }

    .slider {
        width: 100%;
    }

    .slider-wrapper .paging ul {
        padding: 15px 0px 5px 0px;
    }

    .slider .slide .productImage {
        min-height: 290px;
    }

    .menu-body .right-menu-body .main-view .right-productDetail {
        width: 100%;
    }

    .checkout-portion.mobile {
        padding: 0 15px;
    }

    .checkout-portion .empty-cart {
        padding-top: 15%;
    }

    .checkout-portion.mobile table.checkoutDetailTable {
        width: 100%;
        margin: 0 15px 60px 0px;
    }

    .checkout-portion table.checkoutDetailTable tfoot tr td {
        padding-right: 15px;
    }

    .checkout-portion table.checkoutDetailTable tfoot tr.custom-chargeForMobile td {
        padding: 0px;
        font-size: 14px;
    }

        .checkout-portion table.checkoutDetailTable tfoot tr.custom-chargeForMobile td label.ac-price {
            position: absolute;
            top: 12px;
            right: 0px;
        }

        .checkout-portion table.checkoutDetailTable tfoot tr.custom-chargeForMobile td .checkbox.check-info.ac-checkbox {
            width: 75%;
        }

            .checkout-portion table.checkoutDetailTable tfoot tr.custom-chargeForMobile td .checkbox.check-info.ac-checkbox label {
                white-space: normal;
            }

        .checkout-portion table.checkoutDetailTable tfoot tr.custom-chargeForMobile td label,
        .checkout-portion table.checkoutDetailTable tfoot tr.custom-chargeForMobile td .checkbox label {
            margin-bottom: 0px;
            color: #ccc;
        }

    .checkout-portion table.checkoutDetailTable tfoot tr.custom-chargeForMobile.active td label {
        color: #10cfbd;
    }

    .checkout-portion table.checkoutDetailTable tfoot tr.custom-chargeForMobile.active td .checkbox label {
        color: #626262;
    }

    .checkout-portion table.checkoutDetailTable tfoot tr.custom-chargeForMobile td .checkbox.check-info input[type=checkbox]:checked + label:before {
        border-color: #48B5E4;
    }

    .menu-header .checkoutBtn {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 100;
        opacity: 1;
        padding: 8px;
        margin-left: 0px;
    }

    /*End iOS - which screens are less than iPad*/

    /*Android*/

    /*************END - MOBILE CSS AND REPONSIVE CSS GOES HERE**************/
    
    /* Loading Image for Ecart Login Page*/
    .bg-login .loadingIcon {
        top: 20px;
    }
}

/*Custom CSS for tooltip*/
.custom-tooltip-mobile a {
    font-size: 15px;
}
.custom-tooltip-mobile tooltip tip {
    min-width: 200px;
}

.custom-tooltip-mobile tooltip tip-tip {
    font-size: 0.75em;
}

.custom-tooltip-mobile tip-tip .close-button {
    font-size: 20px !important;
}

select.default-ecart-select {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #48B5E4;
    border-radius: 0px;
    padding: 5px !important;
    font-size: 1em;
    width: 100%;
}

select.loginPage.default-ecart-select {
    padding: 5px 15px !important;
    color:#000;
}

.mobile-devices select.loginPage.default-ecart-select {
    background: transparent;
    color: white;
    font-weight: bold;
    border-bottom: 1px solid white;
    /*margin-top: 25px;*/
    width: auto;
    padding: 5px 15px !important;
}

.imageInFrame {
    width: 100%;
    /*height: 100px;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
    text-align: center;
    /*margin: 0 auto;*/
    text-align: left;
    max-width: 185px;
    height: 50px;
}

.customEcartFilderByTags .selectize-control {
}

    .customEcartFilderByTags .selectize-control.multi .selectize-input.has-items {
    }

    .customEcartFilderByTags .selectize-control.multi .selectize-input {
        color: white;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .customEcartFilderByTags .selectize-control.multi .selectize-input input {
            color: white;
        }

.customEcartFilderByTags.mobileSearchTags .selectize-control.multi .selectize-input.items .item {
    padding-left: 32px !important;
}

.customEcartFilderByTags.mobileSearchTags .selectize-control.multi.plugin-remove_button [data-value] .remove {
    width: 25px;
    height: 23px;
    background: #f05050;
    color: #f05050;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .customEcartFilderByTags.mobileSearchTags .selectize-control.multi.plugin-remove_button [data-value] .remove:before {
        color: white;
        padding-top: 10px;
    }

.customEcartFilderByTags.mobileSearchTags .selectize-control.multi .selectize-input input {
    color: black;
}

.customEcartFilderByTags.greySelectedItem .selectize-control.multi .selectize-input .item {
    background-color: white;
}

.customEcartFilderByTags .selectize-control.multi.plugin-remove_button [data-value] .remove:before {
    color: #f05050;
}

.customEcartFilderByTags .selectize-control .selectize-dropdown {
}

    .customEcartFilderByTags .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: transparent;
    }

    .customEcartFilderByTags .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar {
        width: 8px;
        background-color: transparent;
    }

    .customEcartFilderByTags .selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ccc;
    }

/* Tai: Ecart advanced search */
.ecart-modal {
    z-index: 999999 !important;
}

    .ecart-modal .modal-dialog {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }

        .ecart-modal .modal-dialog .modal-content {
            height: auto;
            min-height: 100%;
            border-radius: 0;
        }

.search-area-container {
    /*height: 100vw;
    overflow: scroll;*/
}

.ecart-modal .modal-body {
    padding-bottom: 10px;
}

.ecart-modal .modal-footer {
    /*position: fixed;
    bottom: 10px;*/
    text-align: center;
    width: 100%;
    /*left: 0px;*/
    position: absolute;
    bottom: 0;
    padding: 5px;
}

    .ecart-modal .modal-footer button {
        width: 43%;
    }

.ecart-modal .top-button-container {
    text-align: center;
}

    .ecart-modal .top-button-container button {
        width: 35%;
        box-sizing: content-box;
    }

.ecart-modal .top-search-field {
    color: #66afe9;
    margin-bottom: 50px;
    vertical-align: middle;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}

.ecart-modal .loading-icon-container {
    text-align: center;
}

    .ecart-modal .loading-icon-container .fa.fa-spin.fa-spinner {
        font-size: 25px;
    }

.ecart-modal .top-search-field input.form-control {
    height: 40px;
    display: inline;
    width: 80%;
    border: none;
    font-size: 30px;
    padding-left: 50px;
}

.form-control.custom-focus:focus {
    background-color: white;
}

.ecart-modal .form-group label {
    font-size: 18px;
    line-height: 18px;
}

.ecart-modal .fa.fa-search {
    font-size: 30px;
    position: absolute;
    top: 15px;
}

.ecart-modal .form-group .form-control {
    background-color: white;
    border-radius: 0;
    border-bottom-width: 2px;
    padding-left: 0px;
    font-size: 16px;
}

.search-area-container .cate-children {
    padding-left: 25px;
}

.search-area-container .checkbox label {
    font-size: 16px;
}

.ecart-modal .toggle-accordion-angle-icon {
    font-size: 36px;
    position: absolute;
    right: 13px;
    top: -10px;
}

.ecart-modal .accordion-item-list {
    max-height: 90vw;
    overflow: auto;
    transition: max-height 0.2s ease-out;
}

    .ecart-modal .accordion-item-list.ng-hide {
        max-height: 0px;
        overflow: hidden;
        transition-delay: 2s;
    }

    .ecart-modal .accordion-item-list label {
        text-transform: none;
        font-weight: 100;
    }
/* ========================== */
/* ECART PAYMENT FORM */

.ecart-payment-circle-num {
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: white;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #48B5E4;
}
.ecart-payment-step-label {
    font-size: 1.2em;
    padding-right: 0;
    color: #48B5E4;
    padding-top: 3px;
}
.ecart-payment-step-btn {
    font-size: 1.2em;
    padding-right: 0;
    padding-top: 3px;
}
.color-emerge{
    color:#48B5E4 ;
}
ul.ecart-payment-step {
    margin: 0;
    padding: 15px 15px 0px 0px;
    font-size: 18px;
}

    ul.ecart-payment-step li {
        list-style-type: none;
        display: inline-block;
        padding: 0 10px 0 30px;
        color: black;
    }

    ul.ecart-payment-step li {
        list-style-type: none;
        display: inline-block;
        padding: 0px 0px 0px 0px;
        color: black;
    }
        ul.ecart-payment-step li .circle-num {
            border-radius: 50%;
            font-weight: bold;
            display: inline-block;
            vertical-align: middle;
            color: white;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            background-color: #ccc;
        }
        ul.ecart-payment-step li span {
            color: #ccc;
            padding-left: 10px;
        }
        ul.ecart-payment-step li .background-gray {
            background-color: #ccc;
        }
        ul.ecart-payment-step li .background-emerge {
            background-color: #48B5E4;
        }
        ul.ecart-payment-step li .color-gray{
            background-color: #ccc;
        }
        ul.ecart-payment-step li .color-emerge {
            color: #48B5E4;
        }

    ul.ecart-payment-step .arrow {
        padding: 0px 10px;
    }
    ul.ecart-payment-step .arrow:before {
        position: relative;
        font-family: 'FontAwesome';
        top: 3px;
        left: 0px;
        content: "\f105";
        color: #ccc;
        font-size: 30px;
    }


.payment-form {
    background-color: #fff;
}

    .payment-form * {
        font-family: Source Code Pro, Consolas, Menlo, monospace;
        font-size: 16px;
        font-weight: 500;
    }

    .payment-form .row {
        display: -ms-flexbox;
        display: flex;
        margin: 0 5px 10px;
    }

    .payment-form .field {
        position: relative;
        width: 100%;
        height: 50px;
        margin: 0 10px;
    }

        .payment-form .field.half-width {
            width: 50%;
        }

        .payment-form .field.quarter-width {
            width: calc(25% - 10px);
        }

    .payment-form .baseline {
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #cfd7df;
        transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .payment-form label {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0px;
        color: #cfd7df;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform-origin: 0 50%;
        cursor: text;
        transition-property: color, transform;
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        line-height: 16px;
    }

    .payment-form .input {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding-bottom: 7px;
        color: #32325d;
        background-color: transparent;
    }

        .payment-form .input::-webkit-input-placeholder {
            color: transparent;
            transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .payment-form .input::-moz-placeholder {
            color: transparent;
            transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .payment-form .input:-ms-input-placeholder {
            color: transparent;
            transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .payment-form .input.StripeElement {
            opacity: 0;
            transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            will-change: opacity;
        }

        .payment-form .input.focused,
        .payment-form .input:not(.empty) {
            opacity: 1;
        }

            .payment-form .input.focused::-webkit-input-placeholder,
            .payment-form .input:not(.empty)::-webkit-input-placeholder {
                color: #cfd7df;
            }

            .payment-form .input.focused::-moz-placeholder,
            .payment-form .input:not(.empty)::-moz-placeholder {
                color: #cfd7df;
            }

            .payment-form .input.focused:-ms-input-placeholder,
            .payment-form .input:not(.empty):-ms-input-placeholder {
                color: #cfd7df;
            }

            .payment-form .input.focused + label,
            .payment-form .input:not(.empty) + label {
                color: #aab7c4;
                transform: scale(0.85) translateY(-25px);
                cursor: default;
            }

            .payment-form .input.focused + label {
                color: #48B5E4;
            }

        .payment-form .input.invalid + label {
            color: #ffa27b;
        }

        .payment-form .input.focused + label + .baseline {
            background-color: #48B5E4;
        }

        .payment-form .input.focused.invalid + label + .baseline {
            background-color: #e25950;
        }

    .payment-form input, .payment-form button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border-style: none;
    }

        .payment-form input:-webkit-autofill {
            -webkit-text-fill-color: #e39f48;
            transition: background-color 100000000s;
            -webkit-animation: 1ms void-animation-out;
        }

    .payment-form .StripeElement--webkit-autofill {
        background: transparent !important;
    }

    .payment-form input, .payment-form button {
        -webkit-animation: 1ms void-animation-out;
    }

    .payment-form button {
        display: block;
        width: calc(100% - 30px);
        height: 40px;
        margin: 40px 15px 0;
        background-color: #48B5E4;
        border-radius: 4px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
    }

    .payment-form .error {
        text-align: center;
        margin-top: 10px;
    }

    .payment-form .error svg {
        margin-top: 0 !important;
    }

        .payment-form .error svg .base {
            fill: #e25950;
        }

        .payment-form .error svg .glyph {
            fill: #fff;
        }

    .payment-form .error .message {
        color: #e25950;
    }

.ecart-payment-method-uncheck {
    width: 100%;
    text-align: left;
    font-size: 100%;
    padding: 16px 5px;
}
    .ecart-payment-method-uncheck .plus {
        padding: 0px 20px;
    }

        .ecart-payment-method-uncheck .plus::before {
            position: relative;
            font-family: 'FontAwesome';
            top: 4px;
            left: 0px;
            content: "\f067";
            color: #48B5E4;
            font-size: 25px;
        }
    .ecart-payment-method-uncheck .calendar {
        padding: 0px 20px;
    }
        .ecart-payment-method-uncheck .calendar::before {
            position: relative;
            font-family: 'FontAwesome';
            top: 4px;
            left: 0px;
            content: "\f073";
            color: #48B5E4;
            font-size: 25px;
        }
    .ecart-payment-method-uncheck .circle-check {
        padding: 0px 20px;
        float: right;
    }

        .ecart-payment-method-uncheck .circle-check::before {
            position: relative;
            font-family: 'FontAwesome';
            top: 4px;
            left: 0px;
            content: "\f058";
            color: #28a745;
            font-size: 25px;
        }
.ecart-payment-method-checked {
    width: 100%;
    text-align: left;
    font-size: 100%;
    padding: 16px 5px;
    background-color: #DAF0FA;
    border: 1px solid transparent;
}
.ecart-payment-method-checked {
    width: 100%;
    text-align: left;
    font-size: 100%;
    padding: 16px 5px;
    background-color: #DAF0FA;
    border: 1px solid transparent;
}
.exclamation-circle {
    position: relative;
}

    .exclamation-circle:before {
        content: "\f06a"; /* this is your text. You can also use UTF-8 character codes as I do here */
        font-family: FontAwesome;
        left: -5px;
        position: absolute;
        top: 0;
        color: #FBD301;
    }

@media only screen and (min-width: 768px) {
    .payment-form-container {
        width: 425px;
        margin: auto;
        padding: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .payment-form-container {
        width: 85%;
        margin: auto;
        padding: 10px;
    }

    .checkout-portion .empty-cart .icon {
        margin: 0 auto;
        display: block;
        width: 20%;
    }
}
.mobile .order-details-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    align-items: center;
}
.mobile .items-list-wrapper {
    border-bottom: 1px solid #ddd;
}
    .mobile .items-list-wrapper.last-item {
        border-bottom-width: 3px;
    }
    .mobile .order-details-row.header {
        color: #ccc;
        border-bottom: 3px solid #ddd;
    }
.mobile .order-details-row .item-sales-info {
    display: flex;
    flex-flow: column;
}
.mobile .reference-info {
    padding: 10px 5px;
}
.mobile .order-details-row.additional-charges-row {
    padding: 5px;
}
.mobile .order-details-row.alert.alert-info {
    padding: 20px;
    line-height: 24px;
    background-color: #E4F4FB;
}
    .mobile .order-details-row.alert.alert-info span:first-child {
        color: #626262;
    }

    .popover-content {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.85) !important;
        line-height: normal;
        display: block;
        opacity: 1;
        z-index: 999;
        max-width: 500px;
        min-width: 200px;
        padding: 8px 16px;
        position: absolute;
        text-align: center;
        width: auto;
        will-change: top,left,bottom,right;
    }
    .variant-label
    {
        border: 1px solid black;
        background-color: white;
        color: black;
        /* background-size: 50px; */
        background-position: center center;
        display: inline-block;
        min-height: 0px; 
        min-width: 0px;
        padding: 10px;
        border-radius: 3px;
        cursor: pointer;
    }
    .variant-label > span:before {
        content: ' - ';
    }
    .variant-label.active {
        background-color: #25a1f9;
        color: white;
        border: none;   
    }
    .variant-label.disabled { 
          background-color:  #aaa; 
          color: black;
          border: none;   
          cursor: default;
    }