﻿@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}
.npad {
    padding: 0;
}
.img-responsive {
    display: inline-block;
}
.body-main {
    background-color: #2b629a;
    font-family: 'Roboto', sans-serif;
    background-image: url('../images/bg-solid.jpg');
    background-size: cover;
}
.header-main {
    background-color: #fff;
    /*padding: 10px;*/
    padding: 0;
}
.logo-reseller img {}
.logo-powered {
    text-align: right;
}
.logo-powered img {
    max-width: 250px;
    max-height: 91px;
}
.navbar-collapse {
    padding: 0px;
    border: none;
    border-radius: 0px;
    /*
    -moz-box-shadow: inset 0 0 2px #bbbbbb;
    -webkit-box-shadow: inset 0 0 2px #bbbbbb;
    box-shadow: inset 0 0 2px #bbbbbb;
*/
}
.navbar-default {
    background-color: #444d58;
    border: medium none;
    border-radius: 0;
}
.navbar-nav {
    margin: 0;
    background-color: transparent;
}
.navbar {
    margin: 0;
    min-height: 20px;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    padding: 18px 20px;
    color: #ffffff;
    line-height: 20px;
    font-size: 14px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #ff6600;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #ff6600;
    color: #fff;
}
.navbar-default .navbar-right > li > a {
    color: #fff;
    line-height: 24px;
    padding: 12px 15px;
}
.navbar-default .navbar-right > li > a i {
    font-size: 24px;
    float: left;
    margin-right: 5px;
    display: inline-block;
}

.banner-block-main img {
    margin: 0 auto;
}
.carousel-control {
    width: 10%;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 1;
}
.carousel-control.left {
    background: none !important;
    bottom: auto;
    top: 45%;
    filter: none;
}
.carousel-control.right {
    background: none !important;
    bottom: auto;
    top: 45%;
    filter: none;
}
.main-page-reseller {
    background-color: #fff;
    padding: 25px 15px;
    text-align: center;
}
.main-page-reseller h2 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    color: #666;
}
.main-page-reseller h2 span {
    display: block;
    font-size: 36px;
    line-height: 45px;
    color: #2b629a;
}
.main-page-reseller h3 {
    font-size: 18px;
    color: #666;
}
.btn-store {
    background-color: #2b629a;
    border: 1px solid #2b629a;
    border-radius: 0;
    box-shadow: 2px 3px 4px #2b629a;
    color: #fff;
    border-radius: 0px;
    box-shadow: 0px;
    padding: 10px 40px;
    font-size: 16px;
}
.btn-store:hover,
.btn-store:focus {
    color: #fff;
}
.foot-action-stores {
    padding: 15px 0;
    text-align: center;
}
.foot-action-stores img {
    max-width: 120px;
}
.store-frames-main {
    padding: 15px 0;
}
.single-frame-store {
    background-color: #f2f2f4;
    padding: 15px;
    margin: 15px 0;
    max-height: 450px;
    position: relative;
    min-height: 450px;
    text-align: center;
}
.add_frames .single-frame-store {
    min-height: 0;
    max-height: auto;
}
.ms-options-wrap > .ms-options {
    position: relative;
}
.quick-info {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    text-decoration: none;
}
.quick-info:hover,
.quick-info:focus {
    text-decoration: none;
}
.frame-image-store-main {
    position: relative;
    transition: all 0.5s ease-out 0s;
    min-height: 194px;
}
.frame-desc-store {
    bottom: 0;
    left: 0;
    padding: 10px;
    position: static;
    right: 0;
    top: 0;
    margin: 10px 0px;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.frame-desc-store p {
    font-size: 15px;
    font-weight: 400;
    margin: 0px;
}
.btn-stores-hover h4 {
    margin: 10px 0 20px;
}
.frame-desc-store h4 strong {
    color: #2b629a;
}
.single-frame-store:hover {
    box-shadow: 0px 0px 1px #ddd;
}
.btn-new-store {
    border: 2px solid #2b629a;
    border-radius: 50%;
    color: #2b629a;
    font-size: 20px;
    height: 40px;
    margin: 0 4px;
    padding: 7px 5px;
    line-height: 20px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 40px;
    margin-bottom: 30px;
}
.btn-new-store:hover,
.btn-new-store:focus {
    background-color: #2b629a;
    color: #fff;
}
.add_frames .btn-stores-hover {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}
.add_frames .navbar-form .btn.btn-default {
    margin: 0;
}
.btn-stores-hover {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}
.btn-new-store-other {
    background-color: #2b629a;
    border: 1px solid #2b629a;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin: 0 4px;
    padding: 4px 6px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    box-shadow: 2px 3px 4px #2b629a;
}
.btn-new-store-other:hover,
.btn-new-store-other:focus {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    box-shadow: 2px 3px 4px #ff6600;
    color: #fff;
}

.btn-new-store-other-ds{
    font-size: 15px;
    font-weight: 500;
    padding: 7px 16px;
    margin-bottom: 12px;
}


.btn-new-store-top {
    background-color: #2b629a;
    border: 1px solid #2b629a;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin: 0 4px;
    padding: 12px 25px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    box-shadow: 2px 3px 4px #2b629a;
}
.btn-new-store-top:hover,
.btn-new-store-top:focus {
    background-color: #2b629a;
    color: #fff;
}
.store-cart h3 {
    font-size: 22px;
    margin: 0px 0;
    text-align: left;
    /*padding: 10px;*/
}
.frame-image-store-main img {
    max-height: 194px;
}
#frameDetails,
#storeLogin {
    background-color: rgba(0, 0, 0, 0.6);
}
#storeLogin .modal-dialog {
    width: 400px;
}
#frameDetails .modal-dialog {
    width: 90%;
    box-shadow: none;
}
.modal-content {
    box-shadow: none;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}
.modal-content {
    box-shadow: none;
    background-color: #fff;
    border: none;
    border-radius: 0px;
}
.login-box-main .form-control {
    border-radius: 0;
    box-shadow: none;
}
.login-box-main select option {
    padding: 2px 5px;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 15px;
    padding: 5px 15px;
}
button.close {
    background: #ddd none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    cursor: pointer;
    opacity: 1;
    padding: 6px 9px 9px;
    position: absolute;
    right: 0;
    top: 2px;
}
button.close:hover {
    opacity: 1;
}
.modal-header {
    padding: 0px;
}
.modal-title {
    font-size: 18px;
    padding: 5px 15px;
}
.frame-details {
    margin: 0;
}
.frame-details dt {
    width: 40%;
    float: left;
}
.frame-details dt,
.frame-details dd {
    border-bottom: 1px solid #efefef;
    padding: 2px 0px;
}
.frame-details dd {
    width: 55%;
    float: left;
}
.btn-preview-store {
    background-color: #2b629a;
    border: 1px solid #2b629a;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin: 10px 5px 0 0;
    box-shadow: 2px 3px 4px #2b629a;
    padding: 7px 25px;
}
.btn-preview-store:hover,
.btn-preview-store:focus {
    color: #fff;
}
.frame-details-pop h3 {
    color: #666;
    font-size: 18px;
    margin: 0 0 10px;
}
.chkout-cart-img img {
    max-width: 200px;
}
#no-more-tables table tr {
    border-bottom: 1px solid #eaeaea;
}
#no-more-tables table td {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 10px;
}
.product-disc-store p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.cart-table-stores th {
    background: #efefef;
    color: #2b629a;
    padding: 12px 10px !important;
    border: 1px solid #ddd;
}
#no-more-tables table thead {
    text-align: left;
    border: 1px solid #efefef;
    box-shadow: 0px 1px 0px #999;
}
.qty {
    border: 1px solid #ddd;
    height: 35px;
    text-align: center;
    width: 50px;
}
.btn-cart-stores {
    background-color: #2b629a;
    border: 1px solid #2b629a;
    border-radius: 0;
    box-shadow: 2px 3px 4px #2b629a;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    transition: all 0.5s ease-out 0s;
    padding: 5px 10px;
}
.btn-cart-stores:hover,
.btn-cart-stores:focus {
    color: #fff;
    background-color: #2b629a;
}
.zoomContainer {
    z-index: 99999;
}
.zoomLens {
    height: 100px !important;
    width: 100px !important;
}
.frame-details-pop h2 {
    color: #2b629a;
    font-size: 18px;
}
.frame-details-pop h4 {
    font-size: 15px;
    font-weight: 400;
}
.modal.fade.in {
    background-color: rgba(0, 0, 0, 0.6);
}

/*------------collapse icon change-----------*/

#accordion-store-cart .panel-heading {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    padding: 0;
}
#accordion-store-cart .panel {
    box-shadow: none;
    border-radius: 0px;
}
#accordion-store-cart .panel-title a {
    display: block;
    padding: 10px;
    outline: none;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
}
#accordion-store-cart .panel-title {
    font-size: 15px;
}
#accordion-store-cart i {
    background-color: #2b629a;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    margin-right: 5px;
}
#accordion-store-cart .panel-body {
    text-align: left;
    padding: 10px 0px;
}
#accordion-store-cart .panel-body h4 {
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
#accordion-store-cart .panel-body .form-control {
    border-radius: 0;
    box-shadow: none;
}
.check-label {
    padding-left: 0 !important;
}
.cart-info-block {
    border: 1px solid #ddd;
    padding: 0 10px 20px;
}
.cart-info-block h3 {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}
.chckout-img {
    padding: 15px 0;
}
.edt-frm-chckout {
    text-align: center;
}
.edt-frm-chckout a {
    color: #2b629a;
}
.det-cart {
    font-size: 14px;
    text-align: left;
}
.det-cart dt {
    clear: both;
    float: left;
    line-height: 22px;
    width: 48%;
}
.det-cart dd {
    float: left;
    line-height: 22px;
    width: 50%;
}
.chrg-detail-cart {
    text-align: left;
}
.chrg-detail-cart dt {
    clear: both;
    float: left;
    line-height: 30px;
    width: 48%;
}
.chrg-detail-cart dd {
    float: left;
    line-height: 30px;
    text-align: right;
    width: 48%;
}
.address-det {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.bill-det > h3 {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    margin: 15px 0 10px;
    padding-bottom: 5px;
}
.bill-det {
    text-align: left;
}
.bill-det > p {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}
.order-det {
    text-align: right;
}
.order-det p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.ordr-title {
    font-size: 22px !important;
    text-align: left !important;
}

/*------------collapse icon change ends-----------*/

@media(min-width:768px) and (max-width:990px) {
    .chkout-cart-img img {
        max-width: 90px;
    }
    .btn-cart-stores {
        font-size: 12px;
        padding: 5px 6px;
    }
}

/*..............Table responsive Code Starts Here.............*/

@media only screen and (max-width: 767px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #cccccc;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eeeeee;
        position: relative;
        padding-left: 45% !important;
        white-space: normal;
        text-align: left;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}
@media(max-width:767px) {
    .npadxs {
        padding: 0;
    }
    .logo-reseller {
        text-align: center;
    }
    .logo-powered {
        margin: 15px 0 10px;
        text-align: center;
    }
    .logo-powered img {
        max-width: 110px;
    }
    .btn-store {
        font-size: 14px;
        padding: 10px 30px;
    }
    .navbar-toggle {
        float: left;
        margin-left: 15px;
        background-color: #2b629a;
        border-radius: 0px;
        color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        color: #eeeeee;
        background-color: #2b629a;
    }
    .cart-item-store {
        background-color: #2b629a;
        color: #fff;
        float: right;
        font-size: 16px;
        margin: 7px 15px;
        padding: 6px;
        text-decoration: none;
    }
    .cart-item-store:hover,
    .cart-item-store:focus {
        color: #fff;
        text-decoration: none;
    }
    tr.visible-xs {
        display: block !important;
    }
    .ordr-title {
        text-align: center !important;
    }
    .order-det {
        text-align: center;
    }
    .des-form {
        border: none;
        padding: 0;
        margin-top: 20px;
    }
}
@media(max-width:480px) {
    .chkout-cart-img img {
        max-width: 100%;
    }
    .btn-cart-stores {
        font-size: 12px;
        padding: 7px;
    }
    #storeLogin .modal-dialog {
        width: 300px;
    }
}

.contact-us-main {
            text-align: left;
        }
        
        .contact-us-main h3 {
            font-size: 20px;
            /*border-bottom: 1px solid #ddd;*/
        }
        
        .cont-form-block .form-control {
            border-radius: 0px;
            background-color: #f2f4f6;
            height: 40px;
        }
        
        .cont-form-block textarea {
            height: 80px !important;
        }
        
        .icon-boxes {
            margin: 25px 0;
        }
        
        .icon-box {
            margin-bottom: 20px;
        }
        
        .icon-boxes .icon {
            color: #444;
            float: left;
            margin-bottom: 0;
            margin-right: 10px;
        }
        
        .icon-boxes .content {
            color: #444;
            font-size: 16px;
            line-height: 28px;
            overflow: hidden;
        }
        
        .icon-wrap i {
            color: #444;
            font-size: 18px;
            line-height: 30px;
            width: 35px;
            height: 35px;
            text-align: center;
            padding: 2px 0 0;
            background-color: #f2f4f6;
        }
        
        @media(max-width:767px) {
            .cont-add-block {
                margin: 30px 0 0;
            }
        }




.frame-image-store-main img {
    max-height: 194px;
    position: absolute;
    left: 0;
    right: 0;
    vertical-align: middle;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav > li {
     padding: 0px !important; 
}

.logo-reseller img {
    /*max-height: 110px !important;*/
     max-height: 91px !important;
    width: auto;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border-bottom: 0px solid #013a64;
}

.modal-header.model-headernew {
        background: linear-gradient(to bottom, #7ecaff 0%,#005fa0 100%) !important;
        background: #7ecaff !important;
        background: -moz-linear-gradient(top, #7ecaff 0%, #005fa0 100%) !important;
        background: -webkit-linear-gradient(top, #7ecaff 0%,#005fa0 100%) !important;
        color: white;
}

#modal-from-dom {
    z-index: 1140 !important;
}   

.discountmsg {
    color: red;
    font-size: 14px;
}

.qty {
    width: 40px;
    height: 40px;
    border: solid 1px #053067;
    text-align: center;
}

.framehead{
    cursor:pointer;
}

.mouldingdeschead {
    cursor: pointer;
}

.reviewhead{
    cursor:pointer;
}
.tab-btn-main {
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    /* padding: 2px 5px 0 2px; */
    /* background-color: #ddd; */
}
.tab-btn {
    display: inline-block;
    padding: 5px 15px;
    margin:0 !important;
    color:#fff !important;
    background-color: #2b629a;
}

.tab-btn.active {
    background-color:#ff6600;
}

.social-block {
    text-align: center;
    padding: 0;
    margin-top:25px;
}

.social-block ul li {
    margin-right: 3px;
    margin-left: 0px;
    list-style-type: none;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
}

.social-block ul li a {
    padding: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #053067;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.social-block-top{
    text-align: right;
    padding: 0;
    margin-top:10px;
}

.social-block-top ul li {
    margin-right: 3px;
    margin-left: 0px;
    list-style-type: none;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
}

.social-block-top ul li a {
    padding: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #053067;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

@media(max-width: 767px){
    .social-block {
        text-align: center;
    }

    .social-block-top {
        text-align: center;
    }
}

.review-posted-main {
    height: 350px;
    max-height: 350px;
    overflow-y: scroll;
    padding:0 20px 0 0;
}
.reviewdetails h3 {
    font-size: 16px;
    font-weight: 500;
}
.reviewdetails .form-group {
    margin-bottom: 10px;
}
.reviewdetails .form-control {
    border-radius: 0;
    box-shadow: none;
}

.star-rating i {
    color: #ff6600;
    font-size: 22px;
    margin: 0 2px 0 0;
}

.review-indiv {
    background-color: #f2f4f6;
    box-shadow: 0 1px 1px #999;
    margin: 20px 0 0;
    padding: 20px;
    position: relative;
}
.review-indiv i {
    position: absolute;
    color: #ff6600;
    font-size: 30px;
    top: 10px;
    opacity:0.2;
}
.review-indiv p {
    position: relative;
    z-index: 1;
}

.review-indiv h4 {
    font-weight: 500;
    margin: 10px 0 0;
}

.spinoncart {
    background-color: rgba(255,255,255,0.5);
    left: 0;
    right: 0;
    padding-top: 25%;
    position: fixed;
    text-align: center;
    bottom: 0;
    top: 0;
    z-index: 9999;
}  

#revMes {
    margin-top: 10px;
    font-style: italic;
    font-size: 15px;
}

.allReviewsh{
    cursor: pointer;
}

.star_section{
    margin-bottom: 25px;
}

@media(max-width: 480px){
    .star_section {
        margin-bottom: 0px;
    }
}

#loader_popup {
    left: 40%;
    top: 40%;
    position: fixed;
    z-index: 9999;
    width: 250px;
    background-color: #2B629A;
    border: solid 5px #FFFFFF;
    border-radius: 5px;
}

#loader_popup p {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
    padding: 5px;
    margin-top: 5px;
}

.areadisable {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
    cursor: wait;
}

.dip_head {
    font-size: 16px;
    background-color: #2881BF;
    padding: 10px;
    color: #fff;
}

.note p {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    padding: 5px;
    background-color: #2881BF;
    color: #fff;
}

#errorAddtoCart{
    color: red;
    font-size: 18px;
    text-align: center;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0px;
    box-shadow: none;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu>li:last-child a {
    border: none;
}

@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }
}

.review_pop_hover{
    cursor: pointer;
}

.total_review_count{

}


/*Progress bar CSS*/

.progress {
height: 20px;
margin-bottom: 10px;
margin-top: 3px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));
background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
background-image: -moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
}
.progress {
height: 12px;
background-color: #ebeef1;
background-image: none;
box-shadow: none;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
-webkit-transition: width .6s ease;
transition: width .6s ease;
}
.progress-bar {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));
background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
background-image: -moz-linear-gradient(top,#428bca 0,#3071a9 100%);
background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
}
.progress-bar {
box-shadow: none;
border-radius: 3px;
background-color: #0090D9;
background-image: none;
-webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
-o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}
.progress-bar-success {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));
background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
background-image: -moz-linear-gradient(top,#5cb85c 0,#449d44 100%);
background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
}
.progress-bar-success {
background-color: #0AA699;
background-image: none;
}
.progress-bar-info {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));
background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
background-image: -moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);
}
.progress-bar-info {
background-color: #0090D9;
background-image: none;
}
.progress-bar-warning {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));
background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
background-image: -moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0);
}
.progress-bar-warning {
background-color: #FDD01C;
background-image: none;
}
.progress-bar-danger {
background-image: -webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));
background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
background-image: -moz-linear-gradient(top,#d9534f 0,#c9302c 100%);
background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
}
.progress-bar-danger {
background-color: #F35958;
background-image: none;
}
/*Progress bar CSS*/

.popover-content {
    min-width: 230px;
}

.total_review_count {
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    color: #4d485a;
}
.review_pop_hover{
    text-decoration: none;
}


.review_top_level{
    text-align: center;
    margin-bottom: 5px !important;
}

.review_bottom_level{
    text-align: center;
}

.popover.bottom>.arrow {
    top: -11px !important;    
}

ul.text2displayul {
    list-style-type: none;
}

#checkoutprocessing .panel-heading a {
    display: block;
}

.lucent_text {
    color: #FF0000;
}

@media(max-width:990px){

    .continue-shopping-btn a {
        display: block;
        width: 100%;
        margin: 10px 0px;
    }

    .btn-adjust{
        width: 100%;
        margin-top: 10px;
    }

    .npad_990{
        padding: 0;
    }
}

.preview_cart_items {
    cursor: pointer;
    color: #0000ff;
}

.image-modal-product-view .modal-dialog{
    width: 50%;
    text-align: center;
    margin: 10px auto;
}

.prev_image, .next_image {
    width: 35px;
    height: 37px;
    display: inline-block;
    background-color: #6b9a33;
    color: #fff;
    line-height: 25px;
    font-size: 28px;
    margin: 0px 15px;
    position: absolute;
    top: 45%;
    cursor: pointer;
}

.next_image {
    right: -15px;
}

.prev_image {
    left: -15px;
}

.image-modal-product-view .modal-footer {
    text-align: center;
}

.image-modal-product-view .modal-footer a {
    width: 150px;
    height: 35px;
    padding: 8px 6px;
}

@media(max-width:1024px){	    

    .image-modal-product-view .modal-dialog{
        width: 75%;        
    }
}

@media(max-width:767px){	    

    .image-modal-product-view .modal-dialog{
        width: 95%;        
    }

   .image-modal-product-view .modal-footer a {
        width: 260px;
        padding: 4px 6px;
        height: 25px;
        text-align: center;
        margin: 0 auto 5px!important;
        display: block;
    }
}