﻿body {
    text-align: left;
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: MontserratRegular, Arial, sans-serif;
    background-color: #fff;
    color: #000;
    background-color: #fff;
}

a:link {
    color: #666;
    text-decoration: none;
}

a:focus {
    color: #666;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active {
    color: #666;
}

ul, dl, ul li, dt dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

input.form-control, textarea select {
    border-radius: 0px;
    border: 0 none;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

.form-control:focus {
    border-color: #691831;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105, 24, 49, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(105, 24, 49, 0.6);
}

.form-control {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.clr {
    clear: both;
}

.orange {
    color: #f6890e !important;
}

.p_red {
    color: #691831 !important;
}

.gray {
    color: #515151 !important;
}

.gray01 {
    color: #939598 !important;
}

.letter {
    letter-spacing: 2px;
}

.remove-icon {
    background: url(images/top-icon.png) no-repeat -119px -68px;
    height: 23px;
    width: 23px;
    display: block;
    cursor: pointer;
}

#header {
    background-color: #691831;
    height: 136px;
    color: #fff;
}

    #header .top {
        background-color: #60152b;
        color: #d9d2cb;
        height: 40px;
        /*overflow: hidden;*/
    }

    #header .header-inner {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        /*position: relative;*/
    }

        #header .header-inner .logo {
            top: -40px;
            left: 0;
            position: absolute;
        }

        #header .header-inner .hdlogo {
            top: 14px;
            position: absolute;
            left: 250px;
        }

    #header .logo-wap {
        max-width: 1440px;
        position: relative;
    }

    #header .top {
        text-align: right;
    }

    #header .top-inner {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }

    #header .top .top-nav {
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        height: 40px;
        list-style: none;
        white-space: nowrap;
    }

    #header .top ul.top-nav > li {
        margin: 0;
        padding: 0;
        display: inline-block;
        float: left;
    }

@media (max-width:768px) {
    #header .top ul.top-nav > li {
        margin: 0;
        padding: 0;
        display: inline-block;
        float: none;
        margin-right: -3px;
    }
}

#header .top ul.top-nav > li > a {
    font-size: 14px;
    color: #d9d2cb;
    line-height: 40px;
    display: inline-block;
    padding: 0 20px;
    font-size: 13px;
}

    #header .top ul.top-nav > li > a:hover {
        text-decoration: none;
    }

#header .btns {
    margin-right: 0;
}

    #header .btns .login {
        display: inline-block;
        background: url(images/top-icon.png) no-repeat 0 0;
        height: 25px;
        width: 50px;
    }

#header .mini-bar {
    float: right;
    margin-bottom: 0px;
}

    #header .mini-bar > ul > li {
        float: left;
        min-height: 30px;
    }

#header .search {
    background: url(images/top-icon.png) no-repeat 0 -58px transparent;
    border: 0 none;
    width: 40px;
    height: 40px;
    margin-top: -10px;
}

    #header .search:focus {
        background: url(images/top-icon.png) no-repeat -43px -58px transparent;
        border: 0 none;
        width: 40px;
        height: 40px;
    }

#header .mini-cart {
    background: url(images/top-icon.png) no-repeat -100px 0 transparent;
    border: 0 none;
    width: 38px;
    height: 25px;
    display: inline-block;
    margin: 0 10px;
}

    #header .mini-cart:focus {
        background: url(images/top-icon.png) no-repeat -100px -30px transparent;
        border: 0 none;
        width: 38px;
        height: 25px;
        display: inline-block;
        margin: 0 10px;
    }

    #header .mini-cart span {
        color: #fff;
        font-size: 13px;
        display: block;
        text-align: center;
        position: relative;
        top: -15px;
        width: 40px;
        overflow: hidden;
    }

#header .mini-cart-inner .cart-door .col-xs-3 {
    padding-right: 0;
}

#header .mini-compare {
    background: url(images/top-icon.png) no-repeat -60px 0 transparent;
    border: 0 none;
    width: 40px;
    height: 25px;
    display: inline-block;
}

#header .mini-cart-inner .cart-door {
    margin-top: 20px;
}

#header .mini-compare:focus {
    background: url(images/top-icon.png) no-repeat -60px -30px transparent;
    border: 0 none;
    width: 40px;
    height: 25px;
    display: inline-block;
}

#header .mini-login {
    background: url(images/top-icon.png) no-repeat 0 0 transparent;
    border: 0 none;
    width: 50px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

    #header .mini-login:focus {
        background: url(images/top-icon.png) no-repeat 0 -30px transparent;
        border: 0 none;
        width: 50px;
        height: 25px;
        display: inline-block;
    }

#header .mini-login-02 {
    background: url(images/top-icon.png) no-repeat -22px -114px transparent;
    border: 0 none;
    width: 40px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
}

#header .mini-login-inner .title {
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
    border-bottom: solid 2px #dad3cc;
    font-family: MontserratBold,sans-serif;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#header .mini-login-inner label {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    float: left;
}

.xs-logo {
    background-color: #fff;
    margin-top: -15px;
}

    .xs-logo .logo {
        margin-left: auto;
        margin-right: auto;
    }

#header .mini-cart-inner .title {
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
    border-bottom: solid 2px #dad3cc;
    font-family: MontserratBold,sans-serif;
    letter-spacing: 2px;
    text-align: left;
}


#header .mini-bar .dropdown-menu {
    border-bottom: solid 13px #dad3cc;
    border-top: solid 13px #dad3cc;
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
    padding: 10px 20px;
    background: url(images/t_bg.png) repeat;
    text-align: center;
    color: #691831;
}


    #header .mini-bar .dropdown-menu li a {
        padding: 10px 0;
        border-top: solid 2px #dad3cc;
        font-family: MontserratBold, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        color: #551328;
        letter-spacing: 2px;
        display: block;
    }

        #header .mini-bar .dropdown-menu li a.nb {
            border-top: none;
        }

#header .menu .shopNow-down .shopNow-inner {
    line-height: 2;
    text-align: left !important;
}

    #header .menu .shopNow-down .shopNow-inner .title {
        border-bottom: 2px solid #D9CDCD;
        letter-spacing: 2px;
    }

    #header .menu .shopNow-down .shopNow-inner ul li a {
        border: 0 none;
        padding: 0;
        letter-spacing: 0;
        text-transform: none;
    }

    #header .menu .shopNow-down .shopNow-inner ul li, #header .menu .shopNow-down .shopNow-inner ul li dl dd {
        line-height: 2.5em;
    }

        #header .menu .shopNow-down .shopNow-inner ul li dl dd a {
            font-family: LatoRegular, sans-serif;
            font-size: 17px;
        }

#header .mini-bar .title-bar {
    border-bottom: solid 2px #D8CBCB;
    text-align: left;
    display: block;
    height: 20px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
}

#header .mini-bar .compare-down .title span {
    display: inline-block;
}

#header .mini-bar .compare-down .header-inner .item .fa-star {
    position: absolute;
    top: 43%;
    left: 43%;
}

#header .mini-bar .compare-down .header-inner .item .remove-icon {
    position: absolute;
    bottom: -10px;
    left: 43%;
}

#header .mini-bar .compare-down .header-inner .item img {
    height: 190px;
}

#header .mini-bar .search-down {
    width: 100% !important;
    right: 0;
    left: 0;
    position: fixed;
    top: 136px !important;
    height: 110px !important;
    margin-top: 0 !important;
}

    #header .mini-bar .search-down .btn-search {
        background: url(images/top-icon.png) no-repeat -29px -150px;
        height: 50px;
        width: 50px;
        border: 0 none;
        padding: 0;
        vertical-align: middle;
    }

        #header .mini-bar .search-down .btn-search:focus {
            background-color: transparent;
            border: 0 none;
        }

    #header .mini-bar .search-down input {
        border-top: 0 none;
        border-right: 0 none;
        border-bottom: 0 none;
        border-left: solid 2px #C2ABAF;
        background-color: transparent;
        padding: 0 10px;
        line-height: 2;
        width: 60%;
    }


    #header .mini-bar .search-down .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        width: 80%;
    }


    #header .mini-bar .search-down .placeholder::-moz-placeholder {
        font-size: 36px;
        color: #939598;
        font-family: CGItalic, sans-serif;
    }

    #header .mini-bar .search-down .placeholder:-moz-placeholder {
        font-size: 36px;
        color: #939598;
        font-family: CGItalic, sans-serif;
    }


    #header .mini-bar .search-down .placeholder::-webkit-input-placeholder {
        font-size: 36px;
        color: #939598;
        font-family: CGItalic, sans-serif;
    }

    #header .mini-bar .search-down .placeholder:-ms-input-placeholder {
        font-size: 36px;
        color: #939598;
        font-family: CGItalic, sans-serif;
    }

.qualityIsBuiltIn .title {
    color: #691831;
    background-color: #f1edea;
    font-family: MontserratBold,sans-serif;
    text-align: center;
    padding: 10px;
    font-size: 30px;
}

.p20 {
    padding: 20px;
}

.p10 {
    padding: 10px;
}

.features {
    background-color: #f1edea;
    color: #838587;
    padding: 20px 0;
    text-align: center;
}

    .features .title {
        height: 4px;
        background-color: #e1d7d6;
        margin: 50px 0;
    }

        .features .title span {
            display: inline-block;
            background-color: #f1edea;
            width: 200px;
            text-align: center;
            top: -10px;
            position: relative;
            height: 25px;
            font-size: 18px;
            font-family: MontserratBold,sans-serif;
            color: #551328;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

    .features .text-lg {
        line-height: 1.9em;
    }

        .features .text-lg .line {
            border-bottom: solid 6px #d9d2cb;
            width: 100px;
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
        }

    .features p {
        width: 78%;
    }

    .features .bucket {
        margin: 20px 0;
    }

.options {
    background-color: #f1edea;
    color: #838587;
    padding: 20px 0;
    text-align: center;
}

    .options .title {
        height: 4px;
        background-color: #e1d7d6;
        margin: 50px 0;
    }

        .options .title span {
            display: inline-block;
            background-color: #f1edea;
            width: 200px;
            text-align: center;
            top: -10px;
            position: relative;
            height: 25px;
            font-size: 18px;
            font-family: MontserratBold,sans-serif;
            color: #551328;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

.box-w {
    background-color: #fbfbfb;
    padding: 40px 60px;
    margin: 30px 0;
    color: #691831;
    text-align: left;
}

.list {
    line-height: 2.5em;
    margin-left: 15px;
    font-size: 16px;
}

    .list li {
        list-style: disc;
    }

.options .box-w .text-lg {
    font-size: 36px;
    font-family: BodoniSvtyTwoITCTTBold, sans-serif;
}

.options .box-w a {
    color: #691831 !important;
}

.cust_softclose {
    font-size: 16px;
    color: #691831;
    text-transform: uppercase;
    text-align: center;
    font-family: MontserratBold,sans-serif;
    margin-top: 30px;
}



.ellipse img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
}


.difference {
    margin: 30px 0;
}

    .difference h4 {
        font-family: MontserratBold,sans-serif;
        color: #691831;
        text-transform: uppercase;
        text-align: center;
        padding: 50px 0;
        letter-spacing: 2px;
    }

    .difference .table-responsive {
        margin-bottom: 0;
    }

    .difference .table {
        color: #691831;
    }

        .difference .table th {
            text-align: center;
            font-size: 14px;
            text-transform: uppercase;
            padding: 18px 10px !important;
            background-color: #fff;
            font-weight: normal;
            border: 0 none;
        }

        .difference .table tr td {
            padding: 25px 10px;
            font-family: Helvetica, sans-serif;
            font-size: 16px;
            border: 0 none;
        }

        .difference .table tr th.column1 {
            width: 20%;
        }

        .difference .table tr th.column2 {
            background-color: #691831;
            color: #fff;
        }

        .difference .table tr th.column3 {
            background-color: #d9d2cb;
            width: 28%;
        }

        .difference .table tr td.column1 {
            background-color: #fff;
        }

        .difference .table tr td.column2 {
            background-color: #f0e7ea;
        }

        .difference .table tr td.column3 {
            background-color: #f7f6f5;
        }

    .difference .table-striped > tbody > tr:nth-of-type(2n+1) td {
        padding: 18px 10px;
    }

        .difference .table-striped > tbody > tr:nth-of-type(2n+1) td.column1 {
            background-color: #f9f8f7;
        }

        .difference .table-striped > tbody > tr:nth-of-type(2n+1) td.column2 {
            background-color: #e1d2d6;
        }

        .difference .table-striped > tbody > tr:nth-of-type(2n+1) td.column3 {
            background-color: #f0edea;
        }



@media (min-width:992px) {
    .difference .table-box {
        border: solid 10px #eee7e9 !important;
        padding: 30px;
    }

    .right-line {
        border-right: solid 4px #f1efed;
        min-height: 350px;
    }
}

@media (max-width:991px) {
    .difference .table-box {
        border: solid 5px #eee7e9 !important;
        padding: 10px;
    }

    .difference .table tr td, .difference .table tr th {
        padding: 10px !important;
    }

    .difference .table-striped > tbody > tr:nth-of-type(2n+1) td {
        padding: 10px;
    }

    .box-w {
        padding: 30px;
    }
}

/*----------------breadcrumb------------------*/
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .breadcrumb a {
        color: #691831;
    }

        .breadcrumb a:hover {
            color: #691831;
        }

    .breadcrumb > .active a:hover {
        color: #777777;
    }
/*breadcrumb end*/

.intro {
    margin-bottom: 70px;
}

    .intro h4 {
        font-size: 16px;
    }

    .intro em {
        font-size: 14px;
        font-family: Arial, sans-serif;
    }

    .intro .media:first-child {
        margin-top: 25px;
    }


.content-wrap {
    min-height: 500px;
}

.container-inner {
    padding: 30px 0;
}

hr.line {
    border-top: 2px solid #783046;
}

hr.line-gray {
    border-top: solid 4px #e1d7d6;
}

.btn-white {
    background: url(images/btn-cartDetails.png) no-repeat 0 0;
    height: 56px;
    width: 100%;
    background-size: 100% 100%;
    border: 0px solid;
    font-size: 12px;
    color: #551328;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px 0;
}

    .btn-white span {
        display: inline-block;
        padding-right: 10px;
    }

    .btn-white i.fa-angle-right {
        font-size: 18px;
        color: #cd9577;
    }

    .btn-white i.fa-angle-down {
        font-size: 18px;
        color: #c0b1a1;
    }


.btn-orange {
    width: 100%;
    border-radius: 0;
    color: #f1edea;
    font-size: 13px;
    background-color: #ab4f1c;
    border: 0px solid;
    font-family: MontserratRegular,sans-serif;
}

    .btn-orange span {
        display: inline-block;
        padding-right: 10px;
    }

    .btn-orange i.fa-angle-right {
        font-size: 18px;
        color: #cd9577;
    }

    .btn-orange:hover {
        color: #fff;
        background-color: #d36d17;
    }

.btn-orange01 {
    width: 100%;
    border-radius: 0;
    color: #f1edea;
    font-size: 13px;
    background-color: #86380c;
    border: 0px solid;
    font-family: MontserratRegular,sans-serif;
}

    .btn-orange01 span {
        display: inline-block;
        padding-right: 10px;
    }

    .btn-orange01 i.fa-angle-right {
        font-size: 18px;
        color: #cd9577;
    }

    .btn-orange01:hover {
        color: #fff;
        background-color: #ab4f1c;
    }


.btn-orange02 {
    width: 100%;
    border-radius: 0;
    color: #f1edea;
    font-size: 13px;
    background-color: #f6890e;
    border: 0px solid;
    font-family: MontserratRegular,sans-serif;
    padding: 10px;
}

    .btn-orange02 span {
        display: inline-block;
        padding-right: 10px;
        text-transform: uppercase;
    }

    .btn-orange02 i.fa-angle-right {
        font-size: 18px;
        color: #fac283;
    }

    .btn-orange02:hover {
        color: #fff;
        background-color: #ab4f1c;
    }


.btn-orange-lg {
    width: 100%;
    border-radius: 0;
    color: #f1edea;
    font-size: 18px;
    background-color: #f6890e;
    border: 0px solid;
    font-family: MontserratBold,sans-serif;
    height: 75px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.5;
}

    .btn-orange-lg span {
        display: inline-block;
        padding-right: 10px;
    }

    .btn-orange-lg i.fa-angle-right {
        font-size: 25px;
        color: #fff;
    }

    .btn-orange-lg:hover {
        color: #fff;
        background-color: #d06c15;
    }



#footer {
    background-color: #691831;
    color: #fff;
    margin-top: 80px;
}

    #footer .bottom {
        background-color: #60152b;
        color: #fff;
        text-align: center;
        font-size: 12px;
        padding: 30px 20px;
        font-family: Arial,sans-serif;
    }

        #footer .bottom a {
            color: #fff;
            padding: 15px;
        }

    #footer .footer-inner {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding: 50px 0px;
        font-family: MontserratRegular,sans-serif;
    }

        #footer .footer-inner h5 {
            color: #d9d2cb;
            text-transform: uppercase;
            font-family: MontserratRegular,sans-serif;
            font-size: 14px;
            margin: 0 0 20px 0;
        }

        #footer .footer-inner ul.links li a {
            color: #fff;
            line-height: 2.3em;
        }

        #footer .footer-inner ul.links li .btn-group ul.dropdown-menu {
            border-radius: 0;
            min-width: 100px;
            font-size: 12px;
        }

            #footer .footer-inner ul.links li .btn-group ul.dropdown-menu a {
                color: #691831;
                line-height: 1.5;
            }


    #footer .signup .input-group-addon {
        padding-left: 18px;
        padding-right: 18px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        text-align: center;
        background-color: #531327;
        border: 0px solid #ccc;
        border-radius: 0px;
        display: inline-block;
        height: 40px;
        float: right;
        width: auto;
        position: absolute;
        right: 0;
    }

    #footer .signup .form-control {
        padding: 10px 12px;
        border: 0px solid #ccc;
        border-radius: 0px;
        display: inline-block;
        float: left;
        height: 40px;
        font-size: 18px;
    }

        #footer .signup .form-control::-moz-placeholder {
            font-family: bod72wi,sans-serif;
        }

        #footer .signup .form-control::-webkit-input-placeholder {
            font-family: bod72wi,sans-serif;
        }

        #footer .signup .form-control:-moz-placeholder {
            font-family: bod72wi,sans-serif;
        }

        #footer .signup .form-control:-ms-input-placeholder {
            font-family: bod72wi,sans-serif;
        }

    #footer .signup label {
        margin-bottom: 10px;
    }

    #footer .signup {
        margin-bottom: 40px;
    }

/*------------------ popover --------------------*/

.popover {
    border-radius: 3px;
    max-width: 350px;
    padding: 20px 10px;
    border: solid 1px #d1d2d3;
}

/* popover end */



/********************************************** Garen add CSS begin ******************************************************/
.pricetop a {
    color: #fff;
}

.getstart {
    margin: 10px 0;
}

.getstartbuttonstyle {
    border: solid 1px #cfc5bb;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #691831;
    margin: 10px 0;
}

.getstart .fa {
    font-size: 18px;
}

.doorproduct a {
    cursor: pointer;
}

.iconstyle {
    padding: 20px 0;
    font-size: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9f8f7;
    margin-top: 5px;
    margin-bottom: 20px;
}

    .iconstyle a {
        color: #bbaa9b;
    }

.newpadding {
    padding-left: 0px;
    padding-right: 0px;
}

.pricespan1 {
    color: #fff;
}

.pricespan2 {
    color: #e67e14;
}

.pricedelspan {
    color: #fff;
    font-size: 12px;
}

.doorstyle {
    margin-top: -15px;
    z-index: 0;
    position: relative;
}

.doorproduct .product-bg {
    background-color: #f9f8f7;
    padding-bottom: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.quick_icon {
    position: absolute;
    bottom: 25px;
    right: 0px;
}

.pricetop {
    min-height: 84px;
    max-width: 168px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
    z-index: 1;
    border-radius: 0 0 84px 84px;
    background-color: #691831;
    position: relative;
    line-height: 1.25;
}

.doorname {
    color: #691831;
    margin: 10px 0;
}

.doorintroduce:hover .doorname {
    color: #2f2e2d;
}

.producthint {
    text-align: center;
    color: #60152b;
}



.upto {
    font-size: 16px;
    line-height: 16px;
}



.freesoft {
    font-size: 20px;
}

.page-introduce a {
    color: #000;
}


.prodcut-name, .prodcu-color {
    color: #60152b;
}



.line-border {
    border-bottom: 3px solid #eee7e9;
    padding: 3px 0;
}

.sample-span {
    line-height: 14px;
    padding-top: 10px;
}

/*.shop-but {
    width:100%;
    position: absolute;
    bottom: 0px;
}*/



.shop-now-button:hover {
    color: #fff;
    text-decoration: none;
}

.fa-angle-down {
    font-size: 20px;
}

.divider {
    padding: 20px 0;
    border-bottom: 2px solid #eee7e9;
    border-top: 2px solid #eee7e9;
    margin: 30px 0;
}

.divicon {
    background-color: #f1edea;
    color: #010000;
    min-height: 60px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-family: MontserratRegular;
}

    .divicon .spanitalic {
        font-size: 12px;
        font-style: italic;
    }

.category-p-table td {
    text-align: center;
}

table, th, td {
    border: none;
}

th {
    background-color: #f1edea;
    font-size: 18px;
    padding: 12px !important;
    text-align: left;
}

.category-p-table select {
    border: none;
    width: 60px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
}

.select-grey {
    background-color: #d1d2d3;
}

.select-Darkred {
    background-color: #691831;
    color: #fff;
}

.numberstyle {
    max-width: 60px;
    height: 38px;
    border: 1px solid #d1d2d3;
    border-radius: 3px;
    text-align: center;
}

.discountprice {
    color: #f6890e;
}

.product-details td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    vertical-align: top;
}

.category-p-table del, .cart-item del {
    color: #929393;
}

.itemspan-gray {
    color: #939598;
    font-style: italic;
    line-height: 12px;
    font-size: 12px;
}

    .itemspan-gray:hover {
        color: #939598;
        text-transform: none !important;
    }

/*.popover {
    padding: 0px;
    margin-right: 100px;
}*/

.popover-inner {
    padding: 10px;
}

.popover-content {
    padding: 0px;
}

.popover.top > .newarrow {
    bottom: -11px;
    left: 95%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .popover.top > .newarrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.divicon a {
    color: #000;
}

.details {
    width: 80%;
    color: #838587;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 15px 0 20px 0;
    height: 100px;
}

.Distance {
    margin-top: 10px;
    margin-bottom: 10px;
}

.left-memu-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}
/************************************************ Garen add CSS end **********************************************************/





@media (max-width:767px) {
    .container-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .details {
        height: auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .details {
        height: 80px;
    }
}

@media (max-width:768px) {
    #footer .footer-inner {
        padding: 50px 15px;
    }
}

@media (max-width:991px) {
    #header .menu {
        background-color: transparent;
        border-color: transparent;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 0;
        float: right;
    }

        #header .menu .navbar-nav {
            margin: 0;
            padding-bottom: 50px;
            letter-spacing: 2px;
        }

            #header .menu .navbar-nav > li > a {
                color: #551328;
                font-size: 13px;
                text-align: center;
                font-family: MontserratBold, sans-serif;
                text-transform: uppercase;
                padding: 15px;
                border-bottom: solid 2px #dad3cc;
            }

            #header .menu .navbar-nav > .open > a, #header .menu .navbar-nav > .open > a:hover, #header .menu .navbar-nav > .open > a:focus {
                background-color: transparent;
            }

            #header .menu .navbar-nav .dropdown-menu {
                padding: 0;
            }

            #header .menu .navbar-nav .open .dropdown-menu > li > a {
                color: #551328;
                font-size: 13px;
                text-align: center;
                font-family: MontserratBold, sans-serif;
                text-transform: uppercase;
                padding: 15px 30px;
                border-bottom: solid 2px #dad3cc;
                background-color: #fff;
            }

                #header .menu .navbar-nav .open .dropdown-menu > li > a:hover, #header .menu .navbar-nav .open .dropdown-menu > li > a:focus {
                    color: #551328;
                    background-color: #fff;
                }

            #header .menu .navbar-nav .arrow {
                background: url(images/top-icon.png) no-repeat 0px -106px;
                width: 20px;
                height: 20px;
            }

            #header .menu .navbar-nav > .open .arrow {
                background: url(images/top-icon.png) no-repeat 0px -128px;
                width: 20px;
                height: 20px;
            }

    #header .mini-bar {
        float: right;
        margin-bottom: 0px;
        margin-top: 35px;
        position: absolute;
        right: 100px;
    }
}


@media (min-width:992px) {
    #header .menu {
        background-color: transparent;
        border-color: transparent;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-top: 20px;
        float: right;
    }

        #header .menu .navbar-nav > li > a {
            color: #fff;
            font-size: 17px;
            padding-bottom: 10px;
            padding-left: 0;
            padding-right: 0;
            margin: 0 30px 28px 30px;
        }

            #header .menu .navbar-nav > li > a:focus, #header .menu .navbar-nav > li > a:hover {
                color: #fff;
                background-color: transparent;
            }

        #header .menu .navbar-nav > .open > a, #header .menu .navbar-nav > .open > a:focus, #header .menu .navbar-nav > .open > a:hover {
            color: #fff;
            background-color: transparent;
            border-bottom: solid 2px #fff;
        }

        #header .menu .dropdown-menu {
            border-bottom: solid 13px #dad3cc;
            border-top: solid 13px #dad3cc;
            border-left: 0;
            border-right: 0;
            border-radius: 0px;
            padding: 10px 20px;
            background: url(images/t_bg.png) repeat;
            text-align: center;
            width: 310px;
        }

            #header .menu .dropdown-menu li a {
                padding: 10px 30px;
                border-top: solid 2px #dad3cc;
                font-family: MontserratBold, sans-serif;
                text-transform: uppercase;
                font-size: 13px;
                color: #551328;
                letter-spacing: 2px;
            }

                #header .menu .dropdown-menu li a.nb {
                    border-top: none;
                }



        #header .menu .hidden-md-arrow {
            display: none;
        }

    #header .mini-bar .dropdown-menu {
        margin-top: 31px;
        width: 310px;
    }

    #header .menu .shopNow-down {
        width: 100% !important;
        right: 0;
        left: 0;
        position: fixed;
        top: 136px !important;
        margin-top: 0 !important;
        color: #691831;
    }

    #header .menu .shopNow-down {
        min-height: 240px;
        padding-top: 30px;
    }

    #header .mini-bar .mini-cart-down {
        margin-top: 31px;
        width: 400px !important;
    }

    #header .mini-bar .compare-down {
        width: 100% !important;
        right: 0;
        left: 0;
        /*position: fixed;
        top: 136px !important;*/
        margin-top: 0 !important;
    }

    #header .mini-bar .compare-down {
        height: 365px;
    }

        #header .mini-bar .compare-down .close {
            display: none;
        }


    #header .mini-bar .title-bar {
        width: 215px;
    }
}

@media (min-width:1024px) {
    .intro {
        background: url(images/intro-bg.jpg) repeat-x;
        height: auto;
        width: 100%;
        margin-bottom: 70px;
    }

        .intro .angle {
            background: url(images/intro-angle.jpg) no-repeat 100% 0;
            height: 100px;
        }

        .intro .bucket1 {
            margin-left: 0%;
            margin-right: 10%;
        }

        .intro .bucket2 {
            margin-left: 3%;
            margin-right: 10%;
        }

        .intro .bucket3 {
            margin-left: 0%;
            margin-right: 10%;
        }

    /********************************************** Garen add CSS begin ******************************************************/
    .BodoniBold {
        font-size: 90px;
        line-height: 70px;
    }

    .right-up {
        width: 310px;
    }

    .prodcut-name {
        font-size: 42px;
        line-height: 42px;
    }

    .prodcu-color {
        font-size: 21px;
        line-height: 21px;
    }

    .details {
        width: 80%;
    }

    .borderbuttom {
        border-bottom: none;
    }

    .gallerybutton {
        /*top: 200px;
        left: 830px;
        color: #fff;*/
        font-size: 30px;
    }
    /************************************************ Garen add CSS end **********************************************************/
}


@media (min-width:1200px) {
    .intro .bucket1 {
        margin-left: 15%;
        margin-right: 10%;
    }

    .intro .bucket2 {
        margin-left: 3%;
        margin-right: 10%;
    }

    .intro .bucket3 {
        margin-left: 17%;
        margin-right: 10%;
    }

    .doorpopup {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
        border: 15px solid #d9d2cb;
        background-color: #fff;
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .matter {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }


    /********************************************** Garen add CSS begin ******************************************************/
    .doorname .doornamespan1 {
        font-size: 34px;
        text-transform: capitalize;
        line-height: 28px;
        font-family: BodoniSvtyTwoITCTTBold;
    }

    .doorname .doornamespan2 {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 16px;
    }


    /************************************************ Garen add CSS end **********************************************************/
}


/************************  integration start  *******************************/
.page-introduce {
    padding: 15px 0;
}

.page-title {
    background-color: #f1edea;
    padding: 10px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

    .page-title hr {
        margin: 0px;
        border-top: 1px solid #e5dfea;
    }

.t12 {
    font-size: 12px !important;
}

.t13 {
    font-size: 13px !important;
}

.t16 {
    font-size: 16px !important;
}

.t17 {
    font-size: 17px !important;
}

.t18 {
    font-size: 18px !important;
}

.t20 {
    font-size: 20px !important;
}

.t25 {
    font-size: 25px !important;
}

.t48 {
    font-size: 48px !important;
}

.darkred {
    color: #691831 !important;
}

.BodoniBook {
    font-family: BodoniSvtyTwoITCTTBook,sans-serif !important;
}

.BodoniBold {
    font-family: BodoniSvtyTwoITCTTBold,sans-serif !important;
}

.Lato-Regular {
    font-family: LatoRegular,sans-serif !important;
}

.Lato-Bold {
    font-family: LatoBold,sans-serif !important;
}

.LatoBoldItalic {
    font-family: LatoBoldItalic, sans-serif !important;
}

.Lato-Italic {
    font-family: LatoItalic, sans-serif !important;
}

.Lato-Black {
    font-family: LatoBlack, sans-serif !important;
}

.CGItalic {
    font-family: CGItalic,sans-serif !important;
}

.Montserrat-Bold {
    font-family: MontserratBold,sans-serif !important;
}

.Helvetica {
    font-family: Helvetica,sans-serif !important;
}

.HelveticaNeue {
    font-family: HelveticaNeue,sans-serif !important;
}

.HelveticaNeueThin {
    font-family: HelveticaNeueThin,sans-serif !important;
}

.HelveticaNeueBold {
    font-family: HelveticaNeueBold,sans-serif !important;
}

.line-border {
    border-bottom: 3px solid #eee7e9;
    padding: 3px 0;
}

.filter-title {
    background-color: #691831;
    font-size: 12px;
}


.filter .panel {
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.font-white {
    color: #fff;
}

.left-items li {
    padding: 10px 0;
}

    .left-items li:hover {
        cursor: pointer;
    }

    .left-items li span {
        margin-left: 15px;
    }

.boldspan {
    font-weight: 700;
}

.doorintroduce .iconspan:hover {
    color: #bbaa9b;
}

.doorintroduce .iconspan {
    color: #bbaa9b;
}

.coloseimg {
    margin-top: 40px;
}

#myCarousel {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.designservice {
    background: rgba(249,249,249,0.9);
}

.designservice {
    width: 520px;
    height: 315px;
    position: absolute;
    bottom: 80px;
    right: 150px;
}



.ideagalleryimg img {
    width: 100%;
}

/*.left-padding {
    padding-left: 5px;
}*/

/*.center-padding {
    padding-left: 5px;
    padding-right: 5px;
}*/

/*.right-padding {
    padding-right: 5px;
}*/

.gallerybutton {
    position: absolute;
    /*border: 0px;
    background-color: #691831;
    text-transform: uppercase;
    padding: 10px 25px;*/
}


/*--------*/
.contact-intro {
    margin: 60px 0;
}

.contact p.title {
    font-size: 40px;
    font-family: BodoniSvtyTwoITCTTBook, sans-serif;
    color: #691831;
}

.contact p.p_text {
    font-size: 26px;
    color: #691831;
    font-family: HelveticaNeueThin, sans-serif;
}

.contact .captcha {
    background-color: #f9f9f9;
    padding: 5px 10px;
    height: 75px;
    border: solid 1px #d3d3d3;
}

    .contact .captcha label {
        line-height: 1.7;
        margin-top: 22px;
    }

.contact .company-info {
    border: solid 8px #f1edea;
    padding: 8%;
    margin-bottom: 20px;
}

    .contact .company-info h4 {
        font-size: 18px;
    }


.gray-bg {
    background-color: #f1edea;
    padding: 80px;
    margin-bottom: 20px;
}

.contact .infor {
    font-size: 18px;
}

    .contact .infor input.input-lg, .contact .infor input.form-control, .contact .infor select {
        height: 60px;
    }

    .contact .infor textarea {
        border-radius: 0px;
        border: solid 0px;
    }

    .contact .infor label {
        font-size: 12px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .contact .infor select {
        background-color: #691831;
        color: #fff;
        font-size: 18px;
    }

.contact .info-body {
    line-height: 1.4;
    font-family: Helvetica,sans-serif;
    font-size: 16px;
}

.cc {
    max-width: 260px;
}

.design-select {
    text-align: left;
    width: 100%;
    border: none;
    border-radius: 0px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 45px;
    font-family: MontserratRegular;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #691831 url("images/select-arrow.png") no-repeat scroll right center;
}

    .design-select::-ms-expand {
        display: none;
    }

    .design-select option {
        padding: 0 20px;
    }

#header .menu .shopNow-down-small {
    display: none;
}


/************************  integration end  *******************************/
@media (min-width:1440px) {
    .container {
        width: auto;
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:320px) {
    .call h4 {
        font-size: 14px;
    }

   /*#header .top-nav .td4, #header .top-nav .td5, #header .top-nav .td6 {
        display: none !important;
    }*/
}

@media (max-width:360px) {

    .contact p.title {
        font-size: 24px !important;
    }

    .contact .company-info {
        padding: 10px !important;
    }

        .contact .company-info .email {
            font-size: 12px;
        }

        .contact .company-info .btn-orange-lg {
            font-size: 12px;
            height: 55px;
            letter-spacing: 0px;
        }
}
@media (max-width:450px) {
    #header .header-inner .hdlogo {
        display:none;
}
    .carousel-inner .default-logo {
        display:none !important;
    }
}
@media (max-width:480px) {
    .contact-title .title-xs {
        background-color: #691831;
        color: #fff;
        font-size: 20px;
        font-family: BodoniSvtyTwoITCTTBook, sans-serif;
        text-align: center;
        padding: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .contact-title .title-lg {
        display: none;
    }

    .contact p.title {
        font-size: 30px;
    }

    .contact p.p_text {
        font-size: 16px !important;
    }

    .gray-bg {
        padding: 20px;
    }

    .contact .company-info {
        padding: 40px;
    }



    #header .top ul.top-nav > li > a {
        padding: 0 15px;
    }
}

@media (max-width:479px) {
    /*Remove hide logo on mobile, it looks better and takes less space than the large logo
        .lg-logo {
        display: none;
    }*/

    #header .menu .navbar-collapse, .shopNow-down-small {
        width: 310px !important;
    }

    #header .mini-bar .dropdown-menu {
        width: 310px !important;
    }

    #header .mini-bar .search-down {
        width: 100% !important;
        top: 257px !important;
    }
}

@media (max-width:479px) {
    .content-wrap {
        margin-top: 277px;
    }
}

/*@media (min-width:480px) {*/
    .xs-logo {
        display: none;
    }

    .content-wrap {
        margin-top: 156px;
    }
/*}*/
/*@media (max-width:500px) {
    #header .top-nav .td5 {
        display: none !important;
    }
}*/
    @media (min-width:481px) {
        .contact-title .title-xs {
            display: none;
        }
    }

    @media (max-width:720px) {
        #header .header-inner .logo {
            top: 0px;
            left: 0;
            position: absolute;
            max-height: 96px;
        }

        #header .header-inner .hdlogo {
            top: 14px;
            left: 180px;
            position: absolute;
        }
    }

    @media (max-width:991px) {
        #header .menu {
            border: 0 none;
            background-color: transparent;
        }

            #header .menu .navbar-toggle {
                background: url(images/menu-icon.png) no-repeat 0 50%;
                width: 68px;
                height: 80px;
                border: 0 none;
            }

            #header .menu .navbar-collapse {
                -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
                box-shadow: inset 0 0px 0 rgba(255, 255, 255, .1);
                border-bottom: solid 13px #dad3cc;
                border-top: solid 13px #dad3cc;
                border-left: 0;
                border-right: 0;
                border-radius: 0px;
                padding: 10px 20px;
                background: url(images/t_bg.png) repeat;
                position: fixed;
                z-index: 999;
                right: 15px;
                top: 0;
                width: 400px;
                height: 100%;
                max-height: 100%;
            }

        #header .mini-bar .dropdown-menu {
            position: fixed;
            z-index: 999;
            right: 0;
            top: 0;
            height: 100%;
            width: 400px;
            margin: 0;
            overflow-y: auto;
        }

        .shopNow-down-small {
            width: 400px;
        }

        button.close {
            background: url(images/top-icon.png) no-repeat -87px -65px;
            height: 30px;
            width: 30px;
            filter: none;
            opacity: 1;
        }

        #header .menu .shopNow-down {
            display: none;
        }

        #header .menu .shopNow-down-small {
            display: block;
        }

        #header .mini-bar .title-bar {
            width: 100%;
        }

        #header .mini-bar .compare-down .header-inner .item {
            margin-bottom: 30px;
        }
    }

    @media (width:980px) {
        .container {
            width: 950px;
        }
    }

    @media (max-width:1024px) {
        .intro {
            background: url(images/intro-bg.jpg) repeat-x;
            height: auto;
            width: 100%;
            margin-bottom: 70px;
        }

            .intro .angle {
                background: url(images/intro-angle.jpg) no-repeat 100% 0;
                height: 100px;
            }

            .intro .bucket1 {
                margin-left: 0%;
                margin-right: 10%;
            }

            .intro .bucket2 {
                margin-left: 3%;
                margin-right: 10%;
            }

            .intro .bucket3 {
                margin-left: 0%;
                margin-right: 10%;
            }

        .BodoniBold {
            font-size: 70px;
            line-height: 55px;
        }
        
        #header .mini-bar .search-down input {
            width: 100% !important;
        }
    }

    @media (min-width:992px) and (max-width:1200px) {
        #header .menu .navbar-nav > li > a {
            font-size: 14px;
            margin: 0 20px 28px 20px;
        }
    }

    @media (max-width:1200px) {
        .newcontainer {
            width: 95% !important;
        }
    }

    @media (max-width:980px) {
        .intro h4 {
            font-size: 14px !important;
        }

        .intro {
            background: url(images/intro-bg2.jpg) repeat-x;
            height: auto;
            width: 100%;
            margin-bottom: 70px;
        }

            .intro .angle {
                background: url(images/intro-angle2.jpg) no-repeat 100% 0;
                z-index: 0 !important;
                height: 150px;
            }

            .intro .bucket1 {
                margin-right: 0%;
            }

                .intro .bucket1 img {
                    margin-left: 30%;
                }

            .intro .bucket2 {
                margin-left: -10%;
            }

                .intro .bucket2 img {
                    margin-left: 30%;
                    margin-right: 10%;
                }

        .bucket2 em {
            margin-left: 30%;
        }

        .bucket1 .media-body {
            padding-left: 15%;
            display: block;
        }

        .bucket1 .media-left, .bucket2 .media-left {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .page-header980 {
            padding: 15px !important;
        }

        .bucket3 .media-left, .bucket3 .media-body {
            display: block;
        }

            .bucket3 .media-left img {
                margin-left: 30%;
            }

        .bucket3 .media-body {
            margin-left: 20%;
        }

        .contact p.p_text {
            font-size: 18px;
        }
    }

    @media (min-width:992px) {
        #header .mini-bar {
            margin-top: 35px;
        }
    }

    .addtoCartLoding {
        background-image: url("images/msg_background.png");
        background-repeat: no-repeat;
        font-family: Arial;
        font-size: 15px;
        height: 69px;
        width: 261px;
    }



    .scrollToTop {
        color: #fff;
        position: fixed;
        bottom: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        text-align: center;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1005;
        display: none;
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .circle {
        -webkit-border-radius: 100% !important;
        -moz-border-radius: 100% !important;
        border-radius: 100% !important;
    }


    .scrollToTop i {
        background: url('images/chevron-up.png') center center no-repeat;
        width: 50px;
        height: 50px;
    }

    .scrollToTop:hover {
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }


    #header .top-nav .dcs-btn button {
        font-family: bod72wi,sans-serif;
        font-size: 16px;
        background-color: #2c060e;
        height: 40px;
        color: #fff;
    }

    #header .top-nav .dcs-btn .dropdown-menu {
        font-family: MontserratBold, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        color: #551328;
        letter-spacing: 2px;
        margin: 0;
        border-bottom: solid 13px #dad3cc;
        border-top: solid 13px #dad3cc;
        border-left: 0;
        border-right: 0;
        border-radius: 0px;
        background: url(../../images/t_bg.png) repeat;
        text-align: center;
        width: 310px;
    }

        #header .top-nav .dcs-btn .dropdown-menu > li > a, #header .top-nav .dcs-btn .dropdown-menu > li > a:hover, #header .top-nav .dcs-btn .dropdown-menu > li > a:focus {
            color: #551328;
        }

        #header .top-nav .dcs-btn .dropdown-menu > li > a {
            padding: 10px 30px;
        }

    .faqTitle {
        display: block;
        width: 100%;
    }

    .faqIcon {
        margin-top: 5px;
    }


@media (max-width:1375px) {
    #header .top .td1 {
        display: none !important;
    }
}

@media (max-width:1190px) {
    #header .top .td2 {
        display: none !important;
    }
}

@media (max-width:985px) {
    #header .top .td3 {
        display: none !important;
    }
}

@media (max-width:450px) {
    #header .top .td4 .btn-orange, #header .top .td5 .btn-orange, #header .top .td6 .btn-orange01 {
        font-size: 12px !important;
    }
}

@media (max-width:400px) {
    #header .top .td4 {
        display: none !important;
    }
}

@media (max-width:365px) {
    #header .header-inner .mini-compare {
        display: none !important;
    }
}

@media (max-width:320px) {
    body {
        width: 320px !important;
    }
}

