﻿@font-face {
    font-family: 'Sofia Pro Light';
    src: url(../fonts/Sofia-Pro-Light.otf) format('opentype');
    src: url(../fonts/Sofia-Pro-Light.woff) format('woff');
}




@font-face {
    font-family: 'Sofia Pro Regular';
    src: url(../fonts/Sofia-Pro-Regular.otf) format('opentype');
    src: url(../fonts/Sofia-Pro-Regular.woff) format('woff');
}



@font-face {
    font-family: 'Sofia Pro UltraLight';
    src: url(../fonts/Sofia-Pro-UltraLight.otf) format('opentype');
    src: url(../fonts/Sofia-Pro-UltraLight.woff) format('woff');
}



@font-face {
    font-family: 'Sofia Pro UltraLight Italic';
    src: url(../fonts/Sofia-Pro-UltraLight-Italic.otf) format('opentype');
    src: url(../fonts/Sofia-Pro-UltraLight-Italic.woff) format('woff');
}


@font-face {
    font-family: "OBT-Font";
    src: url("../fonts/OBT-Font.eot"); /* IE9 Compat Modes */
    src: url("../fonts/OBT-Font.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/OBT-Font.otf") format("opentype"), /* Open Type Font */
    url("../fonts/OBT-Font.svg") format("svg"), /* Legacy iOS */
    url("../fonts/OBT-Font.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/OBT-Font.woff") format("woff"), /* Modern Browsers */
    url("../fonts/OBT-Font.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
/*.modal-header .close {
    float: right !important;
    margin-right: -15px !important;
    margin-top: -20px !important;
    background-color: #333 !important;
    border-radius: 15px !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
}*/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    margin-right: 46px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .autocomplete-items div {
        padding: 9px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
            font-size: 12px;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.modal-header .close {
    float: right !important;
    margin-right: -15px !important;
    margin-top: -15px !important;
    background-color: #885D0A !important;
    border-radius: 15px !important;
    width: 30px !important;
    height: 30px !important;
    opacity: 1 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.close {
    color: #FFF;
    text-shadow: 0 1px 0 #131212;
}

    .close:focus, .close:hover {
        color: #000;
        background-color: #FFF;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

a {
    color: #d1a635;
    cursor: pointer;
    text-decoration: none;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #3a3a3a;
        font-weight: bold;
    }

button, input, select, textarea {
    border-radius: 4px;
}



.btn-download {
    display: inline-block;
    /*padding: 6px 12px;*/
    padding-top: 10px;
    /*padding-bottom:6px;*/
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #d1a635;
    cursor: pointer;
}

    .btn-download:hover {
        color: #5f5549;
        cursor: pointer;
    }
/*.form-control {
    font-size: 14px;
}*/
.ddl_page {
    display: inline;
    padding: 0px;
    width: auto;
    float: right!important;
    font-size: 12px;
}

.badge {
    display: inline-block;
    min-width: 20px!important;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    color: #6e5d5a;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #fff;
    /* border-radius: 10px; */
}

.thumbnail {
    text-align: center;
}

.msg-error {
    text-align: right;
}

body {
    /*font-family: 'Open Sans','Roboto';*/
    font-family: 'Sofia Pro UltraLight',serif;
    background-color: #fafafa;
}

.bs-slider {
    background: #fafafa;
}

.navbar-form {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-login {
    border-radius: 100px;
    background-color: #ff7300;
    border: 1px solid #ff7300;
    padding-left: 20px;
    padding-right: 20px;
}


.btn-footer {
    font-family: 'Sofia Pro UltraLight',serif;
    color: #fff;
    background-color: #ff7300;
    border-color: #ff7300;
    transition: all 0.8s ease 0s;
    border-radius: 4px;
}

    /*.btn-footer:hover {
        color: #000000;
        background-color: #fff;
    }
     .btn-footer:focus {
        color: #000000;
        background-color: #fff;
    }*/
    .btn-footer:focus, btn-footer:hover {
        color: #000000;
        background-color: #fff;
    }

.btn.focus, .btn:focus, .btn:hover {
    color: #000000;
    background-color: #fff;
}

.btn-Reset {
    color: #000000;
    background-color: #fff;
}

    .btn-Reset:focus, .btn-Reset:hover {
        color: #000000;
        background-color: #eae7e7;
    }

.thumbnail {
    padding-top: 20px;
    margin: 0px;
    border-radius: 0px;
}

.det-rug {
    padding: 0px;
}

.det-img {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}

.table {
    margin-bottom: 0px;
}
/*.img-carp {
    text-align: center;
}*/
.cText-show {
    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
}

.dv-subscribe {
    padding-top: 30px;
    padding-bottom: 30px;
    /*background-color: #ebebeb;*/
    text-align: center;
}

.subscribe-head {
    font-size: 34px;
    color: #303030;
}

.subscribe-foot {
    font-size: 18px;
    padding-bottom: 20px;
    color: #888888;
}

.cText-head {
    color: #3a3a3a;
}

.rug-size {
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


.navbar-header {
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.navbar-toggle {
    margin-right: 0px!important;
}

@media only screen and (min-width : 320px) {

    #logo-lg {
        display: none;
    }
    /*#logo-lgNColor {
        display: none;
    }*/
    #logo-xs {
        display: none;
    }

    #logo-xss {
        display: inline;
    }

    .thumbnail {
        margin-bottom: 20px;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }

    .right-align {
        bottom: 70px;
        right: 0px;
        position: absolute;
    }

    .rug-size {
        width: 220px!important;
        height: 300px!important;
    }

    .btn-prod {
        padding: 2px 3px;
        font-size: 10px;
        line-height: 10px;
        margin-bottom: 0px;
    }

    .form-control {
        font-size: 11px;
    }

    .ddl_page {
        width: 50%;
    }

    .btn-prodsize {
        display: block;
        margin-bottom: 8px;
    }

    .navbar-collapse {
        padding: 0px;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    #logo-lg {
        display: none;
    }
    /*#logo-lgNColor {
        display: none;
    }*/
    #logo-xs {
        display: inline;
    }

    #logo-xss {
        display: none;
    }

    .thumbnail {
        margin-bottom: 20px;
    }

    .navbar-nav.navbar-center {
        position: absolute;
        left: 40%;
        transform: translatex(-50%);
    }

    .navbar-collapse {
        padding-left: 15px;
    }

    .ddl_page {
        width: auto;
    }

    .strText {
        font-size: 10px;
    }
}




@media only screen and (min-width : 550px) {
    #logo-lg {
        display: none;
    }
    /*#logo-lgNColor {
        display: none;
    }*/
    #logo-xs {
        display: inline;
    }

    #logo-xss {
        display: none;
    }

    .navbar-nav.navbar-center {
        position: absolute;
        left: 40%;
        transform: translatex(-50%);
    }

    .btn-prod {
        padding: 2px 3px;
        font-size: 10px;
        line-height: 11px;
    }

    .form-control {
        font-size: 11px;
    }

  
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-right: 0px;
        margin-left: 0px;
    }

    .input-group {
        padding-top: 10px;
    }
    .autocomplete-items {
  max-height: 300px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    #logo-lg {
        display: none;
    }
    /*#logo-lgNColor {
        display: none;
    }*/
    #logo-xs {
        display: inline;
    }

    #logo-xss {
        display: none;
    }

    .form-control {
        font-size: 12px;
    }

    .navbar-nav.navbar-center {
        position: absolute;
        left: 43%;
        transform: translatex(-50%);
    }

    .btn-prod {
        padding: 3px 6px;
        font-size: 11px;
    }
    /*.prod-det {
        height: 530px;
    }*/
    .cText-head {
        font-size: 11px;
        color: #3a3a3a;
    }

    .right-align {
        /*bottom: 60px;
        right: 120px;
        position: absolute;*/
        position: absolute;
        bottom: 0;
        right: 0;
        padding-bottom: 60px;
    }

    .rug-size {
        /*width: 490px!important;
        height: 565px!important;*/
        width: 335px!important;
        height: 452px!important;
    }

    .btn-prod {
        padding: 3px 6px;
        font-size: 10px;
        line-height: 12px;
    }

    .btn-prodsize {
        display: block;
        margin-bottom: 3px;
    }

    .strText {
        font-size: 11px;
    }
     .autocomplete-items {
  max-height: 400px;
  }
}
/* landscape Tablets */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .navbar-default .navbar-header .navbar-brand {
        padding-top: 25px;
    }
}
/* Potrait Tablets */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .nav > li > a {
        padding: 2px 6px;
    }

    #logo-lg {
        display: none;
    }

    #logo-xs {
        display: none;
    }

    #logo-xss {
        display: inline;
    }

    .navbar-default .navbar-header .navbar-brand {
        padding-top: 25px;
    }

    /*.navbar-nav > li {
        padding-top: 10px;
    }*/

    .rug-size {
        width: 490px!important;
        height: 565px!important;
    }


    .navbar-default {
        padding: 0px;
    }

    .right-align {
        /*bottom: 60px;
        right: 120px;
        position: absolute;*/
        position: absolute;
        bottom: 0;
        right: 0;
        padding-bottom: 60px;
    }

    .btn-prod {
        padding: 4px 5px;
        font-size: 11px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    #logo-lg {
        display: none;
    }
    /*#logo-lgNColor {
        display: none;
    }*/
    #logo-xs {
        display: inline;
    }

    #logo-xss {
        display: none;
    }

    .rug-size {
        width: 440px!important;
        height: 557px!important;
    }

    .navbar-nav.navbar-center {
        position: absolute;
        left: 47%;
        transform: translatex(-50%);
    }

    .cText-head {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        color: #3a3a3a;
    }
    /*.prod-det {
        height: 530px;
    }*/
    /*.right-align {
        bottom: 70px;
        right: 10px;
        position: absolute;
    }*/

    .btn-prodsize {
        display: block;
        margin-bottom: 5px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    #logo-lg {
        display: inline;
    }
    /*#logo-lgNColor {
         display: none;
    }*/

    .rug-size {
        width: 450px!important;
        height: 567px!important;
    }

    #logo-xs {
        display: none;
    }

    #logo-xss {
        display: none;
    }

    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }

    .right-align {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-bottom: 60px;
    }

    .btn-prod {
        padding: 3px 5px;
        font-size: 11px;
    }

    .btn-prodsize {
        display: block;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width : 1400px) {
    .rug-size {
        width: 480px!important;
        height: 587px!important;
    }

    .right-align {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width : 1600px) {
    .rug-size {
        width: 480px!important;
        height: 570px!important;
    }

    .right-align {
        position: absolute;
        bottom: 0;
        right: 80px;
        padding-bottom: 60px;
    }
}
/* Extra Large Devices, Wide Screens */
@media only screen and (min-width : 1824px) {


    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }

    .btn-prod {
        padding: 4px 8px;
        font-size: 11px;
        line-height: 11px;
    }
}





/* social icons*/
/*.socialIcon {
    padding-left: 5px;
    padding-top: 110px;
}*/

.social-icons li a {
    display: inline-block;
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-top: 2px;
    margin-bottom: 0px;
    line-height: 25px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

ul.inline li {
    display: inline-block;
    /*padding: 0 5px;*/
}

.social-icons li a i {
    color: #fff;
}

ul.social-network li {
    margin-top: 10px;
}

.social-icons li i {
    display: inline-block;
    vertical-align: middle;
}

.f-fb {
    background-color: #7f7f7f;
}

    .f-fb:hover {
        background-color: rgb(59,89,152);
    }

.s-fb {
    color: #50473d;
}

    .s-fb:hover {
        color: rgb(59,89,152);
    }

.f-pn {
    background-color: #7f7f7f;
}

    .f-pn:hover {
        background-color: #d22129;
    }

.f-yb {
    background-color: #7f7f7f;
}

    .f-yb:hover {
        background-color: rgb(145,1,1);
    }

.s-yb {
    color: #50473d;
}

    .s-yb:hover {
        color: rgb(145,1,1);
    }

.f-in {
    background-color: #7f7f7f;
}

    .f-in:hover {
        background-color: rgb(145,1,1);
    }

.s-in:hover {
    color: rgb(145,1,1);
}

.s-in {
    color: #50473d;
}

.bg-baner {
    background-color: #e4e4e4;
}

.bg-baner-foot {
    background-color: #eb8b73;
}

.bg-border {
    background-color: #333132;
}

.HFoot {
    font-family: 'Sofia Pro Light',serif;
    color: #fff;
    font-size: 34px;
}


.btn-h-main {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    padding: 5px;
}

    .btn-h-main:hover {
        color: #6c6c6c;
        background-color: #fff;
        border-color: #6c6c6c;
    }

a {
    transition: all 0.5s ease 0s;
}
























/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    margin-left: 0 !important;
    padding: 0;
}


    ul.social-network li a {
        /*background-color: #e4e4e4;
        color: #fff;*/
        background-color: #fff;
        color: #e4e4e4;
        border: 1px solid #bdbdbd;
    }

        ul.social-network li a:hover {
            background-color: #d0cccc;
            color: #fff;
        }

.social-network a.icoShare:hover {
    background-color: #d0cccc;
    color: #fff;
}
/*.social-network a.icoLarge :hover {
    background-color: #6d6a6a;
    color: #fff;
}*/
/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #d1a635;
    color: #fff;
}

.social-network a.icoLike {
    /*background-color: #d0cccc;*/
    background-color: #fff;
}

.icoUnLike {
    background-color: #bdbdbd;
}

.social-network a.icoUnLike:hover {
    background-color: #d0cccc;
    color: #fff;
}

.social-network a.icoLike:hover {
    background-color: #d0cccc;
    color: #fff;
}



/*.icoUnLike:hover {
        background-color: red;
    }*/

/*.social-network a.icoLike:hover {
    background-color: #969696;
}

.social-network a.icoLarge:hover {
    background-color: #bdbdbd;
}*/

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
    color: #fff;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
    color: #fff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
    color: #fff;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
    color: #fff;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
    color: #fff;
}

.social-network a.icoYoutube:hover {
    background-color: rgb(145, 1, 1);
    color: #fff;
}

.social-network a.icoPinterest:hover {
    background-color: #d22129;
    color: #fff;
}

    .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
    .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i, .social-network a.icoYoutube:hover i, .social-network a.icoPinterest:hover i {
        color: #fff;
    }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    /*-webkit-animation: spin 0.2s linear;
    -moz-animation: spin 0.2s linear;
    -o-animation: spin 0.2s linear;
    -ms-animation: spin 0.2s linear;*/
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
    }
}


.social-circle i {
    /*color: #ffffff;*/
    border-color: #979797;
    /*width: 30px;*/
    height: 30px;
    font-size: 18px;
    border-radius: 30%;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

ul.social-network li {
    margin-top: 10px;
}




.breadcrumb {
    /*background-color: #e9e9e9;*/
}

    /*.breadcrumb > li > a {
        color: #d3a937;
    }*/

    .breadcrumb > li + li:before {
        color: #3a3a3a;
        /*content: "\003e";*/
        content: "\203A";
    }

.btn-like {
    color: #ffffff;
    background-color: #969696;
    border-color: #8a8a8a;
}


    .btn-like:hover {
        color: #3a3a3a;
        background-color: #d0cccc;
        border-color: #d8d8d3;
    }

.btn-unlike {
    color: #5f554f;
    background-color: #fafafa;
    border-color: #d8d8d3;
}

    .btn-unlike:hover {
        color: #3a3a3a;
        background-color: #d0cccc;
        border-color: #d8d8d3;
    }

.traingle-top-left {
    top: 1px;
    position: absolute;
    border-top: 60px solid #fafafa;
    border-right: 60px solid transparent;
    opacity: 0.9;
}

.traingle-span {
    font-size: 20px;
    margin-top: -55px;
    position: absolute;
    margin-left: 5px;
}

.dvEdp-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    padding: 12px 16px;
    min-width: 150px;
    max-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 11px;
    margin-top: -200px;
    color: black;
    text-align: left;
    margin-left: 20px;
}


.dvEdp:hover .dvEdp-content {
    display: block;
}


.dvEdpdet-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /*padding: 12px 16px;*/
    min-width: 150px;
    max-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 11px;
    margin-top: 5px;
    color: black;
    text-align: left;
    margin-left: 0px;
}


.dvEdpdet:hover .dvEdpdet-content {
    display: block;
}

/*color icons*/
/*.ui-icon.Beige {
    background: Beige;
}

.ui-icon.Black {
    background: #000;
}

.ui-icon.Blue {
    background: Blue;
}

.ui-icon.Brown {
    background: Brown;
}

.ui-icon.Celadon {
    background: #ACE1AF;
}

.ui-icon.Gold {
    background: Gold;
}

.ui-icon.Gray {
    background: Gray;
}


.ui-icon.Green {
    background: green;
}

.ui-icon.Linen {
    background: Linen;
}

.ui-icon.Ivory {
    background: Ivory;
}

.ui-icon.multi {
    background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
}

.ui-icon.Navy {
    background: Navy;
}

.ui-icon.Pink {
    background: Pink;
}

.ui-icon.Rust {
    background: #B7410E;
}

.ui-icon.Red {
    background: red;
}


.ui-icon.White {
    background: #FFF;
}


.ui-icon.Sage {
    background: #9C9F84;
}


.ui-icon.Walnut {
    background: #5d432c;
}


.ui-icon.Orange {
    background: Orange;
}

.ui-icon.Pink {
    background: Pink;
}

.ui-icon.Purple {
    background: Purple;
}

.ui-icon.Silver {
    background: Silver;
}

.ui-icon.Natural {
    background: #be9757;
}

.ui-icon.Yellow {
    background: Yellow;
}





.ui-icon.Transparent {
    background: transparent;
}



.circle {
    height: 25px;
    width: 25px;
    background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
    border-radius: 50%;
    display: inline-block;
   
}*/

/*color icons ends*/




/*Product View carousel css*/


/* Reposition the controls slightly */
.carousel-control {
    /*left: -15px;*/
}

    .carousel-control.right {
        right: -20px;
        background-image: none;
    }

    .carousel-control.left {
        left: -20px;
        background-image: none;
    }
/* Changes the position of the indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
    /* Changes the colour of the indicators */
    .carousel-indicators li {
        background: #c0c0c0;
    }

    .carousel-indicators .active {
        background: #333333;
    }


row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    *margin-left: 2.074468085106383%;
}

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    *width: 91.43617021276594%;
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    *width: 82.92553191489361%;
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    *width: 74.41489361702126%;
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    *width: 65.90425531914893%;
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    *width: 57.39361702127659%;
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    *width: 48.88297872340425%;
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    *width: 40.37234042553192%;
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    *width: 31.861702127659576%;
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    *width: 23.351063829787233%;
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    *width: 14.840425531914894%;
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    *width: 6.329787234042553%;
}

.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    *margin-left: 104.14893617021275%;
}

    .row-fluid .offset12:first-child {
        margin-left: 102.12765957446808%;
        *margin-left: 102.02127659574467%;
    }

.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    *margin-left: 95.6382978723404%;
}

    .row-fluid .offset11:first-child {
        margin-left: 93.61702127659574%;
        *margin-left: 93.51063829787232%;
    }

.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    *margin-left: 87.12765957446807%;
}

    .row-fluid .offset10:first-child {
        margin-left: 85.1063829787234%;
        *margin-left: 84.99999999999999%;
    }

.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    *margin-left: 78.61702127659572%;
}

    .row-fluid .offset9:first-child {
        margin-left: 76.59574468085106%;
        *margin-left: 76.48936170212764%;
    }

.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    *margin-left: 70.10638297872339%;
}

    .row-fluid .offset8:first-child {
        margin-left: 68.08510638297872%;
        *margin-left: 67.9787234042553%;
    }

.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    *margin-left: 61.59574468085106%;
}

    .row-fluid .offset7:first-child {
        margin-left: 59.574468085106375%;
        *margin-left: 59.46808510638297%;
    }

.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    *margin-left: 53.085106382978715%;
}

    .row-fluid .offset6:first-child {
        margin-left: 51.063829787234035%;
        *margin-left: 50.95744680851063%;
    }

.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    *margin-left: 44.57446808510638%;
}

    .row-fluid .offset5:first-child {
        margin-left: 42.5531914893617%;
        *margin-left: 42.4468085106383%;
    }

.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    *margin-left: 36.06382978723405%;
}

    .row-fluid .offset4:first-child {
        margin-left: 34.04255319148936%;
        *margin-left: 33.93617021276596%;
    }

.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    *margin-left: 27.5531914893617%;
}

    .row-fluid .offset3:first-child {
        margin-left: 25.53191489361702%;
        *margin-left: 25.425531914893618%;
    }

.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    *margin-left: 19.04255319148936%;
}

    .row-fluid .offset2:first-child {
        margin-left: 17.02127659574468%;
        *margin-left: 16.914893617021278%;
    }

.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    *margin-left: 10.53191489361702%;
}

    .row-fluid .offset1:first-child {
        margin-left: 8.51063829787234%;
        *margin-left: 8.404255319148938%;
    }

[class*="span"].hide, .row-fluid [class*="span"].hide {
    display: none;
}

[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
    float: right;
}



.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 30px;
    font-weight: 100;
    line-height: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    opacity: 0.5;
    background: rgb(179, 179, 179);
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 23px;
}

.carousel-control {
    left: -12px;
}

carousel-control.right {
    left: auto;
    right: -12px;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #b3833f;
}

element.style {
}

.thumbnail {
    /*margin-bottom: 10px;*/
    /*background-color: transparent;*/
    /*border: 0px solid #ddd;*/
}

p {
    margin: 0 0 0px;
    margin-bottom: 5px;
}

.well {
    min-height: 20px;
    /*padding: 19px;*/
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*upto here Product View carousel css*/


/*code for colors*/

#listResults .checkbox * {
    cursor: pointer;
}

#listResults .checkbox {
    padding-left: 20px;
    /*width: 20px;*/
    height: 20px;
    margin-top: 1px;
}

    #listResults .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        #listResults .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #555;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        #listResults .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            top: 2px;
            margin-left: -21px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #ffffff;
        }

    #listResults .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
        width: 20px;
        height: 20px;
    }


        #listResults .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }

    #listResults .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    #listResults .checkbox.checkbox-inline {
        margin-top: 0;
    }

#listResults .checkbox-brown input[type="checkbox"] + label::after,
#listResults .checkbox-orange input[type="checkbox"] + label::after,
#listResults .checkbox-celadon input[type="checkbox"] + label::after,
#listResults .checkbox-gold input[type="checkbox"] + label::after,
#listResults .checkbox-gray input[type="checkbox"] + label::after,
#listResults .checkbox-silver input[type="checkbox"] + label::after,
#listResults .checkbox-brown input[type="checkbox"] + label::after,
#listResults .checkbox-sage input[type="checkbox"] + label::after,
#listResults .checkbox-silver input[type="checkbox"] + label::after,
#listResults .checkbox-rust input[type="checkbox"] + label::after,
#listResults .checkbox-multi input[type="checkbox"] + label::after,
#listResults .checkbox-pink input[type="checkbox"] + label::after,
#listResults .checkbox-red input[type="checkbox"]:checked + label::after,
#listResults .checkbox-yellow input[type="checkbox"]:checked + label::after,
#listResults .checkbox-green input[type="checkbox"]:checked + label::after,
#listResults .checkbox-blue input[type="checkbox"]:checked + label::after,
#listResults .checkbox-black input[type="checkbox"]:checked + label::after {
    color: #fff;
}

#listResults .checkbox-other input[type="checkbox"] + label::after,
#listResults .checkbox-white input[type="checkbox"] + label::after,
#listResults .checkbox-beige input[type="checkbox"] + label::after,
#listResults .checkbox-ivory input[type="checkbox"] + label::after,
#listResults .checkbox-linen input[type="checkbox"] + label::after,
#listResults .checkbox-walnut input[type="checkbox"] + label::after,
#listResults .checkbox-natural input[type="checkbox"] + label::after {
    color: #000000;
}




#listResults .checkbox-beige input[type="checkbox"] + label::before {
    background-color: Beige;
    border-color: #ccccb1;
}

#listResults .checkbox-black input[type="checkbox"] + label::before {
    background-color: #000000;
    border-color: #000000;
}

#listResults .checkbox-blue input[type="checkbox"] + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

#listResults .checkbox-brown input[type="checkbox"] + label::before {
    background-color: Brown;
    border-color: Brown;
}

#listResults .checkbox-celadon input[type="checkbox"] + label::before {
    background-color: #ACE1AF;
    border-color: #ACE1AF;
}

#listResults .checkbox-gold input[type="checkbox"] + label::before {
    background-color: #D4AF37;
    border-color: #D4AF37;
}

#listResults .checkbox-gray input[type="checkbox"] + label::before {
    background-color: Gray;
    border-color: Gray;
}

#listResults .checkbox-green input[type="checkbox"] + label::before {
    background-color: #008000;
    border-color: #008000;
}

#listResults .checkbox-linen input[type="checkbox"] + label::before {
    background-color: Linen;
    border-color: #c7af97;
}

#listResults .checkbox-ivory input[type="checkbox"] + label::before {
    background-color: Ivory;
    border-color: #cccca0;
}

#listResults .checkbox-multi input[type="checkbox"] + label::before {
    background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
    border-color: #0033ff;
}


#listResults .checkbox-navy input[type="checkbox"] + label::before {
    background-color: Navy;
    border-color: Navy;
}

#listResults .checkbox-pink input[type="checkbox"] + label::before {
    background-color: Pink;
    border-color: #d6a3ac;
}

#listResults .checkbox-rust input[type="checkbox"] + label::before {
    background-color: #B7410E;
    border-color: #B7410E;
}

#listResults .checkbox-red input[type="checkbox"] + label::before {
    background-color: #FF0000;
    border-color: #FF0000;
}

#listResults .checkbox-white input[type="checkbox"] + label::before {
    background-color: #FFF;
}

#listResults .checkbox-sage input[type="checkbox"] + label::before {
    background-color: #9C9F84;
    border-color: #9C9F84;
}

#listResults .checkbox-walnut input[type="checkbox"] + label::before {
    background-color: #5d432c;
    border-color: #5d432c;
}

#listResults .checkbox-orange input[type="checkbox"] + label::before {
    background-color: Orange;
    border-color: Orange;
}

#listResults .checkbox-purple input[type="checkbox"] + label::before {
    background-color: Purple;
    border-color: Purple;
}

#listResults .checkbox-silver input[type="checkbox"] + label::before {
    background-color: Silver;
    border-color: Silver;
}

#listResults .checkbox-natural input[type="checkbox"] + label::before {
    background-color: #be9757;
    border-color: #be9757;
}

#listResults .checkbox-yellow input[type="checkbox"] + label::before {
    background-color: #face00;
    border-color: #face00;
}

#listResults .checkbox-transparent input[type="checkbox"] + label::before {
    background-color: transparent;
}

/*upto here*/
.slider.slider-horizontal {
    width: 160px;
    height: 20px;
    margin-left: 3px;
    margin-top: 30px;
}

    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        padding-top: 0px;
    }

    .slider.slider-horizontal .slider-tick-label-container {
        font-size: 9px;
    }

.slider-tick.in-selection {
    background-image: linear-gradient(to bottom, #969696 0%, #969696 100%);
}

.slider-handle {
    background-image: linear-gradient(to bottom, #d1a635 0%, #d1a635 100%);
}

    .slider-handle.round {
        border-radius: initial;
        /*border-radius:50%;*/
    }

.slider.slider-horizontal .slider-track {
    height: 6px;
}

.slider-tick {
    width: 1px;
    height: 13px;
    top: 1px;
}

.slider-handle {
    width: 3px;
    height: 13px;
    top: 1px;
}

.slider-tick.round {
    border-radius: initial;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: -2px;
}

.slider-selection.tick-slider-selection {
    /*background-image: linear-gradient(to bottom, #e4e4e4 0%, #ffffff 100%);*/
    background-image: linear-gradient(to bottom, #c3c3c3 0%, #ffffff 100%);
    /*background-image: linear-gradient(to bottom, #d4b971 0%, #eedfb6 100%);*/
}

.slider-tick-label {
    color: #d2d1d1;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    background: #fafafa;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d0cccc;
    border-radius: 10px;
    cursor: pointer;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #969696;
        cursor: pointer;
    }


/* The Chkcontainer */
.Chkcontainer {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    /*margin-bottom: 12px;*/
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .Chkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.Chkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.Chkcontainer input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.Chkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.Chkcontainer .checkmark:after {
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid #d1a635;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Vline {
    height: 70px;
    border-right: 1px solid #f3f3f3;
    padding-right: 20px;
}

.Rline {
    height: 70px;
    border-left: 1px solid #f3f3f3;
    padding-left: 20px;
}

.cTot {
    color: #d1a635;
    font-size: 14px;
    line-height: 1.6;
}
