button[disabled], html input[disabled] {
    cursor: default !important;
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    border: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}


.footer-social {
    margin-top: 10px;
}

.error-on-submit {
    font-size: 12px;
}

.margin-connected {
    margin: -15px 0;
}
/* Accordion */
.panel-default > .panel-heading {
    color: #333;
    background-color: #dddddd;
    border: 1px solid grey !important;
    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;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 900;
            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[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                font-size: 20px;
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            font-size: 20px;
        }

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 16px;
        color: #6a6c6f;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
        }
/* Accordion end */
.margin-help {
    margin-top: 50px;
}

.margin-about {
    margin-top: 150px;
}

.list ul li {
    display: block;
    padding: 0px 0px 10px 20px;
    background: url(../img/icons/dot.png) no-repeat 0 6px;
    margin-left: 20px;
    font-size: 16px;
}

.bold-heading {
    font-size: 25px;
}

.help {
    display: inline-block;
}

.help-heading {
    color: #000;
    margin-top: 10px;
}

.para-text {
    font-size: 16px;
    text-align: justify;
}

.color-box {
    width: 30px;
    height: 30px;
}



span.edit-cart-position .btn-warning {
    background: #009999;
    border-color: #009999;
}



#scroll-category {
    overflow-y: auto !important;
    height: 126px;
}

.offers {
    color: red
}

.margin-right {
    margin-right: 0px !important;
}

.order-no {
    display: inline-block;
    background: #329899;
    padding: 12px 4px;
    color: #fff;
    margin-left: 0px;
    font-size: 13px;
}

.border-none {
    border: 0 !important;
    text-align: center;
}

.my-orders {
    border: 1px solid #b9acac;
    border-collapse: unset !important;
}

    .my-orders td {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }

    .my-orders th {
        text-align: center !important;
    }

    .my-orders .total {
        padding: 0px !important;
    }

.my-account {
    text-align: left !important;
}

input[type=checkbox], input[type=radio] {
    zoom: 1.5;
    vertical-align: middle;
}

ul li label {
    position: relative;
    font-size: 16px;
    margin-left: 10px;
    top: 5px;
    font-weight: 400 !important;
}

.textRed {
    font-size: 20px;
    color: red;
    vertical-align: middle;
    font-weight: bold;
}

.textGreen {
    color: #009999;
}

@media only screen and (min-width:1400px) {
    .search-by-brand-main-container .product.product-single .product-thumb.product-view-image {
        position: relative;
        /*padding: 40px;*/
        background: #fff;
        height: 340px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .search-by-brand-main-container .product.product-single .product-thumb > img {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .search-by-brand-main-container .product.product-single .product-body {
        padding: 15px;
        height: 200px;
    }
    .product.product-single .product-thumb.product-view-image {
        position: relative;
        /*padding: 40px;*/
        height: 180px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product.product-single .product-thumb.product-color-image {
        position: relative;
        height: 74px;
        padding: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product.product-single .product-thumb.product-listing-image {
        position: relative;
        /*padding: 40px;*/
        height: 300px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product-view.product-main-image {
        position: relative;
        /*padding: 40px 20px;*/
        padding: 0px;
        height: 400px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }


    #product-view .product-view.product-thumb-image {
        position: relative;
        height: 120px;
        /*padding: 20px;*/
        display: flex;
        align-items: center;
        overflow: hidden;
    }

        #product-view .product-view.product-thumb-image > img {
            width: auto;
            margin: 0 auto;
            height: 100%;
        }

    .product.product-single .product-thumb.product-latest-image {
        position: relative;
        /*padding: 20px;*/
        height: 114px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product.product-single.product-latest-block .product-body {
        padding: 15px 0;
        height: 250px;
    }
}

.product.product-single .product-thumb.product-latest-image, .product.product-single .product-thumb.product-view-image, .banner-2, .product-view.product-main-image, #product-view .product-view.product-thumb-image, .banner .banner-1 {
    background-image: url(../img/loader--3.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}

@media only screen and (min-width:601px) and (max-width:1399px) {
    .search-by-brand-main-container .product.product-single .product-thumb.product-view-image {
        position: relative;
        /*padding: 40px;*/
        background: #fff;
        height: 340px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .search-by-brand-main-container .product.product-single .product-thumb > img {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .search-by-brand-main-container .product.product-single .product-body {
        padding: 15px;
        height: 180px;
    }
    .product.product-single .product-thumb.product-view-image {
        position: relative;
        /*padding: 40px;*/
        height: 240px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product.product-single .product-thumb.product-color-image {
        position: relative;
        height: 40px;
        padding: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product.product-single .product-thumb.product-listing-image {
        position: relative;
        /*padding: 40px;*/
        height: 240px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .product.product-single .product-body {
        padding: 15px;
        height: 170px;
    }

    .product-view.product-main-image {
        position: relative;
        /*padding: 40px 20px;*/
        padding: 0px;
        height: 400px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }


    #product-view .product-view.product-thumb-image {
        position: relative;
        height: 120px;
        /*padding: 20px;*/
        display: flex;
        align-items: center;
        overflow: hidden;
    }

        #product-view .product-view.product-thumb-image > img {
            width: 50%;
            margin: 0 auto;
            height: auto;
        }

    .product.product-single .product-thumb.product-latest-image {
        position: relative;
        /*padding: 20px;*/
        height: 114px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product.product-single.product-latest-block .product-body {
        padding: 15px 0;
        height: 250px;
    }
}

@media only screen and (max-width:600px) {
    .search-by-brand-main-container .product.product-single .product-thumb.product-view-image {
        position: relative;
        padding: 0;
        height: 150px;
        background: #fff;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .search-by-brand-main-container .product.product-single .product-thumb > img {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .product-price span, .product-price del {
        display: block;
    }
    .product.product-single .product-thumb.product-view-image {
        position: relative;
        padding: 0px 20px;
        height: 200px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product.product-single .product-thumb.product-color-image {
        /*  position: relative;
        height: 100px;
        padding: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;*/
        position: relative;
        height: 40px;
        padding: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product.product-single .product-thumb.product-listing-image {
        position: relative;
        padding: 0px;
        height: 130px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product-view.product-main-image {
        position: relative;
        padding: 0px;
        height: 400px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }


    #product-view .product-view.product-thumb-image {
        position: relative;
        height: 80px;
        padding: 10px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

        #product-view .product-view.product-thumb-image > img {
            width: 50%;
            margin: 0 auto;
        }

    .product.product-single .product-thumb.product-latest-image {
        position: relative;
        padding: 0px 20px;
        height: 200px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .product.product-single.product-latest-block .product-body {
        padding: 15px 0;
        height: 100%;
        overflow: hidden;
    }
}

a {
    cursor: pointer;
}

i.fa.fa-search {
    margin: 14px;
}

.container {
    width: 90%;
}

.blink.para {
    width: 400px;
    font-size: 20px;
    position: absolute;
}

.header-text {
    border-bottom: 1px solid #666;
}

.cart-menu {
    padding: 15px !important;
}

.footer p, .footer h3, .footer-social > li a, .footer.list-links li a {
    color: #ffffff;
}

    .footer.list-links li a:hover, .footer.list-links li a:focus, .footer.list-links li.active > a {
        color: #000;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }


.yellow {
    color: #ffcc00;
}

.footer-header.yellow {
    color: #ffcc00;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #000000;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 30px;
    font-weight: 700;
}

    #back-to-top:hover {
        background: #ff3333;
        color: #ffcc00;
    }

    #back-to-top.show {
        opacity: 1;
    }

/*#content {
    height: auto;
}*/


/*html{
    max-width:100%;
    overflow-x: hidden;
}*/
@media only screen and (max-width: 500px) {
    .container {
        width: 100%;
    }
}


@media (max-width:500px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .trktable .col-sm-10 {
        width: 80.33333333%;
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}


.product-countdown {
    display: none;
}



.lh {
    line-height: 40px;
}



.container-fluid {
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

.footer-header.black {
    color: #ffffff;
}

.black {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.useful-links {
    margin-left: 20px;
}

.continue-btn {
    color: #fff;
}

    .continue-btn:hover {
        color: #fff;
    }

.placeorder-btn {
    color: #fff;
}

    .placeorder-btn:hover {
        color: #fff;
    }

.disclaimer {
    font-size: 12px;
    line-height: 0px;
    margin: 10px;
    color: #666;
    font-family: Arial,Arial Unicode MS,Helvetica,DejaVu Sans,Lucida Sans Unicode,sans-serif;
    cursor: pointer;
}

.disclaimer1 {
    font-size: 12px;
    line-height: 0px;
    margin: 10px;
    color: #666;
    font-family: Arial,Arial Unicode MS,Helvetica,DejaVu Sans,Lucida Sans Unicode,sans-serif;
    cursor: pointer;
}

    .disclaimer1:hover {
        font-size: 12px;
        line-height: 0px;
        margin: 10px;
        color: #337ab7;
        text-decoration: underline;
        font-family: Arial,Arial Unicode MS,Helvetica,DejaVu Sans,Lucida Sans Unicode,sans-serif;
        cursor: pointer;
    }


.pull-right {
    float: right;
}

@media only screen and (min-width: 768px) {
    .product-btns a {
        padding: 6px 15px;
        display: block;
        text-align: center;
    }
    .pull-center {
        margin: 0 auto;
        text-align: center;
    }

    .pull-menu-right {
        margin: -92px auto;
        text-align: center;
        float: right;
    }
}

@media only screen and (max-width:767px) {

    .dropdown.default-dropdown > .custom-menu1 {
        border-top: 2px solid #009999;
        left: 250%;
        -webkit-transform: translateX(-50%) translateY(15px);
        -ms-transform: translateX(-50%) translateY(15px);
        transform: translateX(-50%) translateY(15px);
    }

    .dropdown.default-dropdown > .custom-menu {
        border-top: 2px solid #009999;
        right: 80%;
        -webkit-transform: translateX(-50%) translateY(15px);
        -ms-transform: translateX(-50%) translateY(15px);
        transform: translateX(-50%) translateY(15px);
    }

    .header-cart.dropdown .custom-menu {
        width: 230px;
    }

    .other_items_div {
        background-color: #fff;
        margin: 20px 20px;
    }

    .center table.trackordertable.shopping-cart-table.table.my-orders.ordertable td {
        width: 90px;
    }

    .custom-menu {
        position: absolute;
        padding: 0 0 10px;
        background: #FFF;
        -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
        z-index: 100;
        top: 100%;
        min-width: 200px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .pull-menu-right {
        float: right !important;
    }

    #cartPanel {
        position: unset;
        top: 20px;
        right: 60px;
    }

    .header-btns {
        position: absolute;
        top: 0px;
        right: 100px;
    }

    #header .nav-toggle {
        position: absolute;
        left: 0px;
        top: 20px;
    }

    li.header-cart {
        position: absolute;
        top: 20px;
        right: 25px;
    }

    #header {
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 10px;
        background: #fff;
        -webkit-box-shadow: 1px 2px 4px #333;
        -moz-box-shadow: 1px 2px 4px #333;
        box-shadow: 1px 2px 4px #333;
    }

    .menu-bar-btn {
        display: block !important;
        color: #000;
        background-color: transparent !important;
        -webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0px 0px 6px transparent !important;
        box-shadow: 0px 0px 0px 1px transparent inset, 0px 0px 0px 6px transparent !important;
    }

    .list-links .list-links-title {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 14px;
    }
}




/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}






/*menu*/

.header-account.dropdown .custom-menu1 > li > a > i {
    margin-right: 15px;
    color: #009999;
}

.header-cart.dropdown .custom-menu1 {
    width: 300px;
}



/*----------------------------*\
	Dropdowns
\*----------------------------*/




.custom-menu1 {
    position: absolute;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 100;
    top: 50px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.dropdown.open > .custom-menu1 {
    opacity: 1;
    visibility: visible;
}

/*-- Default Dropdown --*/

.dropdown.default-dropdown > .custom-menu1 {
    border-top: 2px solid #009999;
    left: 15%;
    -webkit-transform: translateX(-50%) translateY(15px);
    -ms-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
}

.dropdown.default-dropdown.open > .custom-menu1 {
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}

.dropdown.default-dropdown > .custom-menu1 > li > a {
    display: block;
    padding: 10px 0px;
    text-transform: uppercase;
}

/*-- Mega Dropdown --*/

.dropdown.mega-dropdown.full-width {
    position: static !important;
}

.dropdown.mega-dropdown > .custom-menu1 {
    border-top: 2px solid #009999;
    left: 0;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    width: auto;
    min-width: 1000px;
    max-width: 100%;
}

.dropdown.mega-dropdown.full-width > .custom-menu1 {
    width: 100%;
}

.dropdown.mega-dropdown.open > .custom-menu1 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/*-- Side Dropdown --*/

.dropdown.side-dropdown > .custom-menu1 {
    border-left: 2px solid #009999;
    left: 100%;
    top: 0;
    width: 750px;
    -webkit-transform: translate(15px, 0px);
    -ms-transform: translate(15px, 0px);
    transform: translate(15px, 0px);
}

.dropdown.side-dropdown.open > .custom-menu1 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}



@media only screen and (max-width: 991px) {
    #header .nav-toggle {
        display: inline-block;
    }

    /*header .pull-left, header .pull-center, header .pull-right, header .pull-menu-right {
        float: none !important;
    }*/

    header .pull-right {
        margin-top: 10px;
    }

    #responsive-nav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        max-width: 270px;
        width: 0%;
        overflow: scroll;
        background-color: #FFF;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        z-index: 990;
    }

        #responsive-nav.open {
            width: 100%;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
        }

        #responsive-nav .dropdown .custom-menu1 {
            display: none;
            position: static;
            width: 100%;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-top: none;
            border-left: 2px solid #009999;
        }

        #responsive-nav .dropdown.open .custom-menu1 {
            display: block;
            min-width: auto;
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }

    .category-nav .category-list, .menu-nav .menu-list {
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
        /*max-height: calc(100vh - 100px);*/
    }

        .category-nav .category-list.open, .menu-nav .menu-list.open {
            display: block;
        }

    .menu-nav .menu-header, .category-nav .category-header {
        cursor: pointer;
    }

    .category-nav {
        float: none;
        width: 100%;
    }

        .category-nav .category-list {
            position: static;
        }

    .menu-nav .menu-header {
        display: block;
    }

    .menu-nav .menu-list {
        float: none;
        padding: 10px;
        border-left: 1px solid #b9acac;
        border-right: 1px solid #b9acac;
        border-bottom: 1px solid #b9acac;
    }

        .menu-nav .menu-list > li {
            display: block;
        }

            .menu-nav .menu-list > li + li {
                /*border-top: 1px solid #b9acac;*/
            }

            .menu-nav .menu-list > li > a {
                color: #30323A;
            }

    #navigation.shadow:after {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99;
    }
}


/*Added for filter*/



/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

.filter {
    border-radius: 5px;
    padding: 5px 20px;
    background: #000;
}

    .filter:hover {
        border-radius: 5px;
        padding: 5px 20px;
        background: #329899;
    }


.filter-fade-out {
    opacity: 1;
}

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 28px;
}

    .caret::before {
        content: "\27A4";
        color: black;
        display: inline-block;
        margin-right: 10px;
        font-size: 10px;
    }

.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    font-size: 10px;
}

.nested {
    display: none;
    font-size: 16px;
}

.active {
    display: block;
    font-size: 16px;
}

.nested-list {
    margin-left: 40px;
    font-size: 16px;
    list-style: disc !important;
}




:focus {
    outline: 0 !important;
}

.apply-btn {
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 50px;
    font-family: 'Hind', sans-serif;
    background: #329899 !important;
    border: 2px solid #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .apply-btn:hover, .apply-btn:focus {
        border-radius: 10px;
        font-size: 20px;
        padding: 10px 50px;
        font-family: 'Hind', sans-serif;
        background: #000 !important;
        border: 2px solid #fff !important;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


.cancel-button {
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 40px;
    font-family: 'Hind', sans-serif;
    background: #ff0000 !important;
    border: 2px solid #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .cancel-button:hover, .cancel-button:focus {
        font-family: 'Hind', sans-serif;
        border-radius: 10px;
        font-size: 20px;
        padding: 10px 40px;
        font-family: 'Hind', sans-serif;
        background: #000 !important;
        border: 2px solid #fff !important;
        text-transform: uppercase;
        letter-spacing: 2px;
    }




button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    /*border: 1px solid #989090 !important;*/
}


@media only screen and (max-width:600px) {
    /*.slick-prev:before, .slick-next:before {
        font-family: 'slick';
        font-size: 12px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    .slick-prev, .slick-next {
        width: 20px;
        height: 20px;
        background: #f31b25;
        z-index: 1;
    }

    .slick-prev, .slick-next {
        top: 40%;
    }*/

    .mobile-text-center {
        text-align: center;
    }

    .table-paddingtop {
        padding-right: 20px !important;
    }
}



.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #b9acac;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #b9acac;
}


#main {
    margin-top: 13px;
}

.aside.aside-filter .aside-title {
    margin-bottom: 0px !important;
}

.product.product-single {
    border: 1px solid #ddd;
    padding: 20px;
}


.addtocartbtn {
    position: absolute;
    bottom: 8%;
}

.primary-btn.add-to-cart.addtocartbtn.addtocartbtn1:hover, .primary-btn.add-to-cart.addtocartbtn.addtocartbtn1:focus {
    margin-top: 20px;
}

.product-details {
    padding-top: 10px;
}

.black-footer {
    color: #ffffff;
}


.rating-margin {
    margin-left: 0% !important;
}

.form-group {
    margin-bottom: 0 !important;
}

.form-group1 {
    margin-top: 15px !important;
}

.price-center {
    text-align: right;
    font-size: 18px;
}

.shipping-center {
    text-align: right;
    font-size: 16px;
}


.bottom-table-padding th {
    border-bottom: 1px solid #b9acac !important;
    padding: 10px !important;
    border-top: 0px !important;
}

.coupon-width {
    width: 50%;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: top !important;
}

.table-paddingtop {
    padding-top: 15px !important;
}

.table1-paddingtop {
    padding-top: 10px !important;
}

img {
    max-width: 100%;
    overflow: hidden !important;
}



.coupon-btn {
    width: 100%;
    padding: 6px 30px !important;
}


.delete-button {
    color: red;
    font-size: 20px;
    padding-top: 0px !important;
}

@media only screen and (min-width: 1500px) {
    #product-view .product-view.product-thumb-image {
        position: relative;
        height: 120px;
        padding: 20px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
}

@media only screen and (max-width:767px) {
   
    td.price-center.table1-paddingtop {
        font-size: 14px !important;
        padding: 0 10px 8px;
    }

    td.shipping-center.table1-paddingtop {
        font-size: 14px !important;
        padding: 0 10px 8px;
    }

    td.price.table1-paddingtop {
        font-size: 14px !important;
        padding: 0 10px;
    }

    td.details.table1-paddingtop a {
        font-size: 14px !important;
        white-space: initial;
    }

    td.details.table1-paddingtop {
        font-size: 14px !important;
        padding: 10px 10px 0 !important;
    }

    .h3, h3 {
        font-size: 20px;
    }

    .product .product-rating {
        display: block;
        margin-left: 0%;
    }

    .product .product-label > span {
        position: relative;
        display: inline-block;
        padding: 0 2px;
        font-weight: 400;
        color: #FFF;
        background-color: #30323A;
        z-index: 1;
    }

    .product.product-single .product-body {
        padding: 2px;
     /*   height: 200px;*/
    }

    .product.product-single {
        border: 1px solid #ddd;
        padding: 10px;
    }

        .product.product-single .product-price {
            display: block;
            padding: 0 20px 0 0;
        }

    .primary-btn.add-to-cart.addtocartbtn.addtocartbtn1 {
        display: inline-block;
        padding: 2px 10px;
        border-radius: 5px;
        text-transform: none;
        font-weight: 400;
      /*  margin-left: 20px;*/
        border: none;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .product.product-single .quick-view {
        font-size: 12px;
    }

    .view-more-mobile-btn {
        display: inline-block;
        padding: 10px 0px;
        width: 60%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        border: none;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .h2, h2 {
        font-size: 22px;
    }

    .quickview-btn {
        font-size: 12px;
        display: inline-block;
        padding: 10px 0px;
        width: 35%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        border: none;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    #product-view .product-view.slick-slide {
        opacity: 0.2;
    }

    .text-left.black-footer.center-text, .text-right.black-footer.center-text {
        text-align: center !important;
    }

    .shop-bag {
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0px;
        padding-left: 0px;
        margin-top: 40px;
    }

    th.mobile-left-padding {
        padding-left: 5px !important;
    }

    th.text-right.mobile-right-padding {
        padding-right: 5px !important;
    }

    .product.product-widget .product-thumb.cart-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
    }

    .product.product-widget .product-body.cart-body {
        padding-left: 55px;
        padding-top: 0px;
        min-height: 60px;
        width: 90%;
    }

    .primary-btn.cart-view-btn, .main-btn.cart-view-btn {
        padding: 6px 6px;
    }

    header {
        position: sticky;
        top: 0%;
        z-index: 9;
    }

    .header-search {
        background: #fff;
        width: 100%;
        max-width: 100%;
        padding: 10px 0 2px;
    }

    #modalprogress {
        position: absolute;
        top: 40%;
        left: 40%;
        margin: 0 auto;
        color: #990000;
        font-weight: bold;
        font-size: 14px;
    }


    #theprogress {
        width: 50%;
        text-align: center;
        filter: Alpha(Opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }

    .banner.banner-1 {
        width: 100%;
    }

        .banner.banner-1.menu-banner {
            width: 50%;
        }

    .menu-nav .menu-list > li > a:hover, .menu-nav .menu-list > li > a:focus, .menu-nav .menu-list > li.dropdown.open > a {
        color: #329899;
    }

    .banner.banner-1.banner-header {
        display: block !important;
        position: relative !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .product-tab .tab-nav li a {
        font-size: 12px;
    }

    .dropdown-backdrop {
        overflow-y: scroll;
        z-index: unset !important;
    }

    .header-logo .logo > img {
        width: 70%;
        max-height: 70px;
    }

    .offer-style {
        width: 40%;
        margin-left: 10px;
        background-color: red;
        border: 4px solid #ffcc00;
        transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
    }

        .offer-style a {
            padding: 3px 20px !important;
            color: #ffffff !important;
            text-decoration: none;
            width: 100% !important;
            transform: skewX(20deg);
            -ms-transform: skewX(20deg);
            -webkit-transform: skewX(20deg);
        }
}

@media only screen and (min-width:768px) {

    /*td.details.table1-paddingtop {
        padding: 10px 20px 0 !important;
    }*/
    td.thumb.table1-paddingtop {
        width: 15%;
    }

    td.details.table1-paddingtop {
        width: 40%;
    }

    td.price.table1-paddingtop {
        width: 15%;
        text-align: center;
    }


    td.shipping-center.table1-paddingtop {
        width: 15%;
        text-align: center;
    }

    td.price-center.table1-paddingtop {
        width: 15%;
        text-align: center;
    }

    .product .product-rating {
        display: block;
        margin-left: 20%;
    }

    .quickview-btn {
        font-size: 12px;
        display: inline-block;
        padding: 10px 0px;
        width: 60%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        border: none;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }


    .shop-bag {
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .product.product-widget .product-thumb.cart-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
    }

    .product.product-widget .product-body-cart-body {
        padding-left: 118px;
        padding-top: 0px;
        min-height: 60px;
        width: 90%;
    }

    #modalprogress {
        position: absolute;
        top: 40%;
        left: 50%;
        margin: 0 auto;
        color: #990000;
        font-weight: bold;
        font-size: 14px;
    }

    #theprogress {
        width: 100%;
        text-align: center;
        filter: Alpha(Opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }

    .menu-nav .menu-list > li > a:hover, .menu-nav .menu-list > li > a:focus, .menu-nav .menu-list > li.dropdown.open > a {
        color: #f7c305;
    }

    .banner.banner-1.banner-header {
        display: block !important;
        position: relative !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .header-logo .logo > img {
        width: 100%;
        max-height: 70px;
    }

    .offer-style {
        background-color: red;
        border: 4px solid #ffcc00;
        transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
    }

        .offer-style a {
            padding: 3px 20px !important;
            color: #ffffff;
            text-decoration: none;
            width: 100% !important;
            transform: skewX(20deg);
            -ms-transform: skewX(20deg);
            -webkit-transform: skewX(20deg);
        }
}

@media only screen and (min-width:1450px) {

    .banner.banner-1.banner-header {
        display: block !important;
        position: relative !important;
        margin-top: 25px !important;
        margin-bottom: 15px !important;
    }
}


@media only screen and (min-width:1000px) and (max-width:1400px) {

    h3.product-price {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: block !important;
    }
}

.product.product-widget .product-body.product-body.rated-body {
    min-height: 140px;
}






.section-about {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-about1 {
    background: #dddddd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-margin {
    margin-top: 20px;
}


.about-us-image img {
    width: 400px;
}

.deals-banner {
    width: 328px;
    height: 420px;
}


@media only screen and (min-width:1450px) {
    .slick-dotted.slick-slider.random-banner {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}


.reset-btn {
    padding: 6px 20px;
    letter-spacing: 1px;
}

td.shipping {
    color: #4A4E5A !important;
    font-weight: bold !important;
}

.registration-text {
    font-size: 18px;
}



/*Price Slider Range*/


.min-steps {
    display: initial;
    /* float: left; */
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 2px 4px;
    width: 20%;
    height: 20px;
    line-height: 20px;
    /* border-width: 1px; */
    border: 1px solid #ccc;
    outline: 0;
    text-align: center;
    vertical-align: text-bottom;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #b9acac inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #b9acac inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}




.max-steps {
    display: initial;
    /* float: left; */
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 2px 4px;
    width: 20%;
    height: 20px;
    line-height: 20px;
    /* border-width: 1px; */
    border: 1px solid #ccc;
    outline: 0;
    text-align: center;
    vertical-align: text-bottom;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #b9acac inset, 0px 0px 0px 5px transparent;
    box-shadow: 0px 0px 0px 1px #b9acac inset, 0px 0px 0px 5px transparent;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}


#steps-slider {
    /*margin-top: 15px;*/
}


.label1 {
    display: inline-block;
    font-weight: 600;
    color: #329899;
}



.see-more-btn {
    padding: 5px 10px;
    letter-spacing: 1px;
    font-size: 14px;
}

@media only screen and (max-width:767px) {
    .filter-button {
        position: relative;
        top: 32%;
        font-size: 20px;
        right: 10%;
        z-index: 1;
    }
}

@media only screen and (min-width:767px) and (max-width:1400px) {
    .filter-button {
        position: absolute;
        top: 95px;
        font-size: 20px;
        right: 8px;
    }
}

@media only screen and (min-width:1401px) {
    .filter-button {
        position: absolute;
        top: 95px;
        font-size: 20px;
        right: 34px;
    }
}




@media only screen and (max-width:500px) {
    .desktop-view {
        display: none;
    }

    .product.product-single .product-thumb:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
        opacity: 0;
        visibility: hidden;
        z-index: 0;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .product.product-single:hover .product-thumb:after {
        opacity: 0.7;
        visibility: visible;
    }

    .main-btn.quick-view.quickview-btn, .main-btn.quick-view {
        display: none;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .table {
        margin-bottom: 30px !important;
    }

    .coupon-position {
        max-width: 100%;
        color: red !important;
        position: absolute;
        top: 19%;
        left: 0;
        padding: 0px 16px;
        z-index: 999999;
        opacity: 1;
        width: 100%;
    }

    .coupon-text {
        color: red !important;
        font-size: 15px;
        position: absolute;
        top: 60%;
        left: 0;
        font-weight: 900;
        width: 100%;
    }


    .subscribe-btn {
        position: absolute;
        top: 64%;
        left: 24%;
        width: 50%;
        height: 20%;
        /* padding: 14px 20px; */
        z-index: 999999;
        opacity: 0;
    }
}

@media only screen and (min-width:501px) {
    .mobile-view {
        display: none;
    }

    .coupon-position {
        max-width: 100%;
        color: red !important;
        position: absolute;
        top: 11%;
        left: 0;
        padding: 0px 16px;
        z-index: 999999;
        opacity: 1;
        width: 100%;
    }

    .coupon-text {
        color: red !important;
        font-size: 30px;
        position: absolute;
        top: 64%;
        left: 0;
        font-weight: 900;
        width: 100%;
    }

    .subscribe-btn {
        position: absolute;
        top: 64%;
        left: 22%;
        height: 20%;
        width: 55%;
        /* padding: 25px 45px; */
        z-index: 999999;
        opacity: 0;
    }
}

strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.avail {
    font-family: 'Hind', sans-serif;
    color: #4A4E5A;
    font-size: 18px;
}





.exp {
    visibility: hidden;
}

.socials-faicons {
    font-size: 25px;
    vertical-align: middle;
}


.page_enabled, .page_disabled {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}

.page_enabled {
    background-color: #ddd;
    color: #000;
    padding: 2px 10px;
}

.page_disabled {
    background-color: #009999;
    color: #fff !important;
    padding: 2px 10px;
}

.active > input {
    border-color: #009999;
}

.size-selected-border {
    background: #329899 !important;
}

    .size-selected-border a {
        color: #fff !important;
    }

.color-box {
    border: 2px solid #dddddd !important;
}

.edit-cart {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 1px;
}

.edit-cart-position {
    position: absolute;
    right: 10px;
    top: 10px;
}


/*Size Chart*/


.table.tablesc {
    display: inline-table;
    text-align: center;
}

.measuresc {
    font-size: 25px;
    text-align: center;
}

.product.productsc {
    margin-top: 20px;
    text-align: center;
}





.product-tab.tabsc .tab-nav li.active a:after {
    width: 100%;
}

.product-tab.tabsc .tab-nav {
    margin-bottom: 10px;
}

.size-inch {
    display: none;
}

#inchbtn, #cmbtn, .btnsizechart input {
    font-size: 18px;
}


.clicked {
    color: #fff !important;
    background-color: #329899;
    border-color: #329899;
}

.btn-group.btn-toggle.btnsizechart {
    display: block;
    float: right;
    margin-right: 50px;
}


.sizechart-heading {
    background: #dddddd;
}


/*circleprogressbar*/

.circle-row {
    border-radius: 10px;
}



.circleprogressbar-hide {
    display: none;
    overflow: hidden;
    z-index: 999999;
}

.circleprogressbar-show:hover + .circleprogressbar-hide {
    display: block;
    z-index: 999999;
    overflow: hidden;
}





.circle-column:before {
    border-color: rgba(223, 223, 223, 0) !important;
    border-bottom-color: #cfcfcf !important;
    border-width: 11px !important;
    margin-left: -11px !important;
}

.circle-column:before, .circle-column:after {
    bottom: 100%;
    left: 90%;
    border: 1px solid rgba(38, 44, 48, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}




.progress-circle-text {
    text-align: center;
    margin-top: 10px;
}



.progresscirclebar-success {
    background: #009999;
    border-color: #009999;
}

.progresscirclebar-warning {
    background: #ffcc00;
    border-color: #ffcc00;
}

.progresscirclebar-danger {
    background: #f31b25;
    border-color: #f31b25;
}

@media only screen and (max-width:767px) {
    .progress-circle {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: none;
        margin: 0 auto;
        box-shadow: none;
        position: relative;
        /* This for loop creates the 	necessary css animation names
Due to the split circle of progress-circle-left and progress-circle right, we must use the animations on each side.
*/
    }
}

@media only screen and (min-width:768px) {
    .progress-circle {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: none;
        margin: 0 auto;
        box-shadow: none;
        position: relative;
        /* This for loop creates the 	necessary css animation names
Due to the split circle of progress-circle-left and progress-circle right, we must use the animations on each side.
*/
    }
}

.progress-circle:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-circle > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress-circle .progress-circle-left {
    left: 0;
}

.progress-circle .progress-circle-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress-circle .progress-circle-left .progress-circle-bar {
    left: 100%;
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress-circle .progress-circle-right {
    right: 0;
}

    .progress-circle .progress-circle-right .progress-circle-bar {
        left: -100%;
        border-top-left-radius: 75px;
        border-bottom-left-radius: 75px;
        border-right: 0;
        -webkit-transform-origin: center right;
        transform-origin: center right;
    }

.progress-circle .progress-circle-value {
    display: flex;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 300;
}

    .progress-circle .progress-circle-value div {
        margin-top: 10px;
    }

    .progress-circle .progress-circle-value span {
        font-size: 12px;
        text-transform: uppercase;
    }
/* This for loop creates the necessary css animation names Due to the split circle of progress-circle-left and progress-circle right, we must use the animations on each side. */

.progress-circle-text {
    text-align: center;
}

.progress-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    /* This for loop creates the 	necessary css animation names
Due to the split circle of progress-circle-left and progress-circle right, we must use the animations on each side.
*/
}

    .progress-circle:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 4px solid #eee;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-circle > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress-circle .progress-circle-left {
        left: 0;
    }

    .progress-circle .progress-circle-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 4px;
        border-style: solid;
        position: absolute;
        top: 0;
    }

    .progress-circle .progress-circle-left .progress-circle-bar {
        left: 100%;
        border-top-right-radius: 75px;
        border-bottom-right-radius: 75px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left;
    }

    .progress-circle .progress-circle-right {
        right: 0;
    }

        .progress-circle .progress-circle-right .progress-circle-bar {
            left: -100%;
            border-top-left-radius: 75px;
            border-bottom-left-radius: 75px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
        }

    .progress-circle .progress-circle-value {
        display: flex;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-weight: 300;
    }

        .progress-circle .progress-circle-value div {
            margin-top: 10px;
        }

        .progress-circle .progress-circle-value span {
            font-size: 12px;
            text-transform: uppercase;
        }

    .progress-circle[data-percentage="10"] .progress-circle-right .progress-circle-bar {
        animation: loading-1 1.5s linear forwards;
    }

    .progress-circle[data-percentage="10"] .progress-circle-left .progress-circle-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="20"] .progress-circle-right .progress-circle-bar {
        animation: loading-2 1.5s linear forwards;
    }

    .progress-circle[data-percentage="20"] .progress-circle-left .progress-circle-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="30"] .progress-circle-right .progress-circle-bar {
        animation: loading-3 1.5s linear forwards;
    }

    .progress-circle[data-percentage="30"] .progress-circle-left .progress-circle-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="40"] .progress-circle-right .progress-circle-bar {
        animation: loading-4 1.5s linear forwards;
    }

    .progress-circle[data-percentage="40"] .progress-circle-left .progress-circle-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="50"] .progress-circle-right .progress-circle-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="50"] .progress-circle-left .progress-circle-bar {
        animation: 0;
    }

    .progress-circle[data-percentage="60"] .progress-circle-right .progress-circle-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="60"] .progress-circle-left .progress-circle-bar {
        animation: loading-1 1.5s linear forwards 1.5s;
    }

    .progress-circle[data-percentage="70"] .progress-circle-right .progress-circle-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="70"] .progress-circle-left .progress-circle-bar {
        animation: loading-2 1.5s linear forwards 1.5s;
    }

    .progress-circle[data-percentage="80"] .progress-circle-right .progress-circle-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="80"] .progress-circle-left .progress-circle-bar {
        animation: loading-3 1.5s linear forwards 1.5s;
    }

    .progress-circle[data-percentage="90"] .progress-circle-right .progress-circle-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="90"] .progress-circle-left .progress-circle-bar {
        animation: loading-4 1.5s linear forwards 1.5s;
    }

    .progress-circle[data-percentage="100"] .progress-circle-right .progress-circle-bar {
        animation: loading-5 1.5s linear forwards;
    }

    .progress-circle[data-percentage="100"] .progress-circle-left .progress-circle-bar {
        animation: loading-5 1.5s linear forwards 1.5s;
    }

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg);
    }
}

/*circleprogressbar*/

/*Delivery Table*/
@media only screen and (max-width:767px) {

    .deliverytable-heading th {
        font-size: 12px;
    }

    .deliverytable td {
        font-size: 12px;
    }

    .chkprftable-heading th {
        font-size: 12px;
    }

    .chkprftable td {
        font-size: 12px;
    }

    .table.deliverytable {
        text-align: left;
        table-layout: fixed;
        display: block;
        overflow-x: auto;
        white-space: normal;
        width: 100%;
        min-width: 100%;
    }

    .circle-column {
        border-radius: 10px;
        padding: 10px 2px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
        z-index: 1;
        position: absolute;
        background: #ffffff;
        border: 1px solid #dddddd;
        width: 300px;
        right: 10%;
        top: 35px;
    }

    .table.chkprftable {
        text-align: left;
        table-layout: fixed;
        display: block !important;
        overflow-x: auto !important;
        white-space: normal;
        width: 100%;
        min-width: 100%;
    }

    table.table.chkprftable.table-bordered {
        border-spacing: 0;
    }

    .product-tab.deliverymain .tab-nav li a {
        font-size: 14px;
    }

    .product-tab.deliverymain .tab-nav li {
        display: inline-block;
        width: 70% !important;
        text-align: center;
    }
}

@media only screen and (min-width:768px) {
    .table.deliverytable {
        display: inline-table;
        text-align: left;
        table-layout: fixed;
        width: auto;
        min-width: 780px;
        white-space: normal;
    }

    .table.chkprftable {
        text-align: left;
        table-layout: fixed;
        display: inline-table !important;
        width: auto !important;
        min-width: 850px;
        white-space: normal;
    }

    .circle-column {
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
        z-index: 1;
        position: absolute;
        background: #ffffff;
        border: 1px solid #dddddd;
        width: 150%;
        right: 10%;
        top: 35px;
    }
}

.error-text.check-av {
    margin-top: 10px;
    margin-left: 0px;
}

.courier-name {
    color: #337ab7;
}

.deliverytable-heading {
    background: #eeeeee;
}

.chkprftable-heading {
    background: #eeeeee;
}

.product-tab.tabsc.deliverytab {
    clear: none !important;
    margin-top: 0px !important;
}

tr.deliverytable-heading th {
    width: 400px !important;
}

tr.chkprftable-heading th {
    width: 200px !important;
}

.progressbar-success {
    background: #009999;
}

.progressbar-warning {
    background: #ffcc00;
}

.progressbar-danger {
    background: #f31b25;
}

.progress {
    height: 5px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #dddddd;
}

.progresspercent {
    font-size: 16px;
    color: #4A4E5A;
    position: absolute;
    top: 12px;
    right: 10px;
}

.progress-data {
    position: relative;
    padding: 8px 40px 8px 8px !important;
}

.tr-border-none th {
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    color: #009999;
}

.product-tab.tabsc.deliverytab .tab-nav {
    border-bottom: 0 !important;
    display: block;
    text-align: center;
}

.deliverytext {
    color: red !important;
    text-align: left;
}





@media only screen and (max-width:767px) {
    .product-tab.tabsc .tab-nav li {
        display: inline-block;
        width: 40%;
        text-align: center;
    }

    .product.productsc img {
        width: 50%;
    }

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .size-option span {
        font-size: 16px !important;
    }

    .sizecharttitle {
        padding: 2px 10px;
        border-radius: 6px;
        cursor: pointer;
        background: #329899;
        color: #fff;
    }

        .sizecharttitle:hover {
            padding: 2px 10px;
            border-radius: 6px;
            cursor: pointer;
            background: #000;
            color: #fff;
        }

    .sizechart-heading {
        background: #dddddd;
        font-size: 14px;
    }

    .store-pages li {
        margin-bottom: 10px;
    }
}


@media only screen and (min-width:768px) {
    .product-tab.tabsc .tab-nav li {
        display: inline-block;
        width: 45%;
        text-align: center;
    }

    .product.productsc img {
        width: 20%;
    }

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 60%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.right.selectstore .modal-dialog {
        position: fixed;
        margin: auto;
        width: 45rem;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .sizecharttitle {
        padding: 2px 20px;
        border-radius: 6px;
        cursor: pointer;
        color: #fff;
        background: #329899;
    }

        .sizecharttitle:hover {
            padding: 2px 20px;
            border-radius: 6px;
            cursor: pointer;
            color: #fff;
            background: #000;
        }
}

.product.product-single.product-color {
    border: 1px solid #ddd;
    padding: 10px;
    width: 80px !important;
    display: inline-block;
}


.menu-list-ftr {
    display: none;
}

@media only screen and (max-width:767px) {
    .filter-panel-body {
        max-height: 70vh;
        overflow-y: auto;
        background: #eeeeee;
    }

    .menu-list-ftr {
        display: block;
    }

        .menu-list-ftr > li > a {
            display: block;
            padding: 10px;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
}



.btn-group-sm > .btn, .btn-sm {
    letter-spacing: 1px;
}

.blue {
    color: #329899;
}


@media only screen and (max-width:767px) {
    .rtn-frm {
        padding-right: 5px;
        position: fixed;
        right: 10%;
        z-index: 9;
        border-radius: 10px;
        width: 80%;
        background: #eeeeee;
        padding: 10px;
        top: 40%;
        box-shadow: 1px 3px 15px #000 !important;
    }

    .track-frm {
        padding-right: 5px;
        position: absolute;
        right: 10%;
        z-index: 1;
        border-radius: 20px;
        width: 80%;
        background: #eeeeee;
        padding: 10px;
        box-shadow: 1px 3px 15px #000 !important;
    }

    .rtn-frm-1 {
        background: #eeeeee;
        position: absolute;
        right: 10%;
        border-radius: 20px;
        width: 80%;
        padding: 7px 7px;
        box-shadow: 1px 3px 15px #000 !important;
    }

    .rtn-header {
        text-align: left;
        padding-left: 2px;
        font-weight: 400;
        color: #000;
    }

    .cancel-bg {
        background: #eeeeee;
        margin: 20px auto;
        text-align: center;
        padding: 30px;
        font-size: 20px;
    }

    .rtn-guidelines {
        white-space: normal;
    }

    .rtn-header.mt {
        margin-top: 20px !important;
    }

    .box-body.prtcss {
        margin-top: 50px !important;
        margin: 10px auto;
        width: 80%;
    }
}

@media only screen and (min-width:768px) {
    .rtn-frm {
        padding-right: 5px;
        position: fixed;
        right: 22.5%;
        z-index: 9;
        border-radius: 20px;
        width: 40%;
        top: 30%;
        background: #eeeeee;
        padding: 10px;
        box-shadow: 1px 3px 15px #000 !important;
        margin: 0 auto;
    }

    .track-frm {
        padding-right: 5px;
        position: absolute;
        right: 1%;
        z-index: 9;
        border-radius: 20px;
        width: 20%;
        background: #eeeeee;
        padding: 10px;
        box-shadow: 1px 3px 15px #000 !important;
    }

    .rtn-frm-1 {
        background: #eeeeee;
        position: absolute;
        right: 1%;
        border-radius: 20px;
        width: 30%;
        padding: 7px 7px;
        box-shadow: 1px 3px 15px #000 !important;
    }

    .rtn-header {
        text-align: left;
        padding-left: 2px;
        font-weight: 400;
        color: #000;
    }

    .rtn-guidelines {
        white-space: normal;
    }

    .cancel-bg {
        background: #eeeeee;
        margin: 20px auto;
        text-align: center;
        padding: 30px;
        font-size: 18px;
    }
}

a.submitReview-btn {
    background-color: #f00 !important;
    border-color: #f00 !important;
    padding: 6px 20px;
    /* font-size: 14px; */
}

.rtn-frm-2 {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    top: 0;
    background: rgba(255,255,255,0.9);
    margin: 0 auto !important;
    bottom: 0;
}

.edit-review-container {
    z-index: 9;
    border-radius: 20px;
    width: 40%;
    top: 10%;
    left: 28.5%;
    background: #eeeeee;
    padding: 10px;
    box-shadow: 1px 3px 15px #000 !important;
    /* margin: 0 auto; */
    /* text-align: center; */
}


ul.rtn-guidelines li:before {
    content: '\2713';
    color: #329899;
    padding-right: 10px;
    font-weight: bold;
}

ul.rtn-guidelines {
    list-style: none;
}

.printbtn {
    font-size: 16px;
    padding: 4px 20px;
    background: #f31b25;
    border: none;
}



.footer.list-links li > a:before {
    content: "\f105";
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.breadcrumb > li + li + li.active:before {
    display: none;
}

/*for login*/

@media only screen and (min-width:768px) {
    .loginmessagebtn {
        cursor: pointer;
    }

    .loginsuccessmessage {
        float: left;
        color: #009999;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        z-index: 1;
        width: 150px;
    }


    ul.headerbtnlogin {
        margin-left: -100px;
    }

    ul.cart-btns-menu {
        margin-left: 70px;
        margin-top: 20px;
    }

    .profileusericons:before {
        color: #009999;
        font-size: 30px;
        content: "\f007";
    }
}

@media only screen and (max-width:767px) {
    .loginmessagebtn {
        cursor: pointer;
    }

    .loginsuccessmessage {
        color: #009999;
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        line-height: 14px;
        position: absolute;
        top: 35px;
        right: -84px;
        width: 200px;
        z-index: 1;
    }

    .profileusericons:before {
        color: #009999;
        font-size: 30px;
        content: "\f007";
    }

    .mobileloginheader {
        padding-bottom: 40px !important;
    }

    .header-logo {
        display: inline-block;
        margin-right: 0px;
        margin-left: 30px;
    }

    .panel-default > .panel-heading {
        margin: 0px auto;
    }


    .billing-details .input {
        padding: 0px 10px;
    }

    .order-summary .checkot table {
        display: inline-table;
        overflow-x: hidden;
    }

        .order-summary .checkot table.shopping-cart-table.table > tbody > tr > td {
            display: block;
            text-align: right;
        }

    .order-summary .checkot .table-responsive > .table > tbody > tr > td {
        white-space: normal;
    }

    .order-summary .checkot table.shopping-cart-table.table > tbody > tr:nth-child(odd) {
        background: #fff;
    }

    .order-summary .checkot table.shopping-cart-table.table > tbody > tr:nth-child(even) {
        background: #fff;
    }

    .order-summary .checkot .table {
        margin-bottom: 0px !important;
        margin-top: -25px;
    }

    .order-summary .checkot-2 .table {
        margin-bottom: 0px !important;
    }

    .order-summary .checkot .shopping-cart-table > tbody > tr > .thumb > img {
        width: 50px;
        max-width: none;
        max-height: 50px;
        /*padding-left: 5px;
	margin-bottom:8px;
	margin-right:20px;*/
    }

    .order-summary .checkot td.thumb.table1-paddingtop {
        padding: 0px 10px 10px;
    }

    .order-summary .checkot .shopping-cart-table.table tr td:before {
        content: attr(data-title) " : ";
        font-weight: 700;
        float: left;
        color: #4A4E5A; /*#c1bdac*/
    }

    .order-summary .checkot-2 table.shopping-cart-table.table > tbody > tr:first-child > th {
        /*  display: block;
        text-align: right; */
    }

    .billing-details {
        margin-bottom: 20px;
    }
    /*View cart Order View css for mobile*/

    .order-summary .checkot table.shopping-cart-table.table thead {
        display: none;
    }

    .order-summary .checkot h3 {
        display: none;
    }

    .order-summary .checkot table.shopping-cart-table.table > tbody > tr > td {
        display: block;
        text-align: right;
    }

    .order-summary .checkot .table-responsive > .table > tbody > tr > td {
        white-space: normal;
    }

    .order-summary .checkot table {
        overflow-x: hidden;
    }

    .order-summary .checkot .shopping-cart-table > tbody > tr > .thumb > img {
        width: 40px;
        max-width: none;
        padding-left: 5px;
        max-height: 40px;
    }

    .order-summary .checkot .shopping-cart-table > tbody > tr > .details > a {
        font-size: 14px;
    }

    .order-summary .checkot tfoot {
        display: unset;
    }

        .order-summary .checkot tfoot tr th {
            width: 100%;
        }

    .order-summary .checkot .table-paddingtop {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }

    .order-summary .checkot .table-paddingtop {
        padding-right: 20px !important;
        white-space: initial;
    }

    .order-summary .checkot td.thumb {
        padding-right: 20px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .order-summary .checkot .shopping-cart-table.table tr td:before {
        content: attr(data-title) " : ";
        font-weight: 700;
        float: left;
        margin: 0px 10px 0px;
        font-size: 14px;
    }

    .order-summary .checkot .shopping-cart-table.table tfoot tr td:before {
        display: none;
    }

    .table-responsive.checkot {
        margin-top: 20px;
    }

    .checkot .shopping-cart-table > tbody > tr > td {
        border-top: 1px solid #ddd;
    }

    .checkot .shopping-cart-table > tbody > tr:last-child > td {
        border-bottom: 1px solid #b9acac;
    }

    .order-summary .checkot .table {
        margin-bottom: 0px !important;
        margin-top: -25px;
    }

    order-summary .checkot table.shopping-cart-table.table > tbody > tr:nth-child(odd) {
        background: #fff;
    }

    .order-summary .checkot table.shopping-cart-table.table > tbody > tr:nth-child(even) {
        background: #fafafa;
    }
    /*.checkot-2 th.sub-total span {
        font-size: 15px !important;
    }

    .checkot-2 .shopping-cart-table > tbody > tr:last-child > td {
        border-bottom: 0px solid #b9acac;
    }

    .checkot-2 tbody.bottom-table-padding > tr:first-child > th {
        display: block;
        width: 100%;
        /* white-space: unset; */


    /*.checkot-2 tr th.coupon-width {
        /* width: 50%; */
    /*  display: inline-block !important;
        line-height: 21px !important;
    }

    .checkot-2 th.sub-total input {
        margin-bottom: 10px;
        width: 67%;
        display: inline-block;
    }*/

    .breadcrumb > li + li + li.active:before {
        display: none;
    }

    .coupon-btn {
        padding: 6px 20px !important;
        clear: both;
        display: block;
    }

    span#ContentPlaceHolder1_couponMsg {
        text-align: left;
        float: left;
        white-space: normal;
        font-size: 13px;
        /* clear: both; */
        margin-bottom: 10px;
    }

    .breadcrumb > li {
        display: initial;
    }

    /*View cart Order View css for mobile*/

    .order-summary .viewcrt table.shopping-cart-table.table thead {
        display: none;
    }

    .order-summary .viewcrt h3 {
        display: none;
    }

    .order-summary .viewcrt table.shopping-cart-table.table > tbody > tr > td {
        display: block;
        text-align: right;
    }

    .order-summary .viewcrt .table-responsive > .table > tbody > tr > td {
        white-space: normal;
    }

    .order-summary .viewcrt table {
        overflow-x: hidden;
    }

    .order-summary .viewcrt .shopping-cart-table > tbody > tr > .thumb > img {
        width: 40px;
        max-width: none;
        padding-left: 5px;
        max-height: 40px;
    }

    .order-summary .viewcrt .shopping-cart-table > tbody > tr > .details > a {
        font-size: 14px;
    }

    .order-summary .viewcrt tfoot {
        display: unset;
    }

        .order-summary .viewcrt tfoot tr th {
            width: 100%;
        }

    .order-summary .viewcrt .table-paddingtop {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }

    .order-summary .viewcrt .table-paddingtop {
        padding-right: 20px !important;
        white-space: initial;
    }

    .order-summary .viewcrt td.thumb {
        padding-right: 20px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .order-summary .viewcrt .shopping-cart-table.table tr td:before {
        content: attr(data-title) " : ";
        font-weight: 700;
        float: left;
        margin: 0px 10px 0px;
        font-size: 14px;
    }

    .order-summary .viewcrt .shopping-cart-table.table tfoot tr td:before {
        display: none;
    }

    .table-responsive.viewcrt {
        margin-top: 20px;
    }

    .viewcrt .shopping-cart-table > tbody > tr > td {
        border-top: 1px solid #ddd;
    }

    .viewcrt .shopping-cart-table > tbody > tr:last-child > td {
        border-bottom: 1px solid #b9acac;
    }

    .order-summary .viewcrt .table {
        margin-bottom: 0px !important;
        margin-top: -25px;
    }

    order-summary .viewcrt table.shopping-cart-table.table > tbody > tr:nth-child(odd) {
        background: #fff;
    }

    .order-summary .viewcrt table.shopping-cart-table.table > tbody > tr:nth-child(even) {
        background: #fafafa;
    }

    .srtby-price {
        margin-bottom: 20px;
    }

    .store-pages {
        margin-left: 0px;
    }

    /*.main-3 {
        display: -webkit-grid; 
        display: grid;
    }*/

    /* Safari 6.1+ */
    div#shipdiv {
        -webkit-order: 2;
    }

    div#orderdiv {
        -webkit-order: 1;
        -webkit-margin-top: 20px;
    }

    div#pricediv {
        -webkit-order: 3;
    }

    /* Standard syntax */
    div#shipdiv {
        order: 2;
    }

    div#orderdiv {
        order: 1;
        margin-top: 20px;
    }

    div#pricediv {
        order: 3;
        position: relative !important;
        right: unset !important;
    }

    div#orderdiv .section-title .title {
        display: block;
    }

    .edit-cart-position {
        position: absolute;
        right: 0px;
        top: 40px;
        display: inherit;
        text-align: center;
    }

    .table-responsive.checkot tr.spaceUnder td {
        border: 1px solid #b9acac;
    }

    .table-responsive.checkot table {
        border-spacing: 0px 25px;
        border-collapse: inherit;
    }

    #orderdiv .table-responsive {
        border: 0px solid #ddd;
    }

    #orderdiv .shopping-cart-table > tbody > tr > td {
    }


    .table-responsive.viewcrt tr.spaceUnder td {
        border: 1px solid #b9acac;
    }

    .table-responsive.viewcrt table {
        border-spacing: 0px 25px;
        border-collapse: inherit;
    }

        .table-responsive.viewcrt table tfoot {
            border-spacing: 0px 0px;
        }



    #orderdiv-1 .table-responsive {
        border: 0px solid #ddd;
    }

    #orderdiv-1 .shopping-cart-table > tbody > tr > td {
    }

    .edit-review-container {
        width: 90% !important;
        left: 3.5% !important;
    }

    .product-rating-container {
        text-align: left;
    }

    .edit-review-container .col-md-1 {
        width: 8.33333333% !important;
        display: contents;
        /*float: right;
        margin-top: 0px;*/
    }

    .edit-review-container .col-md-11 {
        width: 91.66666667% !important;
        float: left;
     }

    .edit-review-container .col-md-2 {
        width: 25% !important;
        float: left;
        margin-bottom: 15px;
     }

    .edit-review-container .col-md-10 {
        width: 75% !important;
    }
}

.srtby-price {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

    .srtby-price select {
        width: 150px;
        padding: 2px;
        border: 1px solid #dddddd;
    }

.product-color-div span {
    font-size: 18px
}

.product-color-div .product-slick .slick-slide {
    margin: 5px;
}

.col-md-12.product-color-div {
    padding: 0px;
    margin: 10px 0px 30px;
}

.product-color-div .product-thumb > img {
    width: 100% !important;
    margin: 0px auto;
}

.product-color-div .slick-track {
    margin-left: initial;
}


.desktop-userTitle {
    color: #000;
    position: absolute;
    bottom: -5px;
    left: 3px;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    padding-top: 10px;
    line-height: 6px;
}

.textarea {
    width: 100%;
    padding: 10px 15px;
    height: 150px;
}

.viewcrt .btn-warning {
    color: #fff;
    background-color: #e6b906;
    border-color: #e6b906;
}

    .viewcrt .btn-warning:hover {
        background-color: #009999;
        border-color: #009999;
    }

.empty-cart-img .btn-warning {
    color: #fff;
    background-color: #009999;
    border-color: #009999;
    padding: 10px 30px;
    margin-top: 30px;
}

    .empty-cart-img .btn-warning:hover {
        background-color: #e6b906;
        border-color: #e6b906;
    }

.empty-cart-img img {
    height: 150px;
}

.empty-cart-img {
    padding: 50px 0px;
}

    .empty-cart-img h1 {
        color: #333;
        font-size: 30px;
        margin-bottom: 5px;
    }

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}




@media only screen and (min-width:768px) {
    .productsoffers {
        vertical-align: top;
        display: inline-block;
        text-align: center;
        width: 100px;
    }


    .caption {
        font-weight: 500;
        line-height: 16px;
        color: #000;
        display: block;
        margin-top: 10px;
    }

    .productoffers-section {
        margin-top: 20px;
        padding-left: 0px;
    }
}

@media only screen and (max-width:767px) {
    .productsoffers img {
        max-width: 100%;
    }

    .productsoffers {
        vertical-align: top;
        display: inline-block;
        text-align: center !important;
    }

    .caption {
        font-weight: 500;
        line-height: 14px;
        color: #000;
        display: block;
        font-size: 12px;
        margin-top: 10px;
    }

    .productoffers-section {
        margin-top: 30px;
        margin-bottom: 115px;
    }

    .codtable {
        margin-top: 10px;
        margin-left: 10px;
    }

    .product.product-single .product-name {
        font-size: 14px;
    }
}



.onlinelabel {
    margin-left: 10px;
}

.courier-name input[type=checkbox], .courier-name input[type=radio] {
    margin: 0;
    height: 14px;
}




/*cod tab */

.tabs-left {
    border-bottom: none;
    border-right: 1px solid #ddd;
}

    .tabs-left > li {
        float: none;
        margin: 0px;
    }

        .tabs-left > li.active > a,
        .tabs-left > li.active > a:hover,
        .tabs-left > li.active > a:focus {
            border-bottom-color: #ddd;
            border-right-color: transparent;
            background: #329899;
            border: none;
            color: #fff;
            border-radius: 0px;
            margin: 0px;
        }

.nav-tabs > li > a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}

.nav-tabs > li > a {
    background: #dddddd;
}

.tabs-left > li.active > a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #329899;
    display: block;
    width: 0;
}


.chkprftable {
    margin-top: 20px;
}




/*form 5 columns*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .col-xs-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*place order floating*/
@media only screen and (min-width:768px) {
    .order-position {
        position: fixed;
        max-width: 300px;
    }
}

@media only screen and (max-width:350px) {
    .coupon-btn {
        padding: 6px 20px !important;
    }
}





.popover-heading {
    padding: 8px 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-body {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}



.close.close1 {
    float: right !important;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-right: 0px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

@media only screen and (max-width:767px) {
    .popover {
        width: 350px;
        max-width: 350px;
    }
}

@media only screen and (min-width:768px) {
    .popover {
        width: 500px;
        max-width: 500px;
    }
}


.greencolor {
    color: #9acd32;
}

.dlvrbtn {
    color: #9acd32;
}

/*track order popup css*/


.timeline, .timeline-alt {
    list-style: none;
    padding: 0 0 20px;
    position: relative;
    z-index: 0;
}

    .timeline-alt::before, .timeline::before {
        bottom: 60px;
    }

    .timeline-alt:before, .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        content: " ";
        width: 1px;
        background-color: #b9b4b4;
        left: 18px;
    }

    .timeline-alt > li, .timeline > li {
        margin-bottom: 20px;
    }

        .timeline-alt > li:after, .timeline-alt > li:before, .timeline > li:after, .timeline > li:before {
            content: " ";
            display: table;
        }

.date-wrapper {
    position: relative;
    float: none;
    clear: both;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    padding: 10px 10px;
    line-height: 5px;
    margin-bottom: 5px;
    color: #fff;
    background: #329899;
    width: auto;
}



.order-tracking ul li:first-child .row:nth-child(2) .tracking-icon {
    background-color: #329899;
}

.order-tracking .tracking-icon {
    width: 15px;
    height: 15px;
    left: 11px;
    background-color: #b9b4b4;
}

.tracking-icon {
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    line-height: 36px;
    font-size: 1em;
    margin-top: 20px !important;
    text-align: center;
    color: #fff;
    background-color: #6457b6;
    z-index: 100;
}

.mb {
    margin-bottom: 5px !important;
}

.pr {
    padding-right: 10px !important;
}

.mt {
    margin-top: 5px !important;
}

.timeline-wrapper {
    margin-left: 52px;
}

.tracking-sms-wrapper {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: none;
    background: #fff;
    color: #666;
    box-shadow: none !important;
    border-radius: 3px;
    top: 0;
    left: 0;
    z-index: 1060;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.52857143;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    border: 1px solid #e1e1e1;
}

    .tracking-sms-wrapper::before {
        border-color: rgba(225,225,225,0) !important;
        border-right-color: #e1e1e1 !important;
        border-width: 9px !important;
        margin-top: -9px !important;
    }

    .tracking-sms-wrapper::after, .tracking-sms-wrapper::before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

.p-lg {
    padding: 15px !important;
}

.tracking-title {
    background-color: transparent;
    border: 0;
    padding-left: 0;
    padding-top: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    margin: 0;
    padding-bottom: 0 !important;
}


.tracking-sms-wrapper::after {
    border-color: rgba(255,255,255,0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px;
}

.order-activity-timeline {
    min-height: 200px !important;
}

    .order-activity-timeline p {
        margin: 0;
        font-size: 12px;
        margin-top: 2px;
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

.p {
    padding: 10px !important;
}

.order-activity-timeline {
    height: 230px !important;
    overflow-y: auto;
    padding: 0 10px 0 0;
    overflow-x: hidden;
}

.trackorder-heading {
    border-bottom: 1px solid #329899;
    margin-bottom: 10px;
    margin-right: 2px;
    margin-left: 2px;
}

.trackheadertext {
    width: 80%;
}
/*login facebook google*/


.blockbtn {
    display: block;
    text-align: center;
}

.forgot-btn {
    color: #FFF;
    background-color: #f7c305;
    border-radius: 6px;
}

.btn-facebook {
    letter-spacing: 1px;
    background-color: #3c5a99;
}

.btn-google {
    cursor: pointer;
    letter-spacing: 1px;
    background-color: #dd4b39;
}

    .btn-google:hover {
        cursor: pointer;
    }

.signtext {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.removecolpad {
    padding-right: 0;
}


/*search box suggestion*/
.srchboxsugg {
    position: fixed;
}

.card {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    margin-bottom: 16px;
    background: #fff;
    clear: both !important;
}

.card-header {
    padding: 20px 20px;
    /* min-height: 72px; */
    background: #eee;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .card-header h3 {
        margin: 0px;
        text-transform: uppercase;
        color: #333;
        font-size: 18px;
        font-weight: 500;
        display: contents;
    }

    .card-header p {
        margin: 5px 0px 0px;
    }

    .card-header h3 i {
        font-size: 16px;
        margin-left: 5px;
        color: #009999;
    }

    .card-header span.tab-order-no {
        background: #fff;
        margin-right: 15px;
        font-weight: 700;
        border-radius: 5px;
        width: 25px;
        height: 25px;
        text-align: center;
        color: #337ab7;
        line-height: 25px;
        display: inline-block;
    }

.codV2-base-helpText {
    font-size: 12px;
    margin-top: 12px;
    color: #282c3f;
}

.otp-code-input {
    background: #f9f2f2;
    position: absolute;
    z-index: 9999;
    padding: 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: -130px;
    text-align: left;
    box-shadow: 1px 1px 10px #000;
    width: 100%;
}

#otpdiv {
    display: none;
}

.continue-btn {
    margin: 20px 0px;
    width: 50% !important;
    float: right;
    background: #f5c707;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.continue-btn-1 {
    margin: 20px 0px;
    width: 50% !important;
    float: right;
    background: #f5c707;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.placeorder-btn {
    margin: 20px 0px;
    width: 100% !important;
    float: right;
    background: #f5c707;
    text-transform: uppercase;
    letter-spacing: .5px;
}

span.otpclose {
    float: right;
    background: #999;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    /* vertical-align: -webkit-baseline-middle; */
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

/*------------------------Vertical Tab--------------------------------*/
ul.nav.nav-tabs.left-tabs li {
    width: 100%;
    display: block;
}


.left-tabs.sideways-tabs, .right-tabs.sideways-tabs {
    margin-top: 5rem;
    border: none;
    position: relative;
    margin-bottom: 0
}

.left-tabs.nav-tabs, .right-tabs.nav-tabs, .left-tabs.sideways-tabs, .right-tabs.sideways-tabs {
    height: 100%;
    flex-direction: column
}

.left-tabs.nav-tabs {
    border-right: 1px solid #dee2e6;
    border-bottom: none
}

.left-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px;
    text-align: left
}

    .left-tabs .nav-link:hover {
        border-right: 1px solid transparent
    }

    .left-tabs .nav-link.active {
        border-top: 1px solid #dedede;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #dedede;
        border-left: 1px solid #eee;
        border-bottom-color: #dedede;
        display: block;
        font-size: 16px;
        color: #000;
    }

li.nav-item.active {
    background: #eee;
    border-left: 5px solid #099;
}

li.nav-item {
    /* border-bottom: 1px solid #000; */
    margin-bottom: 1px;
}

.right-tabs.nav-tabs {
    border-left: 1px solid #dee2e6;
    border-bottom: none
}

.right-tabs .nav-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
    text-align: right
}

    .right-tabs .nav-link:hover {
        border-left: 1px solid transparent
    }

    .right-tabs .nav-link.active {
        border-top: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        border-left: 1px solid transparent
    }

.left-tabs.sideways-tabs {
    border-right: none;
    left: -3.2rem
}

.sideways-tabs.left-tabs .nav-item {
    transform: rotate(-90deg);
    height: 1rem;
    margin-bottom: calc(8rem - 1rem)
}

.sideways-tabs.left-tabs .nav-link {
    width: 8rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom: 1px solid #dee2e6
}

    .sideways-tabs.left-tabs .nav-link:hover {
        border-right: 1px solid #e9ecef
    }

    .sideways-tabs.left-tabs .nav-link.active {
        border-top: 1px solid #dee2e6;
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid transparent;
        border-left: 1px solid #dee2e6
    }

.right-tabs.sideways-tabs {
    border-left: none;
    right: 3.2rem
}

.sideways-tabs.right-tabs .nav-item {
    transform: rotate(90deg);
    height: 1rem;
    margin-bottom: calc(8rem - 1rem)
}

.sideways-tabs.right-tabs .nav-link {
    width: 8rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom: 1px solid #dee2e6
}

a.nav-link {
    font-size: 16px;
}

.tab-content h1 {
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
}

span.address-summary {
    background: transparent;
    color: #333;
    font-weight: 500;
    /* font-size: 14px; */
    display: block;
    margin-left: 40px;
}

.card .bottom-table-padding th {
    border-bottom: 0px !important;
}

.sideways-tabs.right-tabs .nav-link:hover {
    border-left: 1px solid #e9ecef
}

.sideways-tabs.right-tabs .nav-link.active {
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #dee2e6
}

@media (min-width: 26em) and (max-width: 48em) {
    .left-tabs.nav-tabs {
        flex-direction: row;
        border-right: none;
        border-left: none;
        min-width: 100%;
        border-bottom: 1px solid #dee2e6;
        left: auto;
        margin-top: auto
    }

    .left-tabs .nav-link {
        width: 100%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: .25rem;
        margin-right: 0;
        margin-bottom: 1px
    }

        .left-tabs .nav-link.nav-link:hover {
            border-right-color: #dee2e6;
            border-bottom-color: transparent
        }

        .left-tabs .nav-link.active {
            border-top-color: #dee2e6;
            border-right-color: #dee2e6;
            border-bottom-color: transparent;
            border-left-color: #dee2e6
        }

    .sideways-tabs.left-tabs .nav-item, .sideways-tabs.right-tabs .nav-item {
        transform: none;
        height: auto;
        width: auto;
        margin-bottom: 0
    }

    .right-tabs.nav-tabs {
        flex-direction: row;
        border-right: none;
        border-left: none;
        min-width: 100%;
        border-top: 1px solid #dee2e6;
        right: auto;
        margin-top: auto
    }

    .sideways-tabs.right-tabs .nav-link, .right-tabs .nav-link {
        width: 8rem;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-top-right-radius: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-left-radius: 0;
        margin-left: 0;
        margin-top: -1px;
        border-bottom-color: transparent
    }

        .right-tabs .nav-link:hover {
            border-top-color: transparent;
            border-left-color: #dee2e6;
            border-bottom-color: #e9ecef
        }

        .sideways-tabs.right-tabs .nav-link.active, .right-tabs .nav-link.active {
            border-top-color: transparent;
            border-right-color: #dee2e6;
            border-bottom-color: #dee2e6;
            border-left-color: #dee2e6
        }
}

@media (max-width: 26em) {
    .left-tabs.nav-tabs {
        flex-direction: row;
        border-right: none;
        border-left: none;
        min-width: 100%;
        border-bottom: 1px solid #dee2e6;
        left: auto;
        margin-top: auto;
        padding-bottom: .25rem
    }

    .right-tabs.nav-tabs {
        flex-direction: row;
        border-right: none;
        border-left: none;
        min-width: 100%;
        border-top: 1px solid #dee2e6;
        right: auto;
        margin-top: auto;
        padding-top: .25rem
    }

    .sideways-tabs.left-tabs .nav-item, .sideways-tabs.right-tabs .nav-item {
        transform: none;
        height: auto;
        width: auto;
        margin-bottom: 0
    }

    .sideways-tabs.left-tabs .nav-link, .sideways-tabs.right-tabs .nav-link, .nav-tabs .nav-link {
        width: 8rem;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: .25rem;
        margin: .25rem;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent
    }

        .sideways-tabs.nav-tabs .nav-link:hover, .nav-tabs .nav-link:hover {
            border: 1px solid #e9ecef;
            border-top-color: #e9ecef;
            border-right-color: #e9ecef;
            border-bottom-color: #e9ecef;
            border-left-color: #e9ecef
        }

    .sideways-tabs.nav-tabs .nav-link.active, .left-tabs .nav-link.active, .right-tabs .nav-link.active {
        border-top-color: #dee2e6;
        border-right-color: #dee2e6;
        border-bottom-color: #dee2e6;
        border-left-color: #dee2e6
    }
}

.tab-content {
    padding: 1rem
}

a.delivery-edit-btn {
    position: absolute;
    right: 30px;
    margin-top: 0px;
    color: #f00;
    border: 1px solid #f00;
    padding: 1px 6px;
}

a.change-btn {
    position: absolute;
    right: 30px;
    margin-top: 0px;
    color: #f00;
    border: 1px solid #f00;
    padding: 1px 6px;
}

.paymentSubOption-base-rowContainer {
    border-bottom: 0px solid #f4f4f5;
    padding: 10px 0;
}

.upiComponents-base-paymentSubOption {
    height: 34px;
    margin: 4px 0px;
    border-bottom: 1px dashed #dedede;
    padding: 10px 0px 30px;
}

    .upiComponents-base-paymentSubOption:last-child {
        border-bottom: 1px dashed #dedede;
    }

.paymentSubOption-base-row {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.paymentSubOption-base-radioIcon {
    margin-right: 7px;
}

.paymentSubOption-base-image {
    margin-right: 7px;
}

.paymentSubOption-base-radioIcon {
    vertical-align: initial;
    margin-top: 0px !important;
}

.sprite-upi-phonepe {
    background-position: -1422px -63px
}

.sprite-upi-googelpay {
    background-position: -1474px -63px;
}

.sprite-upi-otherupi {
    background-position: -1630px -63px;
}

.sprite-upi-paytm {
    background-position: -1474px -11px;
}

.sprite-upi-payzapp {
    background-position: -1526px -11px;
}

.sprite-upi-mobikwik {
    background-position: -1578px -11px;
}

.sprite-upi-airtelmoney {
    background-position: -1630px -11px;
}

.sprite-upi-paypal {
    background-position: -1422px -11px;
}

.sprite-upi-freecharge {
    background-position: -1682px -11px;
}

.sprite-upi-olamoneypostpaidwallet {
    background-position: -1682px -116px;
}

.sprite-upi-axis {
    background-position: -1526px -167px;
}

.sprite-upi-hdfc {
    background-position: -1422px -167px;
}

.sprite-upi-icici {
    background-position: -1474px -167px;
}

.sprite-upi-kotak {
    background-position: -1631px -167px;
}

.sprite-upi-sbi {
    background-position: -1578px -167px;
}

.sprite-wallet-creditcardemi {
    width: 44px;
    height: 42px;
    background-position: -1267px -166px;
}

.sprite-wallet-zestmoney {
    width: 44px;
    height: 42px;
    background-position: -1307px -166px;
}

.sprite-wallet-instacred {
    width: 44px;
    height: 42px;
    background-position: -1346px -166px;
}

.sprite-wallet-flexipaybyhdfcbank {
    width: 44px;
    height: 42px;
    background-position: -1892px -166px;
}

[class^=sprite-wallet-] {
    background-image: url(../img/icons/paymentSprite-V2-11-06-2020.png);
    overflow: hidden;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 1987px 210px;
}

[class^=sprite-upi-] {
    background-image: url(../img/icons/paymentSprite-V2-11-06-2020.png);
    overflow: hidden;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 1987px 210px;
    width: 42px;
    height: 42px;
    border: 1px solid #e9e9eb;
    border-radius: 50%;
    margin-left: 10px;
}


select.other-banks {
    width: 100%;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 20px;
}

.payNowForm-base-actionButton {
    text-align: center;
    background: #329899;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 48px;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    margin-top: 30px;
    width: 100%;
    display: block;
}

li.nav-item.active a {
    color: #329899;
}


.inputV2-base-input {
    width: 100%;
    font-size: 14px;
    padding: 12px;
    border: 1px solid #d4d5d9;
    background-color: transparent;
    font-weight: 300;
    border-radius: 4px;
    line-height: 14px;
    margin-bottom: 10px;
}

p.para-justify {
    text-align: justify !important;
}


/*search box suggestion*/
@media only screen and (min-width:768px) {
    .completionList {
        border: 1px solid #dddddd;
        max-height: 40vh;
        margin: 0px;
        padding: 5px;
        overflow: auto;
        background-color: #ffffff;
        position: fixed !important;
        z-index: 999999;
        cursor: pointer;
    }

    .listStickyHeader {
        top: 160px !important;
    }

    .listHeader {
        top: 45px !important;
    }

    .listItem {
        padding: 5px;
        color: #000000;
        z-index: 999999;
    }

    .itemHighlighted {
        color: #000000;
        padding: 5px;
        background-color: #eeeeee;
        z-index: 999999;
    }
}


@media only screen and (max-width:767px) {
    .completionList {
        border: 1px solid #dddddd;
        max-height: 40vh;
        margin: 0px;
        padding: 5px;
        overflow: auto;
        background-color: #ffffff;
        position: fixed !important;
        z-index: 1;
        cursor: pointer;
    }

    .listStickyHeader {
        top: 135px !important;
    }

    .listHeader {
        top: 135px !important;
    }

    .listItem {
        padding: 5px;
        color: #000000;
        z-index: 999999;
    }

    .itemHighlighted {
        color: #000000;
        padding: 5px;
        background-color: #eeeeee;
        z-index: 999999;
    }
}


.btnWidth {
    width: 130px;
    margin: 0 5px;
}

.btn-margin {
    margin: 0 5px;
}

.btn-trackid {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

    .btn-trackid:hover {
        color: #fff;
        background-color: #009999;
        border-color: #46b8da;
    }

.btn-track {
    color: #fff;
    background-color: #009999;
    border-color: #269abc;
}

    .btn-track:hover {
        color: #fff;
        background-color: #3c9696;
        border-color: #46b8da;
    }

.price-bg {
    background: #eee;
    padding: 20px;
}

.card.placeordersection {
    box-shadow: 0 !important
}

@media only screen and (max-width:767px) {


    .placeorder-btn {
        margin: 0 0 30px 0px !important;
        width: 100% !important;
        float: right;
        background: #329899 !important;
        text-transform: uppercase;
        letter-spacing: .5px;
    }

    div#collapseFive table {
        display: table;
    }


    li.nav-item.active {
        background: #eee;
        border-top: 5px solid #099;
        border-left: 0;
    }

    .estimateddata {
        margin-bottom: 20px;
    }

    .sideways-tabs.left-tabs .nav-link, .sideways-tabs.right-tabs .nav-link, .nav-tabs .nav-link {
        width: 99%;
    }

    .price-bg {
        background: #eee;
        padding: 20px;
        padding-bottom: 75px;
    }

    a.delivery-edit-btn {
        position: absolute;
        right: 10px;
        bottom: 1px;
        margin-top: 0px;
        color: #f00;
        border: 1px solid #f00;
        padding: 1px 6px;
    }

    a.change-btn {
        position: absolute;
        right: 10px;
        bottom: 1px;
        margin-top: 0px;
        color: #f00;
        border: 1px solid #f00;
        padding: 1px 6px;
    }

    .card-header {
        position: relative;
    }

        .card-header h3:not(.collapsed) {
            display: inline-flex;
            max-width: 80%;
            font-size: 16px;
        }

    .air-mode-label {
        height: auto !important;
    }
}

.greenbg {
    background: #dcf3f3
}

.graybg {
    background: #eee;
}

.collapsed span.address-summary {
    margin-left: 40px;
}


.card-header a.card-link:not(.collapsed) {
    background: #dcf3f3;
    margin: -20px;
    padding: 20px;
    width: 150%;
}


.offer-text-1 {
    text-align: left;
    color: #000;
    font-size: 13px;
}

.easy-return-1 {
    color: #000;
    font-size: 13px;
    list-style-type: circle;
    margin-left: 20px;
}

ul.easy-return-1 li {
    margin-bottom: 5px;
}

.air-mode-label {
    margin-left: 0px;
    display: flex;
    height: 0px;
}

.main-3 .col-md-3 {
    display: none;
}

.air-mode-label input {
    margin-right: 2px !important;
}





/*added today*/
@media only screen and (min-width:768px) {
    .pricesize {
        font-size: 18px;
    }

    .qtywidth input {
        display: inline-block !important;
        height: 20px;
        padding: 13px;
        margin-top: 6px;
        width: 10%;
    }

    .viewcrt .qtywidth input {
        display: inline-block !important;
        height: 20px;
        padding: 13px 0px;
        margin-top: 6px;
        width: 10%;
        text-align: center;
    }

    .shopping-cart-table.carttable {
        border: 1px solid #b9acac;
        margin-bottom: 10px;
    }

        .shopping-cart-table.carttable td {
            /*padding: 20px 0;*/
        }

            .shopping-cart-table.carttable td.thumb {
                width: 20%;
            }

        .shopping-cart-table.carttable > tbody > tr > .thumb > img {
            width: 100px;
            max-width: none;
            padding-left: 20px;
        }

        .shopping-cart-table.carttable.pricetable, .shopping-cart-table.carttable.pricetable td, .shopping-cart-table.carttable.pricetable tr, .shopping-cart-table.carttable.pricetable th {
            border: 0 !important;
        }


    .removebtn {
        font-size: 18px;
        text-align: center;
    }

    .borderright {
        border-right: 1px solid #dddddd;
    }

    .placebtn {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .shopping-cart-table.carttable .details a {
        font-size: 18px;
        font-weight: 700;
    }

    .shopping-cart-table.carttable .total {
        font-size: 18px;
        text-align: right;
    }

    .shopping-cart-table.carttable .details.table-paddingtop {
        border-right: 1px solid #b9acac !important;
        padding: 0 10px;
    }

    .hr {
        margin: 0 auto !important;
        width: 98.5%;
    }

    .hr-1 {
        margin: 0 auto !important;
        width: 100%;
    }

    .colorcart {
        margin-left: 20px;
    }



    .order-tracking {
        text-align: center;
        position: relative;
    }

    .track-div_1 .order-tracking {
        text-align: left;
        position: relative;
    }

    .order-tracking .is-complete {
        display: block;
        position: relative;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        border: 0px solid #AFAFAF;
        background-color: #dddddd;
        margin: 0 auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        z-index: 2;
    }

    .order-tracking.completed .is-complete {
        border-color: #329899;
        border-width: 0px;
        background-color: #329899;
    }

    .order-tracking p {
        color: #A4A4A4;
        font-size: 14px;
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 15px;
    }

        .order-tracking p span {
            font-size: 12px;
            color: #333;
        }

    .order-tracking.completed p {
        color: #000;
    }

    .order-tracking::before {
        content: '';
        display: block;
        height: 3px;
        width: calc(100% - 10px);
        background-color: #dddddd;
        top: 13px;
        position: absolute;
        left: calc(-50% + 0px);
        z-index: 0;
    }

    .track-div_1 .order-tracking::before {
        display: none;
    }

    .order-tracking:first-child:before {
        display: none;
    }

    .order-tracking.completed:before {
        background-color: #27aa80;
    }

    .trackordertable {
        table-layout: fixed;
    }

    .mrgnbtn {
        margin: 0 0px 0 10px;
    }

    .profiledata tr td {
        padding: 10px 10px !important;
        text-decoration: none;
        font-size: 16px;
        overflow: hidden;
        border-top: 0 !important;
        border-bottom: 1px solid #dddddd;
    }

    .profileview {
        padding: 42px 150px;
        border: 10px solid #d4d4d9;
    }

    .profiledata {
        table-layout: fixed;
    }

    .trkordprgrbar {
        /*padding: 0px 0px 20px 0;*/
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:767px) {
    .center .table-responsive {
        border: 0 !important;
        margin-bottom: 0px;
    }

    .overv-div {
        display: none !important;
        -webkit-appearance: none;
        -webkit-display: none !important;
    }

    .track-div_1 .order-tracking::before {
        display: none;
    }

    .track-div_1 .order-tracking {
        text-align: left;
        position: relative;
    }

    .trackordertable shopping-cart-table table my-orders ordertable {
        display: table;
    }

    table.trackordertable.shopping-cart-table.table.my-orders.ordertable td {
        padding: 0 20px 0 0;
    }

    .total-mrp_1 {
        display: inline-table !important;
        width: 90%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .trktable #left-button {
        text-align: center;
        position: absolute;
        top: 40px;
    }


    .trktable #right-button {
        text-align: center;
        position: absolute;
        top: 40px;
    }

    .center {
        overflow: hidden;
        white-space: nowrap;
    }


    .lb, .rb {
        text-align: center;
    }

    .mrgnbtn {
        margin-bottom: 20px;
    }

    table.shopping-cart-table.table.carttable {
        table-layout: fixed;
        display: block;
        white-space: inherit;
        overflow: hidden;
    }

    table.shopping-cart-table.table.my-orders.ordertable {
        table-layout: fixed;
        display: block;
        white-space: inherit;
        overflow: hidden;
    }

    .trackordertable.shopping-cart-table.table.my-orders.ordertable {
        overflow: hidden !important;
        display: table !important;
        width: 340px !important;
        border-top: 0px solid #b9acac !important;
    }
    /*table.shopping-cart-table.table.carttable td.details, table.shopping-cart-table.table.carttable td.price {
            padding: 0 10px;
        }*/
    .pricesize {
        font-size: 18px;
    }

    .qtywidth input {
        display: inline-block !important;
        height: 20px;
        padding: 13px;
        margin-top: 6px;
        width: 40%;
    }

    .hr-1 {
        margin: 0 auto !important;
        width: 100%;
    }

    .viewcrt .qtywidth input {
        display: inline-block !important;
        height: 20px;
        padding: 7px 0px 5px;
        margin-top: 6px;
        width: 20%;
        text-align: center;
    }

    .detailspage {
        padding: 0px !important;
        margin-top: -22px;
        /* text-align: right; */
    }

    .detailspage-1 {
        float: right;
        text-align: right;
        margin-top: -22px;
    }

    .viewcrt .font-weak {
        font-weight: 400;
        margin-left: 10px;
    }

    .viewcrt .shopping-cart-table.carttable .details a {
        font-size: 14px;
        font-weight: 700;
        line-height: 10px;
    }

    .viewcrt .shopping-cart-table.carttable > tbody > tr > .thumb > img {
        width: 100px;
    }

    .viewcrt .shopping-cart-table.carttable .total {
        font-size: 18px;
        display: flex;
    }

    .viewcrt .sizecart {
        font-size: 11px;
        margin: 0px;
        display: contents;
    }

    .viewcrt span.colorcart {
        font-size: 11px;
        margin-left: 6px;
    }

    .viewcrt .proqnty {
        font-size: 11px;
    }

    .shopping-cart-table.carttable {
        border: 1px solid #b9acac;
        margin-bottom: 10px;
    }

        .shopping-cart-table.carttable td {
            /*padding: 20px 0;*/
        }

            .shopping-cart-table.carttable td.thumb {
                width: auto;
            }

        .shopping-cart-table.carttable > tbody > tr > .thumb > img {
            width: 70px;
            max-width: none;
            padding-left: 5px;
        }

        .shopping-cart-table.carttable.pricetable, .shopping-cart-table.carttable.pricetable td, .shopping-cart-table.carttable.pricetable tr, .shopping-cart-table.carttable.pricetable th {
            border: 0 !important;
        }


    .removebtn {
        font-size: 16px;
        text-align: center;
    }

    .borderright {
        border-right: 1px solid #dddddd;
    }

    .placebtn {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
    }

    .shopping-cart-table.carttable .details a {
        font-size: 16px;
        font-weight: 700;
    }

    .shopping-cart-table.carttable .total {
        font-size: 18px;
    }

    .hr {
        margin: 0 !important;
    }

    .sizecart {
        display: block;
        margin: 10px 0;
    }

    table.shopping-cart-table.mob-table {
        display: table;
        overflow: hidden;
    }

    table.shopping-cart-table.table.carttable.pricetable.mob-place {
        display: table;
    }



    .order-tracking {
        text-align: center;
        position: relative;
    }

        .order-tracking .is-complete {
            display: block;
            position: relative;
            border-radius: 50%;
            height: 15px;
            width: 15px;
            border: 0px solid #AFAFAF;
            background-color: #dddddd;
            margin: 0 auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
            z-index: 2;
        }

        .order-tracking.completed .is-complete {
            border-color: #329899;
            border-width: 0px;
            background-color: #329899;
        }

        .order-tracking p {
            color: #A4A4A4;
            font-size: 12px;
            margin-top: 8px;
            margin-bottom: 0;
            line-height: 15px;
            white-space: normal !important;
        }

            .order-tracking p span {
                font-size: 11px;
                font-weight: normal;
            }

        .order-tracking.completed p {
            color: #000;
            white-space: normal !important;
            font-weight: 700;
        }

        .order-tracking::before {
            content: '';
            display: block;
            height: 3px;
            width: calc(100% - -5px);
            background-color: #dddddd;
            top: 7px;
            position: absolute;
            left: calc(-50% + -10px);
            z-index: 0;
        }

        .order-tracking:first-child:before {
            display: none;
        }

        .order-tracking.completed:before {
            background-color: #329899;
        }

    .trackordertable {
        table-layout: fixed;
        white-space: normal !important;
        /* width:1400px; */
    }

    table.shopping-cart-table.table.my-orders.ordertable.starbg {
        background: #eeeeee;
    }


    .profiledata tr td {
        width: 130px;
        padding: 10px 5px !important;
        text-decoration: none;
        font-size: 16px;
        overflow: hidden;
        border-top: 0 !important;
        border-bottom: 1px solid #dddddd;
    }

    .profileview {
        padding: 20px;
        border: 10px solid #d4d4d9;
    }

    .profiledata {
        table-layout: fixed;
        display: block;
        white-space: inherit;
        overflow: hidden;
    }

    .trkordprgrbar {
        padding: 15px 0px 15px 0;
    }

    .myordernew-container {
        width: 100% !important;
    }

    .prname a {
        font-size: 14px !important;
    }
}

.unactive {
    color: #4A4E5A;
    font-size: 16px;
}


/*myorderpage*/


.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.closebg {
    background: #dddddd;
    padding: 10px 12px;
    font-size: 20px;
    border-radius: 50%;
}

.tickbg {
    background: #9acd32;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
}

.cancelicon {
    padding: 0 0px 0 16px;
    text-align: center;
}

.orderbordertable {
    border: 5px solid #dddddd !important;
}

    .orderbordertable table {
        margin-bottom: 0px !important;
    }

.orderbordertable {
    margin-bottom: 30px !important;
}

.my-orders.ordertable {
    border: 0 !important;
}

table.trackordertable.shopping-cart-table.table.my-orders.ordertable {
    background: #eeeeee;
    padding: 10px 0;
    border-top: 1px solid #b9acac !important;
}

.tfootbg td, tfoot bg, .tfootbg {
    border: 0 !important;
}

table.shopping-cart-table.table.my-orders.ordertable td {
    padding: 5px 15px 0 15px;
}

.other_items_div table.shopping-cart-table.table.my-orders.ordertable td.thumb a {
    width: 11.5%;
    text-align: right;
}


.shopping-cart-table.table.carttable.dlvrtable td {
    padding: 5px 15px !important;
}

.mrgnwdt {
    width: 40%;
    text-transform: uppercase;
    display: inline-block;
}


.chkclr {
    color: #9acd32;
}




.red {
    color: red;
}


.hrtop {
    border: 0 !important;
    padding: 0 15px !important;
    margin: 0 !important;
}

.tfootbg td {
    background-color: #eeeeee !important;
}


.bordernone {
    border: 0 !important;
}





.headtitle {
    font-size: 16px;
    color: #4A4E5A;
    text-transform: uppercase;
}

.mrgnleft {
    margin-left: 20px;
}


.statusbtn {
    font-weight: 600;
    font-size: 14px;
}

.dlvrhd {
    font-weight: 600;
    font-size: 14px;
}

.boldbtn {
    font-weight: 600;
    font-size: 14px;
}

.caretbtn {
    cursor: pointer !important;
    font-size: 20px;
}

.arrowdiv {
    width: 50px;
}

.hiddenRow {
    padding: 0px 15px !important;
}

.dynamictable {
    padding: 0px 15px 15px 15px !important;
}

.prname a {
    font-size: 16px;
    font-weight: 700;
}


.review-rating i {
    color: #FFB656;
}


@media only screen and (max-width:350px) {

    .order-tracking {
        text-align: center;
        position: relative;
    }

        .order-tracking .is-complete {
            display: block;
            position: relative;
            border-radius: 50%;
            height: 15px;
            width: 15px;
            border: 0px solid #AFAFAF;
            background-color: #dddddd;
            margin: 0 auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
            z-index: 2;
        }

        .order-tracking.completed .is-complete {
            border-color: #329899;
            border-width: 0px;
            background-color: #329899;
        }

        .order-tracking p {
            color: #A4A4A4;
            font-size: 12px;
            margin-top: 8px;
            margin-bottom: 0;
            line-height: 15px;
            white-space: normal !important;
        }

            .order-tracking p span {
                font-size: 11px;
                font-weight: normal;
            }

        .order-tracking.completed p {
            color: #000;
            white-space: normal !important;
            font-weight: 700;
        }

        .order-tracking::before {
            content: '';
            display: block;
            height: 3px;
            width: calc(100% - -5px);
            background-color: #dddddd;
            top: 7px;
            position: absolute;
            left: calc(-50% + -10px);
            z-index: 0;
        }

        .order-tracking:first-child:before {
            display: none;
        }

        .order-tracking.completed:before {
            background-color: #329899;
        }

    .trackordertable {
        table-layout: fixed;
        white-space: normal !important;
        /* width:1400px; */
    }

    table.shopping-cart-table.table.my-orders.ordertable.starbg {
        background: #eeeeee;
    }
}

table.shopping-cart-table.table.my-orders.ordertable.starbg {
    background: #eee;
    display: block;
    margin-bottom: 5px !important;
}

.starbg .tfootbg {
    width: 100%;
    display: inline-table;
}

.starbg div.product-rating {
    display: inline-flex;
}

.edit-reviewbtn {
    background-color: #399a99;
    border: 0px;
    padding: 2px 6px;
    margin-left: 10px;
    font-size: 11px;
}

.edit-review-text {
    text-align: center;
    margin-bottom: unset;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    border-bottom: 0px dashed #847c7c;
}

.edit-review-cancel {
    border-bottom: 0px dashed #847c7c;
    z-index: 99999;
}

.edit-review-border {
    border-bottom: 1px dashed #847c7c;
    margin-bottom: 15px;
    line-height: 1px;
}

/*.edit-review-container .col-md-2, .edit-review-container .col-md-1, .edit-review-container .col-md-11, .edit-review-container .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}*/

.des li {
    font-size: 14px;
    color: #4A4E5A;
    font-weight: 400;
    margin-bottom: 0;
}


table.shopping-cart-table.table.carttable.dlvrinnertable, table.shopping-cart-table.table.carttable.dlvrinnertable td, table.shopping-cart-table.table.carttable.dlvrinnertable tr {
    border: 0 !important;
    padding: 0 15px;
}

img.items-icon {
    width: 40px;
    height: 40px;
}

.txtRed {
    color: #ff3333;
}

.txtGreen {
    color: #329899;
}

.txtBlue {
    color: #5bc0de;
}

.txtOrange {
    color: #FFA500;
}

.txtYellow {
    color: #f7c305;
}

table.shopping-cart-table.table.my-orders.ordertable td.thumb img {
    width: 70px;
    height: 70px;
}

.myordernew-container {
    width: 70%;
}

.trktable {
    background: #eeeeee;
}

span#ContentPlaceHolder1_custName, span#ContentPlaceHolder1_countryCode1, span#ContentPlaceHolder1_phoneNo1 {
    font-weight: 700;
    color: #399a99;
}

#cancelReqTd.order-tracking.completed .is-complete {
    background-color: #f00;
}

.track-div_1 {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.detailspage {
    background-color: transparent;
    padding: 0px 10px 10px 50px;
    float: right;
    /* text-align: right; */
}

.other_items_div {
    margin-bottom: 20px;
}

.overv-div {
    display: block;
}

.viewOrder_div table.shopping-cart-table.table.my-orders.ordertable {
    display: table;
}
/*** Home Page New Design CSS ***/
.home_product_category {
    background-color: transparent;
    padding: 0px;
    box-shadow: 0px 0px 0px #ccc;
    border: 0px solid #d8d5d5;
    text-align: center;
}
.home_product_category:hover {
    background-color: transparent;
    padding: 0px;
}
.product_details {
    text-align: left;
    margin-top: 10px;
}
span.product-name-dark {
    color: #333;
    font-size: 2.0rem;
    letter-spacing: 0.5px;
    font-family: inherit;
}
span.product-name-light {
    color: #fff;
    font-size: 2.0rem;
    letter-spacing: 0.5px;
    font-family: inherit;
}
.explore-div {
    background-color: transparent;
    text-align: left;
    padding: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.4rem;
margin-bottom:0px;
}
.explore-div .a-dark{
color:#333;
}
.home-new-div .section-title .title{
font-weight: 500;
font-size: 25px;
color: #000;
margin: 0px 0px 8px;
}
.home-new-div .section-title {
    position: relative;
    border-bottom: 1px solid #ffffff;
}
@media(min-width:1399px){
.countdown-div h1{
font-size: 33.4px !important;
}
}
@media (max-width:768px) and (min-width:361px) {
.explore-div{
margin-bottom:10px;
}
.home-new-div .col-md-3 {
width: 50%;
float: left;
}
.countdown-div h1{
font-size: 23px !important;    
float: none !important;
text-align: center !important;
margin-top: 0px !important;
}
#clockdiv > div{
   padding: 5px 5px !important;
}
.countdown-div{
width: 94% !important;
}
span.discount-div{
font-size: 1.6rem !important;
font-family: sans-serif  !important;
}
.smalltext {
font-size: 14px  !important;
}
#clockdiv div > span{
padding: 5px 12px !important;
}
.slick-slide img{
margin: 0 auto;
}
.home-new-div .section-title .title {
font-size: 19px !important;
font-weight:600 !important;
}
.home-new-div .custom-dots .slick-dots {
margin: 20px 0px 0px !important;
}
}
@media (max-width:360px){
.countdown-div h1{
font-size: 19px !important;    
float: none !important;
text-align: center !important;
margin-top: 0px !important;
}
#clockdiv{
font-size:20px !important;
}
#clockdiv div > span{
padding: 5px 8px !important;
}
#clockdiv > div{
   padding: 5px 5px !important;
}
.smalltext {
font-size: 14px  !important;
}
}
/***Home Page Countdown Css***/
#clockdiv{
font-family: sans-serif;
color: #fff;
display: inline-block;
font-weight: 100;
text-align: center;
font-size: 25px;
}
#clockdiv > div{
padding: 5px 10px;
border-radius: 3px;
background: #329899;
display: inline-block;
}
#clockdiv div > span{
padding: 5px 15px;
border-radius: 3px;
background: #196161;
display: inline-block;
}
.smalltext{
padding-top: 5px;
font-size: 16px;
}
.countdown-div{
background-color: #940723;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px;
    width: 98%;
}
.countdown-div h1{
font-size: 28px;
    float: left;
    text-align: left;
    font-weight: 400;
    color: #fff;
line-height: inherit;
}
.countdown-div a.home-shop-now {
    background-color: #fc0;
    color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 1.8rem;
    float: left;
    width: 100%;
    text-align: center;
}
.countdown-div a.home-shop-now:hover {
    background-color: #329899;
    color: #fff;
}
.home-shop-now-div {
    margin-top: 20px;
}
.home-new-div .custom-dots .slick-dots {
    margin: 10px 0px 0px;
}
.blink_home_new {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.main-home-container [class*="banner"] span.arrowcolor {
    content: '';
    position: absolute;
    left: 1%;
    right: unset;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}
.search-by-brand-container-banner span.arrowcolor {
    border-top: 30px solid #f39160;
}
.discount-by-percent-container-banner:after{
border-top: 30px solid #0d7aa5;
}
.deal-day-container-banner:after{
border-top: 30px solid #1f834f;
}
.deal-week-container-banner:after{
border-top: 30px solid #1a1a1a;
}
.category-wise-container-banner:after{
border-top: 30px solid #d05c7f;
}
.price-wise-container-banner:after{
border-top: 30px solid #6fe0e0;
}
.size-wise-container-banner:after{
border-top: 30px solid #f15a2b;
}
.trending-container-banner:after{
border-top: 30px solid #00cccc;
}
.buy-1-get-1-container-banner:after{
border-top: 30px solid #ff6666;
}
.buy-1-get-2-container-banner:after{
border-top: 30px solid #cc9900;
}
.buy-get-container-banner:after{
border-top: 30px solid #ee4558;
}
.main-home-container .slick-slide img {
    width: 100%;
}
.main-home-container .slick-list{
   margin-right: -22%;
}
.h1-dark {
    color: #000;
    margin: 0px;
    font-weight: 600;
}
.h2-dark {
    color: #000;
    font-weight: 400;
    margin: 10px 0px 20px;
}
.h1-light{
color: #fff;
    margin: 0px;
    font-weight: 600;
}
.h2-light{
color: #fff;
    font-weight: 400;
    margin: 10px 0px 20px;
}
.know-more-buttons-dark {
    color: #000;
    font-size: 18px;
}
.know-more-buttons-light {
    color: #fff;
    font-size: 18px;
}
.main-home-container .slick-next {
    right: 46px;
}
.main-home-container .slick-prev, .main-home-container .slick-next, .main-home-container .slick-prev:hover, .main-home-container .slick-next:hover{
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 1;
}
.main-home-container .slick-prev:before, .main-home-container .slick-next:before {
    color: #000;
}
.a-light{color:#fff;}
.a-dark{color:#000;}
.search-by-brand-container-product .slick-next,.search-by-brand-container-product .slick-prev {
    top: 40%;
}
.main-home-container{
overflow-x:hidden;
}

ul.multiplestorelist li {
    width: 100%;
    float: left;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 20px 5px 15px;
    margin-bottom: 0px;
    line-height: 1;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

ul.multiplestorelist li:last-child {
   border-bottom: 0px solid #eee; 
}

ul .storeratelist li {
    width: 100%;
    border-right: 0px;
    padding: 0px 0px;
    margin-bottom: 0px;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1;
    color: #7a7a7a;
    font-weight: 500;
    position: relative;
    background: transparent;
    border-bottom: 0px solid #eee;
}

ul.storeratelist li.notinstock{
    margin-left: 46px;
}

ul.storeratelist li.notinstock:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #f00;
    border-radius: 100%;
    top: 2px;
    left: -16px;
}

ul.storeratelist {
    min-height: 1px;
}

li.arrivalrs, li.offerrs, li.nrmrs {
    padding: 3px 0px !important;
    /*margin: 8px 0px !important;*/
    color: #333 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    margin-left: 20px;
}

li.nrmrs {
    padding-bottom: 0px !important;
}

li .arrivalrs, li.offerrs {
    border-bottom: 1px dashed #ccc;
}

li.arrivalrs input[type=radio], li.offerrs input[type=radio], li.nrmrs input[type=radio] {
    zoom: 1.3;
    margin-top: 0;
    margin-left: 2px;
}

li.arrivalrs span, li.offerrs span, li.nrmrs span {
    color: #099;
    font-weight: 500;
}

ul.multiplestorelist {
    background: #ddd;
    width: 100%;
    display: block;
    margin-top: 0px;
}

ul.multiplestorelist li:last-child {
    border-right: 0;
}

span.storetitle {
    line-height: 1.4;
    background-color: #099;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    font-size: 21px;
    margin-top: 10px;
    display: block;
    width: auto;
    padding: 5px 5px 5px 24px;
    font-weight: 500;
}

span.storetitle:before {
    content: '';
    position: absolute;
    left: 10px;
    right: unset;
    margin: 0 auto;
    width: 0;
    height: 0;
    top: 35px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #099;
}

.selectstore img {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 45%;
}

.multiplestorelist button[disabled], html .multiplestorelist input[disabled] {
    width: auto;
    height: auto;
    float: left;
    margin-right: 5px;
}

.multiplestorelist input[type=checkbox], .multiplestorelist input[type=radio] {
    zoom: 1.7;
    vertical-align: top;
    margin-top: -2px;
    accent-color: #0e999e;
}

h4.store-name {
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
    display: inline-flex;
    width: 100%;
    position: relative;
}

h4.store-name a {
    font-size: 15px;
    margin-top: 0;
    display: block;
    width: 100%;
    color: #fff;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
    background-color: #099;
    padding: 3px 10px;
    position: relative;
    margin-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

h4.store-name:before {
    content: '';
    position: absolute;
    left: 10px;
    right: unset;
    margin: 0 auto;
    width: 0;
    height: 0;
    top: 27px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #099;
}

.viewcrt h4.store-name, .checkmstore h4.store-name, .checkot h4.store-name {
    line-height: 1.4;
    background-color: #099;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.viewcrt h4.store-name i, .checkmstore h4.store-name i, .checkot h4.store-name i {
    font-size: 25px;
    padding-right: 5px;
    color: #eee;
}

.viewcrt h4.store-name a,.checkmstore h4.store-name a, .checkot h4.store-name a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.viewcrt h4.store-name:before, .checkmstore h4.store-name:before, .checkot h4.store-name:before {
    content: '';
    position: absolute;
    left: 10px;
    right: unset;
    margin: 0 auto;
    width: 0;
    height: 0;
    top: 35px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #099;
}

.checkot h4.store-name {
    margin-bottom: 15px;
    margin-top: 25px;
    padding: 3px 10px;
}

.checkot h4.store-name i {
    font-size: 20px;
    padding-right: 1px;
    margin-top: 3px;
}

.checkot h4.store-name a {
    font-size: 15px;
}

.checkot h4.store-name:before{
    top: 32px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #099;
}

.deliveryby {
    color: #30323A;
    font-size: 15px;
    font-weight: 600;
}
/*.multiplestorelist input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #333;
}

.multiplestorelist .span.aspNetDisabled input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ccc;
}

.multiplestorelist input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}*/
@media only screen and (max-width: 767px) {
    .main-home-container .slick-next {
right: 10px !important;
}
  
.main-home-container .slick-next, .main-home-container .slick-prev{
display:none !important;
}

.h2-dark,.h2-light{
margin: 2px 0px 10px !important;
}

.h1-dark,.h1-light{
font-size: 31px;
}

.h2-dark,.h2-light{
font-size: 25px;
}

.main-home-container [class*="banner"] img {
margin-top: 20px;
}

.main-home-container [class*="product"] .home-new-div {
margin-bottom: 6px !important;
}

.know-more-buttons-dark{
color: #333 !important;
background: rgba(255, 255, 255,0.5);
padding: 1px 10px;
font-size: 16px !important;
border-radius: 5px;
}
.know-more-buttons-light{
color: #eee !important;
background: rgba(0,0,0,.5);
padding: 1px 10px;
font-size: 16px !important;
border-radius: 5px;
}
span.product-name-dark, span.product-name-dark{
font-size:1.8rem !important;
}
.checkot h4.store-name {
    margin-bottom: 0px;
}
}


@media only screen and (min-width:1399px) {
    .product.product-single .product-btns {
        margin-top: 40px;
    }
}
@media only screen and (min-width:768px){
    .breadcrumb > .active {
        max-width: 500px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
    }
    .product.product-single .product-name a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 32px;
    }
    .product.product-widget .product-name a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 30px;
    }
}

@media only screen and (max-width:767px) {
    .check-av {
        line-height: 16px !important;
    }
        .breadcrumb > .active {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
    }
    .product.product-single .product-name a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 30px;
    }

    .product.product-widget .product-name a {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        height: 30px;
    }
    .product.product-single .product-btns {
        margin-top: 30px;
    }
    .home-new-div .product.product-single .product-btns {
        margin-top: 50px;
    }
}
@media only screen and (min-width:768px) and (max-width:1700px){
    .product-name{
        font-size: 24px;
    }
}