﻿img {
    max-width: 100%;
    max-height: 100%;
}

body {
}


/*beware css*/
.beware {
    margin-top: 6px;
    font-size: 14px;
}

    .beware .alert-dismissible .close {
        top: -11px;
        right: -13px;
        font-weight: 400;
        box-shadow: none;
        cursor: pointer;
    }

.beware-msg {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #f1f1f1 !important;
    font-size: 15px;
    border-radius: 0;
}

.bewareicon {
    vertical-align: middle;
    width: 20px;
}

/*end beware css */


figure {
    margin: 0 0 0rem !important;
}

.home {
    background: #f2f3f7 !important;
}

li {
    list-style-type: none;
}

.blue {
    color: #00558c;
}

.hidden {
    display: none;
}

#loggedInList {
    cursor: pointer;
}

.premium {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: 94% 55%;
    height: 65px;
    width: 85px;
    margin: auto
}

.factor-icon {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: -119% 141%;
    height: 65px;
    width: 85px;
    margin: auto
}

.best-offer {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: -119% 141%;
    height: 65px;
    width: 85px;
    margin: auto
}

.icon-left {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: 92% 135%;
    height: 50px;
    width: 61px;
    margin: auto
}

.big-sale {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: -101% 141%;
    height: 65px;
    width: 85px;
    margin: auto
}

.pyment-optns {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: -1165% 207%;
    height: 50px;
    width: 253px;
    display: table;
    border: solid 5px #2874f0;
    clear: both;
}

.deals-layout4::before {
    content: '';
    width: 82px;
    height: 82px;
    background: url(../images/yaantra-icon-set.png) no-repeat top left;
    background-position: 27% 64%;
    position: absolute;
    right: 12px;
    top: -5px;
    z-index: 20
}

.six-mwarnty {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: 196% 197%;
    height: 73px;
    width: 91px;
    margin: auto
}

.sevenday {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: 190% 144%;
    height: 73px;
    width: 91px;
    margin: auto
}

.garnted-byback {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: 286% 144%;
    height: 73px;
    width: 91px;
    margin: auto
}

.free-pickup {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: 248% 194%;
    height: 73px;
    width: 91px;
    margin: auto
}

.repair-bottom {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: 312% 374%;
    height: 73px;
    width: 91px;
    margin: auto
}

.money-value {
    background-image: url(../images/yaantra-icon-set.png);
    background-position: 338% 234%;
    height: 73px;
    width: 91px;
    margin: auto
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: 30rem;
    margin-left: 50rem;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sale-deal-buy-btn {
    cursor: pointer !important;
}

.m-2 {
    margin: 0px !important;
    padding-top: 5px;
}

.nishant-25 {
    margin-left: 1rem;
}

.nishant-address-cancel {
    margin-top: 1.8rem !important;
}

.additional-shipping-address {
    margin-left: 2rem !important;
}

.edit-address {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.btn {
    cursor: pointer;
    line-height: 25px !important;
}

.payment {
    margin-left: -3rem;
}

.place-order {
    width: auto !important;
    margin-top: 1rem;
}

.payment-opt {
    margin-right: 5rem;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
    margin-bottom: 10px;
}

#message1 {
    margin-left: 16px;
}

#btnResendOTP {
    margin-top: 5px;
}

.check-fist {
    margin-left: 1rem;
}

    .check-fist .fa-check-circle {
        color: #6ac259;
        font-size: 20px;
        margin-right: 2px;
    }

outline {
    outline: none;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #2974f0;
}

    a:hover {
        text-decoration: none;
        outline: none;
        color: #e85222;
    }

.k10 {
    margin-top: 7px !important;
}

.new {
    background: #ffd800;
    color: #fff;
    position: absolute;
    right: 20%;
    top: -4px;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 3px;
    animation: new 1s infinite;
    -moz-animation: new 1s infinite;
    -webkit-animation: new 1s infinite;
    line-height: 15px;
}

@keyframes new {
    from {
        background: #f00;
    }

    to {
        background: #ffd800;
    }
}

@-webkit-keyframes new {
    from {
        background: #f00;
    }

    to {
        background: #ffd800;
    }
}

.navbar-expand-lg .navbar-collapse {
    padding-left: 4%;
}

@-moz-keyframes new {
    from {
        background: #f00;
    }

    to {
        background: #ffd800;
    }
}

.bgn {
    background: none !important;
}

body {
    color: #475055;
    line-height: 1.5;
}

.page-body {
    clear: both;
    padding-top: 136px;
}

.browse-by-category img {
    width: 100%;
}

.yaantra-logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.title {
    font-size: 24px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}

.title2 {
    color: #475055;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}

.title5 {
    color: #475055;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 15px;
}

.title3 {
    color: #00558c;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}

.title3 {
    color: #00558c;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}

.title6 {
    font-size: 1.2rem;
    color: #333;
    padding-bottom: 5px;
}

h6 {
    color: #475055;
    font-size: 1rem;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 5px;
}

.fa {
    cursor: pointer;
}

.titlen {
    color: #00558c;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
    padding: 0px 0px 10px 10px;
}

.titlepowerbank {
    color: #999;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin-top: 0px;
    padding: 8px;
}

    .titlepowerbank p {
        margin-bottom: 0rem;
    }

    .titlepowerbank a {
        color: #000;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.yaantra-powerbank .hover-effect img {
    margin-bottom: 8px !important;
}

.titlepowerbank a:hover {
}

.titlepowerbank2 {
    color: #3B3838;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 18px;
    margin-left: 35%;
}

.power {
    text-align: center;
}

.nt10 {
    padding-bottom: 20px;
    padding-top: 10px;
}

.header {
    padding: 0px 0;
    background: #2874f0;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

    .header ul.topmenu {
        margin-top: 18px;
        padding: 10px 0 0px;
        font-size: 0.754rem;
        position: relative;
    }

        .header ul.topmenu li {
            float: left;
            margin: 0;
        }

            .header ul.topmenu li a {
                color: #fff;
                padding: 0 0px 0 10px;
                display: block;
                text-decoration: none;
            }

                .header ul.topmenu li a:hover, .header ul.topmenu li a.active {
                    color: #fff;
                }

                .header ul.topmenu li a i.fa {
                    padding-right: 4px;
                }

    .header .top-search {
        position: relative;
        margin-top: 17px;
    }

        .header .top-search input[type="search"] {
            background: #fff;
            border: 0px;
            height: 45px;
            border-radius: 4px;
            padding: 0 10px;
        }

        .header .top-search::placeholder {
            color: #c4c4c4;
        }

        .header .top-search .serch-btn {
            position: absolute;
            right: 0px;
            top: 0px;
            height: 45px;
            min-width: 50px;
            text-align: center;
            border-radius: 0 2px 2px 0;
            background: #fb641b;
            color: #fff;
            cursor: pointer;
        }

            .header .top-search .serch-btn:hover {
                background: rgba(251, 100, 27, 0.7);
            }

.navbar-brand {
    display: none;
}

.topnav ul li {
    position: relative;
}

.topnav a {
    color: #333;
    font-size: 0.9375rem;
    padding: 8px 1.4rem !important;
}

    .topnav a:hover {
        color: #333;
    }

.topnav .navbar-toggler {
    background: #fff;
    margin-left: 15px;
    cursor: pointer;
}

.topnav .btn-danger.focus, .topnav .btn-danger:focus {
    box-shadow: none;
}

.dropdown-menu {
    transform: initial !important;
    top: 37px !important;
}

.topnav .dropdown-menu {
    background: #e85222;
    border-radius: 0px;
    border: 0px;
    margin: 0 0 0;
    padding: 0px;
}

    .topnav .dropdown-menu a {
        padding: 4px 1.4rem !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

        .topnav .dropdown-menu a:hover {
            background: #fff;
            color: #00558c;
        }

.carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    left: 20%;
    right: 20%;
}

    .carousel .carousel-caption h5 {
        font-size: 1.275rem;
        font-weight: 600;
    }

    .carousel .carousel-caption p {
        font-size: 1.875rem;
        font-weight: 600;
        margin: 0;
        line-height: 22px;
    }

.row3 {
    padding: 10px 0;
}

.white-bg {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
}

.bst-offer {
    padding: 0px !important;
}

#franchise {
    padding: 8px 0;
}

#franchise {
}

.price-new {
    font-size: 0.9rem;
    font-weight: 600;
}

#shop6_1006 .price-new {
    font-size: 0.9rem;
}

#shop6_1003 .price-new {
    font-size: 0.9rem;
}

.price-old {
    font-size: 0.7rem;
    padding-left: 5px;
    color: #999;
    text-decoration: line-through;
}

#shop {
    padding: 20px 0;
    text-align: center;
}

.price-new1 {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 5px 0;
    display: block;
}

.yaantra-powerbank {
    height: 701px;
}

    .yaantra-powerbank .hover-effect {
        margin-bottom: 5px;
    }

.blue-bg {
    background: #333;
    color: #fff;
    display: table;
    margin: -10px;
}

.title8 {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
}

.mega-menu {
    border-radius: 0px;
    margin-top: 7px;
}

.brand-list a {
    padding: 3px 8px;
    margin: 0px 5px 5px 0px;
    clear: both;
    display: inline-block;
    border-radius: 2px;
    color: #525252;
    text-align: left;
    font-size: 14px;
    width: 43%;
}

#smallDiscountTypeApplied {
    font-size: 15px;
    padding: 0;
    color: #0aaf2f;
    margin-left: 10px;
}


.loader-div {
    margin: auto;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7686274509803922) !important;
}

    .loader-div img {
        margin-top: 20rem;
    }

.brand-list a:hover {
    color: #2974f0;
}

.see-all-brands {
    border: none !important;
    color: #0742a7 !important;
}

.owl-controls .owl-buttons {
    z-index: 99;
}

button.close {
    z-index: 202020;
    margin-right: 10px;
    margin-top: 3px;
    opacity: 10;
}

#loginModal .modal-dialog {
    max-width: 680px !important;
    z-index: 202020;
    top: 90px;
}

#btnResendOTP {
    border: 0px;
    background-color: inherit;
    float: right;
    font-size: 12px;
    cursor: pointer;
    color: #0643a7;
}

.signup-as-guest {
    margin: 0px !important;
    font-size: 14px;
}

.footer {
    border: 1px solid #ddd;
    background-color: #fff;
}

.newsletter {
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.newsletter-form {
    width: 75%;
    float: left;
    border-radius: 2px 0 0 2px;
}

.custom-btn1 {
    width: 25%;
    float: right;
    text-align: center;
    min-height: 38px;
    line-height: 38px;
    border-radius: 0 2px 2px 0;
}

.footer-menu {
    padding: 46px 0px;
}

.address {
    margin: 0px;
    padding: 0px;
}

    .address li:nth-child(2) {
        margin-bottom: 17px;
        margin-top: 6px;
    }

    .address .fa-mobile {
        font-size: 25px !important;
    }

    .address a {
        color: #525456 !important;
    }

    .address li {
        list-style-type: none;
        display: block;
        padding-bottom: 0px;
        font-size: 13px;
        line-height: 30px;
        position: relative;
        padding-left: 35px;
    }

        .address li i.fa {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 0px;
            left: 0px;
            border-radius: 2px;
            text-align: center;
            line-height: 30px;
            background: #a3a3a3;
            color: #fff;
            display: inline-block;
            cursor: pointer;
            margin-top: 3px;
        }

            .address li i.fa:hover {
                background: #2874f0;
                color: #fff;
            }

        .address li.adres {
            line-height: 18px;
        }

.title5 {
    color: #222;
}

.footer .usefullink {
    margin: 0px;
    padding: 0px;
}

    .footer .usefullink li {
        padding-bottom: 7px;
        list-style-type: none;
    }

        .footer .usefullink li a {
            font-size: 13px;
            position: relative;
            display: inline-block;
            color: #555;
            text-decoration: none;
            transition: all 0.2s ease-in-out 0s;
        }

            .footer .usefullink li a:before {
                content: "";
                width: 0;
                height: 1px;
                position: absolute;
                top: 9px;
                left: 0;
                transition: all 0.2s ease-in-out 0s;
            }

            .footer .usefullink li a:hover {
                padding-left: 20px;
                color: #2874f0;
            }

                .footer .usefullink li a:hover:before {
                    width: 13px;
                    height: 1px;
                    background: #2874f0;
                }

.footer a {
    color: #8e959b;
    text-decoration: none;
}

    .footer a:hover {
        color: #2974f0;
    }

.dapp a {
    padding: 0 0px 0 10px;
    display: inline-block;
}

.socil-icon-app {
    padding: 20px 0 11px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.socials {
    float: right;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

    .socials li {
        float: left;
        padding-left: 8px;
        line-height: 30px;
        display: block;
    }

        .socials li a {
            width: 30px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            border-radius: 50%;
            background: #a3a3a3;
            display: inline-block;
            cursor: pointer;
            text-align: center;
        }

.footer .h50 {
    height: 50px;
    font-size: 0.775rem;
}

.footer .btn {
    height: 30px;
    background: #e85222;
    color: #fff;
    line-height: 30px;
    padding: 0 25px;
    font-size: 0.775rem;
    cursor: pointer;
    text-transform: uppercase;
}

.fgroup-menu {
    text-align: center;
    padding: 50px 0;
}

.after-footer {
    padding: 8px 0;
    background: #2874f0;
    color: #fff;
}

    .after-footer a {
        text-decoration: none;
        color: #fff;
    }

.copyright-div {
    position: relative;
}

    .copyright-div .col-lg-9 {
        padding-top: 10px;
    }

.ssl {
    text-align: center;
}

.dapp {
    margin-top: 16px;
}

.ssl-logo {
    position: absolute;
    margin: auto;
}

.telno {
    text-align: right;
}
/*.deals-layout4::before{content:'';width:82px;height:82px;background:url(../images/label-deal.png) no-repeat top left;position:absolute;right:12px;top:-5px;z-index:20;}*/
.why-yaantra {
    background-image: url(../images/why-bg.jpg);
    background-repeat: no-repeat;
    background-color: #0742a7;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.why-box {
    text-align: center;
    border-right: dashed 1px #ffffff54;
    padding: 30px;
}

.w-last {
    border-right;
}

.why-box img {
    margin-bottom: 10px;
}

.why-box h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.phone-title {
    display: none;
    font-size: 24px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}

#shop7 .item {
    text-align: center;
}

.nav-link {
    color: #000 !important;
}

.list {
    text-transform: uppercase !important;
    border-bottom: 1px solid #ececec;
    color: #000000;
    font-weight: bold;
    padding: 3px 0px 3px 11px;
    margin-bottom: 0px;
}

.navi {
    color: #000;
}

.check {
    color: #757575;
}

.my-cart {
    background: #0743a7;
    float: left;
    margin-top: 11px;
    padding: 4px 16px;
    border-radius: 2px;
}

    .my-cart a {
        color: #fff;
    }

        .my-cart a:hover {
            color: #fff;
        }

        .my-cart a i {
            padding: 0px 0px 1px 0px;
            font-size: 19px;
        }

.store-tabs li {
    border: 1px solid #0743a7;
    padding: 5px 12px !important;
    border-collapse: separate;
    background-color: #f7f7f7;
    border-right: 0px;
}

    .store-tabs li:last-child {
        border-right: 1px solid #0743a7;
    }

    .store-tabs li.active {
        color: #ffffff;
        background-color: #0743a7;
    }

        .store-tabs li.active a {
            color: #ffffff;
        }

.modal-content {
    border-radius: 0px !important;
}

.modal-header {
    background-color: #0743a7;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.dis-code {
    border: dashed 1px #0743a7;
    border-radius: 0px;
    padding: 8px !important;
    color: #0743a7;
    display: table;
    margin-left: 11px;
}

    .dis-code i {
        margin-right: 5px;
    }

.modal-header h3 {
    font-size: 15px;
    text-transform: uppercase !important;
    color: #FFF !important;
}

.badge {
    font-size: 0.8rem !important;
}

.tabs-div strong {
    text-transform: uppercase;
    font-size: 15px;
}

.tabs-div {
    padding-top: 20px;
}

.modal-header .close {
    margin: auto;
    position: absolute;
    right: 10px;
    top: 2px;
    color: #FFF;
    font-weight: normal;
    cursor: pointer;
}

.close:focus, .close:hover {
    color: #efeded !important;
}

.bjaj-txt {
    margin-bottom: 12px;
}

.rs {
    font-size: 14px !important;
}

.my-cart span {
    padding-left: 1px;
}

.items_cart2 {
    font-size: 12px;
    padding-left: 38px !important;
    float: left;
}

.items_carts {
    font-size: 12px;
    float: right;
}

.list-product-bx {
    background-color: #fff;
}

    .list-product-bx .btnAddToCart {
        display: none;
    }

.hover-effect {
    margin-bottom: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

    .hover-effect:hover {
        z-index: 10;
        -webkit-transition: 0.5s;
        border-radius: 5px;
        text-decoration: none;
        box-shadow: 1px 7px 40px 0 rgba(0,0,0,0.18);
    }

.stock {
    position: absolute;
    top: 38%;
    width: 90%;
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    color: #f13e0a;
    font-weight: bold;
    padding: 7px 4px;
    text-transform: uppercase;
    text-align: center;
}

.like {
    display: none;
    float: right;
    position: absolute;
    width: 85%;
    overflow: hidden;
}

    .like img {
        float: right;
        width: 10%;
        padding-top: 0;
    }

.hover-effect:hover .like {
    display: block;
}

.hover-effect img {
    padding-top: 10px;
    margin-bottom: 20px;
    max-height: 204px;
}

.text {
    padding: 23px 0;
}

    .text h3 {
        color: #fff;
        font-size: 34px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .text P {
        color: #fff;
        font-size: 16px;
    }

.content-wrapper {
    min-height: 100%;
    position: relative;
}

.get-in-touch {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .get-in-touch .title {
        text-align: center;
        font-family: Raleway, sans-serif;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 36px;
        line-height: 48px;
        padding-bottom: 48px;
    }

.log-form {
    padding-bottom: 10px;
}

    .log-form h3 {
        font-size: 19px;
        margin-top: 25px;
        margin-left: 14px;
        font-weight: normal;
        text-transform: uppercase;
    }

.contact-form .form-field {
    position: relative;
    margin: 0px 0;
}

#hide-checkbox {
    margin: 13px 0px;
    padding-bottom: 15px;
}

    #hide-checkbox a {
        width: auto;
    }

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #d8d8d8;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding: 8px;
    margin-top: 10px;
}

#btnUserLogin {
    margin-top: 10px;
}

#btnContinue {
    margin-top: 10px;
}

#EmailId .contact-form .input-text:focus {
    border: 1px solid #38a9f0;
    -webkit-box-shadow: 0px 0px 5px rgba(56, 169, 240, 0.75);
    -moz-box-shadow: 0px 0px 5px rgba(56, 169, 240, 0.75);
    box-shadow: 0px 0px 5px rgba(56, 169, 240, 0.75);
}

.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.or {
    font-size: 12px;
}

.gmlogin {
    background-color: #dd4330;
    color: #fff;
    padding: 0 25px;
    cursor: pointer;
}

    .gmlogin i {
        margin-right: 10px;
    }

.google-plus-btn {
    margin: 10px auto;
}

.contact-form .label {
    position: absolute;
    padding-bottom: 8px;
    left: 20px;
    bottom: 11px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #888;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #0743a7;
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.price {
    padding-bottom: 0px;
}

.hover-effect p {
    margin-bottom: 5px !important;
}

.close-login {
    -webkit-appearance: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #fff;
    opacity: 1;
    right: -3px;
    float: right;
    position: absolute;
    top: -4px;
    font-weight: normal !important;
    cursor: pointer;
    font-weight: normal;
    font-size: 19px;
}

.contact-form .sign {
    background: none;
    color: #3b3c3e;
    display: inline-block;
    border: 1px solid #a5a5a5;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 16px;
    cursor: pointer;
}

    .contact-form .sign:hover {
        border: 1px solid #3b3c3e;
    }

.bg {
    background-color: #0843a7;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px !important;
}

    .bg .text {
        padding: 0px !important;
    }

.contact-form {
    padding: 20px;
    margin-bottom: -12px;
}

.bottom-text {
    bottom: 0;
    padding: 19px 0;
    text-align: center;
    clear: both;
}

    .bottom-text p {
        font-size: 14px;
    }

    .bottom-text a {
    }

        .bottom-text a p {
        }

            .bottom-text a p img {
                border: 1px solid #f9b033;
                padding: 6px;
                text-align: center;
                width: 39px;
            }

            .bottom-text a p span {
                background: #f9b033;
                padding: 9px 22px 13px;
                color: #fff;
                font-weight: bold;
                text-align: center;
            }

.fg {
    float: right;
    padding-right: 21px;
    width: 100%;
    text-align: right;
    margin-top: -12px;
    margin-bottom: 12px;
}

    .fg p {
        margin-bottom: 0;
    }

        .fg p a {
            font-size: 14px;
            color: #3d3e40;
            font-weight: normal;
        }

.modal {
    top: 52px !important;
    z-index: 9999999999 !important;
}

.home-newsletter {
    padding: 40px 0;
    background: #fff;
}

    .home-newsletter .single {
        max-width: 650px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .home-newsletter .single p {
            font-size: 17px;
            color: #312f2e;
            margin-bottom: 23px;
        }

        .home-newsletter .single .form-control {
            min-height: 50px;
            border-radius: 0 5px 5px -1px;
            background: #ffffff;
            color: #131313;
            border: 1px solid #c1c1c1;
        }

            .home-newsletter .single .form-control:focus {
                box-shadow: none;
                border-color: #243c4f;
            }

        .home-newsletter .single .btn {
            min-height: 50px;
            border-radius: 0 5px 5px 0;
            background: #e85222;
            color: #fff;
        }

.icon-left {
    padding-right: 11px;
}

.hide {
    background: #c10505;
    padding: 13px;
    text-align: center;
}

    .hide h2 {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 25px;
        padding-top: 15px;
    }

    .hide p {
        color: #fff;
        padding-top: 5px;
    }

        .hide p a {
            color: #fff;
            border: 1px solid #fff;
            padding: 13px 23px;
        }

            .hide p a:hover {
                background: #fff;
                -webkit-transition: 0.5s;
                color: #c10405;
            }

.pdd {
    padding: 11px;
}

button.close:focus {
    outline: none;
    border: 0;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

.navbar .dropdown-menu {
    background-color: #fff !important;
    box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
}

.sub-menu-cont .cagegory-list, .sub-menu-cont .brand-list {
    padding-left: 0px;
}

.login .modal-dialog {
    margin: 10px auto;
    width: 90%;
}

.modal-dialog {
    max-width: 680px;
}

.navbar-expand-lg {
    background-color: #f2f3f7;
}

.password {
    position: relative;
}

.password-icon {
    position: absolute;
    right: 0px;
    top: 4px;
    right: 21px;
}

.padd5 {
    padding: 5px;
}

.padd10 {
    padding: 10px;
}

.padd15 {
    padding: 15px;
}

.padd20 {
    padding: 20px;
}

.padd25 {
    padding: 25px;
}

.padd30 {
    padding: 30px;
}

.padd35 {
    padding: 35px;
}

.padd40 {
    padding: 40px;
}

.padd45 {
    padding: 45px;
}

.padd50 {
    padding: 50px;
}

.padd55 {
    padding: 55px;
}

.padd60 {
    padding: 60px;
}

.padd65 {
    padding: 65px;
}

.padd70 {
    padding: 70px;
}

.padd75 {
    padding: 75px;
}

.padd80 {
    padding: 80px;
}

.padd85 {
    padding: 85px;
}

.padd90 {
    padding: 90px;
}

.padd95 {
    padding: 95px;
}

.padd100 {
    padding: 100px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
}

.margin25 {
    margin: 25px;
}

.margin30 {
    margin: 30px;
}

.margin35 {
    margin: 35px;
}

.margin40 {
    margin: 40px;
}

.margin45 {
    margin: 45px;
}

.margin50 {
    margin: 50px;
}

.margin55 {
    margin: 55px;
}

.margin60 {
    margin: 60px;
}

.margin65 {
    margin: 65px;
}

.margin70 {
    margin: 70px;
}

.margin75 {
    margin: 75px;
}

.margin80 {
    margin: 80px;
}

.margin85 {
    margin: 85px;
}

.margin90 {
    margin: 90px;
}

.margin95 {
    margin: 95px;
}

.margin100 {
    margin: 100px;
}

.top-spacer {
    margin-top: 22px;
}

.cart-div {
    position: relative;
    padding: 0px !important;
}

#dvCartList {
    overflow-x: hidden !important;
}

.cart-list table {
    border: 0px !important;
}

.cart-list tr {
    border-bottom: Solid 1px #f1efef;
}

.cart-list td {
    border: none;
    border-top: none !important;
    padding: 10px !important;
}

.cart-div .cart-list {
    display: none;
}

.cart-div:hover .cart-list {
    position: absolute;
    transform: rotateX(0deg);
    display: block;
    top: 66px;
    width: 445px;
    left: 15px;
    z-index: 1010;
    background-color: #fff;
    box-shadow: 2px 2px 2px #00000059;
    padding: 10px;
    color: #333232;
    border-radius: 2px;
}

.view-cart {
    background-color: #0743a7;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    margin-right: 10px;
    border-radius: 2px;
    font-size: 12px;
}

    .view-cart:hover {
        color: #fff;
    }

    .view-cart i {
        margin-right: 3px;
    }

#popup-emi {
    cursor: pointer !important;
    margin-left: 23px;
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
        -webkit-animation-name: hvr-bob-float, hvr-bob;
        animation-name: hvr-bob-float, hvr-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }

.innerpage-container {
    background-color: #fff;
    padding-top: 132px;
}

.innerpage-heading {
    height: 80px;
    margin-bottom: 30px;
    background-color: #ececec;
    padding: 20px 20px;
}

    .innerpage-heading h1 {
        font-size: 30px;
        text-transform: uppercase;
        color: #2974f0;
        font-weight: 600;
    }

.list-product-img {
    position: relative;
    max-height: 380px;
}

    .list-product-img:before {
        content: '';
        background-image: url(../images/certified-logo.png);
        background-repeat: no-repeat;
        background-size: 45%;
        background-position: 50% 50%;
        width: 19%;
        height: 37px;
        position: absolute;
        left: 20px;
        top: 19px;
        text-align: CENTER;
        border-radius: 50%;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav li {
    padding: 5px;
}

    .nav li a {
        font-size: 14px;
    }

#accordionMenu {
    max-width: 300px;
}

.panel-body {
    padding: 0;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        font-size: 14px;
        color: #000;
        border-bottom: dotted 1px #ccc;
        background-color: #0743a7;
        color: #fff;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a:after {
            content: "";
            background-image: url(../images/add.png);
            background-repeat: no-repeat;
            width: 17px;
            height: 17px;
        }

        .panel-default > .panel-heading a[aria-expanded="true"]:after {
            content: "";
            background-image: url(../images/minus.png);
            background-repeat: no-repeat;
            width: 17px;
            height: 17px;
        }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "";
            background-image: url(../images/add.png);
            background-repeat: no-repeat;
            width: 17px;
            height: 17px;
        }

.fltr-cnt {
    border: solid 1px #e4e2e2;
}

.brand-menu {
    background-color: #fff;
    margin-bottom: 0px;
}

.cat-con {
    border-bottom: none;
}

.cat-title {
    font-size: 13px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffffff;
    margin: 0;
    padding: 8px 15px;
    clear: both;
}

    .cat-title a {
        font-size: 11px;
        color: #2874f0;
        font-weight: bold;
        float: right;
    }

.filter {
    border-bottom: 1px solid #e4e2e2;
    text-transform: uppercase;
    font-size: 16px;
}

.brand-menu .sub li {
    padding: 5px 15px;
}

    .brand-menu .sub li a {
        color: #000;
    }

.category-banner {
    padding-right: 0px;
}

    .category-banner .carousel-control-prev {
        margin-top: 0;
    }

    .category-banner .carousel-control-next {
        margin-top: 0;
    }

    .category-banner img {
        width: 100%;
    }

.sorting select {
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ccc;
    margin-left: 10px;
}

.sorting {
    margin-top: 0px;
    margin-bottom: 20px;
}

#dvSortBy {
    text-align: right;
}

.sort-by select {
    width: 78%;
}

.product-listing {
    margin: 0px !important;
}

.product-bx {
    background: #f7f7f7;
    margin: 0 0 30px 0;
    padding: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

    .product-bx:hover {
        -moz-box-shadow: 5px 5px 5px #cccccc52;
        box-shadow: 5px 5px 5px #cccccc52;
        -webkit-box-shadow: 5px 5px 5px #cccccc52;
    }

.product-img {
    min-height: 200px;
    text-align: center;
    padding: 15px 0px;
    position: relative;
}

.product-des {
    text-align: center;
    padding-bottom: 20px;
}

.cut-price {
    text-decoration: line-through;
    color: #999;
}

.product-des h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

    .product-des h2 a {
        font-size: 16px;
        color: #000;
    }

.col-lg-15 {
    width: 20%;
    float: left;
    padding: 12px;
}

.product-des span {
    color: #999999;
}

.product-des h3 {
    color: #fe3c20;
    font-size: 22px;
    padding: 8px 0px;
}

.product-img:before {
    content: '';
    background-image: url(../images/certified-logo.png);
    background-repeat: no-repeat;
    width: 51px;
    height: 45px;
    position: absolute;
    left: 8px;
}

.category-right {
    padding-right: 0px;
}

    .category-right .add-cart-full {
        padding: 0px 15px 15px 0px;
    }

.price-x .col-lg-12 {
    padding: 0px !important;
}

.latest-products {
    padding: 5px;
}

    .latest-products h3 {
        font-size: 17px;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .latest-products span {
        color: #fe3c20;
        font-weight: bold;
    }

.rating i {
    color: #f1d033;
    font-size: 14px;
}

.fa-stack {
    width: 1em;
}

.latest-pro-img {
    padding: 0px;
}

.btn-view-more {
    text-align: center;
    border-radius: 0 2px 2px 0;
    background: #0743a7;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 60px;
}

    .btn-view-more:hover {
        color: #ccc;
    }

.arrow {
    float: right;
}

.glyphicon.arrow:before {
    content: "\f067";
}

.active > a > .glyphicon.arrow:before {
    content: "\e114";
}

.fa.arrow:before {
    content: "\f067";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.plus-times {
    float: right;
    font-size: 10px;
    font-weight: normal;
    border: solid 1px #Ccc;
    padding: 4px;
}

.fa.plus-times:before {
    content: "\f067";
}

.active > a > .fa.plus-times {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.plus-minus {
    float: right;
    font-size: 10px;
    font-weight: normal;
    border: solid 1px #d2cdcd;
    padding: 4px;
    color: #88878a;
    border-radius: 2px;
}

.fa.plus-minus:before {
    content: "\f067";
}

.active > a > .fa.plus-minus:before {
    content: "\f068";
}

.filter-menu {
    padding: 0px 12px 0px 12px;
    margin-bottom: 0px !important;
}

    .filter-menu a {
        color: #000;
        width: 100%;
        display: table;
    }

    .filter-menu li {
        padding: 5px;
    }

        .filter-menu li button {
            padding: 5px !important;
            height: 21px !important;
            line-height: 10px !important;
            float: right !important;
        }

#listCategoryTreeView {
    margin-left: 20px;
}

.filter-menu input[type=checkbox], input[type=checkbox] {
    border: solid 1px #812991 !important;
    margin-top: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border: solid 1px #ccc !important;
    border-radius: 2px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    z-index: 99;
}

    .filter-menu input[type=checkbox]:checked {
        border: solid 1px #6ac259;
    }

        .filter-menu input[type=checkbox]:checked::before {
            height: 16px;
            width: 18px;
            position: absolute;
            content: "✔";
            display: inline-block;
            font-size: 14.6667px;
            text-align: center;
            line-height: 15px;
        }

        .filter-menu input[type=checkbox]:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #5bc0de;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

.product-cnt strong {
    float: right;
}

.brands-cont {
    max-height: 251px;
    overflow: auto;
    padding-bottom: 12px;
}

    .brands-cont label {
        margin-bottom: 0px !important;
    }

.popular-brand {
    margin-bottom: 0px;
    padding-bottom: 25px;
}

    .popular-brand .item {
        text-align: center;
    }

    .popular-brand .owl-wrapper-outer {
        width: 96%;
        margin: auto;
    }

.brands-cont::-webkit-scrollbar {
    width: 8px;
}

.brands-cont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.brands-cont::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0742a7;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.lead {
    font-size: 17px !important;
}

#lblHeading {
    font-size: 15px;
    font-weight: bold;
}

.list-page-title h1 {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0px 0px 0px;
}

.product-name {
}

    .product-name a {
        color: #000;
        padding: 5px 0px;
        font-size: 14px;
        display: block;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }

    .product-name p {
        margin-bottom: 5px;
    }

    .product-name del {
        color: #828282;
        font-size: 13px;
        margin-right: 0.5rem;
    }

#btnUpdate {
    margin-top: 2.3rem;
}

.facebook a:hover {
    background: #3B5998;
    color: #fff;
}

.twitter a:hover {
    background: #00C6FF;
    color: #fff;
}

.linkedin a:hover {
    background: #0077B5;
    color: #fff;
}

.google_plus a:hover {
    background: #dd4b39;
    color: #fff;
}

.pinterest a:hover {
    background: #c8232c;
    color: #fff;
}

.youtube a:hover {
    background: #FF0000;
    color: #fff;
}

.instagram a:hover {
    background: #b6319a;
    color: #fff;
}

.product-name h4 {
    font-size: 16px;
    color: #475055;
    font-weight: normal;
}

.product-images {
    text-align: center;
}

.product-details-cont {
    padding: 0px 80px;
}

.product-details {
    padding: 20px;
    font-size: 16px;
}

    .product-details h1 {
        font-size: 25px;
        font-weight: normal;
    }

.product-price span {
    font-size: 22px;
    font-weight: normal;
    color: #e87c24;
}

.product-price strike {
    margin-left: 10px;
    color: #b5b5b5;
    font-weight: normal;
}

.product-price {
    font-size: 16px;
    padding: 0px 0px 10px 0px;
}

.product-btn {
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    margin: 0px 0px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}

    .product-btn:hover {
        box-shadow: -1px 5px 3px #ccc;
    }

.btnNotityme:hover {
    box-shadow: -1px 5px 3px #ccc;
}

.add-to-cart {
    background-color: #e67e22;
    padding: 10px;
    margin-right: 10px;
}

.buy-bnt {
    background-color: #6ac259;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cosmetic-button {
    border: solid 1px #b0b0b0 !important;
    background-color: #ffffff;
    color: #757575;
    width: 149px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 5px;
}

    .cosmetic-button:focus {
        border: solid 1px #2974f0 !important;
        outline: 0;
        box-shadow: none;
    }

.flowles-btn:focus { /*background-color:#6ac358;*/
    color: #fff;
}

.good-btn:focus { /*background-color:#e67e22;*/
    color: #fff;
}

.fair-btn:focus { /*background-color:#e64c23;*/
    color: #fff;
}

.cosmetic-button span {
    color: #fff;
    padding: 0px 8px 3px 8px;
    border-radius: 50%;
    width: 20px;
    margin-right: 10px;
    font-size: 19px;
}

.flawless { /*background-color:#6ac259;*/
    color: #fff !important;
}

.good { /*background-color:#e77d23;*/
    color: #fff !important;
}

.fair { /*background-color:#e64c23;*/
    color: #fff !important;
}

.colors {
    margin-top: 10px;
}

.product-details {
}

    .product-details ul {
        margin-left: 17px;
    }

    .product-details li {
        list-style-type: none;
        position: relative;
        padding-left: 10px;
    }

    .product-details .offer-p li:before {
        display: none;
    }

    .product-details li:before {
        content: "";
        background-image: url(../images/right-arrow.png);
        position: absolute;
        width: 15px;
        height: 15px;
        left: -2%;
        top: 7px;
        background-repeat: no-repeat;
    }

.tab-content {
    width: 100%;
    border: solid 1px #b1b4b9;
    padding: 20px;
}

.pro-details {
    border: solid 1px #ccc;
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    margin: 0px 0px 30px 28px;
}

    .pro-details .nav-tabs {
        background-color: #ffffff;
    }

        .pro-details .nav-tabs a.active {
            color: #ffffff;
            border-bottom: solid;
            background-color: #ffffff;
            border-bottom: none;
        }

        .pro-details .nav-tabs a.active {
            color: #2874f0;
        }


    .pro-details li a {
        font-size: 15px;
        color: #000;
        padding: 7px 30px;
        font-weight: bold;
        display: table;
        margin-bottom: 0px;
    }

    .pro-details .tab-content li {
        padding: 0px; /*background-color:#eae8e8;*/
        list-style-type: disc;
        line-height: 28px;
    }

    .pro-details .tab-content {
        padding: 15px 25px;
    }

        .pro-details .tab-content ul {
            margin-left: 1rem;
        }

.delivery {
    margin-top: 15px;
}

    .delivery nput[type="text"] {
        border-bottom: solid 1px #000;
    }

.related-product-box {
    background-color: #fff;
    margin: 0 0 30px 0;
    padding: 8px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
    min-height: 316px;
}

    .related-product-box img {
        max-height: 200px;
        text-align: center;
    }

.nav-tabs a.active {
    color: #ffffff;
    border-bottom: solid;
    background-color: #0743a7;
    border-bottom: solid 1px #0743a7;
}

.related-product-box:hover {
    box-shadow: 5px 5px 5px #cccccc52;
    -moz-box-shadow: 5px 5px 5px #cccccc52;
    -webkit-box-shadow: 5px 5px 5px #cccccc52;
}

.dl-horizontal {
    padding-left: 17px;
}

.related-product-img {
    text-align: center;
    padding: 15px 0px;
    position: relative;
}

.related-product-des {
    text-align: center;
    padding-bottom: 20px;
}

    .related-product-des h2 {
        font-size: 14px;
        font-weight: normal;
        margin: 10px 0px;
        text-overflow: ellipsis;
        display: table;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        width: 100%;
    }

    .related-product-des h2 {
        font-size: 16px;
        color: #000;
    }

        .related-product-des h2 a {
            font-size: 14px;
            color: #000;
            text-overflow: ellipsis;
            display: table;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            width: 100%;
        }

    .related-product-des h3 {
        font-size: 14px;
        font-weight: normal;
    }

        .related-product-des h3 strike {
            font-size: 12px;
        }

        .related-product-des h3 span {
            color: #99C057;
            margin-left: 10px;
            font-size: 12px;
        }

.related-product-box strong {
    font-weight: normal;
}

.related-products {
    margin: 25px 0px;
}

    .related-products h4 {
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 28px;
        color: #0643a7;
    }

.color-option {
    border: solid 1px #ccc;
    padding: 5px;
}

.colors-cont {
    padding-top: 8px;
    width: 90%;
}

.cloud-zoom-lens {
    border: 1px solid #888;
    margin: 0px;
    background-color: #fff;
    cursor: move;
}

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    border: 1px solid #ccc;
    overflow: hidden;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.demo {
    margin: 0 auto;
    width: 100%;
}

.tickul li {
    line-height: 24px;
}

.zoom-section {
    clear: both;
    margin-top: auto;
}

*html .zoom-section {
    display: block;
    clear: both;
}

.zoom-desc {
}

.zoom-small-image {
    padding: 0px;
    margin: auto;
    width: 50%;
    text-align: center;
}

    .zoom-small-image img {
        width: 100%;
    }

.zoom-tiny-image {
    border: 1px solid #CCC;
    margin: 0px 0px 5px 0px;
}

    .zoom-tiny-image img {
        width: 100%;
    }

    .zoom-tiny-image:hover {
        border: 1px solid #2974f0;
    }

.zoomer-buttons {
    text-align: center;
    padding-left: 78px;
    margin-top: 60px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    height: 1.1em;
    width: 1.1em;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 8px;
}

.padding-left-none {
    padding-left: 0px;
}

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.red {
    background: #BC2A29;
}

.black {
    background: #000;
}

.white {
    background: #fff;
}

.gold {
    background: #ffdd86;
}

.silver {
    background: #c0c0c0;
}

.detail-qty-heading {
    display: inline-block;
    margin: 10px 0px;
    width: 100%;
}

    .detail-qty-heading h5 {
        font-weight: bold;
        font-size: 16px;
    }

.detail-qty {
    display: inline-block;
}

    .detail-qty .input-group {
        left: 10px;
    }

#qty {
    width: 43px;
    border: none;
    background-color: inherit;
}

#btn-plus {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    border: solid 1px #ccc;
    background-color: #fff;
    background-image: url('../images/qut-plus.png');
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#btn-minus {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 5px;
    border: solid 1px #ccc;
    background-color: #fff;
    background-image: url('../images/qut-minus.png');
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.pincode {
    border-bottom: 2px solid #f5f3f3;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 134px;
    background-color: inherit;
    padding-bottom: 5px;
}

#wrap {
    z-index: 22 !important;
}

.pincodebx {
    margin-top: 11px;
}

.tabbable-panel {
    border: 1px solid #eee;
}

.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
    background-color: #e6e6e6;
    padding-bottom: 3px;
}

    .tabbable-line > .nav-tabs > li a {
        padding: 3px 30px;
    }

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
        background-color: #e6e6e6;
        border-right: solid 1px #fff;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: #737373;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
        }

            .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
                border: 0;
                background: none !important;
                color: #333333;
            }

                .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
                    color: #a6a6a6;
                }

            .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line > .nav-tabs > li a.active {
            border-bottom: 4px solid #21c7f4;
            position: relative;
        }

        .tabbable-line > .nav-tabs > li.active > a {
            border: 0;
            color: #333333;
        }

            .tabbable-line > .nav-tabs > li.active > a > i {
                color: #404040;
            }

.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #fbcdcf;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.model-two {
    width: 25%;
    margin: auto;
    margin-top: 8%;
}

.ex-tab-content {
    padding: 8px !important;
}

.pro-info {
    background-color: #4c4c4c;
    color: #fff;
    padding: 0px 6px;
    border-radius: 50%;
    font-size: 12px;
}

    .pro-info:hover {
        color: #fff;
    }

.ratting-review a {
    font-size: 14px;
    color: #b5b5b5;
}

.rating-bx {
    background: #2874f0;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
    margin-right: 5px;
}

.pro-features {
    margin-top: 10px;
}

    .pro-features li {
        font-size: 15px;
    }

.product-other-details {
    margin-top: 10px;
    padding: 8px;
    border: dashed 1px #e0dfdf;
    font-size: 15px;
}

.rating-star {
    cursor: pointer;
}

.product-other-details span {
    margin-right: 20px;
}

.review-left {
    padding-left: 0px;
    border-right: solid 1px #cccccc4d;
}

    .review-left label {
        margin-top: 15px;
    }

.review-submit {
    margin: 25px 0px 20px 0px;
}

.btn-info {
    color: #fff !important;
    background-color: #0743a7 !important;
    border-color: #0743a7 !important;
}

.review-bx {
    border-bottom: solid 1px #cccccc5c;
    padding: 5px 0px;
    margin: 0px 0px 10px 0px;
}

    .review-bx p {
        margin: 5px 0px;
    }

.shoping-card-cont {
    padding: 0px 80px;
    font-size: 14px;
}

.shoping-card {
    padding: 20px 0px 0px 0px;
}

    .shoping-card h3 {
        font-size: 14px;
        font-weight: bold;
    }

        .shoping-card h3 span {
            float: right;
            font-weight: normal;
        }

.shoping-item {
    border: solid 1px #b0b0b0;
    padding: 30px 0px;
    margin: -1px 0px 0px 0px;
}

.card-pro-img img {
    width: 80px;
}

.cart-md-right {
    width: 80%;
}

.edit-option a {
    display: table;
    width: auto;
    margin-top: 1rem;
}

.crt-prod-img img {
    width: 80px;
}

.shoping-item p {
    margin-bottom: 0px;
}

.shoping-item strick {
    text-decoration: line-through;
    color: #ff0e00;
}

.remove {
    padding: 5px 0px;
    margin: 10px 0px;
}

    .remove img {
        width: 10px;
        margin-right: 6px;
    }

    .remove a {
        color: #8e8c8c;
        text-transform: uppercase;
        font-size: 12px;
    }

.card-right {
    border: solid 1px #cccccc;
    padding: 20px;
    border-radius: 3px;
    margin-top: 0rem;
}

    .card-right h3 {
        text-transform: uppercase;
        color: #7b7d80;
    }

    .card-right a {
        color: #767070;
    }

    .card-right p {
        color: #000;
    }

        .card-right p span {
            float: right;
        }

.options a {
    float: right;
}

.options {
    border-bottom: dotted 1px #ccc;
    padding: 0px 0px 40px 0px;
    margin-bottom: 20px;
}

.total {
    font-weight: bold;
    border-top: solid 1px #ccc;
    padding: 10px 0px;
    margin-top: 10px;
}

.appliy-coupon {
    border: solid 1px #2874f0;
    color: #2874f0;
    padding: 8px 10px;
    border-radius: 5px;
}

.place-order-btn {
    background-color: #6ac259;
    border-radius: 5px;
    padding: 14px;
    width: 100%;
    display: table;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
}

.order-details {
    padding: 5px 30px 30px 30px;
}

.order-details2 {
    padding: 0px 30px 30px 30px;
}

.checkout-row {
    border: solid 1px #cccccc;
    padding: 10px;
    background-color: #f9fafb;
    border-radius: 3px;
    margin-top: 7px;
}

.check-fist img {
    margin-right: 20px;
}

.checkout-row.active {
    background-color: #2973f0;
    color: #fff;
    font-size: 18px;
}

.totla-amt {
    font-size: 18px;
    font-weight: bold;
}

.btn-success {
    background-color: #6ac259;
}

.proceed-btn {
    margin-top: 20px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    padding: 7px 30px;
}

.change-cont {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 20px;
}

    .change-cont p {
        margin-bottom: 8px;
        color: #000;
    }

    .change-cont span {
        color: #868686;
    }

.delivery-add {
    margin-bottom: 10px;
}

    .delivery-add label {
        margin-right: 15px;
    }

.add-address {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.address-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: inherit;
    transition: max-height 0.2s ease-out;
}

.add-new-address {
    background-color: #ccc !important;
}

    .add-new-address .panel-title {
        margin-left: 0px !important;
    }

.bs-example {
    margin-top: 9px;
}

.address-form {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: -10px;
}

.cancel-btn {
    margin-top: 20px;
    cursor: pointer;
}

.make-payment {
    margin-bottom: 30px;
}

.static-page-cont {
    padding: 0px 80px;
    margin: auto;
}

.contact-box {
    margin-bottom: 100px;
}

    .contact-box iframe {
        border: none;
        width: 100%;
    }

.border-box {
    border: solid 1px #ccc;
}

.venue {
    padding: 9px;
    min-height: 146px;
}

    .venue h4 {
        font-size: 18px;
        font-weight: 600;
        padding-top: 10px;
    }

.contactus-right-form {
    padding: 20px 30px 30px 30px;
    background-color: #f2f3f7;
    border: solid 1px #eae9e9;
    margin-bottom: 30px;
}

    .contactus-right-form h2 {
        font-size: 18px;
    }

    .contactus-right-form #Comments {
        height: 80px;
    }

.loc-cont {
    position: relative;
    padding-bottom: 45px;
    border-bottom: solid 1px #09447c;
}

.loc-img {
    position: absolute;
    width: 42%;
    bottom: -72px;
    left: 29%;
    background-color: #fff;
    border: solid 1px #09447c;
    padding: 20px;
    border-radius: 5px;
}

#Div2 {
    display: none;
}

.abt-bx {
    border: solid 1px #ccc;
    box-shadow: 5px 5px 5px #cccccc52;
    -moz-box-shadow: 5px 5px 5px #cccccc52;
    -webkit-box-shadow: 5px 5px 5px #cccccc52;
    text-align: CENTER;
    padding: 20px;
    min-height: 342px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
}

    .abt-bx h3 {
        font-size: 20px;
        margin: 15px 0px;
        text-transform: uppercase;
        color: #0141a8;
    }

.our-team h2 {
    padding: 30px 0px;
    position: relative;
}

    .our-team h2:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 120px;
        background: #9ea0a2;
        top: 49px;
        margin-left: 10px;
    }

    .our-team h2:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 120px;
        background: #9ea0a2;
        top: 49px;
        margin-left: -140px;
    }

.out-team {
    border: solid 1px #cccccc;
    box-shadow: 5px 5px 5px #cccccc52;
    -moz-box-shadow: 5px 5px 5px #cccccc52;
    -webkit-box-shadow: 5px 5px 5px #cccccc52;
    text-align: CENTER;
    padding: 20px;
    min-height: 400px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
    margin-top: 100px;
}

.team-member-pic {
    position: absolute;
    width: 100px;
    height: 100px;
    border: solid 3px #2974f0;
    top: -65px;
    background-color: #fff;
    border-radius: 5px;
}

.out-team h3 {
    margin-top: -80px;
    position: absolute;
    font-size: 18px;
    left: 137px;
    color: #0742a7;
    text-align: left;
    font-size: 23px;
}

    .out-team h3 span {
        font-size: 18px;
        color: #fb631c;
    }

.out-team p {
    margin-top: 30px;
    text-align: justify;
}

.mission-sec {
    padding: 30px 0px;
}

.faq {
    margin-bottom: 30px;
}

    .faq .card {
        border-radius: 0px;
    }

#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.faq-tab {
    border-bottom: none !important;
}

.faq .card-header {
    padding: 0px 14px !important;
}

.faq-tab li a {
    font-size: 14px;
    border: solid 1px #ccc;
    padding: 8px 15px;
    font-weight: bold;
}

    .faq-tab li a.active {
        background-color: #2974f0;
        color: #ffffff;
        border: solid 1px #2974f0;
    }

.faq .card-header h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.faq .card-body {
    padding: 8px 10px;
}

.category-inner-banner {
    width: 100%;
}

    .category-inner-banner img {
        width: 100%;
    }

    .category-inner-banner .carousel-control-prev {
        margin-top: 20px;
    }

    .category-inner-banner .carousel-control-next {
        margin-top: 20px;
    }

.page-title {
    padding: 30px 0px;
}

    .page-title h2 {
        font-size: 25px;
        font-weight: bold;
        color: #0742a7;
        text-transform: uppercase;
        position: relative;
    }

        .page-title h2:after {
            content: '';
            position: absolute;
            height: 1px;
            width: 120px;
            background: #0742a7;
            top: 14px;
            margin-left: 10px;
        }

        .page-title h2:before {
            content: '';
            position: absolute;
            height: 1px;
            width: 120px;
            background: #0742a7;
            top: 15px;
            margin-left: -140px;
        }

.breadcrumb {
    padding: 14px 0px 0px 14px !important;
    background-color: #ffffff !important;
}

    .breadcrumb i {
        font-size: 12px;
        color: #ccc;
    }

    .breadcrumb li a {
        color: #848484;
        font-size: 13px;
    }

    .breadcrumb a:hover {
        color: #2974f0;
    }

    .breadcrumb .fa-home {
        color: #2974f0;
    }

div.range-slider {
    position: relative;
    width: 94%;
    height: 98px;
    clear: both;
    float: left;
    text-align: left;
    padding: 8px;
    margin-left: 8px;
}

    div.range-slider input[type="range"] {
        pointer-events: none;
        position: absolute;
        -webkit-appearance: none;
        border: none;
        border-radius: 18px;
        background-color: #0000001a;
        left: 0;
        top: 50px;
        width: 100%;
        outline: none;
        height: 2px;
        margin: 0;
        padding: 0;
    }

        div.range-slider input[type="range"]::-webkit-slider-thumb {
            pointer-events: all;
            position: relative;
            outline: 0;
            -webkit-appearance: none;
            width: 20px;
            height: 20px;
            border: none;
            border-radius: 14px;
            z-index: 9999;
            background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb641b), color-stop(100%, #fb641b));
            background-color: -webkit-linear-gradient(top, #fb641b 0, #fb641b 100%);
            background-image: linear-gradient(to bottom, #fb641b 0, #fb641b 100%);
        }

        div.range-slider input[type="range"]::-moz-range-thumb {
            pointer-events: all;
            position: relative;
            outline: 0;
            -moz-appearance: none;
            width: 20px;
            height: 20px;
            border: none;
            z-index: 9999;
            border-radius: 14px;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb641b), color-stop(100%, #fb641b));
            background-image: -webkit-linear-gradient(top, #fb641b 0, #fb641b 100%);
            background-image: linear-gradient(to bottom, #fb641b 0, #fb641b 100%);
        }

        div.range-slider input[type="range"]::-ms-thumb {
            pointer-events: all;
            position: relative;
            outline: 0;
            -ms-appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 14px;
            border: 0;
            z-index: 9999;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb641b), color-stop(100%, #fb641b));
            background-image: -webkit-linear-gradient(top, #fb641b 0, #fb641b 100%);
            background-image: linear-gradient(to bottom, #fb641b 0, #fb641b 100%);
        }

    div.range-slider input[type=range]::-moz-range-track {
        position: relative;
        z-index: 1;
        background-color: black;
        border: 0;
    }

    div.range-slider input[type=range]:last-of-type::-moz-range-track {
        -moz-appearance: none;
        background: none transparent;
        border: 0;
    }

    div.range-slider input[type=range]::-moz-focus-outer {
        border: 0;
    }

.top-border {
    border-top: solid 1px #e4e2e2;
}

.form-check .form-check-input {
    margin-left: 0;
}

.track-order {
    background-image: url(../images/track-bg.png);
    width: 100%;
    height: 260px;
    background-size: cover;
}

    .track-order h1 {
        color: #fff;
        margin: 50px 0px;
    }

.track-order-input {
    width: 500px;
    margin: auto;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
    margin: auto;
    margin: 50px auto;
    font-size: 18px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 24px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 80%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    left: 72px;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 22px;
    line-height: 1.428571429;
    border-radius: 50%;
}

.btn-disabled {
    background-color: #fff !important;
    border: Solid 3px #ccc !important;
}

.stepwizard.btn-success + p {
    color: #1e7e34;
}

.order-table {
    margin: auto;
    display: table;
    width: 50%;
}

    .order-table h3 {
        font-size: 13px;
        font-weight: bold;
    }

    .order-table table th {
        background-color: #e9ecef;
    }

.how-it-work {
    margin: auto;
    display: table;
    width: 66%;
    padding: 30px 0px;
}

    .how-it-work h2 {
        margin-bottom: 50px;
    }

    .how-it-work h3 {
        margin: 15px 0px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0141a8;
    }

.order-search {
    border: solid 5px #007bff;
}

    .order-search:hover {
        border: solid 5px #007bff;
    }

    .order-search input {
        border-radius: 0px;
    }

    .order-search .btn {
        border-radius: 0px;
    }

.order-pro-img {
    text-align: center;
}

    .order-pro-img img {
        width: 70px;
    }

#go-top {
    display: none;
    font-size: 30px;
    position: fixed;
    bottom: 200px;
    right: 50px;
    border: 2px solid #333;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

.sellyourphone-outer {
    background-color: #0742a7;
    color: #fff;
}

.sellyourphone {
    width: 70%;
    margin: auto;
    padding: 30px 0px;
}

    .sellyourphone h3 {
        width: 100%;
    }

.sellphone-outer {
    background-color: #0742a7;
    color: #fff;
}

.proceed-btn {
    margin-top: 29px;
}

.sellyourphone ol li a {
    color: #fff;
}

.sellyourphone ol li {
    line-height: 25px;
}

.news {
    margin-left: 10%;
}

.news-events a {
    color: #131313;
}

.news-events li {
    list-style-type: none;
    line-height: 30px;
}

.policy {
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    background-color: #2974f0;
    padding: 10px 20px;
    position: absolute;
    bottom: -10%;
    left: 21%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

.middle-privacy-section {
    background: #f2f3f7;
}

.static-container-size {
    width: 1170px;
    margin: 0 auto;
    padding: 40px 0px;
    text-align: justify;
}

.font-frequently {
    font-size: 1.5rem;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #fb641bd1;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 20px;
}

    #myBtn:hover {
        background-color: #555;
    }

.cart-cont {
    width: 65%;
    margin: 50px auto;
    padding-bottom: 10px;
}

.cart-row {
    border-bottom: solid 1px #eae8e8;
    padding: 10px;
    margin: -1px 0px 10px 0px;
}

    .cart-row h3 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
    }

.cart-first {
    border-top: solid 1px #eae8e8;
    padding-top: 24px !important;
}

.cart-last {
    border-bottom: 0px;
}

.remove-cart {
    float: right;
    color: #f5631c;
}

.options {
    border-bottom: dotted 1px #ccc;
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    height: 80px;
}

.cart-title {
    background-color: #f2f3f7;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    margin: 0px;
}

.cart-bx {
    border: solid 1px #e0e1e2;
    margin-bottom: 20px;
}

.card-pro-img {
    background-color: #f2f3f7;
    padding: 8px;
    border: solid 1px #ccc;
}

.crt-qunt {
    width: 37px !important;
    border: none;
    background-color: inherit;
    border: solid 1px #eceaea;
    margin: 0px 10px;
}

.cart-right {
    background-color: #f2f3f7;
}

.yaantra-offers {
    padding: 10px;
    border: dashed 1px #ccccce;
    margin-bottom: 30px;
    box-shadow: 5px 5px 5px #f7f6f6;
}

    .yaantra-offers i {
        margin-right: 5px;
        color: #2bc4f0;
    }

.config-title {
    font-weight: bold;
    color: #006FF4;
}

.yaantra-offers ul {
    margin-left: 17px;
}

.yaantra-offers li {
    list-style-type: none;
    position: relative;
}

    .yaantra-offers li:before {
        content: "";
        background-image: url(../images/right-arrow.png);
        position: absolute;
        width: 15px;
        height: 15px;
        left: -2%;
        top: 7px;
        background-repeat: no-repeat;
    }

.cart-head {
    border-bottom: dotted 1px #ccc;
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.inc-btn {
    text-align: center;
    width: 20%;
}

.dis-price {
    width: 40%;
    float: left;
}

.total-cart-price {
    text-align: center;
}

.totl-price {
    width: 40%;
    float: left;
}

.discount-txt {
    display: none;
}

.breadcrumb li {
    margin-right: 18px;
    position: relative;
}

    .breadcrumb li:after {
        font: normal normal normal 12px/1 FontAwesome;
        content: "\f101";
        position: absolute;
        top: 7px;
        right: -13px;
        color: #a2a0a0;
    }

    .breadcrumb li:last-child:after {
        display: none;
    }

.myOwnContainer {
    margin: 0 0 50px;
    padding: 0;
    font-family: Arial;
    font-size: 14px;
    line-height: 25px;
}

.myPopup {
    background: rgba(0,0,0,.4);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

    .myPopup .myPopup-body {
        opacity: 0;
        right: -100%;
        position: relative;
        background: #fff;
        border-radius: 4px;
        margin: auto;
        box-shadow: 0 2px 5px #777;
    }

        .myPopup .myPopup-body .close {
            position: absolute;
            float: right;
            cursor: pointer;
            top: -30px;
            right: -35px;
            color: #fff;
            font-size: 40px;
            opacity: .5;
            transition: all 1s;
        }

.lefttab, .position-relative {
    position: relative;
}

.lefttab {
    line-height: 50px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px solid #66afe9;
}

    .lefttab.selected {
        background: #0743a7;
        left: 0;
        font-weight: 700;
        color: #ffffff;
    }

.lefttab-content {
    max-height: 400px;
    min-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

    .lefttab-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 4px;
        background-color: #F5F5F5;
    }

    .lefttab-content::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .lefttab-content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #66afe9;
    }

.border-none {
    border: 0;
}

.height-50 {
    height: 50px;
}

.brand-box {
    height: 80px;
    width: 100%;
    display: flex;
}

.brand-cont {
    border: solid 1px #ccc;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fdfdfd;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 10px;
}

    .brand-cont:hover {
        border: solid 1px #0742a7;
        border-radius: 10px;
    }

        .brand-cont:hover img {
            filter: grayscale(100%);
        }

.content-sitemap h1 {
    font-size: 1.5rem !important;
}

.content-sitemap h2 {
    font-size: 1.5rem !important;
}

.content-sitemap ul li {
    display: inline-block !important;
    border: 1px solid #ccc !important;
    padding: 5px;
    margin-bottom: 10px;
}

    .content-sitemap ul li a {
        color: #000;
    }

        .content-sitemap ul li a:hover {
            color: #0A6FCD;
        }

.seller-graphic {
    background-color: #2e4c69;
    min-height: 493px;
    text-align: center;
    padding: 0px !important;
    border-top: solid 1px #ccc9c9;
    border-bottom: solid 1px #ccc9c9;
}

    .seller-graphic h5 {
        color: #fff;
        font-size: 29px;
        margin: 0px;
        padding: 35px 0px 0px 0px;
    }

.seller-form-outer {
    border-bottom: 25px solid #ececec;
}

.seller-form {
    padding: 10px 50px 50px 50px;
    font-family: 'Open Sans', sans-serif;
}

    .seller-form h1 {
        font-size: 22px;
        font-weight: 500;
        color: #222;
        margin-bottom: 8px;
        padding-top: 0px;
        text-align: center;
    }

    .seller-form h3 {
        font-size: 16px;
        font-weight: 300;
        color: #999;
        margin-bottom: 10px;
        line-height: 22px;
        text-align: center;
        padding-top: 0;
        margin-top: 0;
    }

    .seller-form input {
        border-radius: 2px;
        vertical-align: middle;
        height: 42px;
    }

    .seller-form select {
        border-radius: 2px;
        vertical-align: middle;
        height: 42px;
    }

    .seller-form input[type=checkbox] {
        margin-right: 4px;
        background-color: #fff;
        width: 15px;
        height: 18px;
        box-shadow: none;
        color: #0189e9;
        border: 0px;
    }

    .seller-form label {
        font-size: 14px;
        color: #686868;
    }

.sell-btn {
    width: 100%;
}

.submit-btn {
    padding: 10px;
    background-color: #0089e8;
    border: 0px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.star-selling a {
    color: #F3F0F0;
    text-decoration: none;
}

.mobile-seller {
    border-bottom: solid 1px #e8e5e5;
    padding: 30px 0px 50px 0px;
    font-family: 'Open Sans', sans-serif;
}

.star-selling {
    font-size: 23px;
    font-weight: normal;
    color: #5f5c5c;
}

.mobile-seller h3 {
    font-size: 27px;
    font-weight: normal;
    color: #5f5c5c;
    text-align: center;
    margin-bottom: 30px;
}

.yaantra-newtwork {
    font-size: 16px;
    text-align: center;
}

    .yaantra-newtwork span {
        font-size: 25px;
        color: #0089e8;
    }

.yaantra-newtwork {
    display: inline-block;
    width: 13%;
}

    .yaantra-newtwork img {
        margin-bottom: 10px;
    }

.grow-bus-yaantra {
    margin-right: 0px;
    margin-left: 0px;
}

.why-dealers-choose {
}

.wholesale-phone {
    text-align: center;
    padding: 20px 0px 40px 0px;
}

    .wholesale-phone span {
        font-weight: bold;
        margin: 0px 12px;
        color: #01afef;
        border-right: solid 1px #bdc1c3;
        padding-right: 8px;
        font-size: 20px;
        text-transform: uppercase;
    }

        .wholesale-phone span:last-child {
            border-right: none;
        }

.why-sec {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

    .why-sec li {
        line-height: 28px;
        border-bottom: solid 1px #efececde;
        padding: 5px 0px;
        width: 90%;
    }

    .why-sec h4 {
        font-size: 19px;
        font-weight: normal;
    }

    .why-sec ul {
        margin-left: 0px;
        padding-left: 0px;
        color: #676464;
    }

.b-yaantra {
    text-align: center;
    padding-top: 30px;
}

    .b-yaantra h3 {
        margin: 8px 0px;
        font-size: 18px;
        color: #2B414D;
        font-weight: 500;
    }

    .b-yaantra img {
        margin: 10px 0px;
    }

.get-in-touch {
    padding: 20px 0px 0px 0px;
    font-size: 25px;
    color: #0189e9;
}

::-webkit-input-placeholder {
    font-weight: 300;
    color: #999;
}

:-ms-input-placeholder {
    font-weight: 300;
    color: #999;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

        #quote-carousel .carousel-control.left {
            left: -60px;
        }

        #quote-carousel .carousel-control.right {
            right: -60px;
        }

    #quote-carousel .carousel-indicators {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            margin: 5px;
            cursor: pointer;
            border: 4px solid #CCC;
            border-radius: 50px;
            opacity: 0.4;
            overflow: hidden;
            transition: all 0.4s;
        }

        #quote-carousel .carousel-indicators .active {
            background: #333333;
            width: 128px;
            height: 128px;
            border-radius: 100px;
            border-color: #00b3e4;
            opacity: 1;
            overflow: hidden;
        }

.carousel-inner {
    min-height: 230px;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "";
        float: left;
        margin-right: 10px;
        background-image: url('../images/LandingPagesImage/quotation-mark.png');
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
    }

blockquote .small, blockquote footer, blockquote small {
    color: #00b3e4;
    font-size: 20px;
}

blockquote p {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}

.water-damage {
    clear: both;
    color: #0083c8;
    text-align: CENTER;
    font-weight: bold;
    padding: 15px 0px;
    font-size: 19px;
}

.nopadding {
    padding: 0px;
}

.testimonails h3 {
    font-size: 27px;
    font-weight: normal;
    color: #5f5c5c;
    text-align: center;
    margin-top: 40px;
}

.btn-yellow {
    background: #1cccfe;
}

.retailer-testi .left {
    display: none;
}

.retailer-testi .right {
    display: none;
}

.retailer-testi img {
    display: block !important;
}

.seller-frm {
    border-top: solid 1px #dcdfe0;
}

.checkbox a {
    color: #0189e9;
}

.seller-slider .item img {
    width: auto !important;
}

.seller-slider img {
    margin: auto;
}

.seller-slider .carousel-inner {
    min-height: 500px;
}

.power-bank-container {
    width: 1280px;
    margin: auto;
    margin-bottom: 40px;
}

.power-bank-bx {
    background-color: #2874f0;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    margin-top: 30px;
}

.powerbnk-buy-btn {
    color: #fff;
    background-color: #2974f0;
    border: solid 1px #fff !important;
    margin-right: 10px;
    text-transform: uppercase;
}

    .powerbnk-buy-btn:hover {
        color: #000;
        background-color: #ffffff;
    }

.model-no {
    font-size: 22px;
    margin: 5px 0px;
}

.power-btn-cont {
    margin: 10px 0px;
}

.gray-bg {
    background: #bdf0fb;
}

.power-content {
    padding: 20px;
}

    .power-content h3 {
        text-transform: uppercase;
        font-size: 25px;
        color: #0743a7;
    }

    .power-content h5 {
        font-size: 16px;
    }

    .power-content h4 {
        font-size: 20px;
    }

.power-title {
    background-color: #0743a7;
    display: table;
    padding: 8px 20px;
    margin-left: -20px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 40px;
}

.power-content li {
    list-style-type: none;
    position: relative;
    padding-left: 10px;
    margin-bottom: 12px;
}

    .power-content li:before {
        content: "";
        background-image: url(../images/right-arrow.png);
        position: absolute;
        width: 15px;
        height: 15px;
        left: -2%;
        top: 7px;
        background-repeat: no-repeat;
    }

.bg-white img {
    width: 100%;
}

.power-pad-non {
    padding: 0 !important;
}

.text-yellow i {
    color: #fff700;
}

.bld {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.tab-content font-face {
    font-family: Arial;
}

#divPageMessage, #loaderDiv {
    left: 0;
    background-color: #43bb33;
    padding: 0;
    line-height: 40px;
    position: fixed;
    font-size: 20px;
    display: none;
    text-align: center;
    top: 0;
    color: #fff;
    z-index: 9999999;
    width: 100%;
}

.hideThis {
    display: none;
}

.hidethisitem {
    display: none;
    width: 100%;
    height: 40px;
    border: 1px solid #d8d8d8;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding: 8px;
    margin-bottom: 10px;
}

#txtsetpassword1 {
    margin-left: 15px;
    margin-right: 15px;
}

.magCRfo9 {
    color: red;
    font-size: 12px;
}

#EmailId {
    margin-top: 10px;
}

#txtOtp {
    margin-top: 10px;
}

#divLoginMessage {
    margin-right: 10px;
}

.item-border #loaderDiv {
    line-height: 60px;
    font-size: 2.2em;
    opacity: .6;
}

#divPageMessage {
    height: 38px;
    padding: 0;
    line-height: 36px;
    z-index: 9999999;
    font-size: 20px;
    display: none;
}

.hover-border-primary {
    border: 4px solid transparent;
}

    .hover-border-primary:hover {
        border: 4px solid #5bc0de;
    }

.hover {
    cursor: pointer;
    opacity: .8;
    transition: 1s;
}

    .hover:hover {
        opacity: 1;
    }

#cloud-zoom-big {
    width: 600px !important;
    height: 600px !important;
    padding: 20px !important;
    background-color: #fffc;
    margin-left: 25px !important;
}

.onsale {
    background-color: #6ac259;
    position: absolute;
    padding: 2px 12px;
    top: 24px;
    color: #fff;
    font-size: 16px;
    z-index: 1010;
}

.cart-title, .cart-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.btn-minus {
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    margin-left: 5px;
    border: solid 1px #ccc !important;
    background-color: #fff;
    background-image: url(../images/qut-minus.png) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn-plus {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    border: solid 1px #ccc;
    background-color: #fff;
    background-image: url(../images/qut-plus.png);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.plusminus {
    width: 31px;
    border: solid 1px #ccc;
    margin: 0px 5px;
    padding-top: 3px;
}

.detail-qty .input-group {
    left: 10px;
    margin-bottom: 10px;
}

.coupon-applied small {
    margin-right: 10px;
    padding: 5px 10px;
    border: solid 1px #ebe9e9;
    background-color: #f5f5f5;
}

.dis-price {
    text-align: center;
}

.crt-details a {
    color: #4f4c4c;
}

.crt-details strong {
    color: #4f4c4c;
}

.card-action-bnt {
    padding: 0px !important;
}

    .card-action-bnt .fa-trash-o {
        color: #e30a01;
    }

    .card-action-bnt .fa-trash-o {
        color: #e30a01;
    }

    .card-action-bnt .fa-heart {
        color: #6ac358;
    }

    .card-action-bnt a {
        border: solid 1px #ccc;
        text-align: CENTER;
        padding: 3px 5px;
        border-radius: 3px;
        margin-right: 4px;
        display: block;
        width: 27px;
        float: left;
    }

.cart-row {
    margin: 11px 0px 0px 0px !important;
}

.cart-row {
    margin: 11px 0px 0px 0px !important;
}

.price-lst div {
    margin-bottom: 10px;
}

#btnCheckOut {
    border: 0px;
    cursor: pointer;
}

.shoping-card-cont h4 {
    margin: 0px 0px 20px 12px;
}

.ui-widget-content {
    width: 85% !important;
    margin-left: 17px;
}

.ui-slider-horizontal {
    height: 3px !important;
    border: none !important;
    margin-top: 15px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    background-color: #f5631c !important;
    border-radius: 50% !important;
    margin-top: -3px !important;
    background-image: none !important;
}

#dvMax {
    margin-right: 10px;
    font-size: 13px;
    font-weight: bold;
}

#dvMin {
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
}

.list-page-bottom-txt {
    padding: 30px 0px;
}

.more-btn {
    cursor: pointer;
    color: #fff;
    background-color: #2974f0;
    border-color: #2974f0;
    border-radius: 3px;
    clear: both;
}

#slider-range {
    border-bottom: solid 1px #d0cece !important;
}

.hidden {
    display: none !important;
}

.product-details .hide {
    background-color: inherit;
    padding: 5px;
}

.rating span {
    margin-right: 3px;
}

#popup-sampleimage {
    margin-left: 25px;
    cursor: pointer;
}

.offer-p ul {
    margin-left: 14px !important;
}

.offer-p {
    font-size: 15px;
}

    .offer-p b {
        font-weight: normal;
    }

.yaantra-offers b {
    font-weight: normal;
}

.list-group-item {
    width: 100% !important;
}

.list-group li {
    font-size: 15px;
}

    .list-group li i {
        margin-right: 7px;
    }

.title7 {
    padding: 0px 5px;
}

    .title7 a {
        color: #000;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.title6 a {
    font-size: 1.2rem;
    color: #333;
    padding-bottom: 5px;
}

.popular-brands img {
    max-width: 60%;
}

.view-all-brands {
    font-size: 12px;
    color: #7e8084;
}

.hidden {
    display: none;
}

.product-details .hide {
    background-color: inherit;
    padding: 5px;
}

.rating span {
    margin-right: 3px;
}

#popup-sampleimage {
    margin-left: 25px;
}

.offer-p ul {
    margin-left: 0px !important;
}

.product-below-tabs .tab-content {
    padding: 0px;
}

.nav-tabs {
    background-color: #eae8e8;
    color: #fff;
}

    .nav-tabs a.active {
        color: #fff;
    }

.related-product-img {
    text-align: center;
}

.pro-desctips tr td:first-child {
    padding-left: 38px;
}

.pro-desctips {
    margin-bottom: 0px !important;
    font-size: 15px;
}

#lnkRefFrnd {
    cursor: pointer;
}

.review-left {
    padding-top: 15px;
}

.review-right {
    padding-top: 15px;
}

.brand-logo {
    position: relative;
    padding: 0;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.brand-nm {
    opacity: 0;
    font: 20px Calibri;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    background-color: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-align: center;
}

.brand-logo .brand-nm:hover {
    opacity: 1;
}

.brand-logo .brand-nm .b-name {
    height: 0;
    opacity: 1;
    transition-delay: 0.1s;
    transition-duration: 0.4s;
}

.brand-logo .brand-nm:hover .b-name {
    opacity: 1;
    transform: translateY(90px);
    -webkit-transform: translateY(90px);
}

.nav-tabs {
    border-bottom: none !important;
}

.btnAddWish, .btnAddToCart {
    padding: 7px 10px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 13px;
    color: #333;
    display: none;
}

    .btnAddWish i, .btnAddToCart i {
        margin-right: 5px;
    }

.offer-pro-name {
    margin-top: 12px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-95 {
    margin-top: 95px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-25 {
    margin-left: 25px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-35 {
    margin-left: 35px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-left-55 {
    margin-left: 55px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-left-65 {
    margin-left: 65px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-left-75 {
    margin-left: 75px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-left-85 {
    margin-left: 85px;
}

.margin-left-90 {
    margin-left: 90px;
}

.margin-left-95 {
    margin-left: 95px;
}

.margin-left-100 {
    margin-left: 100px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-25 {
    margin-right: 25px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-35 {
    margin-right: 35px;
}

.margin-right-40 {
    margin-right: 40px;
}

.margin-right-45 {
    margin-right: 45px;
}

.margin-right-50 {
    margin-right: 50px;
}

.margin-right-55 {
    margin-right: 55px;
}

.margin-right-60 {
    margin-right: 60px;
}

.margin-right-65 {
    margin-right: 65px;
}

.margin-right-70 {
    margin-right: 70px;
}

.margin-right-75 {
    margin-right: 75px;
}

.margin-right-80 {
    margin-right: 80px;
}

.margin-right-85 {
    margin-right: 85px;
}

.margin-right-90 {
    margin-right: 90px;
}

.margin-right-95 {
    margin-right: 95px;
}

.margin-right-100 {
    margin-right: 100px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-65 {
    margin-bottom: 65px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-85 {
    margin-bottom: 85px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-95 {
    margin-bottom: 95px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-65 {
    padding-top: 65px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-75 {
    padding-top: 75px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-85 {
    padding-top: 85px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-95 {
    padding-top: 95px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-25 {
    padding-left: 25px;
}

.padding-left-30 {
    padding-left: 30px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-55 {
    padding-left: 55px;
}

.padding-left-60 {
    padding-left: 60px;
}

.padding-left-65 {
    padding-left: 65px;
}

.padding-left-70 {
    padding-left: 70px;
}

.padding-left-75 {
    padding-left: 75px;
}

.padding-left-80 {
    padding-left: 80px;
}

.padding-left-85 {
    padding-left: 85px;
}

.padding-left-90 {
    padding-left: 90px;
}

.padding-left-95 {
    padding-left: 95px;
}

.padding-left-100 {
    padding-left: 100px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-25 {
    padding-right: 25px;
}

.padding-right-30 {
    padding-right: 30px;
}

.padding-right-35 {
    padding-right: 35px;
}

.padding-right-40 {
    padding-right: 40px;
}

.padding-right-45 {
    padding-right: 45px;
}

.padding-right-50 {
    padding-right: 50px;
}

.padding-right-55 {
    padding-right: 55px;
}

.padding-right-60 {
    padding-right: 60px;
}

.padding-right-65 {
    padding-right: 65px;
}

.padding-right-70 {
    padding-right: 70px;
}

.padding-right-75 {
    padding-right: 75px;
}

.padding-right-80 {
    padding-right: 80px;
}

.padding-right-85 {
    padding-right: 85px;
}

.padding-right-90 {
    padding-right: 90px;
}

.padding-right-95 {
    padding-right: 95px;
}

.padding-right-100 {
    padding-right: 100px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-65 {
    padding-bottom: 65px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.padding-bottom-75 {
    padding-bottom: 75px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-20 {
    padding: 20px;
}

.margin-20 {
    margin: 20px;
}

.track-order-cont {
    margin: 0px !important;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline;
    margin-left: 10px;
}

#loggedInList a {
    float: left;
    margin-left: 10px;
}

.dropdown-content {
    display: BLOCK;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 9px;
    right: 90px;
    border-radius: 0px;
}

    .dropdown-content a {
        color: black !important;
        padding: 8px 16px !important;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            color: #2874f0 !important;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.user-details-container {
    width: 79%;
    margin: auto;
}

.tab-header {
    background-color: #f2f3f7;
    padding: 11px;
    text-transform: uppercase;
}

.customer-right-details {
    padding: 0px !important;
}

.tab-header h3 {
    font-size: 16px;
    font-weight: normal;
    font-weight: 500;
    color: #0743a7;
}

.customer-right-details input {
    border-radius: 0px;
    margin-bottom: 10px;
}

.customer-right-details select {
    border-radius: 0px;
    margin-bottom: 10px;
}

.customer-right-details textarea {
    border-radius: 0px;
    margin-bottom: 10px;
}

.customer-right-details {
    margin-bottom: 30px;
    padding-bottom: 15px !important;
}

.user-menu {
}

.checkout-sec {
    background-color: #eaeaed;
}

    .checkout-sec .panel-heading {
        background-color: inherit;
    }

    .checkout-sec .panel-title {
        text-transform: uppercase;
        font-weight: 600;
    }

.user-submenu {
    padding: 8px 15px;
}

    .user-submenu i {
        margin-right: 5px;
    }

    .user-submenu a {
        color: #1f2021;
    }

.collapse.show {
    display: block;
    border-bottom: dotted 1px #ccc;
}

.sub-m {
    margin-bottom: 10px;
}

.edit-address {
    border-top: solid 1px #ccc;
    margin-top: 20px;
    background-color: #f2f3f7;
    padding: 15px;
}

.address-updt {
    padding-bottom: 0px !important;
}

.btnEdit {
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
}

.cancel-order-img {
    text-align: center;
}

    .cancel-order-img img {
        width: 50px;
    }

.cancle-order-detail {
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #ededed;
}

.cancel-resion {
    color: #d9534f;
    font-size: 11px;
}

.user-review i {
    margin-right: 3px;
}

.row-total {
    background-color: #f2f3f7;
    padding-top: 14px;
}

.order-detls h5 {
    font-size: 16px;
    margin: 15px 0px;
    text-transform: uppercase;
    font-weight: normal;
}

.order-detl strong {
    font-weight: normal;
}

.btn {
    cursor: pointer;
}

.btn-remove {
    background-color: #fb641b;
    color: #fff !important;
}

.add-to-crt {
    background-color: #6ac259;
    color: #fff;
}

.itm-img img {
    width: 50px;
}

.customr-order-dt {
    padding: 20px 10px;
    background-color: #f2f3f7;
}

.order-popup {
    padding: 25px;
}

    .order-popup .close {
        top: 9px !important;
        right: 11px !important;
        color: #000000 !important;
        font-size: 15px !important;
        opacity: 0.9 !important;
    }

.ui-autocomplete {
    z-index: 20202020 !important;
    width: 39.5% !important;
    box-shadow: 5px 5px 5px #545559;
}

.ui-menu .ui-menu-item a:hover {
    background-color: #2874f0 !important;
    color: #fff;
}

.empty-cart {
    width: 52%;
    margin: auto;
}

    .empty-cart li {
        width: 42%;
        margin: auto;
        display: inline-block;
    }

    .empty-cart h3 span {
        color: #fb641b;
    }

    .empty-cart a {
        color: #fb641b;
    }

.cart-list {
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .cart-list::-webkit-scrollbar {
        width: 8px;
    }

    .cart-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .cart-list::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #0742a7;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

.hidden-lg {
    display: none;
}

.pop-emi {
    margin-top: 175px;
}

.myPopup .close {
    top: -9px !important;
    right: -7px !important;
    color: #ffffff !important;
    opacity: 0.9 !important;
    z-index: 999;
    font-size: 12px !important;
    border: none;
    padding: 8px 10px;
    background-color: #2874f0;
    border-radius: 50%;
    font-weight: normal;
}

.banks-name {
    padding: 0px 0px 0px 0px !important;
}

    .banks-name .hidden-sm {
        padding: 0px 10px;
    }

.padno {
    padding: 0px !important;
}

.pop-emi {
    border: solid 3px #2874f0;
}

.emo-lft {
    width: 20%;
    float: left;
}

.emo-right {
    width: 80%;
    float: left;
}

.offer-box .fa-tags {
    color: #6ac358;
    margin-right: 4px;
}

.offer-box .fa-certificate {
    color: #6ac358;
}

.emi {
    padding: 10px 20px;
}

.price-x .action {
    padding: 10px 0px 16px 0px;
}

.mobile-app-link {
    border-top: Solid 1px #e8e8e8;
}

.image-background {
    background-image: url(../Images/Repair/track-banner.jpg);
    background-repeat: no-repeat;
    width: 100% !important;
    height: 242px;
    background-size: cover;
}

.repair-track {
    padding-top: 50px;
}

.text-center {
    text-align: center !important;
}

.work {
    color: #2974f0 !important;
}

.stepwizard1 {
    display: table;
    width: 86%;
    position: relative;
    margin: auto;
    margin: 0px auto;
    font-size: 18px;
}

.stepwizard-row1:before {
    top: 47px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 80%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    left: 72px;
    left: 10%;
}

.seller-graphic {
    background: none !important;
}

.wizard-image {
}

.wizardh {
    margin-left: 3rem;
    text-align: center;
}

.wizard {
    padding-top: 1.2rem;
}

.myPopup-body {
    border: Solid 2px #2874f0;
}

#razorpayshow {
    margin: 20px 0px;
    padding: 10px;
    background-color: #f9fafb;
    box-shadow: 2px 2px 2px #efefef;
}

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        cursor: pointer;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
        cursor: pointer;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .radio input[type="radio"]:disabled + label {
                opacity: 0.65;
            }

                .radio input[type="radio"]:disabled + label::before {
                    cursor: not-allowed;
                }

    .radio.radio-inline {
        margin-top: 0;
    }

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

#lblCartAutoDiscountMessage {
    padding: 10px;
}

.mobile-repair-bnr {
    background: url(../Images/Local-mobile-repair.jpg) no-repeat;
    background-size: cover;
    min-height: 461px;
    position: relative;
}

.repair-form {
    margin: 30px 0px;
    padding: 30px;
}

.mobile-repair-brn-content {
    position: absolute;
    bottom: 30px;
    background-color: #0742a7a8;
    padding: 20px;
    border: solid 2px #fff;
}

.repair-studio {
    background-color: #f2f3f7;
}

#divMainGatewayContainer {
    padding-bottom: 30px;
}

.storage-se a {
    margin-right: 10px !important;
}

    .storage-se a.cosmetic-button {
        width: auto !important;
    }

.pymnt span {
    font-style: italic;
    margin-left: 19px;
}

.thanks-py {
    width: 40%;
    padding: 20px;
    border: solid 1px #0743a7;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

.tiny-image {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 2px 0;
    height: 120px;
    overflow: hidden;
    display: flex;
}

    .tiny-image a {
        margin: auto;
    }

.img-div {
    padding: 10px 0;
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: -1px;
}

.big-image {
    padding: 7%;
    margin: auto;
}

.cloud-zoom-big {
    height: 500px;
    width: 500px;
    background: no-repeat;
    background-position: center;
    background-position-x: center;
}

.list-group-item {
    padding: 10px;
    width: 77px !important;
}

.picZoomer {
    position: relative;
    margin-top: 2rem;
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
}

    .picZoomer-pic-wp:hover .picZoomer-cursor {
        display: block;
    }

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-pic {
    height: 455px;
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #ccc !important;
}

    .picZoomer-zoom-wp img {
        height: 700px !important;
        width: 500px !important;
    }

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}

.picZoomCursor-ico {
    width: 63px;
    height: 53px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(../Images/yantra.png) left top no-repeat;
}

.piclist {
    margin-top: 24px;
}

    .piclist li {
        display: inline-block;
        width: 60px;
        height: 71px;
        border: solid 1px rgba(0,0,0,.1);
        margin-bottom: 3px;
        padding: 5px;
    }

        .piclist li img {
            height: auto;
        }

.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #fff;
}

.career-tab {
    background-color: #efefef;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: solid 1px #ccc;
    color: #09447c;
    font-weight: normal;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

    .career-tab:hover {
        background-color: #dcdbdb;
    }

.career-left-tab {
    padding-right: 0px;
}

.no-rec {
    background-image: url(../images/we-are-hiring.jpg);
    background-repeat: no-repeat;
    border: solid 1px #ececec;
    min-height: 265px;
}

.no-josb-avail h2 {
    margin-top: 110px;
    color: #c0c5ca;
    font-size: 20px;
}

.dept-name {
    margin-top: 4px;
}

.carrer-collarge {
    background-image: url(../images/carrer-collarge.jpg);
    min-height: 500px;
    position: relative;
}

.explor-sec {
    margin-top: 20px;
    position: absolute;
    top: 44%;
    left: 28%;
    background-color: #0743a78f;
    padding: 18px 40px;
    border-radius: 5px;
}

    .explor-sec h2 {
        color: #fff;
        font-size: 33px;
    }

.culture-btn {
    background-color: #0ea8ea;
    border: 1px solid #0fa8ea;
}

.careers-sec p {
    text-align: justify;
}

.careers-sec h1 {
    text-align: left;
    font-weight: bold;
    color: #09447c;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 25px;
}

.careers-sec h2 {
    text-align: left;
    font-weight: bold;
    color: #09447c;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.yaantra-life {
    padding: 30px 0px 0px 0px;
}

.job-heading1 i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.job-heading1 .marg-top-30 {
    margin-top: 0px !important;
}

.job-heading1 h3 {
    font-size: 16px;
    color: #0743a7;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.job-heading1 {
    vertical-align: middle;
    background-color: #eaeaea24;
}

.career-tbl {
    margin-bottom: 5px !important;
}

.job-location h4 {
    font-size: 16px;
    color: #040404;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.orderNo {
    margin-left: 16px;
    background-color: #f0ad4e;
    padding: 9px 21px;
    color: #fff;
}

.job-thanks {
    margin: auto;
    width: 50%;
    text-align: CENTER;
}

    .job-thanks h3 {
        text-transform: uppercase;
        color: #6ac259;
        margin: 20px 0px;
    }

.error {
    color: #f12d2d;
    font-size: 14px;
    margin-left: 3px;
}

.seller-graphic .carousel-item.active {
    height: auto !important;
}

.seller-graphic .carousel-item {
    height: auto !important;
}

.track-search {
    width: 390px;
    margin: auto;
}

.color-opt {
    display: inline-block;
}

[title~=White] i {
    background-color: #e0e0e0;
    padding: 2px !important;
    line-height: 34px;
}

.color-opt i {
    font-size: 48px;
    margin-right: 0px;
    margin-top: -6px;
    padding: 0px 7px;
    border-radius: 5px;
}

.emi i {
    margin-right: 5px;
    color: #777;
}

.warenty-track-order {
    background-color: #d5d5d5 !important;
    padding: 30px;
}

.warenty-order-search {
    background-color: #ffffffc9;
    padding: 23px;
    border-radius: 5px;
    display: table;
    width: 100%;
    height: 250px;
    box-shadow: 5px 5px #ccc;
    margin-bottom: 10px;
}

    .warenty-order-search lable {
        font-weight: bold;
    }

    .warenty-order-search input {
        margin: 10px 0px;
    }

    .warenty-order-search h3 {
        font-size: 15px;
        font-weight: bold;
    }

.step-order li {
    list-style: none;
    line-height: 54px;
}

.step-order {
    position: relative;
}

.step-line {
    position: absolute;
    width: 2px;
    height: 54px;
    background-color: #cccccc54;
    left: 70px;
    top: 50px;
    z-index: 1111;
}

.step-order li span {
    background-color: #e0dfdf;
    border: solid 1px #ccc9c9;
    padding: 6px 8px;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 10px;
}

.track-bg {
    padding-top: 20px;
}

.refresh-btn {
    color: #08447D;
}

.search-order-details h2 {
    margin: 50px 0px;
}

.search-order-details h3 {
    font-size: 18px;
}

.serch-order-bottom-txt {
    clear: both;
    padding-top: 40px;
    border-top: solid 1px #ececec;
}

.search-order-details {
    display: table;
    padding-bottom: 35px;
}

.order-points p {
    margin-left: 30px;
    border-bottom: solid 1px #eae8e8;
    padding-bottom: 10px;
    text-align: justify;
}

.search-order-details a {
    color: #08447D;
}

.cont-btn {
    color: #fff;
    background-color: #08447D;
    border: 1px solid #08447D;
    transition: all .4s;
    border-radius: 8px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}

    .cont-btn:hover {
        color: #fff;
    }

    .cont-btn:focus {
        color: #fff;
    }

.warrenty-image-background {
    background-image: url(../images/check-your-warrenty-1.jpg);
    width: 100%;
    height: 300px;
    position: relative;
}

    .warrenty-image-background h2 {
        color: #fff;
        padding-top: 100px;
        text-transform: uppercase;
    }

.new-arrivals .hover-effect {
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.new-arrivals #shop {
    padding: 20px 0px 0px 0px;
}

    .new-arrivals #shop figure {
        margin: 0 0 -0.5rem;
    }

.friend-nishant {
    color: #fff;
    font-size: 18px;
    padding-left: 1rem;
}

.nishant-share {
    padding: 5px !important;
    border-radius: 2px;
}

#btnToogle {
    padding: 0px 5px !important;
    float: right !important;
}

.add-cart-full {
    padding: 0px 15px;
}

#franchise .owl-next {
    right: -10px;
    color: #f104;
}

#franchise .owl-prev {
    left: -10px;
}

.list-page-bottom-txt h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.list-page-bottom-txt a {
    margin-left: 5px;
}

#lnkRefFrnd span {
    font-family: 'Open Sans', sans-serif;
}

.opps-popup {
    position: ABSOLUTE;
    top: 60%;
    left: 33%;
    width: 30%;
    border: solid 2px #3f82f2;
    padding: 20px;
}

    .opps-popup .close {
        position: absolute;
    }

    .opps-popup h3 {
        font-size: 30px;
    }

#my-review-rate {
    border-bottom: none !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: solid 1px #ccc !important;
    padding: 10px;
}

.rating-review h4 {
    font-size: 18px;
}

.review-bx {
    padding: 0px !important;
}

.review-header {
    clear: both;
}

.review-com {
    padding-left: 25px !important;
}

.yaantra-ofrs .owl-item {
    width: 245px !important;
}

.close:focus, .close:hover {
    color: #000 !important;
}

.categories-submenu ul {
    display: none;
}

.categories-submenu:hover ul {
    display: block;
    padding-left: 10px;
}

.categories-submenu li {
    padding: 0px;
    border-bottom: dotted 1px #ccc;
}

.pro-label {
    margin-right: 4px;
    /* padding: 11px 7px 11px 5px; */
    text-align: center;
    position: absolute;
    top: 60px;
    right: 4px;
    font-size: 13px;
    background-color: #28b5d8;
    border: 0px;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
}

#franchise .col-sm-4 {
    text-align: center;
}

.deals-layout4 .price-new1 {
    font-size: 1.1rem;
    color: #0743a7;
}

.deals-layout4 .price-old {
    font-size: 0.9rem;
}

.sale-deal {
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#txtotp1 {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

#resetOTPForgot {
    margin-top: 0.8rem !important;
}

#OTP {
    margin-left: 16px;
}

#otp1 {
    margin-left: 16px;
}

#txtsetpassword1 {
    margin-top: 10px;
}

#btnResendOTP {
    margin-top: 1rem;
}

#txtOtp {
    margin-bottom: 10px;
}

#btnSave {
    margin-top: 10px;
}

#message1 {
    margin-left: 16px;
}

.select-appoint-slot {
    border: solid 1px #ccc;
}

    .select-appoint-slot h3 {
        font-size: 16px;
        padding: 11px 10px 17px 10px;
        text-transform: capitalize;
        margin-top: 3px;
        padding-bottom: 0px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #09447c;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .select-appoint-slot select {
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
        padding: 10px 10px 10px 35px;
    }

.time-date-sec {
    background-color: #f3f3f3;
    display: table;
    width: 100%;
    padding: 10px;
    border-top: solid 1px #ccc;
}

.padd-left {
    padding-left: 0px;
}

.padd-right {
    padding-right: 0px;
}

.ealiest-time {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

    .ealiest-time h5 {
        font-size: 16px;
        font-weight: bold;
        padding: 0px;
        margin: 6px 0px;
    }

.select-date {
    background-image: url('Images/mobile-repair/calendar.html');
    background-repeat: no-repeat;
    background-position: 4% 7px;
}

.select-time {
    background-image: url('Images/mobile-repair/select-time.html');
    background-repeat: no-repeat;
    background-position: 4% 7px;
}

.cont-bnt {
    background-color: #f0ad4f;
    width: 150px;
    border-radius: 10px;
    padding: 8px;
    margin: 20px 0px 0px 0px;
    color: #fff;
    font-size: 18px;
}

#msform {
    width: 73% !important;
    margin: 50px auto;
    text-align: center;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        padding: 20px 30px;
        box-sizing: border-box;
        width: 100%;
        margin: auto;
        z-index: 0 !important;
    }

#BuyBackSubConditionPart {
    position: inherit !important;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform input, #msform textarea {
    font-family: 'Open Sans', sans-serif !important;
    padding: 15px 15px 15px 0px;
    border-bottom: 1px solid #0743a7 !important;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #0743a7;
    font-size: 13px;
    outline: 0;
}

#msform .action-button {
    width: 100px;
    background: #0743a7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    border: 0px !important;
}

    #msform .action-button:hover, #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
    }

.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.margin-h {
    margin-top: 8%;
    margin-bottom: 25px;
}

.margin-g {
    margin-top: 9%;
    margin-bottom: 22px;
}

.bottom {
    margin-bottom: 10px;
}

.issue {
    padding-top: 10px;
}

.brand-no {
    padding-top: 17px !important;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        font-size: 13px;
        width: 12.5%;
        float: left;
        position: relative;
        color: #a4a2bc;
        z-index: 999;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 25px;
            line-height: 25px;
            display: block;
            font-size: 16px;
            color: #333;
            background: #c4c4c4;
            border-radius: 20px;
            margin: 0 auto 5px auto;
            z-index: 7;
            color: #c4c4c4;
        }

        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #c4c4c4;
            position: absolute;
            left: -41%;
            top: 12px;
        }

.brand-section1 {
    position: inherit !important;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #23c2f3 !important;
    color: #08a4a7;
    z-index: -1;
}

#progressbar li.active:before {
    background: #23c2f3;
    color: #fff;
    background-position: 50%;
}

.sell-your-phone {
    min-height: 790px;
    clear: both;
    margin-top: -4rem;
}

    .sell-your-phone h2 {
        font-size: 25px;
        margin-bottom: 50px;
        color: #000;
        font-weight: bold;
        margin-top: 6rem;
    }

    .sell-your-phone h1 {
        font-size: 36px;
        margin-bottom: 10px;
        color: #000;
        font-weight: bold;
        margin-top: 4rem;
    }

    .sell-your-phone h3 {
        color: #0743a7;
        font-size: 22px;
        margin-top: -1rem;
        margin-bottom: 0rem;
    }

.phone-bx {
    vertical-align: top;
    width: 15%;
    background: inherit !important;
    border: solid 1px #ececec !important;
    font-weight: normal;
    color: #000000 !important;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 15px 10px 15px !important;
    margin: 10px 5px;
    font-size: 14px;
    height: 100px;
    border-radius: 8px;
}

    .phone-bx span {
        display: none;
    }

    .phone-bx:hover span {
        display: block;
        margin-top: -12px;
    }

    .phone-bx:hover {
        border: solid 1px #3ec2f3 !important;
        border-radius: 8px;
    }

    .phone-bx img {
        margin: 2px auto;
        width: 70%;
    }

.brand-bxa {
    margin-left: 7%;
    cursor: pointer;
}

.pad {
    margin-left: 8%;
}

.vlume-dft {
    padding-top: 19px !important;
}

.model-name {
    width: 25%;
    background: inherit !important;
    border: solid 1px #c4c4c4 !important;
    font-weight: normal;
    color: #000000 !important;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 4px 10px 4px !important;
    margin: 10px 5px;
    font-size: 13px;
    border-radius: 8px;
}

    .model-name:hover {
        border: solid 1px #3ec2f3 !important;
    }

.phone-condition {
    font-size: 15px !important;
}

    .phone-condition strong {
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.model-color {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 0px !important;
    cursor: pointer;
    margin-bottom: 15px;
}

.cl-bx {
    background-color: inherit !important;
    border: none;
    margin-right: 55px;
}

.previous {
    font-family: 'Open Sans', sans-serif;
    background: initial !important;
    color: #000000 !important;
}

    .previous:hover {
        box-shadow: none !important;
    }

.sell-form label {
    width: 70%;
    text-align: left;
    font-size: 10px;
    font-weight: bold;
    color: #0743a7;
    margin-bottom: 0px;
}

.previous {
    width: 23%;
    border: solid 1px #e2dddd !important;
    background-color: #ecebeb !important;
    border-radius: 5px !important;
}

#txtCustomerCity, #txtCustomerState {
    background: none;
}

.next-btn {
    width: 35% !important;
    padding: 11px 20px !important;
    border-radius: 4px !important;
    color: #fff;
    font-size: 18px;
    background-color: #f5631c;
    border: none !important;
    margin-top: 20px !important;
    cursor: pointer;
    border-bottom: 0px !important;
}

#msform input::placeholder {
    color: #0743a7;
    opacity: 1;
}

#msform input:-ms-input-placeholder {
    color: #0743a7;
}

#msform input::-ms-input-placeholder {
    color: #0743a7;
}

.sell-price {
    font-size: 32px;
    color: #fb641b;
}

.asscee-sec {
    position: relative;
    padding-left: 29px;
    margin-right: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20%;
    border: solid 1px #ccc;
    padding: 9px;
    min-height: 62px;
    border-radius: 8px;
    display: inline-block;
    margin: 10px 15px;
}

    .asscee-sec input[type=checkbox] {
    }

    .asscee-sec input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 9px;
    left: -18px;
    height: 35px;
    width: 35px;
    background-color: #3ec2f3;
    font-size: 24px;
    border-radius: 50%;
}
/*.asscee-sec:hover input ~ .checkmark{background-color:#3ec2f3;}*/
.asscee-sec input:checked ~ .checkmark {
    background-color: #e7e7e7;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: block;
}

.asscee-sec input:checked ~ .checkmark:after {
    display: none;
}

.asscee-sec .checkmark:after {
    left: 14px;
    top: 12px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.as-singl {
    line-height: 35px;
}

.brand-section1 {
    height: 400px;
    overflow-y: scroll;
}

    .brand-section1::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .brand-section1::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .brand-section1::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #08457e;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

.brand-section {
    height: 470px;
    overflow-y: scroll;
}

    .brand-section::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .brand-section::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .brand-section::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #08457e;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

.name {
    margin-left: 10%;
}

.rate-product {
    font-size: 14px;
}

.review-products {
    padding-left: 30px !important;
}

.review-usr-sec {
    background-color: #f2f3f7;
    padding: 1rem;
}

    .review-usr-sec h4 a {
        float: right;
        font-size: 14px;
        cursor: pointer;
    }

    .review-usr-sec input {
        width: 100%;
        margin-bottom: 10px;
    }

    .review-usr-sec textarea {
        width: 100%;
        margin-bottom: 10px;
        resize: none;
    }

.rev-form-sec {
    padding: 30px 30px 30px 30px;
    width: 100%;
}

.review-products h4 {
    font-size: 18px;
    color: #0743a7;
    padding-left: 14px;
}

.good-review {
    padding: 25px !important;
}

#file {
    cursor: pointer;
}

#shop8 .hover-effect {
    margin-bottom: 0px !important;
    padding-bottom: 0;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    outline: none !important;
}

.y-offer .owl-item {
    width: 250px !important;
}

.stockProductDetail {
    background-color: #fffffff2;
    position: absolute;
    left: 6rem;
    padding: 5px 20px;
    top: 234px;
    color: #dc2929;
    font-size: 22px;
    z-index: 999;
    width: 52%;
}

.y-powrbnk {
    padding-right: 0px !important;
}

.left-padding-none {
    padding-left: 0px !important;
}

.assured-icon {
    display: none;
}

.zoom-section .fa-heart-o {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 31px;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    padding: 12px 12px 12px 12px;
    background: #fff;
    color: #6c7075 !important;
    z-index: 99;
}

.ref-frnds {
    position: absolute;
    right: 0px;
    z-index: 1010;
}

#clockdiv > div {
    padding: 10px 2px !important;
}

#myModal2 .modal-title {
    color: #fff;
    font-size: 17px;
}

.review-text h4 {
    font-size: 16px;
    color: #3a3535;
    text-align: center;
}

.review-comments {
    padding-left: 20px;
    margin: 10px 0px;
}

    .review-comments b {
        color: #0743a7;
    }

#btnSendAndroidAppLink {
    padding: 7px 24px 36px 24px !important;
}

.item-number {
    border-radius: 50rem;
    background-color: rgb(7, 67, 167);
    padding: 5px 7px;
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
    margin-left: 5px;
}

.quick-access h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #007bff;
}

.quick-access .quick-box {
    border: solid 1px #bdbdbd;
    border-radius: 26px;
    padding: 7px 20px;
    color: #000;
    display: block;
    text-align: center;
}

    .quick-access .quick-box:hover {
        background-color: #2874f0;
        color: #fff;
        border: 0px;
    }

#popup-sampleimage {
    display: none;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(7, 67, 167) !important;
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 9px;
        top: 7px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

.mar-none {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.oops-popup {
    margin-top: 12%;
    margin-left: 30%;
    width: 30%;
    border-radius: 5px;
}

#BuyBackConditionPart .asscee-sec {
    width: 23% !important;
}

.panwidth {
    width: 80%;
}

.relPos {
    position: relative;
}

.addButtonCircular {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.selected {
    border-style: solid !important;
    border-color: #d9d9d9 !important;
    border-width: thin !important;
}

.rotateBtn {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.comparePanle {
    position: fixed;
    bottom: 10px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 3;
    padding: 15px 20px 20px 20px;
    border: solid 3px #004085;
}

    .comparePanle h4 {
        text-transform: uppercase;
        font-size: 18px;
    }

.search-com-brnd {
    padding: 6px 13px;
    position: absolute;
    right: 0;
    position: absolute;
    top: 0px;
    border: 0px;
}

.srch {
    margin: 10px 0px;
    position: relative;
}

    .srch input {
        padding: 5px;
        border: solid 1px #E8E8E8;
    }

.product {
    list-style-type: none;
    border: 1px solid #B5B4B7;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .product:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    }

    .product .header {
        background-color: #111;
        color: white;
        font-size: 25px;
    }

    .product li {
        border-bottom: 1px solid #B5B4B7;
        padding: 10px;
        text-align: center;
    }

    .product .grey {
        background-color: #eee;
        font-size: 20px;
    }

.modPos {
    padding-top: 25px;
}

.contentPop {
    width: 80%;
    margin-left: 10%;
    height: 80%;
}

.compHeader {
    min-height: 200px;
}

.compareThumb {
    height: 150px;
}

.cpu {
    min-height: 115px;
}

.titleMargin {
    padding: 4px 0px 4px 4px;
}

.titleMargin1 {
    padding: 0px 0px 0px 4px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.comparePanle {
    position: fixed;
    bottom: 10px;
    width: 65%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 3;
}

.w3-margin-top {
    margin-top: 16px !important;
}

.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.w3-grey, .w3-hover-grey:hover {
    background-color: #fff;
    border-radius: 5px;
}

.com-product {
    background-color: #f5f5f5 !important;
    margin-bottom: 20px;
}

.cmprBtn {
    background-color: #004085;
    border: 0px;
    padding: 5px 20px;
    color: #fff;
    margin-top: 5px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.titleMargin {
    padding: 4px 0px 4px 4px;
}

.titleMargin {
    padding: 4px 0px 4px 4px;
}

.w3-white, .w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important;
    width: 23%;
    text-align: CENTER;
    float: left;
    margin-right: 10px;
}

.w3-closebtn {
    text-decoration: none;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: -4px;
    margin-right: 8px;
    background-color: #fff;
    color: inherit;
}

.addButtonCircular {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.w3-light-grey, .w3-hover-light-grey:hover {
    color: #0253d8 !important;
    background-color: #eae8e8 !important;
    border-radius: 50%;
}

.hover-effect .addToCompare {
    display: none;
}

.hover-effect:hover .addToCompare {
    display: block;
}

.tooltip-inner {
    background-color: #0abff1 !important;
    font-size: 12px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #0abff1 !important;
}

.compare-div {
    width: 20%;
    float: left;
    margin: 15px 0px 35px 0px;
    position: relative;
}

.com-div {
    list-style-type: none;
    border-bottom: 1px solid #B5B4B7;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.close-com {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 15px;
    height: 34px;
    width: 34px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: solid 1px rgba(0, 0, 0, .06);
    border-radius: 50%;
    font-size: 15px;
    line-height: 32px;
    color: #878787;
    text-align: center;
    cursor: pointer;
}

.com-div li:first-child {
    border: none;
}

.com-div li {
    border: 1px solid #B5B4B7;
    padding: 10px;
    text-align: center;
    border-bottom: none;
}

    .com-div li:last-child {
        border-bottom: none;
    }

.add-com-div h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
    text-align: left;
    padding-left: 28px;
    color: #3e3b3b;
}

.add-com-div select {
    width: 80%;
    padding: 5px;
    margin: auto;
    margin-bottom: 10px;
}

.add-com-img {
    background-color: #ccc;
    border-radius: 5px;
    height: 100px;
    width: 80%;
    margin: auto;
}

.com-pro-name {
    font-weight: bold;
}

.com-title li {
    font-weight: bold;
}

.buy-together {
    background-color: #fff;
    box-shadow: 0px 2px 7px #e2e0e0;
}

    .buy-together .checkbox .plus {
        position: absolute;
        top: 5rem;
        right: 0;
    }

#shop5 .related-product-box {
    min-height: 256px;
}

.opps-pop {
    margin-top: 12%;
    margin-left: 36%;
    width: 33%;
    padding: 20px;
    position: relative;
    border-radius: 5px;
}

    .opps-pop .close {
        position: absolute;
        cursor: pointer;
    }

    .opps-pop i {
        width: 100%;
        font-size: 50px;
        color: #bcbdbf;
    }

    .opps-pop .f40 {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 22px;
    }

.blockbsterdeals {
    margin-top: 30px;
}

#shop16 .owl-item {
}

#divOrderProcessingUserMessageBody {
    font-weight: bold;
}

#txtProductReviewsDescription {
    margin-bottom: 20px;
}

.offer-banner {
    width: 100%;
}

    .offer-banner .carousel-inner {
        height: auto;
        width: 100%;
    }

        .offer-banner .carousel-inner .carousel-item img {
            height: 260px;
            width: 100%;
        }

    .offer-banner .carousel-item.active {
        height: auto;
    }

#formchangepassword, #personalInformation, #shippingAddress {
    padding-top: 10px;
}

.pro-desctips tr td {
    border: 1px solid #e9ecef !important;
}

.pro-mrp {
    float: left;
}

.checkoutthumbimage .stock {
    width: 75%;
    font-size: 11px;
}

.offer-zone h2 {
    margin-top: 20px;
}

#divMainMsg .col-sm-1 {
    display: none;
}

div#pageMessageDiv {
    margin-left: 11px !important;
}

.product-btn:hover { /*animation:bounce 1.5s;*/
}

#divOrderProcessingUserMessage .col-md-6 {
    margin-top: 12%;
    margin-left: 34% !important;
    width: 30% !important;
    border-radius: 3px;
}

#divOrderProcessingUserMessage .close {
    position: absolute;
}

#divOrderProcessingUserMessage .f40 {
    font-size: 24px;
}

.border-box:hover img {
    animation: bounce 1s;
}

.like:hover img {
    animation: bounce 1s;
}

.zoom-section .fa-heart-o:hover {
    animation: bounce 1s;
    color: #6ac259 !important;
    border: Solid 1px #6ac259;
}

.sale-deal-buy-btn:hover {
    animation: bounce 1s;
}

.user-details-container .btn:hover {
    animation: bounce 1s;
}

#formCustomerDetails label.error {
    width: 100% !important;
    margin-bottom: 0px;
    font-size: 12px;
    margin-left: -50px;
}

#formCustomerDetails input {
    width: 78% !important;
}

#BuyBackConditionPart .sell-your-phone h3 {
    margin-bottom: 8px;
}

#divValidateMobileNo .sell-your-phone h3 {
    margin-bottom: 1rem;
}

#divValidateMobileNo h3 {
    margin-bottom: 1rem !important;
}

#divValidateZipCode h3 {
    margin-bottom: 1rem !important;
}

#divPhoneIssuesSection .brand-section {
    max-height: 295px !important;
}

#divPhoneIssuesSection h3 {
    margin-bottom: 5px !important;
}

#shop16 img {
    width: 98%;
}

.y-offer .owl-carousel {
    padding-bottom: 35px;
}

.product-btn:hover { /*animation:bounce 1s;*/
}

.new-arrivals {
    height: 410px;
}

.mh315 {
    height: 410px;
}

.images-sell {
    padding-top: 18px;
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    80% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.group-wise-p .powr-bnk {
    padding-right: 0px;
}

.nav-row {
    background-color: #f2f3f7;
    margin: 0px !important;
}

.header .row {
    margin: 0px !important;
}

#loaderDivmodalBuyBackOrderProcessingLoader {
    left: 0;
    background-color: #43bb33;
    padding: 0;
    line-height: 40px;
    position: fixed;
    font-size: 20px;
    display: none;
    text-align: center;
    top: 0;
    color: #fff;
    z-index: 9999999;
    width: 100%;
}

.three-banners {
    margin-top: 15PX;
}

.sub-menu-cont .list {
    padding: 3px 0px 3px 0px;
}

.faq-tab {
    background-color:#fff;
}
    .faq-tab li.active a {
        background-color: #2974f0;
        color: #fff;
        border: solid 1px #2974f0;
    }
.cust-tbs ul li {
    list-style-type: disc;
}
.cust-tbs ul {
    margin-left: 20px;
}

.cust-tbs h3 {
    font-size: 22px;
}

.inner-page-banner {
    height: 220px;
    display: flex;
    align-items: end;
}
.inner_title {
    background-color: #2974f0;
    padding: 10px 20px;
    display: inline-block;
}