body {
    overflow-x: hidden;
}

.isc-back-menu {
    margin-bottom: 10px;
}

.isc-header-seac-cart {
    height: 70px;
}

.isc-container-fluid {
    height: 70px;
}

.fs-search input {
    outline: none;
    box-shadow: none !important;
    outline: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    min-height: 25px !important;
    padding: 5px 5px !important;
    margin-bottom: 5px;
    font-size: 13px;
}

/* header area */
.isc-barcode-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    width: 60% !important;
    margin: 0 auto !important;
}

.img-logo {
    /*width: 64%;*/
    width: 192px;
    height: 50px;
    object-fit: contain;
}

img-logo-footer {
    width: 20%;
}

ul#nav_categories {
    height: 60vh;
    overflow-y: auto;
    margin-top: -30px;
}



.main-menu nav > ul > li > ul {
    padding: 20px 20px;
}


.quantity.isc-quantity {
    float: left;
}

.isc-barcode-main {
    float: none;
    width: 100%;
    text-align: center;
    /* padding: 0px 130px; */
    border: 1px solid black;
    margin: 0 auto;
    max-width: 50%;
    height: 20vh;
}

.fs-search input {
    outline: none;
    box-shadow: none !important;
    outline: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
    min-height: 25px !important;
    padding: 5px 5px !important;
    margin-bottom: 5px;
    height: 20px;
}

.isc-barcode-modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
}

.header-area-padding {
    padding: 35px 0;
}

.header-search-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-cart > button {
    color: #4b4a48;
    font-size: 20px;
}

.header-sidebar button {
    font-size: 27px;
    color: #4b4a48;
}

.header-search > button {
    color: #000000;
    font-size: 22px;
}

.common-style > button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    line-height: 1;
    padding: 0;
    margin-left: 25px;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

    .common-style > button:hover {
        color: #1589ee;
    }

.header-cart {
    margin-top: 3px;
}

.header-search {
    margin-top: 3px;
}
/* header cart */
.sidebar-cart {
    background: #ffffff;
    color: #353535;
    height: 100vh;
    position: fixed;
    box-shadow: 0 0 9px 0 #d1d1d1;
    right: -480px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 480px;
    z-index: 9999;
}

    .sidebar-cart.inside {
        right: 0;
    }

.wrap-sidebar {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 45px 46px 0;
    width: 100%;
}

.sidebar-cart-all {
    padding-bottom: 39px;
}

.cur-lang-acc-active {
    background: #ffffff;
    color: #353535;
    height: 100vh;
    position: fixed;
    right: -300px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 300px;
    z-index: 9999;
}

    .cur-lang-acc-active.inside {
        right: 0;
    }

.sidebar-cart-icon, .sidebar-nav-icon {
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
}

    .sidebar-cart-icon button, .sidebar-nav-icon button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #4b4b4b;
        float: right;
        font-size: 25px;
        padding: 0;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        cursor: pointer;
    }

        .sidebar-cart-icon button:hover, .sidebar-search-icon button:hover, .sidebar-search-input form .form-search button:hover, .sidebar-nav-icon button:hover {
            color: #1589ee;
        }

.cart-content > h3 {
    color: #4b4b4b;
    font-size: 24px;
    font-weight: 600;
}

.cart-content ul li.single-product-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
}

    .cart-content ul li.single-product-cart:last-child {
        margin-bottom: 0px;
    }

.cart-title > h3 {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cart-title > span {
    color: #1589ee;
    font-weight: 600;
}

.cart-title {
    margin: 0px 0 18px 30px;
}

.cart-delete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 100;
    -webkit-flex-grow: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .cart-delete a i {
        color: #4b4b4b;
        font-size: 24px;
        line-height: 1;
    }

        .cart-delete a i:hover {
            color: #1589ee;
        }

.cart-content ul {
    margin-top: 47px;
}

.cart-total {
    border-top: 1px solid #e3e3e3;
    margin-top: 29px;
    padding-top: 17px;
    text-align: right;
    width: 100%;
}

    .cart-total h4 {
        color: #5d5d5d;
        font-size: 18px;
        font-weight: 600;
    }

        .cart-total h4 span {
            color: #1589ee;
            font-size: 18px;
            font-weight: 600;
        }

.cart-checkout-btn > a.no-mrg {
    margin-right: 0px;
}

.cart-checkout-btn {
    margin-top: 13px;
}

.wrapper .body-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    cursor: crosshair;
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}

.wrapper.overlay-active .body-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.btn-hover {
    position: relative;
}

    .btn-hover:before {
        background: #1589ee none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50% 0;
        -ms-transform-origin: 0 50% 0;
        transform-origin: 0 50% 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        z-index: -1;
    }

    .btn-hover:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

.cart-btn-style {
    background: #e3e3e3 none repeat scroll 0 0;
    color: #5d5d5d;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1;
    margin-right: 30px;
    padding: 18px 48px;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}

.btn-hover:hover {
    color: white;
}





/* search */
.main-search-active {
    background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
    color: #353535;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding: 32px 46px 39px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
}

    .main-search-active.inside {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        z-index: 9999;
    }

.sidebar-search-input {
    padding: 300px 0 0;
}

    .sidebar-search-input form {
        position: relative;
    }

        .sidebar-search-input form .form-search {
            position: relative;
        }

            .sidebar-search-input form .form-search input {
                background-color: transparent;
                border-color: #dadada;
                border-style: solid;
                border-width: 0 0 1px;
                color: #fff;
                display: block;
                font-size: 18px;
                height: 62px;
                line-height: 62px;
                padding: 0;
                width: 800px;
            }

            .sidebar-search-input form .form-search button {
                background-color: transparent;
                border: medium none;
                color: #dadada;
                font-size: 30px;
                padding: 0;
                position: absolute;
                right: 0;
                top: 6px;
                cursor: pointer;
                -webkit-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

.sidebar-search-icon {
    display: block;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 375px;
}

    .sidebar-search-icon button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        cursor: pointer;
        font-size: 50px;
        line-height: 1;
        padding: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.sidebar-search-input form .form-search input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sidebar-search-input form .form-search input::-webkit-placeholder {
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}




/* cur-lang-acc */
.single-currency-language-account {
    margin-bottom: 23px;
}

.cur-lang-acc-title > h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: uppercase;
}

    .cur-lang-acc-title > h4 span {
        color: #1589ee;
    }

.cur-lang-acc-dropdown li {
    margin-bottom: 9px;
}

    .cur-lang-acc-dropdown li a img {
        margin-right: 5px;
    }

    .cur-lang-acc-dropdown li:last-child {
        margin-bottom: 0px;
    }

.cur-lang-acc-dropdown ul li a {
    text-transform: capitalize;
}

/* furniture menu style */

.clickable-mainmenu-btn {
    left: 0px;
    position: fixed;
    top: 450px;
    z-index: 999;
}

    .clickable-mainmenu-btn a {
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        color: #4b4a48;
        display: inline-block;
        font-size: 40px;
        line-height: 1;
        padding: 16px 32px;
    }

        .clickable-mainmenu-btn a:hover {
            color: #fff;
            background-color: #1589ee;
        }

.clickable-mainmenu {
    background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
    color: #353535;
    min-height: 100vh;
    padding: 295px 46px 39px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: -webkit-transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s;
    transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 9999;
}

    .clickable-mainmenu.inside {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        z-index: 9999;
    }

.slinky-menu.slinky-theme-default {
    display: inline-block;
    width: 290px;
}

.slinky-theme-default {
    background: transparent none repeat scroll 0 0;
}

#menu li a {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 0 15px;
    text-transform: capitalize;
}

    #menu li a:hover {
        color: #1589ee;
    }

.slinky-theme-default a:hover:not(.back) {
    background: transparent none repeat scroll 0 0;
}

.clickable-mainmenu-icon button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    padding: 0;
    position: absolute;
    right: 375px;
    top: 25px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .clickable-mainmenu-icon button:hover {
        color: #1589ee;
    }

.slinky-theme-default .back:before {
    padding: 0;
}
/* slider */
.single-slider {
    position: relative;
}

.slider-content-style-1 > h3 {
    color: #000000;
    font-family: pacifico;
    font-size: 32px;
}

    .slider-content-style-1 > h3 span {
        color: #1589ee;
    }

.slider-content-style-1 h2 {
    color: #000000;
    font-size: 54px;
    font-weight: bold;
    letter-spacing: 2.5px;
    margin: 6px 0 19px;
}

.slider-content-style-1 p {
    color: #000000;
    letter-spacing: 0.5px;
    width: 47%;
}

.slider-btn-style {
    border: 2px solid #000000;
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-top: 19px;
    padding: 23px 49px 24px;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
}

    .slider-btn-style:hover {
        border: 2px solid #1589ee;
    }

.slider-text-right {
    text-align: right;
}

.slider-content-style-1.slider-text-right p {
    float: right;
    text-align: right;
    width: 41%;
}

.slide-right-pera {
    display: block;
    overflow: hidden;
}
/* Default Slider Animations */
.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-content * {
}

.owl-item.active .slider-animated-1 h3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 h2 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: bounceInLeft;
    animation-name: fadeInLeft;
}

/* animation 2 */
.owl-item.active .slider-animated-2 h3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 h2 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 p {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 a {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* banner */
.single-banner > img {
    width: 100%;
}

.single-banner a img {
    width: 100%;
}

.single-banner {
    position: relative;
}

.banner-content-position1 {
    left: 0;
    padding: 30px 34px;
    position: absolute;
    text-align: center;
    top: 0;
}

.banner-content > h3 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    text-transform: uppercase;
}

    .banner-content > h3 span, .banner-content > p span {
        color: #1589ee;
    }

.banner-content > p {
    color: #000000;
    margin: 0;
}

.banner-content-position2 {
    padding: 78px 75px 50px;
    position: absolute;
    right: 0;
    top: 0;
}

    .banner-content-position2 > span {
        color: #000000;
        font-size: 16px;
        font-style: italic;
        letter-spacing: 0.5px;
        line-height: 1;
        margin-bottom: 2px;
    }

.banner-content.banner-content-position2 > h3 {
    position: relative;
    padding-bottom: 18px;
}

    .banner-content.banner-content-position2 > h3:before {
        position: absolute;
        content: "";
        width: 100px;
        height: 2px;
        background-color: #a8a5a5;
        bottom: 0;
        left: 0;
    }

.banner-content-position3 {
    bottom: 0;
    left: 0;
    padding: 30px 34px 27px;
    position: absolute;
    text-align: center;
}
/* section title */

.section-title > h2 {
    color: #3e3e3e;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

.section-title p {
    color: #3e3e3e;
    font-size: 14px;
    margin: 0;
}
/* single product */
/*.product-img img {
    width: 100%;
    float: none;
    max-width: 30%;
    margin: 0 auto;
    height: 200px;
}*/

/*.product-img img {
    width: 100%;
    float: none;
    max-width: 60%;
    margin: 0 auto;
    height: 35vh;*/
/* box-shadow: 1px 1px 1px 1px #dddd; */
/*}*/


.product-img {
    display: flex;
    flex: initial;
    flex: 1.3344;
    align-items: center;
    justify-content: center;
}


    .product-img img {
        width: 100%;
        float: none;
        max-width: 100%;
        margin: 0 auto;
        height: 20vh;
    }

.single-product, .product-img {
    position: relative;
    cursor: pointer;
}

    .product-img > span {
        background-color: #626262;
        color: #fff;
        display: inline-block;
        font-weight: 600;
        left: 20px;
        letter-spacing: 1px;
        line-height: 1;
        padding: 4px 11px 5px;
        position: absolute;
        text-transform: uppercase;
        top: 20px;
    }

.product-action {
    display: inline-block;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .product-action > a {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        color: #474747;
        display: inline-block;
        font-size: 27px;
        height: 45px;
        margin: 0 3px;
        text-align: center;
        width: 45px;
    }

        .product-action > a:hover {
            color: #fff !important;
            background-color: #1589ee;
        }

        .product-action > a i {
            font-size: 27px;
            line-height: 45px;
        }

.product-title-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

sup#Cart_count {
    color: #1589ee;
    font-weight: 600;
}

.product-title > h4 {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
}

select#slt_netterms {
    font-size: 15px;
}

.product-title > h4 a {
    color: #5d5d5d;
}

    .product-title > h4 a:hover, .product-categori > a:hover {
        color: white;
    }

.product-price > span {
    color: #1589ee;
    font-weight: 700;
}

.product-content {
    line-height: 1;
    padding-top: 17px;
}

.product-cart-categori {
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
}

.product-cart > span {
    color: #474747;
    display: inline-block;
    line-height: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-transform: capitalize;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.product-categori {
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

    .product-categori > a {
        color: #474747;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
    }

        .product-categori > a i {
            color: #4b4a48;
            font-size: 16px;
            margin-right: 4px;
        }

.single-product:hover .product-cart > span {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-product:hover .product-categori {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-product:hover .product-action {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product-action > a.animate-left {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-action > a.animate-right {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-product:hover .product-action > a.animate-left {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.single-product:hover .product-action > a.animate-right {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-slider-active {
    width: 100%;
}

    .product-slider-active div[class^="col-"] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.product-tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .product-tab-list a {
        line-height: 1;
        margin: 0 18px;
    }

        .product-tab-list a h4 {
            color: #454545;
            font-size: 14px;
            font-weight: 600;
            margin: 0;
            text-transform: uppercase;
        }

        .product-tab-list a.active h4 {
            color: #1589ee;
        }

.product-menu-mrg {
    padding-top: 3px;
}

.tab-content.jump > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
}

    .tab-content.jump > .tab-pane.active {
        display: block;
        height: auto;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        overflow: visible;
    }
/* limited-content */
.shop-limited-content {
    position: relative;
    z-index: 9;
}

    .shop-limited-content > h2 {
        color: #f4f4f4;
        font-size: 36px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 50px;
        margin-bottom: 9px;
    }

.limited-btn {
    background-color: #f4f4f4;
    color: #353535;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-top: 19px;
    padding: 17px 41px 18px;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
}

/* blog area */

.blog-img {
    margin-bottom: 25px;
}

    .blog-img img {
        width: 100%;
    }

.blog-info > h3 {
    color: #262626;
    font-size: 24px;
}

.blog-meta {
    margin: 10px 0 10px;
}

    .blog-meta ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .blog-meta ul li {
            color: #858585;
            font-size: 13px;
            position: relative;
        }

            .blog-meta ul li a {
                color: #858585;
            }

                .blog-meta ul li a:hover {
                    color: #1589ee;
                }

            .blog-meta ul li + li {
                margin-left: 10px;
                padding-left: 13px;
            }

                .blog-meta ul li + li:before {
                    background: #c2c2c2 none repeat scroll 0 0;
                    content: "";
                    height: 2px;
                    left: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 3px;
                }

.blog-info > p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

/* footer area */

.footer-widget-l-content > h4 {
    color: #585858;
    font-size: 15px;
    letter-spacing: 0.05px;
    margin-bottom: 17px;
}

.footer-widget-l-content > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .footer-widget-l-content > ul li {
        margin-right: 15px;
    }

.footer-widget-l-content a {
    border: 1px solid #3f3f3f;
    border-radius: 50px;
    color: #585858;
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 25px;
}

    .footer-widget-l-content a:hover {
        border: 1px solid #1589ee;
        background-color: #1589ee;
        color: #f5f5f5;
    }

    .footer-widget-l-content a i {
        line-height: 24px;
    }

.footer-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .footer-nav ul li {
        margin: 0 19px;
    }

        .footer-nav ul li a {
            color: #474747;
            font-weight: 600;
            text-transform: uppercase;
        }

            .footer-nav ul li a:hover {
                color: #1589ee;
            }

.footer-widget-m-content > p {
    color: #585858;
    margin: 0;
    font-size: 11px;
}

.isc-page-count-s1 {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    font-size: .875em;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.footer-logo {
    margin-top: 25px;
}

.footer-nav {
    margin-bottom: 13px;
    padding-bottom: 15px;
    position: relative;
}

    .footer-nav:before {
        background: #6d6d6d none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 160px;
    }

.footer-widget-r-content li span {
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widget-r-content li {
    color: #585858;
    margin-bottom: 8px;
    font-size: 13px;
}

    .footer-widget-r-content li:last-child {
        margin-bottom: 0px;
    }

.footer-widget-l-content {
    margin-top: 30px;
}

.footer-widget-r-content {
    margin-top: 25px;
}

/* modal style */

.modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
}

.modal-dialog {
    margin: 150px auto;
    min-width: 878px;
}

.qwick-view-left {
    min-width: 320px;
}

.quick-view-tab-content .tab-pane > img {
    width: 100%;
}

.quick-view-list {
    margin-top: 10px;
}

    .quick-view-list a {
        margin-right: 10px;
    }

        .quick-view-list a:last-child {
            margin-right: 0px;
        }

.qwick-view-left {
    margin-right: 30px;
}

.modal-content {
    border-radius: 0rem;
}

.qwick-view-content > h3 {
    color: #707070;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.price span {
    color: #707070;
    font-size: 15px;
    font-weight: 600;
}

    .price span.new {
        color: #1589ee;
        margin-right: 12px;
    }

    .price span.old {
        color: #707070;
        text-decoration: line-through;
    }

.quick-view-rating i {
    color: #000000;
    font-size: 18px;
    margin-right: 5px;
}

.isc-entity-sec-title.isc-var-c-p {
    background-color: #eef1f6;
    padding: 10px !important;
    margin-top: 10px;
    height: 45px;
    margin-bottom: 10px;
}

.quick-view-rating i.red-star {
    color: #1589ee;
}

.rating-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.quick-view-number > span {
    color: #808080;
    display: block;
    font-size: 14px;
    margin: 3px 0 0 10px;
}

.qwick-view-content > p {
    color: #545454;
    margin-bottom: 25px;
}

.select-option-part label {
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}

.select-option-part {
    margin-bottom: 35px;
}

    .select-option-part select {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-expand: none;
        border: 1px solid #dcdcdc;
        box-shadow: none;
        color: #828282;
        font-size: 14px;
        height: 43px;
        padding-left: 20px;
        position: relative;
        width: 100%;
        background: rgba(0, 0, 0, 0) url("../img/icon-img/1.png") no-repeat scroll right 20px center;
    }

select::-ms-expand {
    display: none;
}

.qtybutton {
    color: #727272;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px;
}

input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 32px;
}

.cart-plus-minus *::-moz-selection {
    background: transparent none repeat scroll 0 0;
    color: #333;
    text-shadow: none;
}

.cart-plus-minus {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 10px 0 10px 5px;
    width: 80px;
}

.quickview-plus-minus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 5px;
}

.quickview-btn-cart > a {
    background-color: #1589ee;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08px;
    line-height: 1;
    padding: 17px 35px;
    position: relative;
    text-transform: uppercase;
    z-index: 5;
}

.quickview-btn-wishlist > a {
    border: 1px solid #dcdcdc;
    color: #727272;
    display: inline-block;
    font-size: 22px;
    padding: 7px 18px 6px;
    z-index: 9;
}

    .quickview-btn-wishlist > a:hover {
        border: 1px solid transparent;
    }

.quickview-btn-cart {
    margin: 0 30px;
}

.qtybutton.inc {
    margin-top: 2px;
}

.price {
    margin: 9px 0 8px;
}

#exampleModal .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 370px;
    text-shadow: 0 1px 0 #fff;
    top: 32px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
}

    #exampleModal .close:hover {
        color: #1589ee;
    }

.modal-backdrop.show {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.modal-content .close:hover {
    color: #1589ee;
}

/*------- 3. Home electronics ------*/

.header-area-2 .logo {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 83%;
    margin-top: 10px;
}

.header-search-cart {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    height: 20%;
    position: relative;
    z-index: 0;
    margin-top: 50px;
}

button.close {
    cursor: pointer !important;
}

.menu-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* main-menu hm-2*/
.main-menu ul li {
    margin: 0 19px;
    position: relative;
    display: inline-block;
}

    .main-menu ul li a {
        color: #474747;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 101px;
    }

.main-menu.sidebar-main-menu ul li a {
    text-transform: capitalize;
}

.main-menu nav > ul > li:hover > a {
    color: #1589ee;
}

ul.sub_nav.isc-multi-drop {
    width: 80%;
    overflow-x: hidden;
}

ul.sub_nav.isc-multi-drop {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize !important;
}

.main-menu nav > ul > li > ul {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    display: block;
    left: -23px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 30px 20px 34px;
    position: absolute;
    text-align: left;
    top: 65% !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 310px;
    z-index: 999;
}

.main-menu nav > ul > li :hover > ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100% !important;
    visibility: visible;
}

.main-menu nav > ul > li > ul > li {
    display: block;
    margin: 0 0 13px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

    .main-menu nav > ul > li > ul > li:last-child {
        margin: 0 0 0px;
    }

    .main-menu nav > ul > li > ul > li > a {
        color: #333;
        display: block;
        font-size: 15px;
        font-weight: 600;
        line-height: inherit;
        padding: 0;
        text-transform: capitalize;
    }

        .main-menu nav > ul > li > ul > li > a:hover {
            color: #1589ee;
        }

.main-menu nav > ul > li > ul.dropdown > li:hover {
    padding-left: 20px;
}

.main-menu nav > ul > li > ul.dropdown > li:before, .main-menu nav > ul > li > .mega-dropdown > ul > li:before {
    background: #1589ee none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-menu nav > ul > li > ul.dropdown > li:hover:before, .main-menu nav > ul > li > .mega-dropdown > ul > li:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 10px;
}
/* mega menu hm-2 */
.main-menu nav > ul > li > .mega-dropdown {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #dcdcdc;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    display: block;
    left: -268px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 14px 20px 0px 32px;
    position: absolute;
    text-align: left;
    top: 120%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 690px;
    z-index: 999;
}

    .main-menu nav > ul > li > .mega-dropdown > ul {
        display: block;
        float: left;
    }

        .main-menu nav > ul > li > .mega-dropdown > ul.single-mega-width {
            margin-top: 20px;
            width: 30%;
        }

        .main-menu nav > ul > li > .mega-dropdown > ul.single-mega-width2 {
            display: block;
            float: left;
            padding-right: 8px;
            width: 40%;
            margin-top: 18px;
        }

    .main-menu nav > ul > li > .mega-dropdown ul {
        display: block;
    }

.main-menu nav > ul > li:hover > .mega-dropdown {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
    visibility: visible;
}

.main-menu nav > ul > li > .mega-dropdown > ul > li {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .main-menu nav > ul > li > .mega-dropdown > ul > li:last-child {
        margin: 0 0 0px;
    }

    .main-menu nav > ul > li > .mega-dropdown > ul > li.menu-title {
        color: #4e4e4e;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 17px;
        text-transform: uppercase;
    }

    .main-menu nav > ul > li > .mega-dropdown > ul > li.menu-pading-none:before {
        content: inherit;
    }

    .main-menu nav > ul > li > .mega-dropdown > ul > li.menu-pading-none:hover {
        padding-left: inherit;
    }

.main-menu.sidebar-main-menu nav > ul > li > .mega-dropdown > ul > li.menu-pading-none:hover {
    padding-left: 0;
}

.main-menu nav > ul > li > .mega-dropdown > ul > li:hover {
    padding-left: 20px;
}

.main-menu nav > ul > li > .mega-dropdown > ul > li > a {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: inherit;
    padding: 0;
    text-transform: capitalize;
}

    .main-menu nav > ul > li > .mega-dropdown > ul > li > a:hover {
        color: #1589ee;
    }

.mega-item-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-menu nav > ul > li > .mega-dropdown > ul > li.menu-mrg-nn {
    margin: 0 0 0px;
}

.mobile-menu .mean-nav ul.menu-overflow {
    height: 220px;
    margin-top: 10px;
    overflow-y: auto;
}

/* intelligent-header */

.headroom {
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.intelligent-header {
    background-color: #fff;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #bbbbbb;
}

.intelligent-header-pd {
    padding: 0 155px;
}

.header-space {
    height: 90px;
}

.intelligent-header.headroom--pinned {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.intelligent-header.headroom--not-top {
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}

.header-space {
    height: 70px !important;
}

img.img-logo-footer {
    width: 10%;
}




/* slider home-2 */


.slider-position-images {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 162px;
    top: 50%;
    -webkit-transform: translateX(40%) translateY(-50%);
    -ms-transform: translateX(40%) translateY(-50%);
    transform: translateX(40%) translateY(-50%);
    -webkit-transition: all 1s ease-in-out 2s;
    transition: all 1s ease-in-out 2s;
    width: 693px;
}

.slider-active .owl-item.active .slider-position-images {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}

.slider-content-style-2 h2 {
    color: #000000;
    font-size: 36px;
    line-height: 48px;
}

.slider-content-style-2 a, .slider-content-style-3 a, .slider-content-style-6 a {
    border-bottom: 1px solid #1589ee;
    color: #1589ee;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

    .slider-content-style-2 a:hover {
        color: #000000;
    }

/* home-2 banner */


.single-banner-2 > img {
    width: 100%;
}

.single-banner-2 {
    position: relative;
}

.banner-content-2 {
    padding: 20px 55px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .banner-content-2 > span {
        color: #939292;
        font-size: 16px;
    }

    .banner-content-2 > h4 {
        color: #2d2d2d;
        font-size: 30px;
        font-weight: 600;
        margin: 3px 0 21px;
    }

    .banner-content-2 > a {
        position: relative;
        color: #1589ee;
        display: inline-block;
        font-weight: 600;
        font-size: 16px;
    }

        .banner-content-2 > a:before {
            background: #1589ee none repeat scroll 0 0;
            bottom: -5px;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            width: 0;
        }

        .banner-content-2 > a:hover:before {
            background: #e51515 none repeat scroll 0 0;
            width: 100%;
        }

/* testimonials hm-2 */

.single-testimonial > p {
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
    margin: 21px auto 30px;
    width: 66%;
}

.single-testimonial > h4 {
    color: #f7f6f6;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.single-testimonial > span {
    color: #f7f6f6;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.owl-carousel .owl-item .single-testimonial img {
    display: block;
    margin: 0 auto;
    width: auto;
}

/* brand logo hm-2*/

.brand-logo-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .single-logo > img {
        width: auto;
    }

.brand-logo-active.owl-carousel .owl-item img {
    width: auto;
}

.scroll-top {
    color: #636363;
    display: inline-block;
    font-weight: 600;
}

    .scroll-top:hover {
        color: #1589ee;
    }

    .scroll-top > span {
        display: block;
    }

        .scroll-top > span i {
            display: inline-block;
            font-size: 18px;
        }

/*----------- 4. Home jewellery ----------*/

/* header srerch jewellery */
.menu-search-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .menu-search-cart .header-search-cart {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        height: 100%;
        margin-top: 36px;
    }

    .menu-search-cart .header-cart {
        margin-top: 0;
    }

    .menu-search-cart .main-menu {
        margin-right: 17px;
    }

/* slider jewellery */

.slider-content-style-3 h3 {
    color: #373737;
    font-family: pacifico;
    font-size: 24px;
    letter-spacing: 1px;
}

.slider-content-style-3 h2 {
    color: #2e2e2e;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 25px 0 9px;
}

/* banner jewellery */

.single-banner-3 {
    position: relative;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    overflow: hidden;
}

    .single-banner-3 a img {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .single-banner-3:hover a img {
        -webkit-transform: scale(1.3) rotate(-10deg);
        -ms-transform: scale(1.3) rotate(-10deg);
        transform: scale(1.3) rotate(-10deg);
    }

    .single-banner-3 img {
        width: 100%;
    }

.banner-content3-position1 {
    left: 0;
    padding: 47px 60px;
    position: absolute;
    top: 0;
}

.common-banner-style-3 > h2 {
    color: #585858;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
}

    .common-banner-style-3 > h2 span {
        color: #1589ee;
    }

.banner-content3-position3 {
    padding: 47px 60px;
    position: absolute;
    right: 0;
    top: 0;
}

/* footer map */

.footer-map {
    position: relative;
}

.footer-map-icon {
    position: absolute;
    top: 50%;
}

.footer-map-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-title {
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-widget-about > p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    color: #262626;
}

.footer-widget-about {
    padding-right: 70px;
}

.footer-social li {
    display: inline-block;
    margin: 0 15px;
}

    .footer-social li a {
        color: #585858;
        font-size: 18px;
    }

.footer-paymethod li {
    display: inline-block;
    margin: 0 6px;
}

.footer-paymethod {
    margin: 25px 0 15px;
}

.footer-map > img {
    width: 100%;
}

/*------- 5. Home fashion --------*/

/* banner fashion */
.single-banner4 img {
    width: 100%;
}

.single-banner4 {
    position: relative;
}

.banner-content-4 {
    padding: 20px 62px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .banner-content-4 > h3 {
        color: #656565;
        font-size: 22px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 17px;
    }

    .banner-content-4 > a {
        color: #787777;
        font-weight: 600;
    }

        .banner-content-4 > a:hover {
            color: #1589ee;
        }

.new-collection-slider div[class^="col-"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* coundown fashion */

.coundown-auto > h2 {
    font-size: 36px;
    color: #3f3f3f;
    font-weight: bold;
}

.coundown-auto > p {
    font-size: 15px;
    line-height: 26px;
    margin: 16px 0 21px;
}

.timer span {
    color: #535353;
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    margin-right: 34px;
    text-align: center;
}

    .timer span p {
        color: #535353;
        font-size: 17px;
        font-weight: 600;
    }

.coundown-auto > a {
    color: #535353;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #535353;
    padding-bottom: 5px;
}

    .coundown-auto > a:hover {
        color: #1589ee;
        border-bottom: 1px solid #1589ee;
    }

.timer {
    margin-bottom: 24px;
}

/* shop-services hm-fashion */

.single-shop-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-shop-content h5 {
    color: #4f4e4e;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

.single-shop-content > p {
    color: #4f4e4e;
    font-weight: 600;
    margin: 0;
}

.single-shop-content {
    margin-left: 20px;
    margin-top: 4px;
}

.single-shop-services-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/*-------- 6. Home toy --------*/

/* sidebar-style home-toy */
.sidebar-style {
    background: #f9f9f9 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 445px;
    z-index: 7;
}

.sidebar-logo {
    padding-left: 148px;
}

.sidebar-wrapper {
    margin-left: 445px;
}

.sidebar-main-menu.main-menu ul li {
    display: block;
    margin: 0;
    padding: 0 0 20px;
}

.sidebar-main-menu.main-menu nav > ul > li > ul, .sidebar-main-menu.main-menu nav > ul > li > .mega-dropdown {
    left: 110%;
    top: 0;
}

.sidebar-main-menu.main-menu nav > ul > li:hover > ul, .sidebar-main-menu.main-menu nav > ul > li:hover > .mega-dropdown {
    left: 100%;
    top: 0;
}

.sidebar-main-menu.main-menu ul {
    padding-left: 148px;
}

    .sidebar-main-menu.main-menu ul li a {
        display: block;
        line-height: 1;
        color: #353535;
        font-size: 18px;
        letter-spacing: 1px;
    }

    .sidebar-main-menu.main-menu ul li ul {
        padding: 14px 20px 15px;
    }

.sidebar-cart-contact {
    padding-top: 52px;
    text-align: center;
}

    .sidebar-cart-contact .header-search-cart {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.sidebar-contact > p {
    color: #727272;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 0;
}

.sidebar-style-all {
    padding-top: 80px;
}

.sidebar-main-menu.main-menu {
    padding-top: 57px;
}

    .sidebar-main-menu.main-menu ul li:last-child {
        padding: 0 0 0px;
    }

    .sidebar-main-menu.main-menu nav > ul > li > ul > li {
        margin: 0 0 10px;
        padding: 0;
    }

        .sidebar-main-menu.main-menu nav > ul > li > ul > li > a {
            font-size: 14px;
            line-height: inherit;
            padding: 0;
        }

    .sidebar-main-menu.main-menu ul li .mega-dropdown {
        padding: 14px 0 15px;
    }

    .sidebar-main-menu.main-menu ul li a span {
        float: right;
        font-size: 13px;
        margin-top: 3px;
        padding-right: 147px;
    }

/* sidebar-wrapper hm-toy */

.toys-header {
    display: none;
    padding: 0px 15px;
}

.section-title-2 p {
    margin: 0 auto;
    width: 53%;
}

.single-content-left {
    padding-left: 100px;
}

.single-slider-hmtoy {
    height: 100vh;
}

.slider-content-style-toy h2 {
    color: #353535;
    font-family: 'Fredoka One', cursive;
    font-size: 72px;
}

.slider-content-style-toy h3 {
    color: #353535;
    font-size: 20px;
    font-family: 'Fredoka One', cursive;
    margin: 15px 0 27px;
}

.slider-btn-toy {
    background-color: #333;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 38px 19px;
    position: relative;
    text-transform: uppercase;
}

    .slider-btn-toy:after {
        border: 1px dashed #fff;
        border-radius: 50px;
        bottom: 4px;
        content: "";
        left: 6px;
        position: absolute;
        right: 6px;
        top: 4px;
    }

.btn-hover.slider-btn-toy:before {
    border-radius: 50px;
}

.toy-banner-shop {
    margin-top: 4px;
    padding: 100px 100px 0;
}

.banner-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-banner5 > img {
    width: 100%;
}

.single-banner5 {
    position: relative;
}

.banner-content-5 {
    left: 0;
    padding: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .banner-content-5 > h3 {
        color: #494949;
        font-family: "Fredoka One",cursive;
        font-size: 24px;
        margin: 0;
    }

    .banner-content-5 > h4 {
        color: #494949;
        font-size: 16px;
        font-weight: 600;
        margin: 5px 0 16px;
    }

    .banner-content-5 > a {
        border: 1px dashed #494949;
        border-radius: 50px;
        color: #494949;
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
        line-height: 1;
        padding: 8px 16px;
        text-transform: uppercase;
    }

        .banner-content-5 > a:hover {
            border: 1px dashed #1589ee;
            color: #1589ee;
        }

.single-banner5.toy-mrg {
    margin: 0 20px;
}

.load-more.text-center > a i {
    color: #4f4f4f;
    font-size: 16px;
    margin-right: 6px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.load-more-style {
    border: 1px solid #4f4f4f;
    color: #505050;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    padding: 15px 37px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

    .load-more-style.btn-hover {
        z-index: 5;
    }

        .load-more-style.btn-hover:hover {
            color: white;
            border: 1px solid #1589ee;
        }

.load-more.text-center > a.load-more-style:hover i {
    color: #fff;
}

.toy-product .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .toy-product .row div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

.load-more {
    margin-top: 11px;
}

.footer-plr {
    padding: 0 100px;
}

/*------ 7. Home food & drink -------*/

/* home food slider */
.slider-content-style-6 h2 {
    color: #434242;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
}

.slider-content-style-6 h3 {
    color: #434242;
    font-family: "Playfair Display",serif;
    font-size: 24px;
    font-weight: 700;
    margin: 17px 0 4px;
}
/* home-food banner */
.single-banner6 a img {
    width: 100%;
}

.banner-content-6 > h3 {
    color: #ffffff;
    font-family: "Pacifico",cursive;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.single-banner6 {
    position: relative;
}

.banner-content-6 {
    background-color: rgba(238, 51, 51, 0.75);
    margin-right: 30px;
    padding: 54px 20px 52px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .banner-content-6 > h2 {
        color: #ffffff;
        font-family: "Pacifico",cursive;
        font-size: 48px;
        margin: 1px 0 18px;
    }


/* home-food product */

.single-product-food {
    position: relative;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.product-food-img > span {
    background-color: #626262;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    right: 20px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 4px 11px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
}

.food-title > h4 {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.food-title > span {
    color: #1589ee;
    font-weight: 600;
}

.food-action > a {
    color: #474747;
    line-height: 1;
    padding: 0 18px;
    position: relative;
}

    .food-action > a:hover {
        color: #1589ee;
    }

    .food-action > a.action-eye {
        font-size: 27px;
        top: 3px;
    }

    .food-action > a.action-same {
        font-size: 19px;
    }

.food-action {
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    margin-top: 24px;
    padding: 3px 6px 7px;
}

.food-title-action {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.food-style .owl-stage, .food-new-collections .owl-stage {
    padding-bottom: 10px;
    padding-top: 10px;
}

.food-action > a:before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 21px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.food-action > a:last-child:before {
    content: none;
}

.food-menu {
    border-bottom: 1px solid #dadada;
}

.product-tab-list.food-menu a {
    border-bottom: 3px solid transparent;
    padding-bottom: 9px;
}

    .product-tab-list.food-menu a.active, .product-tab-list.food-menu a:hover {
        border-bottom: 3px solid #1589ee;
    }

    .product-tab-list.food-menu a h4 {
        color: #000000;
        font-family: playfair display;
        font-size: 18px;
        font-weight: bold;
        text-transform: capitalize;
    }

.product-tab-list.food-menu a {
    margin: 0 25px;
}

.single-product-food:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* home-food product */
.food-long-banner-img {
    position: relative;
}

    .food-long-banner-img > img {
        width: 100%;
    }
/* home-food footer */
.food-foter {
    padding: 0 155px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.food-footer-title {
    color: #313131;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
}

.food-single-about > p {
    color: #414141;
    line-height: 27px;
    margin: 0;
}

.food-single-about > span {
    color: #575757;
    display: block;
    font-weight: 600;
    margin: 12px 0 5px;
}

.food-single-about > a {
    color: #575757;
    font-weight: 600;
}

    .food-single-about > a:hover, .footer-social li a:hover {
        color: #1589ee;
    }

.food-single-newsletter > p {
    color: #414141;
    margin: 0 0 16px;
}
/* home-food footer-subscribe */
.subscribe-form form {
    position: relative;
}

    .subscribe-form form input {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #a3a3a3;
        color: #919191;
        height: 43px;
        padding-left: 20px;
    }

        .subscribe-form form input::-moz-placeholder {
            color: #919191;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

        .subscribe-form form input::-webkit-placeholder {
            color: #919191;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

.mc-form .mc-news {
    left: -5000px;
    position: absolute;
}

.mc-form .clear {
    background: rgba(0, 0, 0, 0) url("../img/icon-img/8.png") no-repeat scroll right 0 center;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
}

.subscribe-form .clear input {
    border: medium none;
    padding: 0;
    text-indent: -99999px;
    width: 37px;
}

.mc-form .clear:before {
    background: #a3a3a3 none repeat scroll 0 0;
    content: "";
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}

.food-single-social {
    padding-top: 8px;
}

.food-single-newsletter {
    margin-top: 12px;
}

/*------- 8. Breadcrumb style -------------*/
.shop-listview-sidebar {
    padding: 0 145px;
}

.breadcrumb-content h2 {
    color: #3e3e3e;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: capitalize;
    padding: 10px 0px;
}

button.btn.btn-secondary.ProductReview_Modal_Close {
    border-radius: 5px;
}

button#ProductReview_Submit_btn {
    border-radius: 5px;
}

.breadcrumb-content li {
    color: #585858;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}

    .breadcrumb-content li a {
        color: #7c7c7c;
        position: relative;
        padding-right: 18px;
    }

        .breadcrumb-content li a:hover {
            color: #1589ee;
        }

        .breadcrumb-content li a:after {
            background-color: #7c7c7c;
            content: "";
            font-size: 8px;
            height: 1px;
            position: absolute;
            right: 0;
            top: 10px;
            -webkit-transform: rotate(-63deg);
            -ms-transform: rotate(-63deg);
            transform: rotate(-63deg);
            width: 13px;
        }

/*---------- 9. About us ----------*/

.about-story-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 35px;
}

.story-title {
    color: #585858;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
}

.story-subtitle {
    color: #8f8f8f;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 27px;
}

.story-paragraph {
    color: #8f8f8f;
    margin-bottom: 24px;
}

    .story-paragraph:last-child {
        margin-bottom: 0px;
    }

.about-story-img > img {
    width: 100%;
}

.about-story-img2 {
    margin-left: 23px;
}

.about-story {
    padding: 20px 28px 50px 0px;
}

.section-title-others > h2 {
    color: #585858;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
}

.section-title-others > p {
    color: #8f8f8f;
    letter-spacing: 0.6px;
    margin: 0 auto;
    width: 50%;
}

.about-single-service > h3 {
    color: #454343;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 16px 0;
    text-transform: uppercase;
}

.about-single-service > p {
    color: #8f8f8f;
}

.video-banner {
    position: relative;
}

    .video-banner > img {
        width: 100%;
    }

.video-popup {
    background-color: rgba(255, 255, 255, 0.7);
    color: #353030;
    display: inline-block;
    font-size: 68px;
    height: 70px;
    left: 0;
    line-height: 69px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 115px;
}

.mfp-bg {
    z-index: 9999999;
}

.mfp-wrap {
    z-index: 99999999;
}




/*------------- 10. Shop grid view ----------*/

.shop-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop-found-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.shop-filter-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3px;
    cursor: pointer;
}

.isc-product360-header {
    height: 70px;
}

.main-menu {
    height: 70px;
}

.shop-found > p {
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    cursor: default;
}

    .shop-found > p span {
        color: #1589ee;
    }

.shop-selector label {
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.shop-selector select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url(../img/icon-img/12.png) no-repeat scroll right 0 center;
    border: medium none;
    box-shadow: none;
    color: #6c6c6c;
    font-size: 18px;
    height: inherit;
    padding-left: 0;
    width: 113px;
    -webkit-appearance: none;
    -ms-appearance: none;
    font-weight: 600;
}

.shop-selector {
    margin-left: 63px;
    margin-top: -3px;
}

.shop-tab a {
    color: #6c6c6c;
    font-size: 31px;
    line-height: 1;
    margin-left: 30px;
}

    .shop-tab a.active, .shop-tab a:hover {
        color: #1589ee;
    }

    .shop-tab a:first-child {
        margin-left: 0px;
    }

.shop-filter > a {
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 600;
}

    .shop-filter > a:hover {
        color: #1589ee;
    }

.shop-filter {
    margin-right: 78px;
}

    .shop-filter i {
        margin-left: 11px;
    }

.shop-product-content .load-more-style {
    border: 1px solid #c5c5c5;
    color: #737373;
}

.shop-page-wrapper {
    padding: 100px 145px 40px;
}

    .shop-page-wrapper.padding-filter, .shop-page-wrapper.shop-wrapper-pd {
        padding: 20px 145px 60px;
    }

    .shop-page-wrapper .container {
        position: relative;
    }

    .shop-page-wrapper .container-fluid {
        padding-left: 12.5px;
        padding-right: 0.5px;
        position: relative;
    }

.row.custom-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.custom-col-style {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.custom-col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.custom-col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

/*----------- 11. Shop sidebar ----------*/

.shop-sidebar {
    float: left;
    width: 30%;
    padding-right: 20px;
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-top: 10px;
}

.shop-product-wrapper {
    width: 70%;
    float: left;
    padding-left: 50px;
}

.shop-page-wrapper {
    overflow: hidden;
}

.sidebar-title {
    color: #353535 !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.sidebar-search form {
    position: relative;
}

    .sidebar-search form input {
        background: #f1f1f1 none repeat scroll 0 0;
        border: medium none;
        box-shadow: none;
        color: #8e8d8d;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 55px;
    }

        .sidebar-search form input::-moz-placeholder {
            color: #8e8d8d;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

        .sidebar-search form input::-webkit-placeholder {
            color: #8e8d8d;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

    .sidebar-search form > button {
        background-color: #dedede;
        border: medium none;
        color: #1589ee;
        cursor: pointer;
        font-size: 24px;
        height: 45px;
        line-height: 45px;
        padding: 0 16px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .sidebar-search form > button:hover {
            background-color: #1589ee;
            color: #fff;
        }

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #222222;
    height: 3px;
    margin-bottom: 21px;
    margin-left: auto;
}

.price_filter .ui-slider-range {
    background: #b7b7b7 none repeat scroll 0 0;
    border-radius: 0;
    height: 100%;
    top: 0;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #b7b7b7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0%;
    height: 15px;
    width: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
    top: -6px;
}

.price_slider_amount {
    display: block;
    overflow: hidden;
}

.label-input {
    display: inline-block;
    float: left;
}

    .label-input label {
        color: #575757;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        text-transform: capitalize;
    }

    .label-input input {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        box-shadow: none;
        color: #575757;
        font-size: 14px;
        font-weight: 600;
        height: inherit;
        padding-left: 5px;
        width: 99px;
    }

.price_slider_amount > button {
    background-color: transparent;
    border: medium none;
    color: #575757;
    display: inline-block;
    float: right;
    font-weight: 600;
    line-height: 1;
    padding: 4px 0 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar-categories li a {
    color: #353535 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize !important;
}

    .sidebar-categories li a:hover {
        color: #1589ee;
    }

    .sidebar-categories li a span {
        float: right;
    }

.sidebar-categories li {
    margin-bottom: 25px;
    margin-top: 25px;
    margin-left: 25px;
}

    /*.sidebar-categories li:before {
        font-family: FontAwesome;
        display: inline-block;
        padding-right: 6px;
        vertical-align: middle;
        content: "\002B";
    }

.subcategory li:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\2212";
}*/

    .sidebar-categories li:last-child {
        margin-bottom: 0px;
    }

.product-color > ul li {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    height: 22px;
    margin-right: 20px;
    text-indent: -9999px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 22px;
}

    .product-color > ul li:last-child {
        margin-right: 0px;
    }

    .product-color > ul li.red {
        background: #1589ee none repeat scroll 0 0;
    }

    .product-color > ul li.pink {
        background: #ff01f0 none repeat scroll 0 0;
    }

    .product-color > ul li.blue {
        background: #3649ff none repeat scroll 0 0;
    }

    .product-color > ul li.sky {
        background: #00c0ff none repeat scroll 0 0;
    }

    .product-color > ul li.green {
        background: #00ffae none repeat scroll 0 0;
    }

    .product-color > ul li.purple {
        background: #8a00ff none repeat scroll 0 0;
    }

.sidebar-widget {
    display: block;
    padding-right: 10px;
}

    .sidebar-widget.sidebar-overflow {
        overflow: hidden;
    }

.product-size li {
    display: inline-block;
    margin-right: 16px;
}

    .product-size li a {
        color: #888888;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .product-size li a:hover {
            color: #1589ee;
        }

.single-top-rated {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-rated-text > h4 {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.top-rated-rating li {
    display: inline-block;
}

.top-rated-rating li {
    display: inline-block;
    margin-right: 5px;
}

    .top-rated-rating li i {
        color: #000000;
        font-size: 16px;
    }

        .top-rated-rating li i.reting-color {
            color: #1589ee;
            font-size: 16px;
        }

.top-rated-text > span {
    color: #8b8b8b;
    font-weight: 600;
}

.top-rated-text {
    margin-left: 20px;
}

.top-rated-rating {
    line-height: 1;
    margin: 9px 0 10px;
}

.sidebar-load {
    padding-top: 7px;
}

/*-------- 12. Shop list -----------*/

.single-product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-content-list {
    margin-left: 30px;
}

.product-list-info > h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.product-list-info > span {
    color: #b5b5b5;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 16px;
}

.product-list-info > p {
    color: #818181;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.list-img-width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
}

.sidebar-list-img-width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 470px;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
}

.product-list-cart-wishlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}

.list-btn-style {
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1;
    padding: 17px 32px;
    text-transform: uppercase;
}

    .list-btn-style:hover {
        border: 1px solid #1589ee;
    }

.list-btn-wishlist {
    border: 1px solid #dcdcdc;
    color: #727272;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    padding: 13px 18px;
}

    .list-btn-wishlist:hover {
        border: 1px solid transparent;
    }

.product-list-cart {
    margin-right: 30px;
}

.load-more.list-mrg {
    margin: 0;
}

.res-class .shop-filters-right.is-visible .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.padding-filter .shop-filters-right.is-visible .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* container product list */

.container-product-list .product-content-list {
    margin-left: 0px;
}

/*------------ 13. breadcrumb style 2 -----------*/

.breadcrumb-content-2 > ul li {
    color: #929191;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding-right: 27px;
    position: relative;
    text-transform: uppercase;
}

    .breadcrumb-content-2 > ul li a {
        color: #929191;
    }

        .breadcrumb-content-2 > ul li a:hover {
            color: #1589ee;
        }

.breadcrumb-content-2 ul li:after {
    background-color: #929191;
    content: "";
    font-size: 8px;
    height: 11px;
    margin-left: 11px;
    position: absolute;
    right: 11px;
    top: 6px;
    -webkit-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    transform: rotate(33deg);
    width: 2px;
}

.breadcrumb-content-2 ul li:last-child:after {
    content: inherit;
}

/*---------- 14. product details --------*/

.product-details-small a:last-child {
    margin-right: 0px;
}


.product-details-small a > img {
    width: 100%;
}

.product-details-small.main-product-details a > img {
    width: 140px;
}

.product-details-small.main-product-details a {
    margin-bottom: 10px;
}

.product-details-small > a.active {
    position: relative;
}

    .product-details-small > a.active:before {
        background: rgba(0, 0, 0, .15) none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 400ms ease-in 0s;
        transition: all 400ms ease-in 0s;
        z-index: 10;
    }

.product-details-content > h3 {
    color: #707070;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
    text-transform: capitalize;
}

.details-price > span {
    color: #1589ee;
    font-size: 24px;
    font-weight: 600;
}

.product-details-content .rating-number {
    margin-bottom: 5px;
}

.product-details-content > p {
    color: #545454;
    margin-bottom: 33px;
}

.details-price {
    margin-bottom: 25px;
}

.product-cat-tag li, .product-share li {
    display: inline-block;
    margin-right: 14px;
}

    .product-cat-tag li a {
        text-transform: capitalize;
    }

    .product-cat-tag li.categories-title {
        text-transform: uppercase;
        font-size: 15px;
        color: #6e6e6e;
    }

.product-share > ul li {
    margin-right: 15px;
    display: inline-block;
    margin-right: 14px;
}

    .product-share > ul li a {
        border: 1px solid #3f3f3f;
        border-radius: 50px;
        color: #585858;
        display: inline-block;
        height: 30px;
        text-align: center;
        width: 30px;
    }

        .product-share > ul li a:hover {
            border: 1px solid #1589ee;
            background-color: #1589ee;
            color: #fff;
        }

        .product-share > ul li a i {
            line-height: 28px;
        }

.product-categories.product-cat-tag {
    margin: 34px 0 15px;
}

.product-tags.product-cat-tag {
    margin-bottom: 22px;
}

.description-review-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 44px;
}

    .description-review-title a {
        color: #e0e0e0;
        font-size: 30px;
        font-weight: bold;
        margin: 0 20px;
    }

        .description-review-title a.active {
            color: #333333;
        }

.description-review-text .tab-pane p {
    color: #545454;
    font-size: 15px;
    margin: 0 auto;
    width: 61%;
}

#pro-review a {
    background-color: #282828;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase;
}

/*-------- 15. Product details 2 -------*/

.product-details-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 125px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
}

.product-details-tab.product-details-tab2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-details-btn > a {
    color: #929191;
    font-size: 20px;
    margin-left: 10px;
}

    .product-details-btn > a.active, .product-details-btn > a:hover {
        color: #3a3a3a;
        margin-left: 10px;
    }

.product-details-btn {
    margin-top: -128px;
    position: absolute;
    right: 0;
}

.product-details {
    position: relative;
    padding: 20px 0px 50px 0px
}

/*----------- 16. product details 4 ---------*/



.single-bundle-img a img {
    width: 100%;
}

.details-title {
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 19px;
}

.product-color-style2 > ul li {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    height: 19px;
    margin-right: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 19px;
}

    .product-color-style2 > ul li.orange {
        background: #ff5d42 none repeat scroll 0 0;
        position: relative;
    }

        .product-color-style2 > ul li.orange:before {
            color: #fff;
            content: "";
            font-family: "Ionicons";
            font-size: 16px;
            left: 0;
            position: absolute;
            right: 0;
            text-align: center;
            text-indent: inherit;
            top: -2px;
            z-index: 99;
        }

    .product-color-style2 > ul li.blue2 {
        background: #425dff none repeat scroll 0 0;
    }

    .product-color-style2 > ul li.pink {
        background: #fd42ff none repeat scroll 0 0;
    }

    .product-color-style2 > ul li.yellow {
        background: #ffd542 none repeat scroll 0 0;
    }

.product-color-2 {
    margin-bottom: 37px;
    overflow: hidden;
}

.product-size-style2 li {
    display: inline-block;
    margin-right: 12px;
}

    .product-size-style2 li a {
        color: #828282;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .product-size-style2 li a:hover {
            color: #1589ee;
        }

.product-size-2 {
    margin-bottom: 30px;
}

.bundle-area > h3 {
    color: #707070;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.bundle-area > p {
    color: #545454;
    margin: 0;
}

.bundle-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 34px 0 35px;
}

.single-bundle-img {
    margin-right: 11px;
    position: relative;
    cursor: pointer;
}

.bundle-img > a:last-child {
    margin-right: 0px;
}

.single-bundle-img:before {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 400ms ease-in 0s;
    transition: all 400ms ease-in 0s;
    pointer-events: none;
}

.single-bundle-img:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bundle-price ul li {
    color: #525252;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

    .bundle-price ul li:last-child {
        margin-bottom: 0px;
    }

    .bundle-price ul li:before {
        color: #727272;
        content: "";
        font-family: "Ionicons";
        font-size: 14px;
        left: 0;
        position: absolute;
        text-indent: inherit;
        top: 0;
    }

    .bundle-price ul li span {
        position: relative;
    }

        .bundle-price ul li span:before {
            background: #7d7d7d none repeat scroll 0 0;
            bottom: 9px;
            content: "";
            height: 1px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            width: 32px;
        }

.bundle-result > h4 {
    color: #525252;
    font-size: 16px;
    font-weight: 600;
}

    .bundle-result > h4 span {
        color: #747373;
        font-weight: 400;
    }

        .bundle-result > h4 span .bundle-cross {
            position: relative;
        }

            .bundle-result > h4 span .bundle-cross:before {
                background: #9f9e9e none repeat scroll 0 0;
                bottom: 10px;
                content: "";
                height: 1px;
                left: 0;
                margin: 0 auto;
                position: absolute;
                right: 0;
                width: 45px;
            }

a.bundle-btn {
    background-color: #1589ee;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1;
    padding: 17px 25px;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

.btn-hover-black:before {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: inherit;
}

.btn-hover-black:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 4px !important
}

.btn-hover-black:hover {
    color: white;
}

.bundle-social li {
    display: inline-block;
    margin-right: 30px;
}

    .bundle-social li a {
        color: #383838;
        font-size: 18px;
        line-height: 1;
    }

        .bundle-social li a:hover {
            color: #1589ee;
        }

.bundle-result {
    margin-top: 32px;
}

.bundle-cart {
    margin: 37px 0 38px;
}

.product-details-4 > img {
    width: 100%;
}

.product-details-5 > img {
    padding-top: 134px;
    width: 100%;
}

.scroll-single-product > img {
    width: 100%;
}

.inner-wrapper-sticky > h3 {
    color: #707070;
    font-size: 24px;
    font-weight: 600;
}

/*-------- 17. Product details 7  -------*/

.product-details7-social li {
    display: inline-block;
    margin-right: 27px;
}

    .product-details7-social li a {
        color: #383838;
        font-size: 18px;
    }

        .product-details7-social li a:hover {
            color: #1589ee;
        }

.sidebar-details7 .quickview-btn-cart {
    margin: 0 0 0 30px;
}

    .sidebar-details7 .quickview-btn-cart > a {
        padding: 17px 34px;
    }

.sidebar-details7 .details-title {
    margin-top: 0;
}

.scroll-single-product {
    position: relative;
}

    .scroll-single-product > a {
        background-color: #fff;
        bottom: 30px;
        color: #1589ee !important;
        display: inline-block;
        font-size: 22px;
        padding: 10px 19px;
        position: absolute;
        right: 30px;
        text-align: center;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

        .scroll-single-product > a:hover {
            background-color: #1589ee;
            color: #fff !important;
        }

    .scroll-single-product:hover a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

/*-------- 18. Product details 8 --------- */

.single-details-gallery {
    width: 280px;
    float: left;
}

    .single-details-gallery > img {
        width: 100%;
    }

.details-9 > img {
    width: 100%;
}

.product-details-9 .product-details-btn {
    margin-top: -98px;
}

/*------- 19. Product details 9  ----------*/

.details-9-content .product-color-style2 > ul li {
    display: inline-block;
    float: inherit;
}

.details-9-content .rating-number, .details-9-content .quickview-plus-minus {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.details-9-content .product-details-content > p {
    margin: 0 auto;
    width: 50%;
}

/*----------- 20. Shop filters  ----------*/

.shop-filters-left {
    float: left;
    margin-left: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding-right: 100px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    max-width: 420px;
    width: 100%;
    z-index: -99999;
    position: absolute;
    top: 0;
}

    .shop-filters-left .shop-sidebar {
        width: 100%;
        padding-right: 0;
    }

    .shop-filters-left.is-visible {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        z-index: 9;
        margin-left: 0px;
        z-index: 99;
    }

.shop-filters-right {
    width: 100%;
    padding-left: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    overflow: hidden;
}

    .shop-filters-right.is-visible {
        padding-left: 420px;
    }

.filter-container .shop-filters-left {
    padding-right: 50px;
    max-width: 340px;
}

.filter-container .shop-filters-right.is-visible {
    padding-left: 340px;
}

.hidden-items .shop-filters-right.is-visible .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.hidden-items .shop-filters-right.is-visible .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*-------- 21. Shopping cart ----------*/


h1.cart-heading {
    color: #252525;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cart-title-area {
    padding-top: 30px;
}

.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    border: none;
}

.wishlist .table-content table {
    margin: 0 0 0px;
}

.table-content.wish table {
    margin: 0 0 0px;
}

.table-content table th {
    border-top: medium none;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 10px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.table-content table td {
    border-top: medium none;
    padding: 40px 10px;
    vertical-align: middle;
    font-size: 13px;
}

    .table-content table td input {
        background: #e5e5e5 none repeat scroll 0 0;
        border: medium none;
        border-radius: 3px;
        color: #6f6f6f;
        font-size: 14px;
        font-weight: normal;
        height: 40px;
        padding: 0 5px 0 10px;
        width: 60px;
    }

    .table-content table td.product-subtotal {
        color: #555;
        font-size: 15px;
        width: 120px;
    }

    .table-content table td.product-name a {
        color: #6f6f6f;
        font-size: 15px;
        margin-left: 10px;
    }

        .table-content table td.product-name a:hover {
            color: #1589ee;
        }

    .table-content table td.product-name {
        width: 270px;
    }

    .table-content table td.product-thumbnail {
        width: 130px;
    }

    .table-content table td.product-remove i {
        color: #919191;
        display: inline-block;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
    }

.table-content table .product-price .amount {
    color: #555;
    font-size: 15px;
}

.table-content table td.product-remove i:hover {
    color: #1589ee;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

thead {
    background-color: #f6f6f6;
}

.coupon input {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #333;
    font-size: 13px;
    height: 42px;
    width: 120px;
}

.coupon2 input {
    width: inherit;
}

.coupon-all input.button {
    background-color: #333;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: inherit;
}

    .coupon-all input.button:hover {
        background-color: #1589ee;
        border: medium none;
        color: #fff;
    }

.coupon {
    float: left;
}

.coupon2 {
    float: right;
}

.cart-page-total span {
    float: right;
}

.cart-page-total > ul {
    border: 1px solid #ddd;
}

.cart-page-total li {
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px;
}

    .cart-page-total li:last-child {
        border-bottom: none;
    }

.cart-page-total {
    padding-top: 50px;
}

    .cart-page-total > a {
        background-color: #333;
        border: 1px solid #333;
        color: #fff;
        display: inline-block;
        margin-top: 30px;
        padding: 9px 20px;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .cart-page-total > a:hover {
            background-color: #1589ee;
            color: #fff;
            border: 1px solid #1589ee;
        }

    .cart-page-total > h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

/*-------- 22. Checkout page ----------*/

.coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #464646;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}

    .coupon-accordion h3:before {
        color: #333;
        content: "";
        font-family: "Ionicons";
        display: inline-block;
        left: 1.5em;
        position: absolute;
        top: 1em;
    }

.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
}

    .coupon-accordion span:hover,
    p.lost-password a:hover {
        color: #1589ee;
    }

.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

    .coupon-info p.form-row-first label,
    .coupon-info p.form-row-last label {
        display: block;
    }

        .coupon-info p.form-row-first label span.required,
        .coupon-info p.form-row-last label span.required {
            color: red;
            font-weight: 700;
        }

    .coupon-info p.form-row-first input,
    .coupon-info p.form-row-last input {
        border: 1px solid #e5e5e5;
        height: 36px;
        margin: 0 0 14px;
        max-width: 100%;
        padding: 0 0 0 10px;
        width: 370px;
        background-color: transparent;
    }

    .coupon-info p.form-row input[type="submit"]:hover,
    p.checkout-coupon input[type="submit"]:hover {
        background: #1589ee none repeat scroll 0 0;
    }

    .coupon-info p.form-row input[type="checkbox"] {
        height: inherit;
        position: relative;
        top: 2px;
        width: inherit;
    }

.form-row > label {
    margin-top: 7px;
}

p.lost-password {
    margin-top: 15px;
}

    p.lost-password a {
        color: #6f6f6f;
    }

p.checkout-coupon input[type="text"] {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 36px;
    padding-left: 10px;
    width: 170px;
}

p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

    .country-select label,
    .checkout-form-list label {
        color: #333;
        margin: 0 0 5px;
        display: block;
    }

        .country-select label span.required,
        .checkout-form-list label span.required {
            color: red;
        }

    .country-select select {
        -moz-appearance: none;
        border: 1px solid #ddd;
        height: 32px;
        padding-left: 10px;
        width: 100%;
        background-color: transparent;
    }

    .country-select:before {
        content: "";
        font-family: "Ionicons";
        display: inline-block;
        font-size: 20px;
        position: absolute;
        right: 12px;
        top: 27px;
    }

.checkout-form-list {
    margin-bottom: 30px;
}

    .checkout-form-list label {
        color: #333;
    }

    .checkout-form-list input[type=text],
    .checkout-form-list input[type=password],
    .checkout-form-list input[type=email] {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #e5e5e5;
        border-radius: 0;
        height: 42px;
        width: 100%;
        padding: 0 0 0 10px;
    }

    .checkout-form-list input[type="checkbox"] {
        display: inline-block;
        height: inherit;
        margin-right: 10px;
        position: relative;
        top: 2px;
        width: inherit;
    }

.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 1px;
    width: 30px;
}

.create-acc label {
    color: #333;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
    color: #363636;
}

.order-notes textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 90px;
    padding: 15px;
    width: 100%;
}

#ship-box-info {
    display: none;
}

.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}

    .your-order h3 {
        border-bottom: 1px solid #d8d8d8;
        font-size: 25px;
        margin: 0 0 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
        width: 100%;
    }

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

    .your-order-table table th,
    .your-order-table table td {
        border-bottom: 1px solid #d8d8d8;
        border-right: medium none;
        font-size: 14px;
        padding: 15px 0;
        text-align: center;
    }

    .your-order-table table th {
        border-top: medium none;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap;
        width: 250px;
    }

    .your-order-table table .shipping ul li input {
        position: relative;
        top: 2px;
    }

    .your-order-table table .shipping th {
        vertical-align: top;
    }

    .your-order-table table .order-total th {
        border-bottom: medium none;
        font-size: 18px;
    }

    .your-order-table table .order-total td {
        border-bottom: medium none;
    }

    .your-order-table table tr.cart_item:hover {
        background: #F9F9F9;
    }

    .your-order-table table tr.order-total td span {
        color: #464646;
        font-size: 20px;
    }

.payment-method {
    margin-top: 40px;
}

.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

    .payment-accordion h3 a {
        color: #6f6f6f;
        font-size: 14px;
        padding-left: 25px;
        position: relative;
        text-transform: capitalize;
        text-decoration: none;
    }

.payment-content p {
    font-size: 13px;
}

.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}

.order-button-payment input {
    background: #464646 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer;
}

    .order-button-payment input:hover {
        background: #1589ee;
        border: 1px solid #1589ee;
        color: #fff;
    }

.coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
}

.mrg-nn {
    margin-bottom: 0;
}

h5.panel-title {
    color: #444;
    font-weight: 600;
}

.panel-body > p {
    color: #666;
}

.panel.panel-default {
    margin-bottom: 20px;
}


/*--------- 23. Login page ---------*/
.login-form-container {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 60px 40px;
    text-align: left;
}

.login-text {
    margin-bottom: 30px;
    text-align: center;
}

    .login-text h2 {
        color: #444;
        font-size: 30px;
        margin-bottom: 5px;
        text-transform: capitalize;
    }

    .login-text span {
        font-size: 15px;
    }

.login-form-container input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #999;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

    .login-form-container input::-moz-placeholder {
        color: #999;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.login-toggle-btn {
    padding-top: 10px;
}

.login-form-container input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}

.login-form-container label {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}

.login-toggle-btn > a {
    color: #777;
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .login-toggle-btn > a:hover {
        color: #000;
    }

.button-box .default-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #777;
    font-size: 14px;
    line-height: 1;
    margin-top: 25px;
    padding: 12px 36px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .button-box .default-btn:hover {
        background-color: #1589ee;
        border: 1px solid #1589ee;
        color: #fff;
    }

/*------- 24. Blog sidebar ---------*/

.blog-tags-style li {
    display: inline-block;
    margin: 0 5px 10px 0;
}

    .blog-tags-style li a {
        border: 1px solid #cbcbcb;
        color: #232323;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        padding: 13px 19px;
        text-align: center;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .blog-tags-style li a:hover {
            color: #fff;
            background-color: #1589ee;
        }

.sidebar-img-content {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 20px;
}

    .sidebar-img-content > p {
        color: #646464;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 21px;
    }

    .sidebar-img-content h4 {
        color: #2f2f2f;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .sidebar-img-content > span {
        color: #2f2f2f;
        font-size: 12px;
        font-weight: 400;
    }

.sidebar-widget.mb-50 > img {
    width: 100%;
}

.sidebar-img-social ul li {
    display: inline-block;
    margin-right: 20px;
}

    .sidebar-img-social ul li > a {
        font-size: 16px;
    }

.sidebar-img-social {
    margin-top: 10px;
}

.blog-sidebar .top-rated-text > h4 {
    font-size: 16px;
    line-height: 24px;
}

.blog-sidebar .top-rated-text > span {
    margin-bottom: 2px;
}

.social-network > a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #262626;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    line-height: 59px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 80px;
}

    .social-network > a:hover {
        background: #1589ee none repeat scroll 0 0;
        color: #fff;
    }

#Instafeed img {
    width: 107px;
}

#Instafeed > li {
    display: inline-block;
    padding: 2px;
}

.pagination-style ul li {
    display: inline-block;
    margin: 0 5px;
}

    .pagination-style ul li a {
        border: 1px solid #bebebe;
        color: #8b8b8b;
        font-size: 16px;
        font-weight: 400;
        height: 40px;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        vertical-align: middle;
        width: 40px;
        display: inline-block;
        line-height: 37px;
    }

    .pagination-style ul li:hover a, .pagination-style ul li.active a {
        background: #1589ee none repeat scroll 0 0;
        border-color: #1589ee;
        color: #fff;
    }




/*---------- 25. Blog details ----------*/

.blog-part > img {
    width: 100%;
}

.blog-details-style blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #1589ee;
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
}

h3.leave-comment-text {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.blog-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.news-allreply img {
    border-radius: 100%;
    width: 100%;
}

.blog-title > h3 {
    font-size: 16px;
    margin-bottom: 6px;
    text-transform: capitalize;
    color: #333;
}

.blog-title > span {
    color: #666666;
    display: block;
    margin-bottom: 7px;
}

.blog-middle-mrg {
    margin: 32px 0 33px 90px;
}

.blog-img-details p {
    margin-bottom: 10px;
}

.blog-img-details > a {
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}

    .blog-img-details > a:hover {
        color: #1589ee;
    }

.blog-img-details {
    padding-left: 30px;
}

.leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
}

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #666666;
    font-size: 14px;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
}

.text-leave button.submit {
    background-color: #333;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 16px 30px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

.blog-info-details > h3 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/*----------- 26. Contact page -----------*/


.contact-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 38px;
    text-transform: uppercase;
}

.single-contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contact-info-icon i {
    border: 1px solid #cbcbcb;
    border-radius: 100%;
    color: #393939;
    display: block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.contact-info-content p {
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.contact-info-content {
    padding-left: 15px;
}

.contact-form-style input, .contact-form-style textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #c1c1c1;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #444;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 20px 0 0;
}

    .contact-form-style input::-moz-placeholder, .contact-form-style textarea::-moz-placeholder {
        color: #444;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .contact-form-style input::-webkit-placeholder, .contact-form-style textarea::-webkit-placeholder {
        color: #444;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.contact-form-style textarea {
    height: 150px;
}

.contact-form-style button.submit {
    background-color: #333;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 16px 30px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}

.contact-info {
    margin-bottom: 20px;
}

#hastech2 {
    height: 402px;
    width: 100%;
}

.contact-map {
    margin-top: 65px;
}

/*-------- 27. ScrollUp --------*/

#scrollUp {
    background: #1589ee none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 38px;
    z-index: 9999;
}

    #scrollUp:hover {
        background: #333 none repeat scroll 0 0;
        bottom: 85px;
        color: #ffffff;
        cursor: pointer;
        display: none;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        position: fixed;
        right: 12px;
        text-align: center;
        width: 38px;
        z-index: 9999;
    }



/*----------------------------------------*/
/* Newsletter Popup CSS
/*----------------------------------------*/
.popup_wrapper {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
}

.test {
    background: #fff none repeat scroll 0 0;
    left: 0;
    margin: auto;
    padding: 80px 50px;
    position: absolute;
    right: 0;
    top: 200px;
    width: 55%;
}

.subscribe_area > p {
    margin-bottom: 30px;
}

.popup_off {
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #000;
    width: 53px;
    height: 25px;
    line-height: 27px;
    position: absolute;
    top: -25px;
    right: 0;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .popup_off:hover {
        background: #1589ee;
    }

.subscribe-form-group {
    margin-top: 15px;
}

    .subscribe-form-group input {
        background: #EBEBEB none repeat scroll 0% 0%;
        border: medium none;
        height: 40px;
        width: 50%;
        margin: 20px 0;
        padding: 0 15px;
    }

input#newsletter-permission {
    height: inherit;
    width: 12px;
}

.subscribe-bottom input {
    background: #f2f2f2 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    width: 60%;
}

.clear-2 {
    margin-top: 20px;
}

    .clear-2 input {
        background: #333 none repeat scroll 0 0;
        border: medium none;
        box-shadow: none;
        color: #fff;
        font-size: 14px;
        height: inherit;
        padding: 13px 35px;
        width: inherit;
    }

        .clear-2 input:hover {
            background: #1589ee none repeat scroll 0 0;
            border: medium none;
            box-shadow: none;
        }



.subscribe_area h2 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 35px;
}

.logo h2 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
}

    .logo h2 span {
        color: #1589ee;
    }

.footer-logo h2 {
    margin: 0px;
    padding: 0px;
    font-size: 25px;
}

    .footer-logo h2 span {
        color: inherit;
    }

select#slt_industry {
    font-size: 15px;
}

.footer-area {
    padding: 0px 0px 0px 0px;
}

.cart-main-area {
    padding: 20px 0px 50px 0px;
}

.checkout-area {
    padding: 20px 0px 50px 0px;
}

.cart-main-area {
    padding: 20px 0px 50px 0px;
}

.contact-area {
    padding: 20px 0px 50px 0px;
}

.banner-area {
    padding: 20px 0px 20px 0px !important;
}

.header-area.header-area-padding {
    background-color: #f1f1f1;
}


/**Timeline**/
.isc-activity-feed {
    margin-left: 18px;
}

.isc-activity-feed {
    padding: 15px;
    list-style: none;
}

    .isc-activity-feed .isc-feed-item .text {
        position: relative;
        top: -3px;
    }

    .isc-activity-feed .isc-feed-item .date {
        display: block;
        font-size: 11px;
        float: unset;
        padding-left: 0px;
    }

    .isc-activity-feed .isc-feed-item::after {
        left: -6px;
    }

    .isc-activity-feed .isc-feed-item::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -8px;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: #fff;
        border: 2px solid #fcb95b;
    }

    .isc-activity-feed .isc-feed-item {
        position: relative;
        padding-bottom: 20px;
        padding-left: 30px;
        border-left: 2px solid #e4e8eb;
        font-size: 14px;
    }
/**Timeline**/
/***Notes**/
.isc-single-discussion {
    padding: 30px 5px;
    position: relative;
}

.set > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
}

.isc-no-bg > a.active {
    background-color: #fff;
}

.set > a i {
    float: right;
    margin-top: 2px;
}

.isc-95per {
    width: 95%;
    float: left;
}

.isc-discussion-text {
    height: 50px;
}

.isc-discussion-text {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 16px !important;
    padding: 10px !important;
    box-sizing: border-box;
    background: rgba(236, 240, 241, 0.5);
}


.isc-btn.isc-success-btn {
    background-color: #13a840;
    border-color: #13a840;
    color: #fff;
}

.isc-img-hor-nav-s1 li a {
    display: inline-block;
    font-size: 12px;
    color: #7c7c7c;
    font-weight: 600;
    line-height: 10px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;
    position: relative;
}

.isc-tag-bg-clor-s4 {
    color: #757575 !important;
    border: 1px solid #dddddd4d !important;
    background-color: rgba(240, 240, 240, 0.4) !important;
    color: #757575 !important;
    font-size: 13px;
}

.isc-single-discussion .isc-single-discussion-icon h2 {
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0px !important;
    background: rgba(21, 137, 238, 0.1);
    border: 1px solid #74b9ff;
    border-radius: 50% !important;
    color: #1589ee;
    line-height: 37px;
    font-size: 13px !important;
    font-weight: 500;
}

.isc-single-discussion .isc-single-discussion-icon {
    width: 50px;
    float: left;
    text-align: center;
}

.isc-single-discussion .isc-single-discussion-content {
    width: calc( 100% - 70px);
    float: left;
}

    .isc-single-discussion .isc-single-discussion-content h2 {
        font-size: 12px;
        margin: 5px 0px;
        font-weight: 600;
    }

.isc-single-discussion .isc-single-delete-content {
    float: left;
    margin: 10px 0px 0px 50px;
    display: none;
}

.isc-single-discussion .isc-single-discussion-content .clearfix {
    margin: 0px;
    background: rgba(116, 185, 255, 0.15);
    border-radius: 0px 10px 10px 10px !important;
    padding: 10px;
    width: auto;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.2px;
}
/***Notes**/

/*****Template***/

.isc-temp-cont {
    border: 1px solid #ddd;
}

    .isc-temp-cont .table-content table th {
        text-align: left;
    }

    .isc-temp-cont .table-content table td {
        text-align: left;
    }

.isc-temp-head-cont {
    padding: 15px;
    height: 89px;
}

.isc-temp-cont .div-col-70per {
    width: 65% !important;
    float: left;
}

.isc-set-img-width {
    margin-right: 10px;
    margin-top: 10px;
    float: left;
}

.div-col-60per {
    width: 60%;
    float: left;
}

.isc-75per {
    width: 75%;
    float: left;
}

.mar-btm-0 {
    margin-bottom: 0px;
}

.isc-temp-cont .isc-entity-sm-title {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.isc-temp-bdy-cont {
    padding: 15px;
}

.isc-70per {
    float: left;
    width: 70%;
}

.div-col-20per {
    width: 20% !important;
    float: left;
}

.isc-tail-h1-p1 {
    font-size: 22px;
    margin-top: 20px;
}

.div-col-10per {
    width: 10%;
    float: left;
}

.isc-60per {
    width: 60%;
    float: left;
}

.div-col-40per {
    width: 40%;
    float: left;
}

.isc-bill-add {
    width: 90%;
    padding: 10px;
    background-color: #f9f9f9;
    color: #fff;
}

.isc-thm-hme-kpi-hdr-t1 {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    color: #525252;
    line-height: 25px;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.div-col-50per {
    width: 50%;
    float: left;
}

.isc-wrap-item h4 {
    margin-bottom: 5px;
    color: #5d5d5d;
    font-weight: 500;
    font-size: 14px;
}
/****Template***/
.out-ofstoxk label {
    top: 6px;
    position: absolute;
    height: 33px;
    line-height: 31px;
    opacity: 1;
    text-align: center;
    z-index: 99;
    margin-right: 10px;
    font-weight: 600;
    color: #000;
    width: -webkit-fill-available;
    left: auto;
    background-color: #e6e4e4;
}

.slider.round {
    border-radius: 34px;
}
/*
.isc-set-pos span {
    position: absolute !important;
}*/

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

    .switch input:checked + .slider {
        background-color: #25b4e9;
    }

.pad-0 {
    padding: 0px;
}

    .pad-0 .isc-form-hor-hdr-cont-s1 {
        width: 42% !important;
    }

.isc-pos-rel {
    position: relative;
    opacity: 0.5;
}

.isc-set-tabl-bdy-scroll thead tr th {
    position: sticky;
}


.isc-set-tabl-bdy-scroll thead tr {
    display: block;
}

.isc-set-tabl-bdy-scroll tbody {
    display: block;
    overflow: auto;
    min-height: 150px;
    max-height: 260px;
}
/*.isc-inline-block
{
    display:inline-block;
}*/
.isc-set-tabl-bdy-scroll ::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.isc-set-tabl-bdy-scroll ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #d8d8d8;
}

.isc-show-suggession {
    width: 387px;
    top: 89px;
}

.isc-set-bdr-top label {
    font-size: 13px;
    margin-top: 10px;
}

.isc-color-p1 {
    color: #1589ee !important;
}

.isc-set-bdr-top {
    border-top: 1px solid #dadada;
}

.isc-set-text-cen {
    COLOR: #fff;
    LINE-HEIGHT: 35PX;
    BACKGROUND-COLOR: #1589ee;
    TEXT-ALIGN: CENTER;
    WIDTH: 35PX;
    font-weight: bold;
    HEIGHT: 35PX;
    margin-right: 10px;
    border-radius: 4px;
}

.isc-show-suggession h4 {
    font-size: 15px;
    margin-bottom: 3px
}

.isc-show-suggession span {
    font-size: 12px;
    background-color: #ddd;
    padding: 3px 6px;
    border-radius: 4px;
}

.isc-show-suggession h5 {
    font-size: 13px;
}

.shop-customer-detail h4 {
    font-size: 15px;
    margin-bottom: 3px
}

.shop-customer-detail h5 {
    font-size: 13px;
}

.shop-customer-detail span {
    font-size: 12px;
    background-color: #ddd;
    padding: 3px 6px;
    border-radius: 4px;
}

.mar-lft-20 {
    margin-left: 20px;
}

.f-s-15 {
    font-size: 15px;
}

.isc-color-p2 {
    color: #13a840 !important;
}

.isc-color-p5 {
    color: #ff6c6c !important;
}

.popover-body input {
    background-color: unset;
    border: unset;
    border-bottom: 1px solid #dadada;
}

.popover-body #tab1-btn input:focus {
    border-bottom: 1px solid #1589ee !important;
    background-color: #1589ee !important;
}

    .popover-body #tab1-btn input:focus::placeholder {
        color: #fff;
    }
/*.tab2-btn.tab2-sec .col-md-8 .tab2-sec {
    display: block;
}
.tab1-btn.tab1-sec .col-md-8 .tab2-sec {
    display: block;
}*/
.popover-body #tab2-btn input:focus {
    border-bottom: 1px solid #1589ee !important;
    background-color: #1589ee !important;
}

    .popover-body #tab2-btn input:focus::placeholder {
        color: #fff;
    }

.isc-f-13 {
    font-size: 13px;
}

.popover-header {
    background-color: unset;
}

.div-col-70per {
    width: 70%;
    float: left;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #f1f1f1;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.isc-color-p4 {
    color: #ffa220;
}

#isc-custom-drag input {
    position: absolute;
    cursor: pointer;
    left: 200px !important;
    top: 20px !important;
    opacity: 0;
    width: 170px;
    height: 39px;
}

#clickHere {
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 17px;
    width: 150px;
    border-radius: 4px;
    background-color: #1589fe;
    padding: 5px;
    margin: 15px 0px;
    text-align: center;
}

.isc-show {
    display: block;
}

#isc-custom-drag {
    width: 100%;
    min-height: auto;
    border: 1px dashed rgba(0, 0, 0, .3);
    border-radius: 5px;
    font-family: Arial;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #7E7E7E;
    height: 60px;
}

.isc-pos #Addcustomer .modal-header {
    display: block;
}

.isc-pos .dropdown-item {
    padding: 7px;
    font-size: 14px;
    line-height: 16px;
}

.isc-pos .dropdown-menu {
    min-width: 100px !important;
    transform: translate3d(101px, 41px, 0px);
}

.isc-pos .dropdown-menu {
    border: unset;
    box-shadow: 1px 2px 7px 1px #dadada;
}

.isc-pos #Addcustomer .checkout-form-list input[type=text] {
    height: 32px;
    text-align: left;
    border: unset;
    border-bottom: 1px solid #dadada;
}

.isc-pos #Addcustomer .country-select label {
    float: left;
    width: 100% !important;
}

.isc-pos #Addcustomer .country-select select {
    width: 100%;
    border: unset;
    border-bottom: 1px solid #dadada;
}

.isc-pos #Addcustomer .nav-fill .nav-item {
    flex: initial;
}

.isc-pos #Addcustomer .checkout-form-list {
    margin-bottom: 11px;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.isc-pos #nav-details .checkout-form-list label {
    float: unset;
    width: 100%;
    display: contents;
}

.isc-pos #Addcustomer .modal-dialog {
    min-width: 650px !important;
}

.isc-pos #Addcustomer .col-md-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.isc-pos #Addcustomer .modal-body {
    padding: 0px;
}

#ProductInfo .modal-dialog {
    min-width: auto;
}

.tabl-fix {
    table-layout: fixed;
}

.f-s-12 {
    font-size: 12px;
}

.product-detail #ProductInfo .modal-body {
    height: calc(100vh - 300px) !important;
}

.product-detail #ProductInfo .modal-header {
    display: block;
}

.mar-top-50 {
    margin-top: 50px;
}

.isc-f-12 {
    font-size: 12px;
}

.pad-lft-30 {
    padding-left: 28px;
}

.isc-pos .isc-set-bg-clr i {
    margin-left: 20px;
}

.isc-set-bg-clr i {
    border-radius: 4px;
    background-color: #f7f7f7;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    text-align: center;
    line-height: 28px;
}

.isc-set-bg-clr label {
    font-size: 13px;
}


.popover-body label {
    font-size: 13px;
}

.isc-p-l-0 {
    padding-left: 0px;
}

.isc-pos #Addcustomer .checkout-form-list .switch {
    width: 45px;
    margin-right: 10px;
}

.isc-pos #Holdsale .modal-header {
    border-bottom: unset;
}

.isc-pos #Retrievesale .modal-body {
    height: calc(100vh - 350px) !important;
}

.isc-pos #Retrievesale .modal-dialog {
    min-width: 400px;
}

.isc-pos #Holdsale .isc-set-bg-clr {
    background-color: #f7f7f7;
}

.isc-pos #Addcustomer .modal-body {
    height: calc(100vh - 320px) !important;
}

.isc-pos #Holdsale .modal-dialog {
    min-width: 400px;
}

.isc-pos #Holdsale .isc-f-12 {
    font-size: 12px;
}

/*****Pos*******/
.isc-pos .shop-sidebar-right input {
    background-color: unset;
    border: 1px solid #dadada;
    height: 42px;
}

.f-s-12 {
    font-size: 12px !important;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu .dropdown-item {
    cursor: pointer;
}

.isc-set-bdr-menu {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada;
}

.mar-top-50 {
    margin-top: 50px;
}

.width-web {
    width: -webkit-fill-available;
}

.isc-show-register-data input {
    border: unset !important;
    border-bottom: 1px solid #dadada !important;
}

.isc-show-register-data {
    margin: 0 auto;
    text-align: center;
}

.mar-top-5 {
    margin-top: 5px;
}

.isc-pos #exampleModal .modal-body .quick-view-list img {
    width: 48px;
}

.isc-pos #exampleModal .modal-body {
    padding: 15px !important;
}

.isc-pos #exampleModal .modal-body {
    overflow-x: hidden !important;
}

.isc-pos .btn-act {
    background-color: #1589ee !important;
    color: #fff;
}

.isc-pos .isc-p-t-0 {
    padding-top: 0px !important;
}

.isc-pos #exampleModal .quick-view-list a {
    padding-left: 11px !important;
}

.isc-pos #exampleModal .qwick-view-left {
    margin-right: 16px;
}

.isc-pos .shop-customer-detail1 h4 {
    font-size: 15px;
    margin-bottom: 3px;
}

.isc-pos .shop-customer-detail1 h5 {
    font-size: 13px;
}

.isc-pos .shop-sidebar-right .isc-color-p1 {
    cursor: pointer;
}

.isc-pos .shop-page-wrapper.padding-filter, .shop-page-wrapper.shop-wrapper-pd {
    margin-top: 60px;
    padding: 0px;
}

.isc-pos h3.collapsed i:before {
    content: "\f105";
}

.isc-pos .shop-customer-detail:hover {
    cursor: pointer;
}

.isc-pos .modal-open .modal {
    overflow-y: hidden;
}

.isc-pos #CustomerInfo .collapsed .col-md-4 {
    text-align: left;
}

.isc-pos .shop-product-wrapper {
    padding-right: 0px;
}

.isc-pos .col-md-4 {
    max-width: 31.3%;
}

.isc-pos #CustomerInfo h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    padding-bottom: 10px;
    margin: 10px;
}

    .isc-pos #CustomerInfo h3 i {
        float: right;
    }

.isc-pos .popover-header {
    font-size: 14px;
}

.isc-pos .btn-secondary {
    border-radius: 4px !important;
}



.isc-pos .float-intial {
    float: initial !important;
}

.isc-pos .btn-primary a {
    color: #fff !important;
}

.isc-pos #CustomerInfo .col-md-4 {
    width: 30%;
    text-align: center;
    margin-left: 20px;
}

.isc-pos .grid-sidebar1 .font-weight-bold {
    margin-top: 23px;
    margin-left: 20px;
}

.isc-pos .isc-show-suggession {
    z-index: 999;
    background-color: #f7f7f7;
    padding: 10px;
    box-shadow: 1px 1px 3px 2px #dadada;
    position: inherit;
    width: -webkit-fill-available;
}

.isc-pos .isc-click-suggession {
    position: relative;
}

.isc-pos .isc-set-icon-pos i {
    margin-left: 10px;
    position: absolute;
    top: 16px;
}

.isc-pos .isc-set-icon-pos input::placeholder {
    padding-left: 20px;
}

.isc-pos .isc-100per {
    width: 100%;
    float: left;
}

.isc-pos .shop-sidebar-right {
    width: 30%;
    float: left;
}

.isc-pos .isc-show-wid-70per {
    width: 60% !important;
    float: left;
}


.isc-pos .shop-sidebar-right select {
    background-color: unset;
    height: 32px;
    border: 1px solid #dadada;
}

.isc-pos .isc-bdr-lft-unset {
    border-left: unset !important;
}

.isc-pos .modal .col-md-4 {
    width: 25%;
    margin-left: 20px;
}

.isc-pos .modal .checkout-form-list input[type=text] {
    height: 32px;
    text-align: center;
}

.isc-pos .isc-text-aligh-right {
    text-align: right !important;
}

.isc-pos .checkout-form-list {
    margin-top: 14px;
}

    .isc-pos .checkout-form-list label {
        float: left;
        width: 30%;
    }

.isc-pos .product-content {
    padding-top: 0px;
}

.isc-pos .isc-out-stock {
    width: 74px;
    position: absolute;
    left: -26px;
    top: -12px;
    transform: rotate(334deg);
}

.isc-pos .coupon-all input.button {
    background-color: #1589ee !important;
}

.isc-pos .isc-show-suggession {
    cursor: pointer;
}

.isc-pos .isc-click-suggession input {
    cursor: pointer;
}

.isc-pos .shop-sidebar-right .product-name h5 {
    margin-top: 7px;
    cursor: pointer;
}

.isc-pos .isc-info label {
    font-size: 13px;
}
/*
.isc-pos .btn-primary.collapsed {
    position: relative;
    top: 153px;
}
*/
.shop-sidebar-right .checkout-form-list {
    margin-bottom: 10px !important;
}

.isc-pos .shop-sidebar-right .table-content table th {
    color: #000;
    font-size: 15px;
    padding: 4px;
    text-align: left;
    text-transform: unset;
    font-weight: 600;
    background-color: #f7f7f7;
}

.isc-pos .shop-sidebar-right .table-content table th {
    color: #555353;
}

.isc-pos .isc-avatar img {
    max-width: 100%;
    height: auto;
    position: relative;
}

.isc-pos .isc-avatar-circle {
    border-radius: 50% !important;
}

.isc-pos .isc-avatar {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.25rem;
    line-height: 1;
    position: relative;
    right: -8px;
    font-size: .875rem;
    color: #fff;
}

.isc-pos .isc-login-drpdown-title {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #dadada;
}

.isc-pos .isc-login-icon-pattern1 {
    background-color: #13a840;
}

.isc-pos .isc-login-icon {
    display: inline-block;
    border-radius: 0.25rem;
    line-height: 0;
}

.isc-pos .isc-login-name {
    display: inline-flex;
    padding-right: 0.5rem;
    max-width: 100%;
    padding-left: 10px;
    line-height: 0.5;
}

    .isc-pos .isc-login-name h1 {
        padding: 0 !important;
        margin: 0 !important;
        font-size: inherit;
    }

.isc-pos .isc-login-sec-title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    display: block;
    cursor: pointer;
}

.isc-pos .isc-login-sm-title {
    font-size: 12px;
    font-weight: 500;
}

.isc-pos .isc-entity-icon-size {
    width: 2.25rem;
    height: 0px;
    fill: #fff;
}

.isc-pos .isc-login-icon h2 {
    text-align: center;
    padding: 5px 12px 1px 10px;
    color: #fff;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
}

.isc-pos .isc-avatar img {
    max-width: 100%;
    height: auto;
    position: relative;
}

.isc-pos .isc-login-dropdown.isc-login-dropdown-show {
    display: block;
}

.isc-pos .isc-login-dropdown {
    top: 40px;
    right: 35px;
}

.isc-pos .isc-login-dropdown {
    list-style-type: none;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    width: 200px;
    padding: 10px 0px 10px 0px;
    position: absolute;
    top: 47px;
    z-index: 9;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
    right: -8px;
    display: none;
}

    .isc-pos .isc-login-dropdown li {
        padding: 0px 10px 0px 16px;
        color: #525252;
        cursor: pointer;
    }

        .isc-pos .isc-login-dropdown li a {
            text-decoration: none;
            color: #525252;
        }

.isc-pos .logo h2 {
    font-size: 22px;
    font-weight: 700;
}

.isc-pos #Checkout .modal-dialog {
    min-width: 550px;
}

.isc-pos .selected-item {
    background-color: #f7f7f7 !important;
    color: #fff;
}

.isc-pos .quick-view-tab-content .tab-pane > img {
    height: 200px;
}

.isc-pos .shop-cart-area .cart-page-total {
    text-align: center;
    /*  top: 34px;
    position: absolute;*/
    width: 100%;
}

.isc-pos .cart-page-total li {
    text-align: left;
    display: flow-root;
}

.isc-pos .cart-page-total a {
    background-color: #f7f7f7;
    line-height: 8px;
    color: #000;
    bottom: 44px;
    border: unset;
}

.isc-pos .cart-plus-minus input {
    height: 15px !important;
    border: unset !important;
}

.isc-pos .qtybutton {
    line-height: 10px;
}

.isc-pos .shop-sidebar-right .table-content table {
    margin-bottom: 0px !important;
}

.isc-pos .cart-plus-minus {
    padding: 6px 0 0px 5px;
}

.isc-pos .header-cart {
    position: unset;
    right: -259px;
}

.isc-pos .sidebar-widget {
    width: 100%;
}


.isc-pos hr {
    margin: 10px;
    width: 100%;
    position: relative;
    left: -24px;
}

.isc-pos .isc-cont-cen {
    text-align: center;
    width: 100%;
}


.isc-pos #PrintBill {
    background-color: #000000db;
}

.isc-pos #exampleModal .quick-view-list a {
    width: unset !important;
}

.isc-pos .total-bold {
    font-weight: bold !important;
    font-size: 15px !important;
}

.isc-pos #PrintBill .cart-page-total li {
    background-color: #fff;
}

.isc-pos #PrintBill .cart-page-total {
    border-top: 1px solid #dadada;
}

.isc-pos .modal thead {
    background-color: unset;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid#dadada;
}

.isc-pos #PrintBill .modal-dialog {
    min-width: 450px;
}

.isc-pos .table-content table td {
    border-bottom: unset !important;
    padding: 4px !important;
}

.isc-pos .table-content table th {
    font-size: 15px;
    padding: 4px;
    text-transform: unset;
}

.isc-pos .col-md-4 {
    padding: 0px;
    float: left;
}

.isc-pos #Checkout input {
    height: 22px;
    border: 1px solid #dadada;
    background-color: unset;
    width: 74px;
}

.isc-pos #Checkout .modal-body {
    height: calc(100vh - 430px) !important;
}

.isc-pos .btn-danger {
    border-radius: 4px;
}

.isc-pos .btn-light {
    border-radius: 4px;
    margin-right: 5px;
}

.isc-pos .mar-top-10 {
    margin-top: 10px;
}

.isc-pos .digit:active, .dig:active {
    background-color: #e6e6e6;
}

.isc-pos .col-lg-2 {
    max-width: 12.666667%;
}

.isc-pos .header-sidebar {
    margin-right: 10px;
}

.isc-pos #output {
    font-size: 2rem;
    font-weight: bold;
    color: #1976d2;
}

.isc-pos .amount-group-btn {
    margin-top: 15px;
    padding-left: 14px;
}

.isc-pos .product-reward {
    text-align: center;
}

.isc-pos #PrintBill .modal-body {
    height: calc(100vh - 290px) !important;
}

.isc-pos #CustomerInfo .modal-body {
    height: calc(100vh - 320px) !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.isc-pos #CustomerInfo .modal-dialog {
    min-width: 650px;
}

.isc-pos .btn-success {
    border-radius: 4px !important;
}

.isc-pos .product-reward .sidebar-title {
    margin-bottom: 10px;
}

.isc-pos .col-md-6 {
    float: left;
}

.isc-pos #CustomerInfo .modal-body {
    padding: 20px !important;
}

.isc-pos #PrintBill .modal-header {
    border: unset;
}

.isc-pos #CustomerInfo .modal-header {
    display: block;
    border: unset;
    padding-bottom: 0px;
}

.isc-pos #Checkout .modal-header {
    display: block;
}

.isc-pos .active-product-bg {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #f7f7f7;
    padding: 3px;
}

.isc-pos .shop-page-wrapper.shop-wrapper-pd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.isc-pos .product-img-cir {
    text-align: center;
    border-radius: 50px;
    background-color: #f7f7f7;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.isc-pos .quick-view-list a {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 20px;
}

.isc-pos .product-img-cir img {
    width: 60px;
    height: 60px;
}

.isc-pos .category-width a span {
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.isc-pos .qwick-view-left {
    min-width: unset;
}

.isc-pos .qwick-view-left {
    margin-right: 0px;
}

.isc-pos .active-product-bg img {
    width: 60px;
    height: 60px;
}

.isc-pos .category-width {
    width: 100%;
    float: left;
    height: 600px;
    overflow-y: auto;
    /*   border-right: 1px solid #f7f7f7;*/
}

.isc-pos .shop-customer-detail {
    width: 97%;
    margin-top: 11px;
}

.isc-pos .sidebar-categories li a span {
    margin-top: 5px;
}

.isc-pos .cart-page-total li {
    border-bottom: unset;
    color: #555;
    font-size: 13px;
    background-color: #f7f7f7;
    font-weight: 600;
    padding: 5px 30px;
}

.isc-pos .cart-page-total > a {
    margin-top: 0px;
}

.isc-pos .cart-page-total > ul {
    border: unset;
}

.isc-pos .sidebar-categories li a {
    font-size: 14px;
}

.isc-pos .table-content table {
    margin: 0 0 27px;
}

.isc-pos .active .product-quantity {
    float: left;
    width: 62%;
}

.isc-pos .active .cart-page-total {
    margin-right: 32px;
}

.isc-pos .cart-page-total {
    padding-top: 0px;
}


.isc-pos .product-scroll {
    /* height: 592px;*/
    padding: 30px 15px;
    /*   overflow-y: auto;*/
    padding-top: 15px;
    margin-right: 0px !important;
    overflow-x: hidden;
}

    .isc-pos .product-scroll::-webkit-scrollbar {
        width: 7px;
        background-color: #F5F5F5;
    }

    .isc-pos .product-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #dadada;
        background-color: #d8d8d8;
    }

.isc-pos .modal-body::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.isc-pos .modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #d8d8d8;
}

.isc-pos .modal-body {
    padding: 20px 40px;
    overflow-y: auto;
    height: calc(100vh -300px) !important;
}

.isc-pos #Retrievesale input[type="radio"] {
    width: unset;
    float: left;
    height: unset;
    margin-right: 7px;
}

.isc-pos .product-option-tab-data h5 {
    font-weight: bold;
    font-size: 15px;
}

.isc-pos .product-amount-tab-data h5 {
    font-weight: bold;
    font-size: 16px;
    color: #1589ee;
}

.isc-pos .country-select label {
    float: left;
    width: 30%;
}

.isc-pos .country-select {
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
}

    .isc-pos .country-select select {
        float: left;
        width: 63%;
    }

.isc-pos .modal-footer button {
    border-radius: 4px;
}

.isc-pos .country-select:before {
    content: unset;
}

.isc-pos .product-option-tab-data {
    width: 80%;
    float: left;
}

.isc-pos .tab-pane h6 {
    color: #aba7a7;
    font-size: 14px;
}

.isc-pos .product-amount-tab-data {
    width: 20%;
    float: left;
}

.isc-pos .custom-col-100 {
    width: 100%;
}

.isc-pos .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 15px;
    font-weight: bold;
    color: #1589ee;
}

.isc-pos .nav-tabs .nav-link {
    border: none;
}

.isc-pos .nav-link {
    padding: 10px;
}

.isc-pos .nav-tabs .nav-link:hover {
    border: unset !important;
}

.isc-pos .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.isc-pos #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

.isc-pos .isc-product-img-cen {
    width: 100%;
    text-align: center;
}

.isc-pos .product-img-sec {
    width: 40%;
    text-align: center;
    float: left;
}

.isc-pos .product-tab-section {
    width: 100%;
}

.isc-pos .isc-product-img {
    width: 150px;
}

.isc-pos .isc-product-img1 {
    width: 90px;
    border: 2px solid #1589ee;
    padding: 10px 20px;
    border-radius: 4px !important;
    margin-top: 20px;
}

.isc-pos .product-img img {
    height: 100px;
    width: 100px;
}

.isc-pos .product-categori {
    margin: 0 auto;
    width: 100%;
}


.isc-pos .mb-50 {
    margin-bottom: 7px;
    margin-top: 7px;
}

.isc-pos .coupon-all {
    margin-top: 0px;
}


.isc-pos .sidebar-search form input {
    background: #F3F3F6 none repeat scroll 0 0;
}

.isc-pos .sidebar-search form > button {
    background-color: #6983df;
    color: #fff;
}

.isc-pos .coupon2 input {
    text-align: left;
}


.isc-pos .coupon2 input {
    text-align: left;
}

.isc-pos .table-content table td {
    padding: 15px 10px;
    border-bottom: 1px solid #dadada;
}

.isc-pos .mar-top-10 {
    margin-top: 10px;
}

.isc-pos table .product-action {
    width: 50px;
    float: left;
}

.isc-pos .table-content table .product-name {
    width: 186px;
}

.isc-pos .table-content table .product-quantity {
    width: 103px;
}

.isc-pos .table-content table .product-price {
    width: 100px;
}

.isc-pos .product-name h5 {
    color: #000;
    font-size: 14px;
    text-align: left;
    margin-left: 0px;
}

.isc-pos .shop-product-wrapper {
    width: 60%;
    padding-left: 25px;
    background-color: #fcfcfc;
}

.isc-pos .product-name h4 {
    text-align: left;
    color: #000;
    font-size: 13px;
    margin-left: 0px;
}

.isc-pos .custom-col-4 .single-product {
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 4px !important;
    background-color: #fff;
    box-shadow: 2px 3px 4px #dadada;
}

.isc-pos .shop-cart-area {
    border: 1px solid #f6f4f4;
    padding: 10px 25px;
    height: 560px;
    border-radius: 4px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .isc-pos .shop-page-wrapper.padding-filter, .shop-page-wrapper.shop-wrapper-pd {
        margin-top: 60px;
        padding: 0px;
    }

    .isc-pos .shop-sidebar-right {
        width: 30%;
        float: left;
    }

    .isc-pos .shop-delete-cart {
        float: left;
        text-align: center;
        width: 17%;
        padding-right: 20px;
    }


    .isc-pos .shop-cart-title {
        float: left;
        width: 76%;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
    }

    .isc-pos .product-img {
        text-align: center;
    }

    .isc-pos .shop-sidebar {
        width: 15%;
        padding-right: 0px;
    }


    .isc-pos .col-md-3 {
        max-width: 25% !important;
    }

    .isc-pos .custom-col-style {
        padding-left: 0px;
        padding-right: 0px;
    }

    .isc-pos .modal-open #exampleModal.modal {
        overflow-y: hidden;
    }

    .isc-pos .product-title > h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .isc-show-wid-70per {
        width: 60%;
        float: left;
    }

    .isc-pos .product-wid-90 {
        width: 90% !important;
        float: left;
    }

        .isc-pos .product-wid-90 .custom-col-4 {
            max-width: 24.1% !important;
        }

    .isc-pos .sidebar-categories ul li:hover {
        box-shadow: 0px 2px 5px #abc4f5;
        padding: 10px 10px;
    }

    .isc-pos .shop-customer-pic {
        width: 18%;
        float: left;
    }

    .isc-pos .shop-customer-add {
        float: left;
        width: 10%;
        text-align: center;
    }

    .isc-pos .shop-customer-name {
        float: left;
        width: 72%;
    }

        .isc-pos .shop-customer-name h4 {
            font-size: 14px;
            font-weight: bold;
        }

        .isc-pos .shop-customer-name h5 {
            font-size: 12px;
        }

    .isc-pos .shop-customer-pic i {
        padding: 10px 10px;
        float: left;
        line-height: 18px;
        text-align: center;
        border: 1px solid #dadada;
        height: 40px;
        width: 40px;
        margin-right: 20px;
        border-radius: 50px;
    }

    .isc-pos .shop-customer-info {
        box-shadow: 0px 2px 5px #dadada;
        padding: 10px 10px;
        height: 65px;
        margin-top: 10px;
    }

    .isc-pos .sidebar-categories ul li {
        padding: 5px 10px;
    }
}

.mar-top-20 {
    margin-top: 20px;
}

.isc-pos .product-img > span {
    font-size: 10px;
    background-color: #626262;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    left: 63%;
    letter-spacing: 1px;
    line-height: 1;
    padding: 4px 5px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 6%;
}

.isc-pos .mar-lft-10 {
    margin-left: 10px;
}

.isc-pos .isc-f-15 {
    font-size: 13px;
}

.isc-pos .product-title > h4 {
    font-size: 12px;
}

.isc-pos .product-categori > a {
    font-size: 11px;
}

.isc-pos .product-cart > span {
    font-size: 13px;
}

.isc-pos .product-price {
    font-size: 16px;
    margin-bottom: 4px;
}

.isc-pos .product-title-price {
    display: block;
}

.isc-pos .menu-center {
    justify-content: initial;
}

.isc-pos .intelligent-header {
    box-shadow: 2px 1px 3px #dadada;
}

.isc-pos .sidebar-title {
    margin-top: 2px;
}

.isc-pos .main-menu ul li a {
    line-height: 50px;
}

.isc-pos .table-content table td.product-quantity {
    width: 88px;
}

.isc-pos .cart-plus-minus-box {
    height: unset !important;
    background-color: unset !important;
    width: 33px !important;
}


.isc-pos .product-wid-90 .product-img > span {
    left: 77%;
}

.isc-pos .isc-login-sec-title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    display: block;
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 991px) {
    .isc-pos .col-md-4 {
        max-width: 26.3% !important;
    }

    .isc-pos .header-cart {
        right: -560px !important;
    }

    .isc-pos .isc-avatar {
        display: none;
    }
}

@media (max-width: 767px) {
    .isc-pos .col-10 {
        width: 100% !important;
    }
}


/******Pos*******/


/*******Product*******/


.isc-product .product-SKU {
    position: relative;
}

    .isc-product .product-SKU:hover .isc-information-card {
        display: block !important;
    }

.isc-product .isc-information-card h5 {
    font-size: 11px !important;
}

.isc-product .isc-f-w-600 {
    font-weight: bold;
}

.isc-product .isc-information-card {
    padding: 5px 10px;
    border: 1px solid #1589ee;
    position: absolute;
    top: 30px;
    height: 67px;
    left: 14px;
    width: 435px;
    background: #fff;
    z-index: 9;
    list-style-type: none !important;
    margin: 0;
}

.isc-product .table-content table td h5 {
    font-size: 14px;
}

.isc-product .table-content table td {
    vertical-align: top;
}

.isc-product .checkout-form-list input[type=text] {
    border: unset;
    border-bottom: 1px solid #dadada;
    height: 20px;
    background-color: unset;
}

.isc-product .common-style > button {
    margin-left: 0px;
}

.isc-product .country-select select {
    border: unset;
    border-bottom: 1px solid #dadada;
    height: 20px !important;
    padding-left: 0px !important;
    background-color: unset !important;
}

.isc-product .cart-content {
    height: calc(100vh - 120px) !important;
}

.isc-product .checkout-form-list {
    margin-bottom: 0px;
}

.isc-product .country-select select {
    margin-bottom: 20px;
}

.isc-product .sidebar-cart-all {
    padding: 10px;
}

.isc-product .sidebar-cart {
    width: 250px;
}

    .isc-product .sidebar-cart .country-select label {
        float: left;
        width: 100%;
    }

    .isc-product .sidebar-cart .country-select select {
        float: left;
        width: 100%;
        background-color: #fff;
    }

.isc-product .dropdown-menu {
    border: unset;
    box-shadow: 1px 2px 7px 1px #dadada;
}

.isc-product .dropdown-item {
    padding: 7px;
    font-size: 14px;
    line-height: 16px;
}




.isc-product .sidebar-widget {
    position: relative;
    right: -207px;
}

.isc-product .header-search-cart {
    position: relative;
    right: -151px;
}

.isc-product #Checkout .modal-dialog {
    min-width: 550px;
}

.isc-product .shop-cart-area {
    border: 1px solid #f6f4f4;
    padding: 10px 25px;
    height: 560px;
    border-radius: 4px;
}

.isc-product .shop-customer-detail {
    margin-top: 20px;
}

.isc-product .shop-customer-pic {
    width: 18%;
    float: left;
}

.isc-product .shop-customer-name h4 {
    font-size: 14px;
    font-weight: bold;
}

.isc-product .shop-customer-name h5 {
    font-size: 12px;
}

.isc-product .shop-customer-add {
    float: left;
    width: 10%;
    text-align: center;
}

.isc-product .shop-customer-add {
    float: left;
    width: 10%;
    text-align: center;
}

.isc-product .product-name h4 {
    text-align: left;
    color: #000;
    font-size: 13px;
    margin-left: 0px;
}

.isc-product .quickview-plus-minus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 5px;
}

.isc-product .table-content table td.product-quantity {
    width: 88px;
}

.isc-product table-content table td {
    border-bottom: unset !important;
    padding: 4px !important;
}

.isc-product .cart-page-total li {
    border-bottom: unset;
    color: #555;
    font-size: 13px;
    background-color: #f7f7f7;
    font-weight: 600;
    padding: 5px 30px;
}

.isc-product .shop-cart-area .cart-page-total {
    text-align: center;
    width: 100%;
}

.isc-product .cart-page-total a {
    background-color: #f7f7f7;
    line-height: 8px;
    color: #000;
    border: unset;
}

.isc-product .shop-sidebar-right {
    width: 30%;
    float: left;
}

.isc-product .shop-customer-pic i {
    padding: 10px 10px;
    float: left;
    line-height: 18px;
    text-align: center;
    border: 1px solid #dadada;
    height: 40px;
    width: 40px;
    margin-right: 20px;
    border-radius: 50px;
}

.isc-product .shop-customer-pic {
    width: 18%;
    float: left;
}

.isc-product .shop-customer-name {
    float: left;
    width: 72%;
}

.isc-product .shop-delete-cart {
    float: left;
    text-align: center;
    width: 17%;
    padding-right: 20px;
}

.isc-product .shop-cart-title {
    float: left;
    width: 76%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

.isc-product .shop-sidebar-right .cart-page-total > a {
    margin-top: 0px;
}

.isc-product .shop-customer-detail {
    margin-top: 20px;
}

.isc-product .shop-customer-detail {
    width: 100%;
}

.isc-product .cart-plus-minus {
    border-radius: 4px !important;
}

.isc-product .cart-plus-minus {
    padding: 6px 0 0px 5px;
}

.isc-product .shop-sidebar-right .cart-page-total {
    padding-top: 0px;
}

.isc-product .product-name h5 {
    color: #000;
    font-size: 14px;
    text-align: left;
    margin-left: 0px;
}

.isc-product .coupon-all {
    margin-top: 5px;
    margin-bottom: 5px;
}

.isc-product .coupon2 {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .isc-product .coupon2 span {
        font-weight: bold;
        line-height: 39px;
        color: #fff;
        position: absolute;
        right: 22px;
    }

.isc-product #dropdownMenuButton {
    margin-left: 20px;
    border-radius: 4px;
    margin-right: 8px;
    text-align: left;
    cursor: pointer;
    height: 32px;
    background-color: #333;
}

.isc-product .product-thumbnail img {
    width: 60px;
}

.isc-product .mar-top-10 {
    margin-top: 10px;
}

.isc-product .coupon {
    float: right;
}

.isc-product .coupon2 {
    float: right;
}

.isc-product .item-color {
    color: #1589ee;
}

.isc-product .table-content table td.product-price {
    text-align: left;
}

.isc-product .table-content table td input {
    height: unset;
}

.isc-product .menu-center {
    justify-content: initial;
}
/* .table-content table td
        {
            padding:10px 10px;
        }*/
.isc-product .table-content table td.product-quantity {
    width: 88px;
}

.isc-product .table-content table td.product-category a {
    color: #6f6f6f;
    font-size: 14px;
}

.isc-product .table-content table td.product-SKU a {
    color: #6f6f6f;
    font-size: 14px;
}

.isc-product .table-content table .product-price .amount {
    font-size: 14px;
}

.isc-product .cart-plus-minus-box {
    background: unset !important;
    width: 32px !important;
}

.isc-product .product-tabl-action i {
    margin-right: 7px;
    font-size: 14px;
}

.isc-product .mar-top-30 {
    margin-top: 0px;
}

.isc-product .dropdown-menu {
    min-width: 100px !important;
    transform: translate3d(101px, 41px, 0px);
}

.isc-product .product-price > span {
    font-weight: 500 !important;
}

.isc-product .table-content table th {
    font-size: 14px;
    font-weight: bold;
    text-transform: unset;
}

.isc-product .item-head {
    width: 62.5%;
    margin-top: 10px;
    float: left;
}

.isc-product .coupon {
    margin-right: 20px;
}

.isc-product .main-menu ul li a {
    line-height: 65px;
}

.isc-product .mb-50 {
    margin-bottom: 0px;
}


.isc-product .modal-footer button {
    border-radius: 4px;
}

.isc-product .modal-body::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.isc-product .modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #d8d8d8;
}

.isc-product .modal-body {
    padding: 20px 40px;
    overflow-y: auto;
    height: calc(100vh - 215px) !important;
}

.isc-product .add-box-shadow {
    box-shadow: -1px 1px 4px 0px #dadada;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.isc-product .country-select select {
    height: 42px;
}

.isc-product textarea {
    background-color: #fff;
}

.isc-product .create-acc {
    margin-top: 30px;
}

.isc-product .country-select::before {
    content: unset !important;
}

.isc-product .menu-center {
    justify-content: initial;
}

.isc-product .main-menu ul li a {
    line-height: 50px;
}
/*    .container
        {
                margin-left: 64px;
                padding-left:0px;
        }*/


.isc-product .mb-50 {
    margin-bottom: 7px;
    margin-top: 7px;
    margin-right: 20px;
}

.isc-product .dropdown {
    position: unset;
}


.isc-product .mar-all {
    margin: 40px;
    max-width: 97%;
    padding-left: 0px;
}

.isc-product .product-name img {
    width: 50px;
    float: left;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.isc-product .shop-product-wrapper {
    width: 100%;
    margin-top: 25px;
    padding-left: 0px;
    padding-right: 25px;
}

.isc-product .isc-show-wid-70per {
    width: 70% !important;
}

.isc-product .table-content table th {
    text-align: left;
}

.isc-product .table-content table td {
    text-align: left;
}

.isc-product .selected-item {
    background-color: #edceff !important;
    color: #fff;
}

.isc-product .quick-view-tab-content .tab-pane > img {
    height: 200px;
}

.isc-product .shop-cart-area .cart-page-total {
    text-align: center;
    width: 100%;
}

.isc-product .cart-page-total li {
    text-align: left;
}

.isc-product .cart-page-total a {
    background-color: #f7f7f7;
    line-height: 8px;
    color: #000;
}

.isc-product .cart-plus-minus input {
    height: 15px !important;
}

.isc-product .qtybutton {
    line-height: 10px;
}

.isc-product .cart-plus-minus {
    padding: 6px 0 0px 5px;
}

.isc-product .sidebar-widget {
    width: 100%;
}

.isc-product hr {
    margin: 10px;
    width: 100%;
    position: relative;
    left: -24px;
}

.isc-product .isc-cont-cen {
    text-align: center;
    width: 100%;
}

.isc-product #PrintBill {
    background-color: #000000db;
}

.isc-product #exampleModal .quick-view-list a {
    width: unset !important;
}

.isc-product .total-bold {
    font-weight: bold !important;
    font-size: 15px !important;
}

.isc-product #PrintBill .cart-page-total li {
    background-color: #fff;
}

.isc-product #PrintBill .cart-page-total {
    border-top: 1px solid #dadada;
}

.isc-product #PrintBill .modal-dialog {
    min-width: 450px;
}

.isc-product .table-content table td {
    border-bottom: unset !important;
}

.isc-product .modal .table-content table th {
    font-size: 15px;
    padding: 4px;
    text-transform: unset;
}

.isc-product #Checkout input {
    height: 22px;
    border: 1px solid #dadada;
    background-color: unset;
    width: 74px;
}

.isc-product #Checkout .modal-body {
    height: calc(100vh - 538px) !important;
}

.isc-product .mar-top-10 {
    margin-top: 10px;
}


.isc-product #output {
    font-size: 2rem;
    font-weight: bold;
    color: #1976d2;
}

.isc-product .amount-group-btn {
    margin-top: 15px;
    padding-left: 14px;
}

.isc-product .product-reward {
    text-align: center;
}

.isc-product #CustomerInfo .modal-body {
    height: calc(100vh - 300px) !important;
}

.isc-product #CustomerInfo .modal-dialog {
    min-width: 650px;
}

.isc-product .product-reward .sidebar-title {
    margin-bottom: 10px;
}

.isc-product #CustomerInfo .modal-body {
    padding: 20px !important;
}

.isc-product #CustomerInfo .modal-header {
    display: block;
}

.isc-product #Checkout .modal-header {
    display: block;
}

.isc-product .active-product-bg {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #edceff;
    padding: 3px;
}

.isc-product .product-img-cir {
    text-align: center;
    border-radius: 50px;
    background-color: #f7f7f7;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.isc-product .quick-view-list a {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.isc-product .product-img-cir img {
    width: 60px;
    height: 60px;
}

.isc-product .category-width a span {
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.isc-product .qwick-view-left {
    min-width: unset;
}

.isc-product .active-product-bg img {
    width: 60px;
    height: 60px;
}

.isc-product .category-width {
    width: 10%;
    float: left;
    height: 600px;
    overflow-y: auto;
    border-right: 1px solid #f7f7f7;
}

.isc-product .shop-customer-detail {
    width: 100%;
}

.isc-product .sidebar-categories li a span {
    margin-top: 5px;
}

.isc-product .cart-page-total li {
    border-bottom: unset;
    color: #555;
    font-size: 13px;
    background-color: #f7f7f7;
    font-weight: 600;
    padding: 5px 30px;
}

.isc-product .cart-page-total > ul {
    border: unset;
}

.isc-product .sidebar-categories li a {
    font-size: 14px;
}

.isc-product .table-content table {
    margin: 0 0 27px;
}

.isc-product .active .product-quantity {
    float: left;
    width: 62%;
}

.isc-product .active .cart-page-total {
    margin-right: 32px;
}

.isc-product .wrap-sidebar {
    background-color: #f7f7f7;
}

.isc-product .shop-product-content {
    height: 592px;
    padding: 30px 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .isc-product .shop-product-content::-webkit-scrollbar {
        width: 7px;
        background-color: #F5F5F5;
    }

    .isc-product .shop-product-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #dadada;
        background-color: #d8d8d8;
    }

.isc-product .modal-body::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.isc-product .modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #d8d8d8;
}

.isc-product .modal-body {
    padding: 20px 40px;
    overflow-y: auto;
    height: calc(100vh -300px) !important;
}

.isc-product .product-option-tab-data h5 {
    font-weight: bold;
    font-size: 16px;
}

.isc-product .product-amount-tab-data h5 {
    font-weight: bold;
    font-size: 16px;
    color: #1589ee;
}

.isc-product .country-select label {
    float: left;
    width: 100% !important;
}

.isc-product .country-select {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.isc-product .modal .col-md-12 {
    padding: 0px;
}

.isc-product .country-select select {
    float: left;
    width: 100% !important;
}

.isc-product .modal-footer button {
    border-radius: 4px;
}

.isc-product .country-select:before {
    content: unset;
}

.isc-product .product-option-tab-data {
    width: 80%;
    float: left;
}

.isc-product .tab-pane h6 {
    color: #aba7a7;
    font-size: 14px;
}

.isc-product .product-amount-tab-data {
    width: 20%;
    float: left;
}

.isc-product .custom-col-100 {
    width: 100%;
}

.isc-product .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 15px;
    font-weight: bold;
    color: #1589ee;
}

.isc-product .nav-tabs .nav-link {
    border: none;
}

.isc-product .nav-link {
    padding: 10px;
}

.isc-product .nav-tabs .nav-link:hover {
    border: unset !important;
}

.isc-product .nav-tabs {
    border-bottom: 2px solid #ddd;
}

.isc-product #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

.isc-product .isc-product-img-cen {
    width: 100%;
    text-align: center;
}

.isc-product .product-img-sec {
    width: 40%;
    text-align: center;
    float: left;
}

.isc-product .product-tab-section {
    width: 50%;
}

.isc-product .isc-product-img {
    width: 150px;
}

.isc-product .isc-product-img1 {
    width: 90px;
    border: 2px solid #1589ee;
    padding: 10px 20px;
    border-radius: 4px !important;
    margin-top: 20px;
}

.isc-product .custom-col-4 {
    max-width: 24.333%;
}

.isc-product .product-img img {
    height: 100px;
    width: 100px;
}

.isc-product .product-categori {
    margin: 0 auto;
    width: 100%;
}

.isc-product .coupon2 {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.isc-product .mb-50 {
    margin-bottom: 7px;
    margin-top: 7px;
    margin-right: 20px;
}



.isc-product .sidebar-search form input {
    background: #F3F3F6 none repeat scroll 0 0;
}

.isc-product .sidebar-search form > button {
    background-color: #6983df;
    color: #fff;
}

.isc-product .coupon2 input {
    text-align: left;
}

.isc-product .coupon2 span {
    font-weight: bold;
    line-height: 39px;
    color: #fff;
    position: absolute;
    right: 22px;
}

.isc-product .coupon2 input {
    text-align: left;
}

.isc-product .table-content table td {
    /*   padding:15px 10px;*/
    border-bottom: 1px solid #dadada;
}

.isc-product .mar-top-10 {
    margin-top: 10px;
}

.isc-product table .product-action {
    width: 50px;
    float: left;
}

.isc-product .table-content table td.product-name a {
    font-size: 14px;
}

.isc-product .table-content table td.product-name a {
    margin-left: 0px;
}

.isc-product .table-content table td.product-name {
    width: 400px;
}

.isc-product .table-content table td.product-quantity {
    width: 140px;
}

.isc-product .table-content table td.product-price {
    width: 258px;
}

.isc-product .product-name h5 {
    color: #000;
    font-size: 14px;
    text-align: left;
    margin-left: 0px;
}

.isc-product .product-name h4 {
    text-align: left;
    color: #000;
    font-size: 13px;
    margin-left: 0px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .isc-product .shop-page-wrapper.padding-filter, .shop-page-wrapper.shop-wrapper-pd {
        padding: 60px;
    }

    .isc-product .shop-sidebar-right {
        width: 30%;
        float: left;
    }

    .isc-product .shop-delete-cart {
        float: left;
        text-align: center;
        width: 17%;
        padding-right: 20px;
    }

    .isc-product .shop-customer-detail {
        margin-top: 20px;
    }

    .isc-product .shop-cart-title {
        float: left;
        width: 76%;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
    }

    .isc-product .product-img {
        text-align: center;
    }

    .isc-product .shop-sidebar {
        width: 15%;
        padding-right: 0px;
    }

    .product-name input[type=checkbox] {
        width: unset;
    }

    .isc-product .custom-col-4 {
        margin-right: 10px;
        max-width: 24%;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 4px !important;
        background-color: #fff;
        box-shadow: 2px 3px 4px #dadada;
    }

    .isc-product .product-wid-90 {
        width: 90%;
        float: left;
    }

    .isc-product .isc-show-wid-70per .custom-col-4 {
        max-width: 23.7%;
        float: left;
    }

    .isc-product .isc-show-wid-70per {
        width: 60%;
        float: left;
    }

    .isc-product .sidebar-categories ul li:hover {
        box-shadow: 0px 2px 5px #abc4f5;
        padding: 10px 10px;
    }

    .isc-product .shop-cart-area {
        border: 1px solid #f6f4f4;
        padding: 10px 25px;
        height: 560px;
        border-radius: 4px;
    }

    .isc-product .shop-customer-pic {
        width: 18%;
        float: left;
    }

    .isc-product .shop-customer-add {
        float: left;
        width: 10%;
        text-align: center;
    }

    .isc-product .shop-customer-name {
        float: left;
        width: 72%;
    }

        .isc-product .shop-customer-name h4 {
            font-size: 14px;
            font-weight: bold;
        }

        .isc-product .shop-customer-name h5 {
            font-size: 12px;
        }

    .isc-product .shop-customer-pic i {
        padding: 10px 10px;
        float: left;
        line-height: 18px;
        text-align: center;
        border: 1px solid #dadada;
        height: 40px;
        width: 40px;
        margin-right: 20px;
        border-radius: 50px;
    }

    .isc-product .shop-customer-info {
        box-shadow: 0px 2px 5px #dadada;
        padding: 10px 10px;
        height: 65px;
        margin-top: 10px;
    }

    .isc-product .sidebar-categories ul li {
        padding: 5px 10px;
    }
}

.isc-product .product-img > span {
    font-size: 10px;
    background-color: #1589ee;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    left: 77%;
    letter-spacing: 1px;
    line-height: 1;
    padding: 4px 5px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 6%;
}

.isc-product .mar-lft-10 {
    margin-left: 10px;
}

.isc-product .isc-f-15 {
    font-size: 13px;
}

.isc-product .product-title > h4 {
    font-size: 12px;
}

.isc-product .product-categori > a {
    font-size: 11px;
}

.isc-product .product-cart > span {
    font-size: 13px;
}

.isc-product .product-price {
    font-size: 16px;
    margin-bottom: 4px;
}

.isc-product .product-title-price {
    display: block;
}

.isc-product .menu-center {
    justify-content: initial;
}
/* .intelligent-header {
    box-shadow: 2px 1px 3px #dadada;
}*/
.isc-product .sidebar-title {
    margin-top: 20px;
}

.isc-product .main-menu ul li a {
    line-height: 50px;
}

.isc-product .table-content table td.product-quantity {
    width: 88px;
}

.isc-product .cart-plus-minus-box {
    height: unset !important;
    background-color: unset !important;
    width: 33px !important;
}

.isc-product .cart-plus-minus {
    border-radius: 4px !important;
}

.isc-product .table-content table td {
    padding: 10px 0px;
}

.isc-product .table-content table th {
    padding-left: 0px;
}

    .isc-product .table-content table th:first-child {
        padding-left: 10px;
    }



/********Product*******/

/********AddProduct*******/


.add-product .modal .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.add-product .modal .country-select label {
    width: 100% !important;
}

.add-product .modal .country-select select {
    width: 100% !important;
}

.add-product #CustomerInfo h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    font-weight: 600;
    color: #1589ee;
    padding-bottom: 10px;
    margin: 10px;
    margin-left: 0px;
}

    .add-product #CustomerInfo h3 i {
        float: right;
    }

@media (max-width: 767px) {
    .add-product .mean-container a.meanmenu-reveal {
        top: -45px !important;
    }
}

.add-product .checkout-form-list input[type=text] {
    border: unset;
    height: 29px !important;
    border-bottom: 1px solid #e5e5e5;
}

.add-product .country-select textarea {
    border: unset;
    border-bottom: 1px solid #e5e5e5;
}

.add-product .country-select select {
    border: unset;
    height: 30px !important;
    padding-left: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.add-product #multiCollapseExample7 input {
    width: 60%;
}

.add-product .modal-header {
    display: block;
}

.add-product .modal-dialog {
    min-width: 400px;
}

.add-product .text-left {
    text-align: right !important;
}
/*
.add-product .isc-set-pos span {
    position: absolute !important;
}
*/
.add-product .table-content table td {
    vertical-align: top !important;
}

.add-product .isc-rect {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    background-color: #f7f7f7;
}

.add-product .slider.round:before {
    border-radius: 50%;
}

.add-product .switch input:checked + .slider {
    background-color: #25b4e9 !important;
}

    .add-product .switch input:checked + .slider:before {
        transform: translateX(26px);
    }

.add-product .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    .add-product .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.add-product .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .add-product .slider.round {
        border-radius: 34px;
    }

    .add-product .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.add-product .mar-20 {
    margin: 13px;
}

.add-product .div-col-90per {
    width: 90%;
    float: left;
}

.add-product .isc-border {
    border: 1px solid #eee;
    padding: 8px 8px;
    border-radius: 5px !important;
    background-color: #fff;
}

.add-product #multiCollapseExample8 .checkout-form-list span {
    position: unset;
}

.add-product .mybtn {
    padding: 2px 5px;
    margin: 0px;
    background-color: #8a9294;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px !important;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
}

.isc-table-read-optimal.isc-tab-var td h4 {
    font-size: 14px;
}

.isc-f-16 {
    font-size: 16px;
}

.isc-f-w-600 {
    font-weight: 600;
}

.isc-table-read-optimal td h4 {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.isc-table-read-optimal td {
    border-bottom: 1px dotted #ddd !important;
    padding: 8px 5px !important;
}

.isc-table-read-optimal {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.isc-tck-tlt {
    color: #525252 !important;
}

.isc-block {
    display: block;
    float: left;
}

.isc-hide-tbal-data {
    float: left;
    display: block;
}

.isc-tile-cont {
    background-color: #fff;
    border-radius: 4px;
    width: auto !important;
    margin: 0 auto;
    padding: 15px;
    padding-bottom: 7px !important;
    height: auto;
    box-shadow: 1px 1px 6px 1px #dadada;
}

.pad-lft-20 {
    padding-left: 19px;
}

.isc-product .isc-search-box {
    margin-top: 10px;
    height: 31px;
    width: 92%;
    border: unset;
    border-bottom: 1px solid #dadada;
    border-radius: unset;
    font-size: 14px;
}

}

.add-product .table-content table td {
    text-align: left;
    font-size: 14px;
}

.add-product .modal .checkout-area {
    padding: 0px !important;
}


.add-product .checkout-area {
    padding: 0px !important;
}

.add-product .checkout-area {
    width: 100%;
}

.add-product .modal .checkout-form-list {
    margin-bottom: 10px;
}

.add-product .checkbox-form {
    position: relative;
}

.add-product .Addsupplier {
    right: 22px;
    top: -1px;
    text-align: left;
    cursor: pointer;
    font-size: 15px;
    color: #007bff;
    position: absolute;
}

.add-product table .country-select {
    margin-bottom: 0px;
    width: 50%;
}

.add-product table .checkout-form-list {
    margin-bottom: 0px;
    position: relative;
    text-align: initial;
}

.add-product .pad-top-20 {
    padding-top: 20px !important;
}

.add-product .table-content table td {
    vertical-align: baseline;
}

.add-product .checkout-form-list span {
    POSITION: absolute;
    TOP: 0PX;
    margin-left: 11px;
}

.add-product .isc-text-left {
    text-align: right;
    margin-right: 10px;
}

.add-product .sltchk input {
    height: unset;
}

.add-product .details-sec p {
    margin: 0px;
}

.add-product .isc-ast-details-container-o {
    padding: 5px;
    float: left;
    margin-right: 0px;
}

.add-product .isc-ast-details-container {
    border: 1px solid #eee;
    padding: 5px !important;
    width: 100%;
    position: relative;
}

.add-product .sltchk {
    float: left;
}

.add-product .sltdel {
    text-align: right;
}

.add-product .isc-text-cen {
    text-align: center;
}

.add-product #isc-custom-drag {
    width: 100%;
    min-height: auto;
    border: 1px dashed rgba(0, 0, 0, .3);
    border-radius: 5px;
    font-family: Arial;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #7E7E7E;
    height: 60px;
}

.add-product #clickHere {
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 17px;
    width: 150px;
    border-radius: 4px;
    background-color: #1589fe;
    padding: 5px;
    margin: 15px 0px;
    text-align: center;
}

.add-product .file-upload-delete-icon {
    float: right;
}

.add-product .browse-file-title {
    width: 89%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: 10px;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    margin-left: 8px;
}

.add-product #isc-custom-drag input {
    position: absolute;
    cursor: pointer;
    left: 200px !important;
    top: 20px !important;
    opacity: 0;
    width: 170px;
    height: 39px;
}

.add-product .logo h2 {
    font-size: 22px;
    font-weight: 700;
}

.add-product .checkbox-form h3 i {
    float: right;
}

.add-product h3.collapsed i:before {
    content: "\f105";
}

.add-product .header-search-cart {
    position: relative;
    right: -154px;
}

.add-product .shop-sidebar-right {
    margin-top: 60px;
}

.add-product .btn-light {
    margin-left: 13px;
}

.add-product .coupon-all button {
    border-radius: 4px !important;
}

.add-product .checkbox-form h3 {
    font-size: 17px;
}

.add-product .item-head {
    width: 87%;
    float: left;
}

.add-product .item-color {
    color: #1589ee;
}

.add-product .coupon-all {
    float: right;
}

.add-product .header-space {
    height: 80px;
}

.add-product .add-box-shadow {
    box-shadow: -1px 1px 4px 0px #dadada;
    padding: 20px 30px !important;
    margin-bottom: 20px;
}

.add-product .country-select select {
    height: 42px;
}

.add-product textarea {
    background-color: #fff;
}

.add-product .create-acc {
    margin-top: 30px;
}

.add-product .country-select::before {
    content: unset !important;
}

.add-product .menu-center {
    justify-content: initial;
}

.add-product .selected-item {
    background-color: #edceff !important;
    color: #fff;
}

.add-product .quick-view-tab-content .tab-pane > img {
    height: 200px;
}

.add-product .shop-cart-area .cart-page-total {
    text-align: center;
    width: 100%;
}

.add-product .cart-page-total li {
    text-align: left;
}

.add-product .cart-page-total a {
    background-color: #f7f7f7;
    line-height: 8px;
    color: #000;
}

.add-product .cart-plus-minus input {
    height: 15px !important;
}

.add-product .qtybutton {
    line-height: 10px;
}

.add-product .cart-plus-minus {
    padding: 6px 0 0px 5px;
}

.add-product #PrintBill {
    background-color: #000000db;
}

.add-product #exampleModal2 .quick-view-list a {
    width: unset !important;
}

.add-product .total-bold {
    font-weight: bold !important;
    font-size: 15px !important;
}

.add-product #PrintBill .cart-page-total li {
    background-color: #fff;
}

.add-product #PrintBill .cart-page-total {
    border-top: 1px solid #dadada;
}

.add-product thead {
    background-color: unset;
    border-bottom: 1px solid #dadada;
}

.add-product #PrintBill .modal-dialog {
    min-width: 450px;
}

.add-product .table-content table td {
    border-bottom: unset !important;
    padding: 4px;
}

.add-product .table-content table th {
    font-size: 15px;
    padding: 4px;
    font-weight: 700;
    text-align: left;
    text-transform: unset;
}

.add-product #Checkout input {
    height: 22px;
    border: 1px solid #dadada;
    background-color: unset;
    width: 74px;
}

.add-product #Checkout .modal-body {
    height: calc(100vh - 300px) !important;
}

.add-product .mar-top-10 {
    margin-top: 10px;
}

.add-product .amount-group-btn {
    margin-top: 15px;
    padding-left: 14px;
}

.add-product .product-reward {
    text-align: center;
}

.add-product #CustomerInfo .modal-body {
    height: calc(100vh - 300px) !important;
}

.add-product #CustomerInfo .modal-dialog {
    min-width: 650px;
}

.add-product .product-reward .sidebar-title {
    margin-bottom: 10px;
}

.add-product #CustomerInfo .modal-body {
    padding: 20px !important;
}

.add-product #CustomerInfo .modal-header {
    display: block;
}

.add-product #Checkout .modal-header {
    display: block;
}

.add-product .active-product-bg {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #edceff;
    padding: 3px;
}

.add-product .shop-page-wrapper.shop-wrapper-pd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.add-product .shop-page-wrapper .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.add-product .product-img-cir {
    text-align: center;
    border-radius: 50px;
    background-color: #f7f7f7;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.add-product .quick-view-list a {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.add-product .product-img-cir img {
    width: 60px;
    height: 60px;
}

.add-product .category-width a span {
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.add-product .qwick-view-left {
    min-width: unset;
}

.add-product .active-product-bg img {
    width: 60px;
    height: 60px;
}

.add-product .category-width {
    width: 10%;
    float: left;
    height: 600px;
    overflow-y: auto;
    border-right: 1px solid #f7f7f7;
}

.add-product .shop-customer-detail {
    width: 100%;
}

.add-product .sidebar-categories li a span {
    margin-top: 5px;
}

.add-product .cart-page-total li {
    border-bottom: unset;
    color: #555;
    font-size: 13px;
    background-color: #f7f7f7;
    font-weight: 600;
    padding: 5px 30px;
}

.add-product .cart-page-total > ul {
    border: unset;
}

.add-product .sidebar-categories li a {
    font-size: 14px;
}

.add-product .table-content table {
    margin: 0 0 27px;
}

.add-product .active .product-quantity {
    float: left;
    width: 62%;
}

.add-product .active .cart-page-total {
    margin-right: 32px;
}

.add-product .cart-page-total {
    padding-top: 0px;
}


.add-product .shop-product-content {
    height: 592px;
    padding: 30px 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .add-product .shop-product-content::-webkit-scrollbar {
        width: 7px;
        background-color: #F5F5F5;
    }

    .add-product .shop-product-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #dadada;
        background-color: #d8d8d8;
    }

.add-product .modal-body::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.add-product .modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #d8d8d8;
}

.add-product .modal-body {
    padding: 20px 40px;
    overflow-y: auto;
    height: calc(100vh -300px) !important;
}

.add-product .product-option-tab-data h5 {
    font-weight: bold;
    font-size: 16px;
}

.add-product .product-amount-tab-data h5 {
    font-weight: bold;
    font-size: 16px;
    color: #1589ee;
}

.add-product .modal .country-select label {
    float: left;
    width: 30%;
}

.add-product .modal .country-select {
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
}

    .add-product .modal .country-select select {
        float: left;
        width: 63%;
    }

.add-product .modal-footer button {
    border-radius: 4px;
}

.add-product .country-select:before {
    content: unset;
}

.add-product .product-option-tab-data {
    width: 80%;
    float: left;
}

.add-product .tab-pane h6 {
    color: #aba7a7;
    font-size: 14px;
}

.add-product .product-amount-tab-data {
    width: 20%;
    float: left;
}

.add-product .custom-col-100 {
    width: 100%;
}

.add-product .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 15px;
    font-weight: bold;
    color: #1589ee;
}

.add-product .nav-tabs .nav-link {
    border: none;
}

.add-product .nav-link {
    padding: 10px;
}

.add-product .nav-tabs .nav-link:hover {
    border: unset !important;
}

.add-product .nav-tabs {
    border-bottom: 2px solid #ddd;
}

.add-product #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

.add-product .isc-product-img-cen {
    width: 100%;
    text-align: center;
}

.add-product .product-img-sec {
    width: 40%;
    text-align: center;
    float: left;
}

.add-product .product-tab-section {
    width: 50%;
}

.add-product .isc-product-img {
    width: 150px;
}

.add-product .isc-product-img1 {
    width: 90px;
    border: 2px solid #1589ee;
    padding: 10px 20px;
    border-radius: 4px !important;
    margin-top: 20px;
}

.add-product .custom-col-4 {
    max-width: 24.333%;
}

.add-product .product-img img {
    height: 100px;
    width: 100px;
}

.add-product .product-categori {
    margin: 0 auto;
    width: 100%;
}

.add-product .coupon2 {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.add-product .mb-50 {
    margin-bottom: 7px;
    margin-top: 7px;
    margin-right: 20px;
}

.add-product .coupon-all {
    margin-top: 6px;
    margin-bottom: 10px;
}

.add-product .shop-sidebar-right .coupon-all {
    width: 100%;
}

.add-product .sidebar-search form input {
    background: #F3F3F6 none repeat scroll 0 0;
}

.add-product .sidebar-search form > button {
    background-color: #6983df;
    color: #fff;
}

.add-product .coupon2 input {
    text-align: left;
}

.add-product .coupon2 span {
    font-weight: bold;
    line-height: 39px;
    color: #fff;
    position: absolute;
    right: 22px;
}

.add-product .coupon2 input {
    text-align: left;
}

.add-product .table-content table td {
    padding: 15px 10px;
    border-bottom: 1px solid #dadada;
}

.add-product .mar-top-10 {
    margin-top: 10px;
}

.add-product table .product-action {
    width: 50px;
    float: left;
}

.add-product .table-content table td.product-name {
    width: 284px;
}

.add-product .table-content table td.product-quantity {
    width: 140px;
}

.add-product .table-content table td.product-price {
    width: 100px;
}

.add-product .product-name h5 {
    color: #000;
    font-size: 14px;
    text-align: left;
    margin-left: 0px;
}

.add-product .product-name h4 {
    text-align: left;
    color: #000;
    font-size: 13px;
    margin-left: 0px;
}

.add-product .mar-all {
    margin: 50px 40px;
    padding-left: 10px !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .add-product .shop-page-wrapper.padding-filter, .shop-page-wrapper.shop-wrapper-pd {
        padding: 60px;
    }

    .add-product .shop-sidebar-right {
        width: 30%;
        float: left;
    }

    .add-product .shop-delete-cart {
        float: left;
        text-align: center;
        width: 17%;
        padding-right: 20px;
    }

    .add-product .shop-customer-detail {
        margin-top: 20px;
    }

    .add-product .shop-cart-title {
        float: left;
        width: 76%;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
    }

    .add-product .product-img {
        text-align: center;
    }

    .add-product .shop-sidebar {
        width: 15%;
        padding-right: 0px;
    }

    .add-product .custom-col-4 {
        margin-right: 10px;
        max-width: 24%;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 4px !important;
        background-color: #fff;
        box-shadow: 2px 3px 4px #dadada;
    }

    .add-product .dropdown-menu {
        border: unset;
        box-shadow: 1px 2px 7px 1px #dadada;
    }

    .add-product .dropdown-item {
        padding: 7px;
        font-size: 14px;
        line-height: 16px;
    }

    .add-product #Checkout .modal-dialog {
        min-width: 550px;
    }


    .add-product .shop-product-wrapper {
        width: 94%;
    }

    .add-product .product-wid-90 {
        width: 90%;
        float: left;
    }

    .add-product .isc-show-wid-70per .custom-col-4 {
        max-width: 23.4%;
        float: left;
    }

    .add-product .isc-show-wid-70per {
        width: 65%;
        float: left;
    }

    .add-product .sidebar-categories ul li:hover {
        box-shadow: 0px 2px 5px #abc4f5;
        padding: 10px 10px;
    }

    .add-product .shop-cart-area {
        border: 1px solid #f6f4f4;
        padding: 10px 25px;
        height: 560px;
        border-radius: 4px;
    }

    .add-product .shop-customer-pic {
        width: 18%;
        float: left;
    }

    .add-product .shop-customer-add {
        float: left;
        width: 10%;
        text-align: center;
    }

    .add-product .shop-customer-name {
        float: left;
        width: 72%;
    }

        .add-product .shop-customer-name h4 {
            font-size: 14px;
            font-weight: bold;
        }

        .add-product .shop-customer-name h5 {
            font-size: 12px;
        }

    .add-product .shop-customer-pic i {
        padding: 10px 10px;
        float: left;
        line-height: 18px;
        text-align: center;
        border: 1px solid #dadada;
        height: 40px;
        width: 40px;
        margin-right: 20px;
        border-radius: 50px;
    }

    .add-product .shop-customer-info {
        box-shadow: 0px 2px 5px #dadada;
        padding: 10px 10px;
        height: 65px;
        margin-top: 10px;
    }

    .add-product .sidebar-categories ul li {
        padding: 5px 10px;
    }
}

.add-product .product-img > span {
    font-size: 10px;
    background-color: #1589ee;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    left: 77%;
    letter-spacing: 1px;
    line-height: 1;
    padding: 4px 5px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 6%;
}

.add-product .mar-lft-10 {
    margin-left: 10px;
}

.add-product .isc-f-15 {
    font-size: 13px;
}

.add-product .product-title > h4 {
    font-size: 12px;
}

.add-product .product-categori > a {
    font-size: 11px;
}

.add-product .product-cart > span {
    font-size: 13px;
}

.add-product .product-price {
    font-size: 16px;
    margin-bottom: 4px;
}

.add-product .product-title-price {
    display: block;
}

.add-product .menu-center {
    justify-content: initial;
}

.add-product .sidebar-title {
    margin-top: 20px;
}

.add-product .main-menu ul li a {
    line-height: 50px;
}

.add-product .table-content table td.product-quantity {
    width: 88px;
}

.add-product .cart-plus-minus-box {
    height: unset !important;
    background-color: unset !important;
    width: 33px !important;
}

.add-product .cart-plus-minus {
    border-radius: 4px !important;
}

.add-product .sidebar-search {
    position: relative;
    right: -298px;
}



/********AddProduct*******/
/************ProdcutDetail**********/

.product-detail .shop-product-wrapper {
    width: 100% !important;
}

.product-detail .nav-tabs {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
    border-bottom: 2px solid #DDD;
    -ms-overflow-style: none; /*// IE 10+*/
    overflow: -moz-scrollbars-none; /*// Firefox*/
}

    .product-detail .nav-tabs > li.active > a,
    .product-detail .nav-tabs > li.active > a:focus,
    .product-detail .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

    .product-detail .nav-tabs > li > a {
        border: none;
        color: #666;
    }

        .product-detail .nav-tabs > li.active > a,
        .product-detail .nav-tabs > li > a:hover {
            border: none;
            color: #4285F4 !important;
            background: transparent;
        }

        .product-detail .nav-tabs > li > a::after {
            content: "";
            background: #4285F4;
            height: 2px;
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 1px;
            transition: all 250ms ease 0s;
            transform: scale(0);
        }

    .product-detail .nav-tabs > li.active > a::after,
    .product-detail .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

.product-detail .tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}

.product-detail .nav {
    flex-wrap: unset !important;
}

.product-detail .nav-tabs::-webkit-scrollbar {
    display: none; /*Safari and Chrome*/
}

.product-detail .shop-bar-area {
    margin: 10px;
}

@media (max-width: 767px) {
    .product-detail .isc-user-info-cont1 img {
        top: 31px !important;
        left: 28px !important;
    }

    .product-detail .logo h2 {
        margin-top: 12px;
    }

    .product-detail .mean-container a.meanmenu-reveal {
        top: -27px;
    }
}


.product-detail .shop-page-wrapper.padding-filter, .shop-page-wrapper.shop-wrapper-pd {
    padding: 0px;
    margin: 0px !important;
}

.product-detail .isc-show-wid-70per {
    margin-top: 65px;
}

.product-detail #nav-invoice h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 17px;
    padding-bottom: 10px;
    margin: 10px;
}

    .product-detail #nav-invoice h3 i {
        float: right;
    }

.product-detail .create-acc label {
    display: contents;
}

.product-detail .checkout-form-list {
    margin-bottom: 8px;
}

.product-detail .isc-100per {
    width: 100%;
    float: left;
}

.product-detail .table-content table th {
    font-size: 14px;
    padding: 15px 10px 12px;
    font-weight: 700;
    border: unset;
    text-transform: unset;
}

.product-detail thead {
    background-color: #f6f6f6;
}

.product-detail input[type=checkbox] {
    width: unset !important;
    height: unset !important;
}

.product-detail .table-content table {
    width: 100%;
    table-layout: fixed;
}

    .product-detail .table-content table td h5 {
        font-size: 14px;
    }

.product-detail .isc-pos-rel {
    opacity: 1;
}

.product-detail .table-content table td i {
    margin-right: 5px;
    font-size: 14px;
}

.product-detail .table-content table td {
    text-align: left;
    font-size: 14px;
}

.product-detail .table-content table th {
    text-align: left !important;
}

.product-detail .active .cart-page-total {
    margin-right: 0px !important;
}

.product-detail .cart-page-total li {
    padding-right: 0px !important;
}

.product-detail .mar-all {
    border-radius: 4px;
    margin: 0 auto;
    border: 1px solid #dadada;
    padding: 30px;
}

.product-detail .cart-page-total li {
    background-color: unset !important;
}

.product-detail .cart-page-total {
    border-top: 1px solid #dadada;
}

.product-detail .isc-temp-cont h2 {
    font-size: 1.125rem;
}

.product-detail .isc-t300-hrm-lst td {
    padding: 8px;
}

.product-detail .isc-temp-cont .table-content table th {
    background-color: #f7f7f7;
}

.product-detail .isc-set-decoration {
    text-decoration: underline;
}

.product-detail .isc-img-hor-nav-s1 li a h3 {
    margin: 0px;
    float: left;
    font-size: 13px;
    color: #757575 !important;
}

.product-detail .cell-right {
    margin-right: 20px;
}

.product-detail h3.isc-lbl-tile-header-shedule-survy.isc-f-w {
    font-weight: 600;
}

.product-detail .isc-led-det-labl-txt {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #514f4f;
    /*width: 200px;*/
    cursor: unset !important;
    overflow: hidden;
}

.product-detail .isc-amt-f {
    font-size: 26px;
    line-height: unset;
    color: #1589ee;
}

.product-detail .isc-form-hor-hdr-cont-s1 .isc-led-det-labl-txt {
    color: #1589ee !important;
}

.product-detail .isc-50per {
    width: 40.3%;
    float: left;
}

.product-detail .cell-right {
    float: right;
}

.product-detail .isc-temp-head-cont .div-col-25per {
    width: 25%;
    float: right;
}

.product-detail .isc-table {
    width: 100%;
}

.product-detail .isc-acc-box-inner-txt p {
    display: block;
    margin-bottom: 5px;
    margin-top: 3px;
}

.product-detail .isc-lbl-sec-hdr-med {
    margin: 0px 0px 0px 0px;
    color: #525252;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.7px;
}

.product-detail .isc-lbl-sec-hdr-med {
    color: #000;
    font-weight: 600;
}

.product-detail .isc-table tbody tr td h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    font-size: 14px;
    margin-bottom: 5px !important;
    font-weight: 500;
    margin: 0;
    color: #525252;
}

.product-detail .mar-top-40 {
    margin-top: 40px;
}

.product-detail .isc-btn {
    background-color: #fff;
    border: 1px solid #525252;
    color: #525252;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 5px;
}

.product-detail .nav-fill .nav-item {
    flex: initial;
}

.product-detail .isc-user-info-cont1-body {
    padding-left: 100px;
    background-color: #fff;
}

.product-detail .isc-user-info-cont1-head {
    background-color: #f7f7f7;
    color: #000;
    padding-left: 103px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 60px;
    padding: 25px;
}

.product-detail .userinfo-con-btn {
    color: #0b4775;
    border: 1px solid #fff;
    padding: 3px 6px 3px 5px;
    font-size: 12px;
    width: 68px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 4px;
    border-radius: 10px;
}

.product-detail .isc-user-info-cont1 img {
    position: absolute;
    height: 73px;
    border-radius: 50px;
    top: 20px;
    left: 14px;
}

.product-detail .isc-lbl-tile-header-shedule-survy {
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-detail .isc-user-info-cont1 {
    height: 110px;
}

.product-detail .isc-wrap-item h4 {
    margin-top: 7px;
}

.product-detail .isc-wrap-item h4 {
    margin-bottom: 5px;
    color: #5d5d5d;
    font-weight: 500;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
}

.product-detail .div-col-33per {
    width: 43%;
    float: left;
}

.header-navbar-active {
    margin-top: 10px;
}

.header-area {
    height: 70px !important;
    line-height: 40px !important;
}

.product-detail .header-sidebar {
    margin-right: 10px;
    margin-top: 10px;
}

.product-detail .shop-sidebar-right .product-name h5 {
    text-decoration: underline;
}

.product-detail .btn-primary.collapsed {
    position: relative;
    top: 119px;
}

.product-detail .shop-sidebar-right .table-content table th {
    color: #000;
    font-size: 15px;
    padding: 4px;
    text-align: left;
    text-transform: unset;
    font-weight: 600;
    background-color: #f7f7f7;
}



.product-detail .logo h2 {
    font-size: 22px;
    font-weight: 700;
}

.product-detail #Checkout .modal-dialog {
    min-width: 550px;
}

.product-detail .selected-item {
    background-color: #edceff !important;
    color: #fff;
}

.product-detail .quick-view-tab-content .tab-pane > img {
    height: 200px;
}

.product-detail .shop-cart-area .cart-page-total {
    text-align: center;
    top: 165px;
    position: absolute;
    width: 100%;
}

.product-detail .cart-page-total li {
    text-align: left;
}

.product-detail .cart-page-total a {
    background-color: #f7f7f7;
    line-height: 8px;
    color: #000;
    bottom: 44px;
    border: unset;
}

.product-detail .cart-plus-minus input {
    height: 15px !important;
}

.product-detail .qtybutton {
    line-height: 10px;
}

.product-detail .cart-plus-minus {
    padding: 6px 0 0px 5px;
}

.product-detail .header-cart {
    position: relative;
    right: -259px;
}

.product-detail .isc-cont-cen {
    text-align: center;
    width: 100%;
}


.product-detail #PrintBill {
    background-color: #000000db;
}

.product-detail #exampleModal .quick-view-list a {
    width: unset !important;
}

.product-detail .total-bold {
    font-weight: bold !important;
    font-size: 15px !important;
}

.product-detail #PrintBill .cart-page-total li {
    background-color: #fff;
}

.product-detail #PrintBill .cart-page-total {
    border-top: 1px solid #dadada;
}

.product-detail #PrintBill .modal-dialog {
    min-width: 450px;
}

.product-detail .table-content table td {
    border-bottom: unset !important;
    padding: 8px !important;
    font-size: 14px;
}

.product-detail #Checkout input {
    height: 22px;
    border: 1px solid #dadada;
    background-color: unset;
    width: 74px;
}

.product-detail #Checkout .modal-body {
    height: calc(100vh - 300px) !important;
}

.product-detail .amount-group-btn {
    margin-top: 15px;
    padding-left: 14px;
}

.product-detail .product-reward {
    text-align: center;
}

.product-detail #CustomerInfo .modal-body {
    height: calc(100vh - 300px) !important;
}

.product-detail #CustomerInfo .modal-dialog {
    min-width: 650px;
}

.product-detail #CustomerInfo .modal-body {
    padding: 20px !important;
}

.product-detail #CustomerInfo .modal-header {
    display: block;
}

.product-detail #Checkout .modal-header {
    display: block;
}

.product-detail .active-product-bg {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background-color: #edceff;
    padding: 3px;
}

.product-detail .shop-page-wrapper.shop-wrapper-pd {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.product-detail .shop-page-wrapper .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.product-detail .product-img-cir {
    text-align: center;
    border-radius: 50px;
    background-color: #f7f7f7;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.product-detail .quick-view-list a {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.product-detail .product-img-cir img {
    width: 60px;
    height: 60px;
}

.product-detail .category-width a span {
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.product-detail .qwick-view-left {
    min-width: unset;
}

.product-detail .active-product-bg img {
    width: 60px;
    height: 60px;
}

.product-detail .category-width {
    width: 10%;
    float: left;
    height: 600px;
    overflow-y: auto;
    border-right: 1px solid #f7f7f7;
}

.product-detail .shop-customer-detail {
    width: 100%;
}

.product-detail .sidebar-categories li a span {
    margin-top: 5px;
}

.product-detail .cart-page-total li {
    border-bottom: unset;
    color: #555;
    font-size: 13px;
    background-color: #f7f7f7;
    font-weight: 600;
    padding: 5px 30px;
}

.product-detail .cart-page-total > ul {
    border: unset;
}

.product-detail .sidebar-categories li a {
    font-size: 14px;
}

.product-detail .table-content table {
    margin: 0 0 27px;
}

.product-detail .active .product-quantity {
    float: left;
    width: 62%;
}

.product-detail .active .cart-page-total {
    margin-right: 32px;
}

.product-detail .cart-page-total {
    padding-top: 0px;
}

.product-detail .product-scroll {
    height: 592px;
    padding: 30px 15px;
    overflow-y: auto;
    padding-top: 15px;
    margin-right: 0px !important;
    overflow-x: hidden;
}

    .product-detail .product-scroll::-webkit-scrollbar {
        width: 7px;
        background-color: #F5F5F5;
    }

    .product-detail .product-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #dadada;
        background-color: #d8d8d8;
    }

.product-detail .modal-body::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.product-detail .modal-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #d8d8d8;
}

.product-detail .modal-body {
    padding: 20px 40px;
    overflow-y: auto;
    height: calc(100vh -300px) !important;
}

.product-detail .product-option-tab-data h5 {
    font-weight: bold;
    font-size: 16px;
}

.product-detail .product-amount-tab-data h5 {
    font-weight: bold;
    font-size: 16px;
    color: #1589ee;
}

.product-detail .country-select label {
    float: left;
    width: 30%;
}

.product-detail .country-select {
    margin-top: 15px;
    margin-bottom: 0px;
    width: 100%;
}

.product-detail #nav-home h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 17px;
    padding-bottom: 10px;
    margin: 10px;
}

    .product-detail #nav-home h3 i {
        float: right;
    }

.product-detail .country-select select {
    float: left;
    width: 63%;
}

.product-detail .modal-footer button {
    border-radius: 4px;
}

.product-detail .country-select:before {
    content: unset;
}

.product-detail .product-option-tab-data {
    width: 80%;
    float: left;
}

.product-detail .tab-pane h6 {
    color: #aba7a7;
    font-size: 14px;
}

.product-detail .product-amount-tab-data {
    width: 20%;
    float: left;
}

.product-detail .custom-col-100 {
    width: 98%;
}

.product-detail .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 15px;
    font-weight: bold;
    color: #1589ee;
}

.product-detail .nav-tabs .nav-link {
    border: none;
    white-space: nowrap;
}

.product-detail .nav-link {
    padding: 10px;
}

.product-detail .nav-tabs .nav-link:hover {
    border: unset !important;
}

.product-detail .nav-tabs {
    border-bottom: 2px solid #ddd;
}

.product-detail #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}

.product-detail .isc-product-img-cen {
    width: 100%;
    text-align: center;
}

.product-detail .product-img-sec {
    width: 40%;
    text-align: center;
    float: left;
}

.product-detail .product-tab-section {
    width: 50%;
}

.product-detail .isc-product-img {
    width: 150px;
}

.product-detail .isc-product-img1 {
    width: 90px;
    border: 2px solid #1589ee;
    padding: 10px 20px;
    border-radius: 4px !important;
    margin-top: 20px;
}

.product-detail .custom-col-4 {
    max-width: 24.333%;
}

.product-detail .product-img img {
    height: 100px;
    width: 100px;
}

.product-detail .product-categori {
    margin: 0 auto;
    width: 100%;
}

.product-detail .coupon2 {
    float: left;
    width: 53.8%;
    position: fixed;
    bottom: 1px;
    margin-top: 10px;
}

.product-detail .mb-50 {
    margin-bottom: 7px;
    margin-top: 7px;
}

.coupon-all {
    margin-top: 0px;
}

.product-detail .sidebar-search form input {
    background: #F3F3F6 none repeat scroll 0 0;
}

.product-detail .sidebar-search form > button {
    background-color: #6983df;
    color: #fff;
}

.product-detail .coupon2 input {
    text-align: left;
}

.product-detail .coupon2 span {
    font-weight: bold;
    line-height: 39px;
    color: #fff;
    position: relative;
    right: 59px;
    top: 2px;
}

.product-detail .coupon2 input {
    text-align: left;
}

.product-detail .table-content table td {
    padding: 15px 10px;
    border-bottom: 1px solid #dadada;
}

.product-detail .mar-top-10 {
    margin-top: 10px;
}

.product-detail table .product-action {
    width: 50px;
    float: left;
}

.product-detail .table-content table td.product-name {
    width: 284px;
}

.product-detail .table-content table td.product-quantity {
    width: 140px;
}

.product-detail .table-content table td.product-price {
    width: 100px;
}

.product-detail .product-name h5 {
    color: #000;
    font-size: 14px;
    text-align: left;
    margin-left: 0px;
}

.product-detail .product-name h4 {
    text-align: left;
    color: #000;
    font-size: 13px;
    margin-left: 0px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .product-detail .shop-page-wrapper.padding-filter, .shop-page-wrapper.shop-wrapper-pd {
        padding: 60px;
    }

    .product-detail .shop-sidebar-right {
        width: 30%;
        float: left;
    }

    .product-detail .shop-delete-cart {
        float: left;
        text-align: center;
        width: 17%;
        padding-right: 20px;
    }

    .product-detail .shop-customer-detail {
        margin-top: 20px;
    }

    .product-detail .shop-cart-title {
        float: left;
        width: 76%;
        text-align: left;
        font-weight: bold;
        font-size: 14px;
    }

    .product-detail .product-img {
        text-align: center;
    }

    .product-detail .shop-sidebar {
        width: 15%;
        padding-right: 0px;
    }

    .product-detail .custom-col-4 {
        margin-right: 10px;
        max-width: 24%;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 4px !important;
        background-color: #fff;
        box-shadow: 2px 3px 4px #dadada;
    }

    .product-detail .shop-product-wrapper {
        width: 60%;
        padding-left: 25px;
    }
    /*  .isc-show-wid-70per::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.isc-show-wid-70per::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #d8d8d8;
}*/
    .product-detail .isc-user-info-cont1 {
        position: relative;
    }

    .product-detail .isc-show-wid-70per .custom-col-4 {
        max-width: 23.7%;
        float: left;
    }

    .product-detail .isc-show-wid-70per {
        width: 101%;
        margin-top: 0px;
        padding-right: 30px;
        float: left;
    }

    .product-detail .product-wid-90 {
        width: 90%;
        float: left;
    }

        .product-detail .product-wid-90 .custom-col-4 {
            max-width: 24.1% !important;
        }

    .product-detail .sidebar-categories ul li:hover {
        box-shadow: 0px 2px 5px #abc4f5;
        padding: 10px 10px;
    }

    .product-detail .shop-cart-area {
        border: 1px solid #f6f4f4;
        padding: 10px 25px;
        height: 560px;
        border-radius: 4px;
    }

    .product-detail .shop-customer-pic {
        width: 18%;
        float: left;
    }

    .product-detail .shop-customer-add {
        float: left;
        width: 10%;
        text-align: center;
    }

    .product-detail .shop-customer-name {
        float: left;
        width: 72%;
    }

        .product-detail .shop-customer-name h4 {
            font-size: 14px;
            font-weight: bold;
        }

        .product-detail .shop-customer-name h5 {
            font-size: 12px;
        }

    .product-detail .shop-customer-pic i {
        padding: 10px 10px;
        float: left;
        line-height: 18px;
        text-align: center;
        border: 1px solid #dadada;
        height: 40px;
        width: 40px;
        margin-right: 20px;
        border-radius: 50px;
    }

    .product-detail .shop-customer-info {
        box-shadow: 0px 2px 5px #dadada;
        padding: 10px 10px;
        height: 65px;
        margin-top: 10px;
    }

    .product-detail .sidebar-categories ul li {
        padding: 5px 10px;
    }
}

.product-detail .product-img > span {
    font-size: 10px;
    background-color: #1589ee;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    left: 63%;
    letter-spacing: 1px;
    line-height: 1;
    padding: 4px 5px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 6%;
}

.product-detail .mar-lft-10 {
    margin-left: 10px;
}

.product-detail .isc-f-15 {
    font-size: 13px;
}

.product-detail .product-title > h4 {
    font-size: 12px;
}

.product-detail .product-categori > a {
    font-size: 11px;
}

.product-detail .product-cart > span {
    font-size: 13px;
}

.product-detail .product-price {
    font-size: 16px;
    margin-bottom: 4px;
}

.product-detail .product-title-price {
    display: block;
}

.product-detail .sidebar-title {
    margin-top: 20px;
}

.product-detail .main-menu ul li a {
    line-height: 50px;
}

.product-detail .table-content table td.product-quantity {
    width: 88px;
}

.product-detail .cart-plus-minus-box {
    height: unset !important;
    background-color: unset !important;
    width: 33px !important;
}

.product-detail .cart-plus-minus {
    border-radius: 4px !important;
}

.product-detail .cur-lang-acc-active.inside {
    left: 0;
    right: unset;
}

.product-detail .product-wid-90 .product-img > span {
    left: 77%;
}

.product-detail .isc-login-sec-title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    display: block;
    cursor: pointer;
}

/*******Product Deatil*******/
/*****OrderList******/
.isc-order #dropdownMenuButton {
    margin-left: 20px;
    border-radius: 4px;
    margin-right: 10px;
    text-align: left;
    height: 32px;
    background-color: #333;
}

.isc-order .wrap-sidebar {
    background-color: #f7f7f7;
}

.isc-order .sidebar-cart-all {
    padding: 10px;
}

.isc-order .sidebar-cart {
    width: 250px;
}

.isc-order .checkout-form-list input[type=text] {
    border: unset;
    border-bottom: 1px solid #dadada;
    height: 20px;
    background-color: unset;
}

.isc-order .checkout-form-list input[type=date] {
    border: unset;
    border-bottom: 1px solid #dadada;
    height: 20px;
    background-color: unset;
}

.cart-footer {
    padding: 10px;
    background-color: #f7f7f7;
    position: absolute;
    right: 0px;
    border-top: 1px solid #dadada;
    bottom: 0px;
    width: 100%;
}

.isc-order .cart-content {
    height: calc(100vh - 120px) !important;
}

.isc-order .country-select::before {
    content: unset;
}

.isc-order .country-select select {
    border: unset;
    border-bottom: 1px solid #dadada;
    height: 20px !important;
    padding-left: 0px !important;
    background-color: unset !important;
}
/******OrderList******/
/*******Payments*******/
.isc-payments .modal-header {
    display: block;
}

.isc-payments .checkout-form-list input[type=date] {
    border: unset;
    border-bottom: 1px solid #dadada;
    height: 20px;
    background-color: unset !important;
}

.isc-payments .modal-body {
    height: calc(100vh - 320px) !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.isc-payments .checkout-form-list {
    margin-bottom: 30px;
}

.isc-payments .table-content table {
    width: 99%;
    table-layout: fixed;
}

.isc-payments h3.isc-lbl-tile-header-shedule-survy.isc-f-w {
    font-weight: 600;
}

.isc-payments .col-md-6 {
    padding: 0px;
}

.isc-payments .isc-lbl-tile-header-shedule-survy {
    color: #525252;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.isc-payments #Payment .modal-dialog {
    min-width: auto;
}

.isc-payments .table-content table td i {
    margin-right: 5px;
    font-size: 14px;
}

.isc-payments #Payment .row {
    display: block;
}

.isc-payments #Payment input[type="radio"] {
    height: unset;
    border: unset;
    width: unset;
    padding-left: 0px !important;
    border-bottom: 1px solid #dadada;
    background-color: unset;
}


/*******Payments*******/


/*New css starts here*/

button.sidebar-trigger-cart.btn.btn-primary.btn-lg {
    margin-top: -10px;
}

.sidebar-trigger-cart:hover {
    color: #0062cc !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: none !important;
}

.sidebar-trigger-cart:focus {
    color: #0062cc !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: none !important;
}

.sidebar-trigger-cart:active {
    color: #0062cc !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: none !important;
}

.btn-primary:not([disabled]):not(.disabled):active {
    color: #0062cc !important;
    background-color: white !important;
    border-color: white !important;
    box-shadow: none !important;
}

.isc-cart-modal .modal-header {
    display: block !important;
    text-align: center;
}

/*img.cart-img {
    width: 100%;
    float: none;
    max-width: 75%;
    height: 75px;
}*/
img.cart-img {
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: contain;
    float: none;
}

.isc-cart-modal .modal-body {
    display: block !important;
    padding: 10px;
}

.isc-cart-modal .modal-content {
    width: 42%;
    top: -80px;
    right: 0;
    position: fixed;
}


h2#myModalLabel {
    font-size: 20px;
}

.isc-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 0px !important;
    margin-right: 25px;
}

.quantity__minus, .quantity__plus {
    display: block;
    width: 35px;
    height: 31px;
    margin: 0;
    background: #dee0ee;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
}

    .quantity__minus:hover,
    .quantity__plus:hover {
        background: #575b71;
        color: #fff;
    }

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__input {
    width: 45px;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #8184a1;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #8184a1;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #fff;
}

.isc-cart-modal-left {
    float: left;
    width: 20%;
    text-align: center;
    margin-right: 10px;
}

.isc-cart-modal-right {
    float: left;
    width: 52%;
    text-align: center;
    margin-right: 5px;
}

.isc-cart-modal-last {
    float: right;
    width: 20%;
    text-align: center;
    margin-right: 10px
}

.isc-cart-modal-right h4 {
    font-size: 14px;
    text-align: left;
    text-indent: 0px;
    color: #3e3e3e;
    font-weight: 700;
    text-transform: capitalize;
}

.isc-cart-modal-right h5 {
    font-size: 12px;
    text-align: left;
    text-indent: 10px;
    font-weight: 600;
}

.isc-cart-close {
    font-size: 15px;
}

.isc-cart-modal-last h5 {
    font-size: 15px;
    color: #3e3e3e;
    font-weight: 600;
    margin-top: 40px;
}

.isc-cart-modal .modal-footer {
    display: block;
    width: 100%;
    text-align: center;
}

.isc-cart-button-checkout {
    background-color: #3E3E3E !important;
    color: white;
    border: 1px solid #3E3E3E;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
}

i.ionicons.ion-android-cart.isc-shopping-cart {
    float: left;
    font-size: 30px;
}

.isc-cart-button-checkout:hover {
    background-color: #c7c7c7;
    color: white;
    border: 1px solid #c7c7c7;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

/*.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
    max-width: 380px;
    min-height: calc(100vh - 0px);
}*/

.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
    max-width: 100%;
    min-height: calc(100vh - 0px);
}


.modal.modal-left.show .modal-dialog, .modal.modal-right.show .modal-dialog {
    transform: translate(0, 0);
}

.modal.modal-left .modal-content, .modal.modal-right .modal-content {
    height: calc(100vh - 0px);
    overflow-y: auto;
}

.modal.modal-left .modal-dialog {
    transform: translate(-100%, 0);
    margin: 0px auto 0 0;
}

.modal.modal-right .modal-dialog {
    transform: translate(100%, 0);
    margin: 0px 0 0 auto;
}

.modal-full {
    min-width: 50%;
    margin: 0;
}

    .modal-full .modal-content {
        min-height: 100vh;
    }

button.btns.btn-lgs.btn-primarys {
    margin-top: 0px;
}

div#largeModal {
    padding-right: 0px !important;
}

.isc-modal-right-sidebar .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.isc-modal-right-sidebar .modal {
    position: fixed;
    top: 90px;
    right: 0px;
    bottom: 0;
    left: 0px;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

div#largeModal {
    top: 70px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    right: 0px;
    width: 20%;
    float: right;
    left: unset !important;
}

    div#largeModal .modal-header {
        border-bottom: none !important;
    }

    div#largeModal .modal-body {
        padding: 10px;
        display: block;
    }

nav.isc-sidebar-new {
    float: left;
    width: 100%;
    margin-top: -30px;
}

.isc-sidebar-new ul {
    display: block;
    list-style-type: none;
}

.isc-sidebar-new li a {
    padding: 5px;
    margin-bottom: 9px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}

.isc-sidebar-new li {
    margin: 10px 0px 10px 0px;
    text-align: left;
    text-indent: 10px;
}

.isc-desc {
    font-size: 19px;
    font-weight: 600;
}

.footer-link li {
    display: inline-block;
    list-style-type: none;
    padding-top: 10px;
}

    .footer-link li a {
        text-decoration: none;
        margin: 10px 5px 5px 5px;
        font-size: 13px;
    }

.footer-widget {
    margin-top: -25px;
}

ul.isc-tab-list {
    float: left;
    width: 40%;
}

.isc-tab-list li {
    display: block;
    list-style-type: none;
    margin: 15px 0px 15px 0px;
}

    .isc-tab-list li a {
        font-size: 15px;
        font-weight: 600;
    }

        .isc-tab-list li a:hover {
            text-decoration: underline;
        }

.isc-tab-main-section {
    float: right;
    width: 60%;
}



.footer-link li a:hover {
    text-decoration: underline;
}

.isc-tc-container {
    float: none;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.isc-form-sec {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.log-header {
    color: #1589EE;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.67;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 1;
}

.common-style > p {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    line-height: 1;
    padding: 0;
    margin-left: 25px;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 20px;
    color: #4b4a48;
}

p.isc-new-txt {
    margin-top: 70px;
}

.isc-get-button {
    color: black;
    border: 1px solid #1589EE;
    font-size: 0.75rem;
    line-height: 1.67;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    appearance: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    margin: 0px;
    min-height: 52px;
    opacity: 1;
    padding: 0px 1.5rem;
    position: relative;
    transition: all 350ms ease-in-out 0s;
    text-decoration: none;
}

    .isc-get-button:hover {
        background-color: #1589EE;
        border: 1px solid #1589EE;
    }

        .isc-get-button:hover a {
            color: white !important;
        }

button.btn.btn-primary.btn-block.mb-4:hover {
    background-color: #81b5e3;
    border: 1px solid #81b5e3;
    color: white;
}

.isc-sidebar-new li a:hover {
    color: #1589EE;
    text-decoration: underline;
}

.isc-cta {
    background-color: #1589ee;
    border: 1px solid #1589ee;
    padding: 0px 5px 0px 5px;
    height: auto;
    color: white;
    width: 75%;
}

    .isc-cta:hover {
        cursor: pointer;
        border: 1px solid #1589ee !important;
        color: #1589ee;
        background-color: white;
    }

#largeModals {
    top: -50px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    right: 0px;
    width: 100%;
    float: left;
    left: 50px;
}

    #largeModals .modal-header {
        display: block;
        text-align: left;
        width: 100%;
    }

    #largeModals .close {
        padding: 15px;
        margin: -15px 0px -15px 0px;
    }

    #largeModals .modal-header h4 {
        margin: 0px;
        padding: 0px;
        font-size: 20px;
        color: #3e3e3e;
        text-align: left;
    }

    #largeModals .modal-body {
        display: block !important;
        padding: 0px;
        float: left;
        width: 100%;
        background: #f3f3f3;
    }

    #largeModals .modal-content {
        max-height: unset !important;
        overflow-y: auto;
        height: calc(100vh - 150px);
        overflow-x: hidden;
    }

.isc-orderl-sec-top {
    float: left;
    width: 100%;
    text-align: center;
}

.isc-orderlist-secone {
    float: left;
    width: 100%;
    text-align: center;
    background: white;
}

.isc-order-list-modal-body {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.modal-container-new {
    float: none;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.isc-orderl-sec-top-left {
    float: left;
    width: 30%;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    padding: 10px 0px 10px 0px;
}

.isc-orderl-sec-top-middle {
    float: left;
    width: 30%;
    text-align: center;
    border-right: 1px solid #dbdbdb;
    padding: 10px 0px 10px 0px;
}

.isc-orderl-sec-top-last {
    float: right;
    width: 30%;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.isc-orderl-sec-last {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #dbdbdb;
    background: white;
    height: 22vh;
}

.isc-orderlist-secone h5 {
    color: #888888;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.isc-orderlist-secone h4 {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.isc-orderlist-sectwo {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.base-timeline {
    list-style-type: none;
    counter-reset: number;
    position: relative;
    display: block;
    z-index: 2;
    width: 90%;
    left: 15px;
}

    .base-timeline::before {
        content: '';
        width: 100%;
        border-top: 2px solid steelblue;
        display: inline-block;
        position: absolute;
        top: 50%;
        z-index: -1;
    }


.base-timeline__item {
    position: relative;
    display: inline-block;
    width: calc(65% / 3 - -16px);
}

    .base-timeline__item::before {
        display: flex;
        justify-content: center;
        align-items: center;
        counter-increment: number;
        content: counter(number) '';
        border-radius: 50%;
        width: 30px;
        height: 30px;
        background-color: #1589EE;
        color: white;
        font-weight: bold;
        transition: all 0.6s ease-in-out;
        box-sizing: border-box;
    }

/* modifier with use of the data-year attribute */
.base-timeline__item--data::before {
    content: attr(data-year);
    width: 60px;
    height: 60px;
}
/* hover element */
.base-timeline__item:hover::before {
    background-color: #1589EE;
    transform: scale(1);
}

.base-timeline__item--active::before {
    background-color: #1589EE;
    border: 2px solid;
    border-color: rgba( 0, 0, 0, .3);
}

.base-timeline__item:last-child {
    width: 0;
}

/* summary text is optional and can be anything */

.base-timeline__summary-text {
    position: absolute;
    bottom: -2em;
    left: -15px;
    top: 35px;
    font-size: 12px;
    color: #a0a1a0;
    font-weight: 600;
}

.isc-orderlist-secthree {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.isc-orderlist-sectwoo {
    float: left;
    width: 100%;
    text-align: center;
}

.isc-ol {
    float: left;
    width: 100%;
    text-align: center;
    background: white;
    margin-top: 0px;
}

.isc-orderlist-sectwoo h4 {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    padding: 10px 0px 10px 0px;
}

.isc-ol-top {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.isc-ol-top-left {
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 20px;
}

.isc-ol-top-right {
    float: right;
    width: 40%;
    text-align: left;
}

.isc-ol-top-left h5 {
    color: #888888;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.isc-ol-top-left h4 {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.isc-ol-top-right h5 {
    color: #888888;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.isc-ol-top-right h4 {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.isc-table-container {
    overflow-x: auto;
}
/*end by siva*/
.isc-orderl-table {
    float: left;
    width: 100%;
    background: white;
    text-align: left;
    text-indent: 20px;
    /*added by siva*/
    white-space: nowrap;
}

    .isc-orderl-table .table-header {
        background: white !important;
        color: #333;
    }

.isc-cta1 {
    background-color: #1589ee;
    border: 1px solid #1589ee;
    padding: 0px 5px 0px 5px;
    height: auto;
    color: white;
    width: 30%;
}

.modal-dialog.isc-cart-modal-popup {
    position: fixed;
    right: 0;
    height: 100%;
    width: 400px;
}

.isc-cta2 {
    background-color: #1589ee;
    border: 1px solid #1589ee;
    padding: 0px 5px 0px 5px;
    height: auto;
    color: white;
    width: 65%;
}

.customer-information-container {
    float: none;
    width: 100%;
    padding: 100px 0px 40px 0px;
    max-width: 90%;
    margin: 0 auto;
    background: whitesmoke;
}

.about-story.isc-about-story {
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    height: 25vh;
    margin-top: 15px;
}

.isc-about-story-left {
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 0px;
}

span.isc-about-icon {
    font-size: 35px;
    border: 1px solid #a3a3a3;
    border-radius: 100px;
    padding: 0px 8px 0px 8px;
    background: #a3a3a3;
    color: black;
}

.isc-about-story-middle {
    float: left;
    width: 50%;
    text-align: left;
    margin-left: -20px;
}

    .isc-about-story-middle h4 {
        color: #000000;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1.5px;
        /* text-align: left; */
        margin-bottom: 5px;
    }

    .isc-about-story-middle h5 {
        color: #5c5c5c;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1.5px;
    }

.isc-about-story-last {
    float: right;
    width: 15%;
}

.isc-last-icon {
    font-size: 40px;
}

.isc-cart-modal-whole {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.isc-cart-modal-content {
    max-height: unset !important;
    overflow-y: auto;
    /*height: 53vh;*/
    /*added by siva*/
    height: 60vh;
}

div#myModal--effect-pulse {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

div#myModal--effect-pulse {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.sub_nav {
    display: none;
}

.dropdown-1:hover .sub_nav {
    display: block;
}

.isc-multi-drop li a {
    color: inherit !important;
    display: block;
    font-size: inherit !important;
    font-weight: 600 !important;
    line-height: 0px !important;
    padding: inherit !important;
    text-transform: capitalize !important;
    text-indent: 10px;
}

.dropdown-2:hover .sub_nav {
    display: block;
}

.isc-multi-drop li a:hover {
    color: #1590F1 !important;
}

.dropdown-3:hover .sub_nav {
    display: block;
}

.dropdown-4:hover .sub_nav {
    display: block;
}

.dropdown-5:hover .sub_nav {
    display: block;
}

.panel,
p.flip {
    margin: 0px;
    padding: 5px;
    text-align: center;
}

.panel {
    width: 100%;
    height: 100px;
    display: none;
}

.panel-con {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.one {
    float: left;
    height: 5vh;
    width: 20%;
    margin: 0px 5px;
    border: 2px solid black;
    background: #6495ED;
    padding: 10px 0px;
}

.two {
    float: left;
    height: 5vh;
    width: 20%;
    margin: 0px 5px;
    border: 1px solid #9932CC;
    background: #9932CC;
}


.three {
    float: left;
    height: 5vh;
    width: 20%;
    margin: 0px 5px;
    border: 1px solid #00CED1;
    background: #00CED1;
}

.four {
    float: left;
    height: 5vh;
    width: 20%;
    margin: 0px 5px;
    border: 1px solid #87CEFA;
    background: #87CEFA;
}

.five {
    float: left;
    height: 5vh;
    width: 20%;
    margin: 10px 5px;
    border: 1px solid black;
    background: black;
}

.isc-tick-right {
    float: left;
    width: 15%;
    text-align: center;
    color: white;
    font-weight: 900;
    font-size: 25px;
    position: absolute;
    margin-top: -10px;
    /* border: 1px solid black; */
    border-radius: 100px;
    /* padding: 1px 1px 1px 1px; */
    margin-left: -15px;
}

input.isc-select-type {
    position: absolute;
    margin-top: 12px;
    float: left;
    width: 12%;
    margin-left: -82px;
    opacity: 0;
}

.isc-barcode-capture {
    float: left;
    width: 100%;
    text-align: center;
}

    .isc-barcode-capture h2 {
        font-size: 20px;
        font-weight: 500;
        /* float: left; */
        text-align: center;
        margin-bottom: 25px;
    }

.isc-barcode-main {
    float: none;
    width: 100%;
    text-align: center;
    /* padding: 0px 130px; */
    border: 1px solid black;
    margin: 0 auto;
    max-width: 50%;
    height: auto !important;
    overflow: hidden;
}

.ion-camera {
    font-size: 70px;
    color: black;
    padding-top: 30px;
}

input.isc-select-type {
    position: absolute;
    margin-top: 12px;
    float: left;
    width: 12%;
    margin-left: -82px;
    opacity: 0;
}

.isc-theme1 {
    float: left;
    width: 30%;
}

img.theme-img {
    width: 90%;
}


.isc-modal-promo-section {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    border: 1px solid #C7C7C7;
    padding: 10px;
}

span.isv-value-text-big {
    font-size: 18px;
}

button.close.isc-cart-close {
    color: red;
}

.isc-modal-promo-section h5 {
    color: #1596F2;
    position: relative;
    margin-top: -30px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 220px;
}

.isc-big {
    color: #333333;
    font-weight: 700;
}

.isc-sup {
    color: #1590F1;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 15px;
    position: absolute;
}

.isc-cart-total-items {
    float: left;
    width: 98%;
    text-align: right;
}

    .isc-cart-total-items h5 {
        font-size: 15px;
        margin: 10px 0px;
        font-weight: 600;
    }










/*Responsive Design General Css*/
@media only screen and (max-width: 300px) {
    .isc-secondary-header {
        padding: 0 0 0 1.5rem;
        display: block;
        background-color: #fff;
        border-bottom: 3px solid #1589ee;
        color: #080707;
        position: fixed;
        padding: 0 0 0 1.5rem;
        height: 40px;
        width: 100%;
        z-index: 999;
        top: 0px;
    }

    .isc-context-bar__primary {
        display: flex;
        flex-shrink: 0;
        float: left;
        width: 0%;
    }

    .visible-sm {
        float: right;
        margin-top: 2px;
        margin-right: 0px;
        width: 0%;
        position: unset;
        left: 0px;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        margin-top: 2px;
        border-radius: 1px;
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .navbar-toggle {
        display: block;
    }

    .isc-sm-hidden {
        margin: 0;
        padding: 0;
        display: none !important;
        align-items: center;
        margin-left: 83px;
    }

    .visible-sm.visible-lg {
        display: block;
    }

    .navbar-default {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        margin-left: -70px;
    }

    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 2px;
        padding: 9px 10px;
        position: unset;
        margin-left: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .navbar-right {
        position: fixed;
        z-index: 100;
        width: 250px;
        height: 60%;
        padding-top: 0px;
        overflow-y: scroll;
        background: #fefefe;
        -webkit-transform: translateX(-300px);
        transform: translateX(-300px);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        margin-top: 20px;
        display: grid;
        text-align: left;
        margin-left: 145px;
    }


    .isc-sm-res {
        display: none;
    }

    nav ul ul {
        display: none;
        position: absolute;
        top: 10px;
        z-index: 9;
        float: left;
    }

    .main-menu {
        display: none;
    }

    .header-search.common-style {
        display: none;
    }

    .header-cart.common-style {
        display: none;
    }

    span.ion-navicon {
        display: none;
    }

    .header-area {
        height: 0px !important;
        line-height: 40px !important;
    }

    .header-space {
        height: 45px !important;
    }

    .sidebar-search-icon {
        display: none;
        float: right;
        overflow: hidden;
        position: absolute;
        right: 375px;
    }

    .footer-widget-l-content {
        text-align: center !important;
    }

        .footer-widget-l-content > ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center !important;
        }

    ul.footer-link {
        text-align: center;
    }

    .mobile-menu .mean-nav ul.menu-overflow {
        height: 220px;
        margin-top: -33px;
        overflow-y: auto;
    }
}

/*added by yuvaraj*/
.isc-logout-dropdown.isc-logout-dropdown-show {
    display: block;
}

.isc-logout-dropdown {
    list-style-type: none;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    width: auto;
    padding: 10px 10px 10px 10px;
    position: absolute;
    top: 20px;
    z-index: 9;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    right: 0px;
    display: none;
}

div#myModal--effect-pulse {
    z-index: 9999;
}

.btn {
    border-radius: 4px !important;
    cursor: pointer;
}

/*added by sivabalan - 22/9/23*/

.isc-s2-tab {
    width: 100%;
    color: #000;
    overflow: hidden;
    position: relative;
}

input.isc-acc {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 14px;
}

.isc-s2-tab i.category-toggle {
    position: absolute;
    top: 22px;
    left: 5px;
    font-size: 20px;
    font-weight: 500;
}

.isc-s2-tab.isc-per-sec i.category-toggle {
    position: absolute;
    top: 0px;
    left: 40px;
    font-size: 20px;
    font-weight: 500;
    z-index: 10;
}

label.isc-s2-tab-label.isc-var-ttl.isc-tab-bg {
    margin: 10px 0px 10px 25px;
    border-bottom: none !important;
}

input:checked + .isc-s2-tab-label {
    background: #1a252f;
}

.isc-s2-tab-label.isc-tab-bg {
    padding: 10px 0px 8px 0px !important;
}

.isc-s2-tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    padding: 1em;
    background: inherit;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.isc-category-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    margin: 1em;
    cursor: pointer;
}

/*input:checked ~ i.fa-angle-right::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.isc-s2-tab-label::before {
    /*content: "\276F";*/
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.isc-g-b {
    margin-left: 25px;
}

.isc-g-b {
    border: 0px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #1589ee 10%, #fff);
    border-image-slice: 1;
    padding: 0;
    margin: 0 0 0 66px;
}

input:checked ~ .isc-s2-tab-content.isc-var-tab-body {
    padding: 0px;
}

input:checked ~ .isc-s2-tab-content {
    max-height: 100%;
    /* padding: 1em; */
}

.isc-s2-tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    /*-webkit-transition: all .35s;
    transition: all 1.35s;*/
}

.isc-d-fr {
    display: flow-root;
}

.isc-mar-t1 {
    margin-top: 10px !important;
}

.isc-100per {
    width: 100%;
    float: left;
}

.isc-per-sec {
    padding: 10px;
}

.isc-var-11 span {
    margin-left: 35px !important;
}

.isc-mar-l-60 {
    margin-left: 25px;
}

.isc-p-r {
    position: relative;
}



label.isc-s1-tab-label.isc-var-ttl.isc-tab-bg {
    margin: 10px 0px 10px 25px;
    border-bottom: none !important;
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.isc-s1-tab-label {
    background: #1a252f;
}

    .isc-s1-tab-label.isc-tab-bg {
        padding: 10px 0px 8px 0px;
    }

.isc-s1-tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    padding: 1em;
    background: inherit;
    font-weight: bold;
    cursor: pointer;
}



.category-toggle {
    cursor: pointer;
}

#homepage_categories {
    text-transform: capitalize;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    height: 30px;
}

.isc-red {
    color: red;
    width: 100%;
    text-align: left;
    color: red;
    margin-bottom: 10px;
    margin-top: -25px;
}

span.isc-mb-line-height {
    float: left;
}

span.isc-red1 {
    float: left;
    width: 100%;
    text-align: left;
    color: red;
    margin-bottom: 10px;
    margin-top: -25px;
}

.fs-label-wrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: default;
    border-radius: 4px;
    height: 30px;
}

span.red-cols {
    position: absolute;
    color: red;
    left: 80px;
}


/*end by sivabalan - 22/9/23*/

/*added by sivabalan - 25/10/23*/
body::-webkit-scrollbar, div::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
    width: 7px;
    height: 9px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #d8d8d8;
}

body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(201 201 201);
    border-radius: 4px;
    background-color: #fff;
}

body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}
/*end by sivabalan - 25/10/23*/

/* css by sivabalan - 27/10/23 */
.isc-style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(201 201 201);
    border-radius: 4px;
    background-color: #fff;
}

.isc-style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

.isc-style-1::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

.isc-style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #d8d8d8;
}

.isc-style-1::-webkit-scrollbar {
    width: 7px;
    height: 9px;
    background-color: #F5F5F5;
}

.isc-style-1::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.spl-categories li a {
    font-weight: 600;
    color: #888888 !important;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
    margin-top: 5px;
}
/* end by sivabalan - 27/10/23*/

.isc-btn-s1:focus {
    color: white !important;
}

.isc-btn-s3:focus {
    color: #525252 !important;
}

.isc-close-action {
    cursor: pointer;
}

.fs-label-wrap .fs-label {
    padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
}

.isc-btn-s1 {
    color: white !important;
}

.isc-btn-s3 {
    color: #525252 !important;
}



/* added by sivabalan - 1/12/23*/
sup#notification_count {
    color: #1589ee;
    font-weight: 600;
}

.isc-notifi-drpdwn {
    position: absolute;
    top: 20px;
    right: 88px;
    display: none;
}

.isc-notif-cont {
    background-color: #fff;
    position: absolute;
    right: -60px;
    top: 0px;
    Z-INDEX: 999;
    padding: 10px 20px;
    width: 345px;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 8%);
    border-radius: 4px !important;
    height: calc(100vh- 81px);
}

.cell-left {
    float: left !important;
}

.isc-notif-cont .isc-item-title-cont-p1 {
    padding-top: 0px;
}

.isc-item-title-cont-p1 {
    margin: 0;
    padding: 10px 0px;
    font-size: 15px;
    color: #1589ee !important;
}

.isc-header-right-action .cell-right {
    display: flex;
    align-items: center;
}

.cell-right {
    float: right;
}


.div-col-100per {
    width: 100%;
    float: left;
}

.isc-notify-sep .isc-comment-sec-grp-cell-s2 {
    border-bottom: 1px solid #eeeeee !important;
}

.isc-notify-sep .isc-comment-pad-p1 {
    padding: 10px 15px 10px 40px !important;
    position: relative;
}

.isc-pos-ab {
    position: absolute;
    left: 0 !important;
}

.isc-mar-0 {
    margin: 0;
}

.isc-set-wid-not-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.isc-pad-l-20 {
    padding-left: 20px;
}

.isc-lbl-notification-s2 {
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    color: #635e5e;
    font-size: 15px;
    letter-spacing: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.isc-comment-line-row-s1 {
    position: relative;
}

.isc-notify-sep .isc-com-title-txt-s4 {
    font-size: 13px !important;
}

.isc-notify-sep .isc-com-title-txt-s4 {
    font-size: 13px !important;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
    opacity: 0;
}

.div-col-100pers {
    float: left;
    width: 100%;
    height: calc(55vh - 90px);
    overflow-y: auto;
}

.isc-admin-products-top-left h4 {
    font-size: 18px;
    margin-top: 4px;
    margin-left: 10px;
}

.isc-customer-360-top h4 {
    font-size: 18px;
    margin-top: 4px;
    margin-left: 10px;
}

.isc-order-3601-top {
    font-size: 18px;
    margin-top: 4px;
    margin-left: 10px;
}

.isc-sidenav-new {
    float: left;
    width: 5%;
}

.isc-my-admin-left a {
    color: #474747;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
    text-indent: 0 !important;
    float: left;
    width: 100%;
}

#mySidenav a:hover {
    color: #1590F1 !important;
}

#mySidenav a:hover {
    color: #1590F1 !important;
    background: black;
    color: #1589EE;
    background-color: #e3e3e3;
    border-left: 3px solid #1589EE;
    border-radius: 4px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px !important;
    margin-left: 50px;
    font-weight: 700;
}

.sidenav a {
    padding: 10px 8px 10px 8px !important;
    text-decoration: none;
    font-size: 14px !important;
    color: #686868 !important;
    display: block;
    transition: 0.3s;
    font-weight: 600 !important;
    margin-left: 10px;
    line-height: 1.5;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 70px;
    left: 0;
    background-color: #f9f9f9;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-right: 1px solid #d3d3d3;
    height: calc(120vh - 190px) !important;
    overflow-y: auto !important;
}

/*added by yuvaraj for product guide*/
.isc-guide-day {
    margin: 10px 0px;
    float: left;
    width: 100%;
}

#myModal--effect-pulses .heading {
    font-size: 15px;
    font-weight: 600;
    color: #626262;
    text-align: left;
    width: 10%;
    text-indent: 0;
    padding: 0;
    text-transform: capitalize;
    float: left;
}

#myModal--effect-pulses .isc-description-select {
    width: 50%;
    background: white;
    border: 1px solid #ddd;
    height: 30px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
    float: left;
    margin-left: 20px;
    border-radius: 5px;
}

.isc-cart-button-checkout1 {
    background-color: #3E3E3E !important;
    color: white;
    border: 1px solid #3E3E3E;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
    width: 35%;
}
/*added by yuvaraj for product guide*/


h3.isc-lbl-notification-s4 {
    font-size: 18px;
}

/*added by sivabalan - sorting - 03/01/2024*/
/*table.dataTable thead .sorting {
    background-image: url(../../UIThemeEngine/Images/sorting/sort_both.png) !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

table.dataTable thead .sorting_asc {
    background-image: url('../../UIThemeEngine/Images/sorting/sort_asc.png') !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}

table.dataTable thead .sorting_desc {
    background-image: url('../../UIThemeEngine/Images/sorting/sort_desc.png') !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
}*/

.isc-cart-modal-last .isc-heart-icon {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.isc-cart-modal-last button.close.isc-cart-close {
    position: relative;
    right: 0;
    top: -20px;
}

/*added by yuvaraj*/
ul.nav.nav-pills {
    margin-top: 0px;
    display: flex !important;
}

.isc-sm-promo {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

a.isc-promo-a.active {
    border-bottom: 3px solid #1589EE;
    color: #1589EE;
}

.nav-pills li a {
    background: none;
    color: #000;
    display: inline-block;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
/*#largeModal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 300px !important;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

#largeModal .modal-dialog {
    right: 0;
}*/


#WishlistConfirmation_modal .modal-dialog {
    margin: 150px auto;
    min-width: 35%;
}

.sorting_asc::before {
    color: blue;
}

.sorting_desc::before {
    content: "\f15e" !important;
    font-family: FontAwesome;
    float: right;
    position: absolute;
    width: 2%;
    color: #1589ee !important;
    font-weight: 100;
}
input[type="date"]
{
    cursor:default !important;
}
input::-webkit-calendar-picker-indicator {
    cursor: pointer !important;
}
.fs-label-wrap {
    cursor: pointer !important;
}
.sorting
{
    cursor:pointer !important;
}

#noticationarea .isc-notify-sep .isc-comment-pad-p1 {
    padding: 10px 15px 10px 0px !important;
}
.footer-area {
    position: fixed;
    bottom: 0px;
}

.isc-cartclear-button {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    margin-top: 14px;
    text-decoration: underline !important;
    cursor: pointer;
    color: #1589EE !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.temp-hidestocks {
    display: none;
}

.temp-spacing {
    padding-top: 10px;
}