/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);*/

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.portfolio-item_inner:after, .row1:after {
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    content: '.';
    visibility: hidden;
    display: block;
    clear: both;
}

.toggel_signout ul.dropdown-menu {
    background: #fff !important;
    box-shadow: 0px 1px 7px 0px #cddd !important;
}

    .toggel_signout ul.dropdown-menu li a {
        display: block !important;
        border-radius: 0px !important;
        padding: 5px 10px !important;
    }

    .toggel_signout ul.dropdown-menu li:hover a {
        color: #fff !important;
    }

.logo {
    padding: 0;
    margin-top: 0px;
}

ul.topDiv li.cart a {
    border-right: none !important;
}

.logo-img {
    max-width: 350px;
}

nav.navbar-default {
    margin: 10px 0 0;
    background: #232f3e;
    border: solid 1px #25364c !important;
    box-shadow: 0 1px 1px #fff;
    -moz-box-shadow: 0 1px 1px #ddd;
    -webkit-box-shadow: 0 1px 1px #ddd;
    border-radius: 0;
    border-right: none;
    border-left: none;
}

    nav.navbar-default a {
        color: #ffffff !important;
        border-right: solid 1px #25364c;
        padding: 15px 43px;
    }

.mainNav .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: #25364c;
    color: #ffffff;
}

.navbar-default li a:hover {
    background: none;
}

.navbar-collapse {
    padding: 0 !important;
}

ul.topDiv {
    padding: 0;
    margin-top: 32px;
}

ul.topDiv {
    list-style-type: none;
}

    ul.topDiv a {
        display: inline-block;
        padding: 1px 10px;
        text-decoration: none;
        color: #004b91 !important;
        border-right: solid 1px #ddd;
    }

    ul.topDiv li a:hover {
        color: #5d9ab2 !important;
    }

    ul.topDiv li:last-child a:hover {
        border-bottom-right-radius: 10px;
    }

    ul.topDiv li:first-child a:hover {
        border-bottom-left-radius: 10px;
    }

/*.banner{ border-bottom: solid 15px #ffffff;} */

.banner-bottom {
    /*background: #fafafa;*/
    margin: 0px 0px 15px 0px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    padding: 35px 0px;
}

    .banner-bottom h2 {
        margin: 0px 0px 15px 0px;
        color: #e47911;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
    }

.portfolio-item {
    margin-bottom: 15px;
}

.portfolio-item_inner {
    padding: 10px 10px;
    border: solid 1px #ddd;
}

#text_color_portfolio a {
    color: #000;
}

.portfolio-item .img-thumbnail, .thumbnail img {
    border: none;
    border-radius: 0;
    border-bottom: 4px double #ddd !important;
}

.thumbnail {
    border-radius: 0;
}

.row1 {
    border-right: solid 1px #ddd;
}

    .row1 div {
        border: solid 1px #ddd;
        padding: 10px;
        border-right: none;
    }

        .row1 div .img-thumbnail {
            border: none;
            border-radius: none;
        }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #232f3e;
    color: #ffffff;
}

.dropdown-menu {
    background: #f5f5f5;
    color: #000000;
    border-right: none;
}

.navbar-default .dropdown-menu > li > a {
    border-right: none;
    border-bottom: solid 1px #25364c;
    padding: 10px 43px !important;
}

.dropdown-menu {
    border-radius: 0;
}

.navbar-default .dropdown-menu > li > a:hover {
    background: #000000;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #25364c;
}

.navbar-nav .open .dropdown-menu {
    background: #232f3e;
    color: #ffffff;
    padding: 0;
    box-shadow: none;
    border: none;
}

    .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #25364c;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #25364c;
}

.category .list-group-item:hover, .category .list-group-item:focus {
    background-color: #ffffff !important;
    color: #004b91;
}

.category h4.list-group-item {
    color: #e47911;
}

.breadcrumb li a, .breadcrumb a {
    color: #e47911;
}

    .breadcrumb a:first-child:before {
        content: '';
    }

    .breadcrumb a:before {
        color: #ccc;
        content: "/\00a0";
    }

.emailNewletterDiv div input, .searchDiv div input {
    color: #e47911 !important;
}

.emailNewletterDiv {
    margin-bottom: 15px;
    margin-top: 15px;
}

.rightSidebarAd {
    margin-top: 15px;
}

.list-group h4 {
    margin: 0px;
    border-bottom: none;
    font-weight: 600;
}

#text_color_portfolio h4 a {
    float: left;
    color: #e47911 !important;
    text-align: left;
}

.marginBottom15 {
    /*margin-bottom: 15px;*/
    float: right;
    color: #e47911;
    font-size: 18px;
}

.sign_out {
    position: absolute;
    background: #fff;
    border: 2px solid #d4dde6;
    /* width: 50px; */
    float: right;
    right: 0px;
    /* left: 0px; */
    padding: 12px 35px 12px 35px;
    border-radius: 10px;
    top: 71px;
    right: 186px;
    display: none;
    z-index: 5;
}

.Left_line {
    border-left: solid 1px #ddd;
    margin-left: 5px;
    padding-right: 5px;
    height: 23px;
}

.Right_Line {
    border-right: solid 1px #ddd;
    margin-left: 5px;
    padding-right: 5px;
    height: 23px;
}

.sign_out:after {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 0;
    left: 50%;
    border: 13px solid transparent;
    border-bottom-color: #d4dde6;
    content: "";
    top: -26px;
    right: 0;
    left: 51px;
}

/*.sign_out:after, .sign_out:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }*/

.detailDiv h3 {
    margin-top: 0px;
}

.productNameColor {
    color: #e47911;
}

.buttonsBg a {
    background: #cfd1d2;
    color: #666666;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}

    .buttonsBg a:hover {
        background: #8ab849;
        color: #ffffff;
    }

.orignalPrice {
    font-size: 17px;
    color: #eaeaea;
    font-weight: 600;
    margin-left: 15px;
    text-decoration: line-through;
}

.our_price.currentPrice {
    font-size: 23px;
}

.currentPrice {
    font-size: 17px;
    color: #b12704;
    font-weight: 600;
    margin-left: 15px;
}

.availableDiv {
    color: #8ab849;
    font-size: 18px;
    font-weight: 500;
}

.shipDiv {
    color: #999999;
    font-size: 12px;
}

.tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
}

.product-tabs .nav-tabs > li > a {
    border: 1px solid #ddd;
    color: #444;
}

.product-tabs .nav-tabs > li.active > a {
    background: #ddd;
    font-size: 16px;
    color: #444;
}

a, a:focus, a:active {
    outline: none;
}

.articleTitle {
    text-transform: uppercase;
    font-weight: bold;
}

.bottomthumbnailImg li {
    margin: 0px 3px;
}

.category .list-group a {
    color: #e47911;
}

.btn-primary, .btn-info, .btn-success {
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-color: #a88734 #9c7e31 #846a29;
    color: #111111;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

    .btn-primary:hover, .btn-info:hover, .btn-success:hover {
        background: #edc359;
        background: -webkit-linear-gradient(top,#d9b14c,#e0bc63) !important;
        background: linear-gradient(to bottom,#d9b14c,#e0bc63) !important;
        color: #000000;
        border-color: #9c7e31 #90742d #786025 !important;
    }

.category h4.list-group-item:hover {
    color: #e47911 !important;
}

.ratings .glyphicon-star {
    color: #ffbd00;
}

.caption h4, .caption h4 a, .ratings, .articleTitle {
    color: #e47911;
}

#detailed > ul {
    padding: 0 11px;
}

/* footer */
.footertop .fa {
    padding-right: 10px;
}

footer {
    background: none;
    border-top: 5px solid #f3f3f3;
    color: #004b91;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 15px;
}

    footer a {
        color: #004b91;
        font-size: 13px;
    }

.social a img {
    width: 48px;
}

footer a:hover {
    text-decoration: none;
    color: #e47911 !important;
}

.copyright, .pay {
    padding: 5px 0;
    clear: both;
}

footer li {
    padding-left: 5px;
    list-style-type: none;
}

footer ul {
    padding-left: 0 !important;
}

.copyright p {
    margin: 0;
}

.pay a {
    margin: 5px 5px 5px;
}

.title {
    font-size: 34px;
    margin: 0;
    padding: 10px 0 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #e47911;
    font-family: 'Open Sans', sans-serif;
}

.btt {
    width: 100%;
}

    .btt a {
        background: #f3f3f3;
        text-align: center;
        padding: 10px 0px;
        overflow: hidden;
        color: #111111;
        width: 100%;
        display: block;
    }

        .btt a:hover {
            background: #efefef;
        }

.img-responsive.img-thumbnail {
    padding: 12px 0;
}

.product_heading {
    font-size: 21px;
    text-transform: capitalize;
    margin-top: 0 !important;
    font-weight: 600;
    color: #e47911;
    font-family: 'Open Sans', sans-serif;
}

.productPriceDetail p strong {
    color: #333333;
    font-size: 17px;
    text-transform: uppercase;
}

.productPriceDetail p span {
    margin-left: 0 !important;
    color: #f00 !important
}

.header_top_section {
    padding-top: 6px;
}

.row1 {
    width: 400px;
}

.brand_heading {
    color: #333333;
}

    .brand_heading p {
        font-family: 400 italic;
    }

.col-xs-6.border_line {
    border-left: 2px solid #cccccc;
}

.marginTop15 button.btn {
    margin-bottom: 10px;
}

.relatedtags_heading {
    padding-bottom: 0px;
}

.relatedtags_links {
    padding-left: 13px;
}

ul.relatedtags_links li a {
    color: #666666;
}

    ul.relatedtags_links li a:hover {
        color: #000;
    }

.relatedtags_heading span {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    font-family: 'Open Sans', sans-serif
}

.col-lg-1.product_boxitem.row p {
    border: 1px solid #cccccc;
    height: 48px;
    text-align: center;
    width: 45px;
}

.image_boxitem {
    margin-left: 45px;
}

ul.product_facts li {
    list-style: outside none none;
    padding-bottom: 5px;
}

ul.product_facts {
    padding: 0px;
}

.ytp-title-link.yt-uix-sessionlink > span {
    display: none;
}

.header_top_section .searchDiv, .header_top_section .emailNewletterDiv {
    padding-top: 25px;
}

.brand_heading h4 {
    font-size: 13px;
}

.portfolio-item .img-thumbnail, .thumbnail img {
    border-bottom: 1px double #dddddd !important;
}

.amazingslider-bullet-image-19 {
    border: 1px solid #cccccc;
    height: 50px !important;
    width: 50px !important;
}

.amazingslider-img-19 {
    border: 1px solid #cccccc;
}

.amazingslider-bullet-19-1, .amazingslider-bullet-19-0, .amazingslider-bullet-19-2, .amazingslider-bullet-19-3, .amazingslider-bullet-19-4, .amazingslider-bullet-19-5, .amazingslider-bullet-19-6 {
    background-color: #ffffff !important;
    margin-bottom: 0px !important;
}

p.our_price strong {
    font-size: 22px;
}

.img-6 {
    width: 100%;
    height: 20px;
}

.marginTop15.shipDiv {
    padding-top: 50px;
}

.amazingslider-nav-19 {
    height: 380px !important;
}

.amazingslider-img-19 {
    /*height: 290px !important;*/
    width: 350px !important;
}

.amazingslider-img-box-19 {
    max-height: 450px !important;
    margin-left: 43px;
    width: 350px !important;
}

    .amazingslider-img-box-19 img {
        height: 100% !important;
        width: auto !important;
        margin: 0px auto !important;
        margin-top: 0px !important;
        text-align: center;
        display: block !important;
        max-width: 100% !important;
        position: relative !important;
    }

.amazingslider-img-elem-19 {
    /*padding-top: 77px;*/
    width: 100%;
}

.amazingslider-car-left-arrow-19, .amazingslider-car-right-arrow-19 {
    margin-bottom: 5px !important;
    margin-left: 13px !important;
}

.amazingslider-bullet-wrapper-19 {
    height: auto !important;
}

.gallery_section {
    float: left;
    width: 100%;
}

.amazingslider-nav-19 {
    left: -9% !important;
}

.relatedtags_section {
    display: none;
}

.detailDiv .amazingslider-bullet-19-6, .detailDiv .amazingslider-bullet-19-5,
.detailDiv .amazingslider-bullet-19-4, .detailDiv .amazingslider-bullet-19-3, .detailDiv .amazingslider-bullet-19-2, .detailDiv .amazingslider-bullet-19-1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.amazingslider-bigbox {
    margin-top: 6px !important;
}

.qbc_section {
    padding-right: 0 !important;
}

.amazingslider-bullet-image-19 img {
    height: 100% !important;
    width: auto !important;
    margin: 0px auto !important;
    margin-top: 0px !important;
    text-align: center;
    display: block !important;
    max-width: 100% !important;
    position: relative !important;
}

.thumbnail img {
    /*height: 100% !important;*/
    width: auto !important;
    margin: 0px auto !important;
    margin-top: 0px !important;
    text-align: center;
    display: block !important;
    max-width: 100% !important;
    position: relative !important;
}

.amazingslider-img-elem-19 {
    top: -1px !important;
}

.product-minheight .thumbnail {
    position: relative;
    border: 1px solid #ddd;
}

/*.btn-price {
    position: absolute;
    width: 90%;
    bottom: 15px;
}*/

.buy {
    margin-top: 5px;
}

.thumbnail img, .similar-product img {
    width: 100%;
}

.mh-50 {
    min-height: 50px;
}

.message_red {
    color: #ff0000;
    text-align: center;
    font-weight: bold;
}

.message_success {
    color: green;
    font-weight: bold;
}

.list-group .list-group-item:active {
    color: #004b91 !important;
}

.prd-img {
    min-height: 300px;
    width: 100%;
    max-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-header {
    color: #e47911 !important;
    padding-bottom: 25px;
}

.contct-form textarea {
    resize: none;
}

.contct-form {
    padding-bottom: 50px;
}

.reset-btn {
    background-color: #e60e0e !important;
    border: 1px solid #e60e0e;
    color: #fff;
    padding: 6px 18px;
    margin-right: 18px;
}

.submit-btn {
    background-color: #e47911 !important;
    color: #fff;
    padding: 6px 18px;
    border: 1px solid #e47911;
}

.reset-btn:hover {
    color: #e60e0e;
    background-color: #fff !important;
    padding: 6px 18px;
    margin-right: 18px;
}

.form-header {
    text-align: center;
}

.submit-btn:hover {
    color: #e47911 !important;
    background-color: #fff !important;
    padding: 6px 18px;
}

.shopping-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 3px;
    border: 1px solid #336699;
    background-color: #dddddd !important;
    color: #000 !important;
}

.product-thumbnail-img, .detailDiv {
    padding: 0px;
}

    .product-thumbnail-img ul, .main-product-image ul {
        margin: 0px;
        padding: 0px;
    }

        .product-thumbnail-img ul li, .main-product-image ul li {
            list-style: none;
        }
/* Cart Page */
.marginTop50 {
    margin-top: 50px;
}

.cart-table th {
    border-top: none !important;
    font-family: "Courier New", Courier, mono;
    font-size: 12px;
    text-align: center;
}

.cart-table td {
    border-top: none !important;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.tr-bg {
    background-color: #232f3e;
    text-align: center;
    color: #fff;
}

.product-img {
    width: 90px;
}

.portfolio-item_inner h5 {
    /*min-height: 80px;*/
}

.quantity-input {
    width: 68px;
    border: 1px solid #6998ca;
    margin: 0px auto;
    display: block;
    padding: 2px;
}

.del-btn {
    border: 1px solid #6998ca;
    padding: 3px;
    color: #000;
}

.update-btn {
    border: 1px solid #6998ca !important;
    color: #000;
}

.pdd0 {
    padding: 0px !important;
}

.shipping-padd0 td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.Continue-shipping-div {
    width: 559px;
    margin: auto;
}

    .Continue-shipping-div p {
        margin-bottom: 42px;
        margin-top: 26px;
    }

.continue-shopping-btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px;
    border: 1px solid #336699;
    background-color: #dddddd !important;
    color: #000;
    margin: auto;
    display: block;
    max-width: 130px;
    margin-top: 234px;
}

.privacy-text p {
    padding-bottom: 20px;
}

.about-text h6 {
    font-size: 110%;
}

.about-text p {
    padding-bottom: 20px;
}

.about-text ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.about-text li {
    list-style-type: none;
}

.learnmore-btn {
    color: #003ea8;
    text-align: center;
    display: block;
    font-weight: bold;
}

    .learnmore-btn:hover {
        color: #00b0d8;
    }

.safe-text {
    padding-bottom: 15px;
}

.learnmore-text h6 {
    font-size: 110%;
    font-weight: bold;
}

.cart-table a {
    color: #004b91 !important;
}

.img-center {
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 35px;
}

.mrgn-top130 {
    margin-top: 200px;
    color: #ff0000;
}

.mrgn-top-bottom150 {
    margin-top: 150px;
    margin-bottom: 150px;
    color: #ff0000;
}

.online-order form {
    margin-top: 55px;
    margin-bottom: 55px;
}

.order-text u {
    margin-top: 30px;
}

.mrgn-btm {
    margin-bottom: 65px;
    margin-top: 40px;
    color: #ff0000;
}

.empty-td {
    height: 15px;
}

.back-btn {
    border: 1px solid #c1bbbb;
    background-color: #eaeaea;
    color: #000 !important;
    padding: 2px;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 57px;
}
/*New Arrivals*/
.supplier-product-img {
    padding: 0px 6px;
    min-height: 270px;
}

    .supplier-product-img img {
        width: 85%;
        min-height: 100px;
    }

.back-btn-order {
    margin: auto;
    display: block;
    padding: 4px 15px 4px 15px;
}

/*.product-minheight {
    min-height: 526px;
    border: 1px solid #ddd;
}*/

.thumbnail {
    border: 1px solid transparent;
}

    .thumbnail .caption {
    }

.signin-form {
    border: 1px #ddd solid;
    /*padding: 20px 26px !important;*/
    border-radius: 4px;
    /*margin-top: 80px;*/
    margin-top: 25px;
    padding: 3px 26px !important;
}

    .signin-form .signin-btn {
        background-color: #e47911 !important;
        width: 100%;
        color: #fff;
        border: 1px solid #e47911;
        border-radius: 4px;
        padding: 7px 0px;
    }

    .signin-form > a:before {
        content: '\f0da';
        font-family: fontawesome;
        padding-right: 6px;
    }

    .signin-form h1 {
        text-align: center;
        color: #e47911;
    }

.register-form h1 {
    text-align: center;
    color: #e47911;
}

.accnt-btn {
    width: 100%;
    background-color: #e4e3e3;
    border: 1px solid #ada7a7;
    color: #101010;
    display: block;
    text-align: center;
    padding: 6px 1px;
    border-radius: 4px;
}



    .accnt-btn:hover {
        text-decoration: none;
        color: #000;
    }

.register-form {
    border: 1px #ddd solid;
    padding: 0px 16px !important;
    border-radius: 4px;
    margin-top: 80px;
    margin-bottom: 80px;
}

    .register-form button {
        background-color: #e47911 !important;
        width: 100%;
        color: #fff;
        border: 1px solid #e47911;
        border-radius: 4px;
        padding: 7px 0px;
    }

.divider:after {
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

.divider {
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-bottom: 5px;
    line-height: 0;
}

    .divider h5 {
        line-height: 1;
        font-size: 12px;
        color: #767676;
        font-weight: 400;
        z-index: 2;
        position: relative;
        display: inline-block;
        background-color: #fff;
        padding: 0 8px 0 7px;
    }

.checkout {
    max-width: 600px;
}

    .checkout .heading {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #e47911;
        color: #fff;
    }

    .checkout div.heading {
        margin-bottom: 15px;
    }

.shipping-information, .payment-information, .email-information, .card-information {
    border: 1px solid #ccc;
    margin-top: 20px;
}

.checkout .reqfiled {
    color: #f00;
    margin-left: 5px;
}

.checkout .payment-logo {
    max-width: 100px;
}

.checkout .btn-submit button {
    text-align: center;
    display: block;
    /*margin: 0px auto;*/
    margin-top: 15px;
}

.checkout .form-control {
    height: 28px;
    border-radius: 3px;
    padding: 4px 12px;
}

.checkout .form-group {
    margin-bottom: 5px;
}

.checkout-step {
    font-size: 16px;
    font-weight: 600;
    color: #e47911;
}

.Card-Cvv {
    min-height: 100px;
}

.portfolio-item_inner img {
    max-height: none !important;
}

/*  Order Confirmation start  */

.order-confirmation {
    background-color: #fbfbfb;
    padding: 50px 30px;
    max-width: 800px;
    margin: 0px auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

    .order-confirmation .sperator {
        border-color: #eee;
    }

.confirmation-logo {
    max-width: 100px;
}

.conf-header {
}

    .conf-header h4 {
        font-size: 16px;
    }

        .conf-header h4 span {
            font-weight: 600;
        }

    .conf-header h3 i {
        margin-right: 10px;
    }

    .conf-header h3 {
        font-size: 18px;
        color: #f69a33;
    }

.thanks-text {
    line-height: 25px;
    margin-top: 15px;
    color: #908686;
}

.order-detail h4 {
    color: #f69a33;
}

.info-text h4 {
    color: #f69a33;
}

.order-detail table {
    width: 100%;
}

    .order-detail table th {
        text-align: right;
        color: #585858;
    }

    .order-detail table td {
        padding-left: 15px;
    }

.product-list table {
    width: 100%;
}

    .product-list table td img {
        max-width: 50px;
    }

    .product-list table td h4 {
        line-height: 13px;
        margin: 0px;
    }

    .product-list table td p {
        margin: 5px 0px;
        color: #908686;
    }

    .product-list table td {
        vertical-align: top;
        padding-bottom: 15px;
    }

.pr-price {
    color: #908686;
    font-size: 15px;
}

.product-list table td h4 a {
    font-size: 12px;
    color: #f69a33;
    text-decoration: none;
    font-weight: 600;
}

.address-detail h4 {
    color: #f69a33;
}

.address-detail ul {
    padding: 0px;
}

    .address-detail ul li {
        list-style: none;
        color: #908686;
    }

.order-confirmation .info-text p {
    color: #908686;
    line-height: 20px;
}

.order-confirmation h5 {
    color: #f69a33;
    font-weight: 600;
}

.order-no {
    font-weight: 600;
    color: #f69a33;
}

.order-date {
    color: #585858;
    font-weight: 600;
}

.delivered-text h3 {
    font-size: 22px;
    margin-bottom: 0px;
}

.order-img img {
    position: relative;
    border: 1px solid #ddd;
    display: table-cell;
    max-width: 150px;
}

.bulk-text {
    line-height: 27px;
}

    .bulk-text a {
        color: #1e8ce8;
        font-size: 15px;
    }

    .bulk-text p {
        font-size: 15px;
        margin-bottom: 0px;
    }

.price-text {
    color: #e21010;
    font-size: 15px;
}

.bulk-text button {
    margin-top: 14px;
}

.yellow-bg-text {
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-color: #a88734 #9c7e31 #846a29;
    padding: 5px 36px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

    .yellow-bg-text a {
        font-size: 13px;
        color: #000;
    }

    .yellow-bg-text:hover {
        background: #edc359;
        background: -webkit-linear-gradient(top,#d9b14c,#e0bc63) !important;
        background: linear-gradient(to bottom,#d9b14c,#e0bc63) !important;
        border-color: #9c7e31 #90742d #786025 !important;
    }

    .yellow-bg-text a:hover {
        text-decoration: none;
    }

.track-btns-div {
    float: right;
}

.track-btns {
    border: 1px solid #888;
    background-color: #e4e4e4;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 5px 36px;
    text-align: center;
    border-radius: 3px;
}

    .track-btns a {
        color: #000;
    }

        .track-btns a:hover {
            text-decoration: none;
        }

.horizontal-line {
    border-top: 1px solid #e0e0e0;
}

/* Order Confirmation end */

.buy_it_again {
    color: white
}

.Order_history_status {
    padding: 0px 0px 0px 110px;
}

/********* media screen **********/
/* media :1200 */
@media screen and (max-width:1200px) {
    .image_boxitem {
        weight: 70%;
    }

    .product_boxitem {
        weight: 75%;
        float: left;
    }

    .image_boxitem {
        margin-left: 48px;
    }

    .logo {
        margin-top: 28px;
    }
}
/* media :992 */
@media screen and (max-width:992px) {
    .col-lg-1.product_boxitem.row {
        width: 9%;
    }

    ul.topDiv a {
        padding: 1px 7px;
    }

    .col-lg-1.product_boxitem.row p {
        width: 45px;
    }

    .img-responsive {
        padding-bottom: 15px;
    }

    .amazingslider-nav-19 {
        left: -10% !important;
    }

    .amazingslider-img-19 {
        height: 100% !important;
        width: 100% !important;
    }

    .amazingslider-img-box-19 {
        margin-left: 50px;
        width: 88% !important;
    }

    .amazingslider-img-elem-19 {
        padding-top: 100px;
    }

    .relatedtags_section_top {
        display: none;
    }

    .marginTop15.shipDiv {
        padding-top: 0px;
    }

    .relatedtags_section {
        display: inline-block;
        margin-top: -79px;
    }

    .Order_history_status {
        padding: 0px 0px 0px 5px;
    }
}
/* media :768 */
@media screen and (min-width:768px) {
    .topDiv {
        float: right;
    }
}
/* media :767 */
@media screen and (max-width:767px) {
    .back-btn {
        max-width: auto;
    }

    .logo {
        text-align: center;
    }

        .logo img {
            display: inline-block;
        }

    .right {
        text-align: center;
    }

    ul.topDiv {
        border-radius: 10px;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 12px;
        display: inline-block;
    }

    .topDiv > li {
        display: inline-block;
    }

        .topDiv > li > a {
            padding: 10px 7px;
        }

    ul.topDiv li:last-child a:hover {
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }

    ul.topDiv li:first-child a:hover {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

    .detailDiv h3 {
        margin-top: 15px;
    }

    .image_boxitem {
        float: none;
    }

    .productImage {
        width: 100%;
    }

    .row1 {
        width: 100%;
    }

    .amazingslider-car-left-arrow-19, .amazingslider-car-right-arrow-19 {
        margin-bottom: 0px !important;
    }

    .relatedtags_section {
        margin-top: -57px;
    }

    .image_boxitem {
        margin-left: 45px;
    }

    .detailDiv.row {
        margin-top: 20px;
    }

    ul.topDiv a {
        padding: 1px 15px;
    }

    .amazingslider-nav-19 {
        left: -5% !important;
    }

    .amazingslider-img-elem-19 {
        padding-top: 48px;
    }

    .amazingslider-img-19 {
        height: 100% !important;
        width: 90% !important;
    }

    .amazingslider-img-box-19 {
        height: 100% !important;
        margin-left: 50px;
    }

    .amazingslider-nav-19 {
        height: 100% !important;
    }

    .amazingslider-img-19 {
        height: 100% !important;
    }

    .Continue-shipping-div h2 {
        font-size: 23px;
    }

    .Continue-shipping-div {
        width: 100%;
    }

    .continue-shopping-btn {
        margin-top: 24px;
    }
}
/* media :610 */
@media screen and (max-width:610px) {
    .amazingslider-nav-19 {
        left: -6% !important;
    }
}
/* media :585 */
@media screen and (max-width:585px) {
    .relatedtags_section {
        margin-top: 0px;
    }
}
/* media :518 */
@media screen and (max-width:518px) {
    .amazingslider-nav-19 {
        left: -9% !important;
    }
}
/* media :370 */
@media screen and (max-width:370px) {
    .chair_box {
        width: 100%;
    }

    .amazingslider-img-box-19 {
        margin-left: 65px;
        width: 84% !important;
    }

    .amazingslider-img-elem-19 {
        padding-top: 15px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .product-minheight .thumbnail {
    }

    nav.navbar-default a {
        padding: 15px 30px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    nav.navbar-default a {
        padding: 15px 15px;
    }
}

@media(min-width:768px) {
    .product-thumbnail-img {
        width: 10.33%;
    }

        .product-thumbnail-img ul li {
            width: 50px;
            height: 50px;
            border: 1px solid #ccc;
            box-shadow: 1px 1px 10px -2px #ccc;
            margin-bottom: 5px;
        }

            .product-thumbnail-img ul li a {
            }

            .product-thumbnail-img ul li img {
                margin-bottom: 5px;
                max-height: 45px;
                margin: 0px auto;
            }

    .main-product-image {
        width: 88.66%;
    }
}

.main-product-image {
    display: block;
    text-align: center;
    margin: 0px auto;
}

    .main-product-image ul li a > img {
        width: auto;
        max-height: 300px;
        margin: 0px auto;
    }

.product-thumbnail-img ul li {
    cursor: pointer;
}

.easyzoom-flyout {
    border: 1px solid #ccc;
    width: 400px !important;
    height: 400px !important;
    box-shadow: 1px 1px 10px -2px #000;
}

.thumb-active {
    border-color: #ff9300 !important;
    box-shadow: 1px 1px 10px -2px #ff9300 !important;
}

.lb-nav a.lb-prev {
    background: url('/Content/images/prev1.png') left 48% no-repeat !important;
}

.lb-nav a.lb-next {
    background: url('/Content/images/next1.png') right 48% no-repeat !important;
}

.lb-number {
    display: none !important;
}

.categorylist .caption {
    min-height: initial;
    text-align: center;
}

.more-cat-title {
    font-size: 16px;
    font-weight: 600;
}

@media(max-width: 767px) {
    .order-img img {
        margin: auto;
        display: block;
        max-width: none;
    }

    .track-btns-div {
        float: none;
        margin-top: 20px;
    }
}