body {
    background-color: #e5e5e5;
}

a:hover {
    text-decoration: none !important;
}

/* ##### NAVBAR CSS ##### */
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    
    .navbar .navbar-collapse {
        text-align: center;
    }

}

.navbar-default {
    background-color: #f5f5f5;
    border: none;
    /*border-bottom: 1px solid #d6d6ce;*/
    margin-bottom: 0;
}

.navbar {
    border-radius: 0;
    min-height: 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 11px;
}

.navbar-nav > li {
    /*padding-bottom: 2px;
    padding-top: 2px;*/
}

.navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0;
    /*border-right: 1px solid #fff;*/
}

.navbar-nav > li:last-child > a {
    border-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #df373e;
    
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #df373e;
}

.navbar-default .navbar-toggle {
    border-color: #234c7f;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    padding: 0;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/* ##### CSS FOR HEADER FOR XS-DEVICES ##### */
.btr-header-mobile {
    background-color: #e5e5e5;
    padding-top: 5px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #d6d6ce;*/
}

.cart-mobile {
    background: url("../images/cart-empty.png") no-repeat;
    height: 27px;
    width: 37px;
    position: absolute;
    text-align: center;
    padding-right: 9px;
}


/* ##### CSS FOR NAVBAR MENU FOR XS-DEVICES ##### */
@media (max-width: 767px) {
    .navbar {
        min-height: 0;
    }
    
    .navbar-nav {
        margin: 0 -15px;
    }
    
    .navbar-nav > li > a {
        border-right: none;
        padding-top: 10px;
        padding-bottom: 10px;
    } 
    
    .navbar-nav > li {
        padding-bottom: 0;
        padding-top: 0;
    }
    
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: #d3d6da;
        color: #234c7f;
    }
    
    .navbar-toggle .icon-bar {
        background-color: #676767;
        height: 3px;
        border-radius: 5px;
        width: 27px;
    }
    
    .navbar-toggle {
        float: left;
    }
}

/* ##### SEARCH BAR CSS ##### */
.search-input {
    width:70%;
    transition:width 0.3s ease-in-out;
    padding-left: 30px;
}

.search-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 1px 1px 2px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 1px 1px 2px rgba(102, 175, 233, .6);
}

.search-input-mobile {
    padding-left: 25px;
    border: 1px solid #e5e5e5;
    height: 35px;
    border-radius: 7px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.search-input-focus	{
  width:100%;
  transition:width 0.5s ease-in-out;
}

.search-icon {
    left: 0;
    right: auto;
    color: #8e8e93;
}

.search-icon-mobile {
    left: 0;
    right: auto;
    color: #cfcece;
    height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 13px;
}

.search-input-mobile::-moz-placeholder {
    color: #cfcece;
    font-size: 19px;
}

.clearer {
    pointer-events: all !important;
    cursor: pointer;
}

.btr-header-middle { 
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5; 
	padding: 19px 0 18px;
	position: relative;
	font-size: 13px;
    color: #b6b6b6;
	/*min-height: 64px;*/
}

.btr-header-middle .form-control {
    border-radius: 0;
    height: 36px;
}

.btr-header-middle .form-contol-feedback {
    height: 36px;
    width: 36px;
    line-height: 36px;
}

.btr-header-middle .container-fluid {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.has-clear:focus {
    border-color: #9cb2cd !important;
    box-shadow: 0 0 8px rgba(35, 76, 127, 0.6);
}

/* ##### LOGO CSS ##### */
.logo-text, .logo-text-mobile {
    color: #ec1e20;
	font-size: 10px;
	font-weight: normal;
    display: block;
}

/*.logo-text-mobile {
    font-size: 9px;
}*/

/* ##### CART CSS ##### */
.cart-link {
	float: right;
	margin-top: 15px;
	background: url("../images/basket-small.png") no-repeat;
	height: 21px;
	width: 27px;
	position: relative;
	right: 2px;
}

.cart-link span {
	background-color: #ff6500;
	color: #fff;
	font-size: 9px;
	height: 19px;
	width: 19px;
	line-height: 16px;
	position: absolute;
	right: -7px;
	text-align: center;
	top: -8px;
	border-radius: 100%;
    border: 2px solid #fff;
}

@media (max-width: 767px) {
    .cart-link span {
        border: 2px solid #e5e5e5;
    }
}

.user-links {
    padding-top: 18px;
    padding-right: 8px;
}

.user-links > a {
    color: #333;
	font-size: 13px;
    padding-left: 15px;
}

.user-links > a:hover,
.user-links > a:focus {
    color: #df373e;;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 910px) {
    .user-links {
        padding-top: 0;
        padding-right: 20px;
    }
    .user-links > a {
        display: block;
    }
}

/*@media (max-width: 767px) {
    .search-input {
        width: 100% !important;
    }
    
    .btr-header-middle {
        padding: 10px 0;
    }
    
    .user-links {
        padding-right: 15px;
        text-align: center;
    }
    
    .user-links > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .logo-text {
        padding-bottom: 10px;
    }
}*/

/* ##### CSS FOR SLIDER ##### */
.slider-outer-outer {
    width: 100%;
    max-width: 1250px;
}

.slider-outer-inner {
    width: 100%
margin: 10px auto 0;
    padding: 10px;
    background-color: #fff;
}

.slider-outer-inner img:hover,
.slider-outer-inner img:focus {
    opacity: 0.9;
}

.slider-side-content {
    display:inline-block;
    width: 16.3%;
    height: 100%;
    float: left;
}

.slider-outer {
    display: inline-block;
    width: 65.75%;
    float: left;
    margin: 0 10px;
    position: relative;
}

.carousel-indicators {
    bottom: 0;
    opacity: 1;
}

.carousel-indicators li {
    border: 1px solid #e5e5e5;
}

.carousel-indicators .active {
    background-color: #3c8967;
}

@media (max-width: 1280px) {
    .slider-side-content {
        width: 16.2%;
    }

    .slider-outer {
        width: 65.70%
    }
}

@media (max-width: 1104px) {
    .slider-outer {
        width: 65.6%;
    }
}


@media (max-width: 1090px) {
    .slider-side-content {
        width: 16.1%;
    }

    .slider-outer {
        width: 65.40%;
    }
}

@media (max-width: 1024px) {
    .slider-side-content {
        width: 16%;
    }

    .slider-outer {
        width: 65.50%;
    }
}


/*@media (max-width: 1199px) {
    .slider-outer {
        margin: 0 9px;
    }
}

@media (max-width: 1024px) {
    .slider-outer {
        margin: 0 8px;
    }
}*/

@media (max-width: 991px) {
    .slider-outer-outer {
        max-width: 100%;
        padding: 0;

    }

    .slider-outer-outer > .slider-outer-inner {
        padding: 0;
        background-color: #e9edf0;
    }

    .slider-outer {
        display: block;
        width: 100%;
        margin: 0;
    }

    .slider-outer img {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .carousel-indicators li {
        width: 7px;
        height: 7px;
    }
    
    .carousel-indicators .active {
        width: 8px;
        height: 8px;
    }
}

/* ##### CSS FOR CUSTOM LINK FOR XS ##### */
.custom-link-xs {
    border-bottom: 1px solid #cfcece; 
    padding: 15px 10px; 
    font-size: 18px;
}

.custom-link-xs a {
    color: #676767;
}

.custom-link-xs a:hover,
.custom-link-xs a:focus {
    text-decoration: none;
}

.custom-link-xs img {
    max-width: 35px;
    max-height: 35px;
    padding-right: 10px;
    vertical-align: middle;
    margin-left: 10px;
}

.custom-link-xs i {
    padding-top: 4px;
}

/* ##### CSS FOR TEXT BAR BELOW SLIDER  ##### */
.text-bar-below-slider {
    background-color: #fff;
    padding: 10px 5px;
    margin: 20px 0 10px 0;
}

.text-bar-below-slider span {
    font-size: 12px;
}

/* ##### CSS FOR HOMEPAGE IMAGES ##### */
.home-img-text {
    /*text-transform: uppercase;*/
    overflow: hidden;
}

.home-img-text img {
    transform: scale(1);
    transition: all 0.5s ease-in 0s;
}

.home-img-text img:hover,
.home-img-text img:focus {
    transform: scale(1.03);
}

.col-1-img img:hover,
.col-1-img img:focus {
    opacity: 0.9;
}

/* ##### CSS FOR CATEGORY LIST ##### */
.category-outer {
    background-color: #fff;
    border: 1px solid #d6d6ce;
    padding: 20px 20px 20px 0;
    
}

.category-block {
    padding-left: 20px;
    padding-right: 0;
}

.btm-margin {
    margin-bottom: 40px;
}

.category-block h1 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    color: #333;
}

.category-block ul {
    padding-left: 0;
}

.category-block li {
    list-style-type: none;
}

.category-block li a {
    color: #333;
    font-size: 11px;
    font-weight: 600;
}

.category-block li a sup {
    color: #f00;
    font-weight: normal;
}

.category-block li a:hover,
.category-block li a:focus {
    text-decoration: none;
    color: #df373e;
}

.custom-list li::before {
    color: #f00;
    content: "*";
    padding-right: 4px;
}

/* ##### CSS FOR CATEGORY NAV ##### */
.category-nav {
    background-color: #fff;
    /*border-bottom: 1px solid #d6d6ce;*/
    clear: both;
    height: 40px;
    /*line-height: 40px;*/
    /*padding: 0 15px;*/
    margin-bottom: 10px;
}

.category-nav .container-fluid {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.category-nav-list {
    text-align: justify;
	width: 100%;
	margin: 0;
	padding: 0;
    height: inherit;
}

.category-nav-list:after {
	content:"";
	display: inline-block;
	width: 100%;
	height: 0;
}

.category-nav-list li {
	padding: 10px 0 8px 0;
	float: none;
	/*margin-right: 15px;
    margin-left: 15px;*/
	display: inline-block;
    /*bottom: 2px*/;
}

.category-nav-list li:first-child {
    margin-left: 0;
}

.category-nav-list li:last-child {
    margin-right: 0;
}

.category-nav-list li:before {
	display: none;
}

/*.category-nav-list li.active a {
    color: #0c19b5;
}*/

.category-nav-list li a {
	font-size: 13px;
	/*font-weight: 600;*/
	margin: 0;
	color: #333;
	text-transform: uppercase;
    padding: 0 0 2px 0;
    border-bottom: 2px solid transparent;
}

/*
@media (max-width: 1024px) {
    .category-nav-list li a {
        padding: 10px 5px;
        font-size: 12px;
    }
}
*/

.category-nav-list li a:hover,
.category-nav-list li a:focus {
    color: #df373e !important;/*0c19b5*/
    background-color: transparent !important;
    border-color: #df373e !important;    
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.dropdown-menu {
    border-radius: 0;
    background-color: #e5e5e5;
    padding: 0;
    margin: 0;
    /*border-top: 3px solid #df373e;*/
    /*display: block !important;*/
    min-width: 100px;
}

.dropdown-menu li {
    padding: 0;
    width: 100%;
    margin: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:focus {
    border-bottom: 0;
}

.dropdown-menu > li > a {
    padding: 10px;
    text-transform: capitalize;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #fff !important;
    color: #676767 !important;
    border-bottom: 0px;
}

/* ##### CSS FOR FOOTER ##### */
footer {
    background-color: #f2f2f2;
    margin-top: 40px;
    border-top: 1px solid #666;
}

footer .footer-menu  ul {
    padding-left: 0;
}

.footer-menu ul li {
    list-style-type: none;
}

.footer-menu h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
}

.footer-menu li a,
.footer-menu p a {
    color: #5f5f5f;
    font-size: 10px;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu p a:hover,
.footer-menu p a:focus {
    text-decoration: none;
    color: #333;
}

ul.payment-options li {
    display: inline-block;
}

ul.payment-options li a:hover,
ul.payment-options li a:focus {
    opacity: 0.4;
}

.member-login {
    margin-top: 20px;
    font-weight: bold;
}

.social-media {
    display: inline-block;
}

.social-media i {
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}

.social-media a {
    padding-right: 8px;
    padding-bottom: 10px;
}

.social-media .facebook i {
    background-color: #3a569a;
    color: #fff;
}

.social-media .facebook:hover i {
    background-color: #295ad2;
}

.social-media .pinterest i {
    background-color: #cb1f26;
    color: #fff;
}

.social-media .pinterest:hover i {
    background-color: #e33d43;
}

.social-media .twitter i {
    background-color: #29aae0;
    color: #fff;
}

.social-media .twitter:hover i {
    background-color: #067fb2;
}

.social-media .google-plus i {
    background-color: #d6492f;
    color: #fff;
}

.social-media .google-plus:hover i {
    background-color: #f85234;
}


.social-media .linkedin i {
    background-color: #0094ba;
    color: #fff;
}

.social-media .linkedin:hover i {
    background-color: #04bbea;
}

.social-media .youtube i {
    background-color: #ff2f2f;
    color: #fff;
}

.social-media .youtube:hover i {
    background-color: #fd7a7a;
}

.footer-bottom {
    font-size: 10px;
    color: #8a8a8a;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .footer-bottom a img {
        display: block;
        padding-left: 10px;
        padding-bottom: 10px;
    }
}

/* ##### CSS FOR PRODUCT LIST DISPLAY ##### */
#rugsart-content-wrapper .bread-crumb {
	font-size: 13px;
	padding: 5px 8px;
}

#rugsart-content-wrapper .product-container {
	background-color: #fff;
    border: 1px solid #d6d6ce;
    border-top-right-radius: 3px;
    padding: 0 0 10px 0;
}

#rugsart-content-wrapper .product-container .product-block {
	padding: 30px 30px 0 30px;
}

#rugsart-content-wrapper .product-container .product-block .new-arrival {
	text-align: center;
    color: #ff0000;
    font-size: 16px;
    padding-top: 4px;
    text-transform: capitalize;
}

#rugsart-content-wrapper .product-container .product-block .product-img {
    position: relative;
}

#rugsart-content-wrapper .product-container .product-block .product-img img {
    margin: 0 auto;
}

#rugsart-content-wrapper .product-container .product-block .product-details {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

#rugsart-content-wrapper .product-container .product-block .product-details .inner {
	display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 10;
}

#rugsart-content-wrapper .product-container .product-block .product-details .inner .innerer {
	display: table-cell;
    vertical-align: middle;
}

#rugsart-content-wrapper .product-container .product-block .product-details .inner .innerer p {
    margin-bottom: 0;
}

#rugsart-content-wrapper .product-container .product-block .product-details:hover {
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#rugsart-content-wrapper .product-container .product-block .product-details p {
	line-height: 2em;
	font-size: 12px;
	color: #222;
}

#rugsart-content-wrapper .product-container .product-block .product-details .btn-primary {
    color: #fff;
}

#rugsart-content-wrapper .product-container .product-block .product-details p.product-title {
	font-size: 22px;
}

#rugsart-content-wrapper .product-container .product-block .product-details p.divider {
	padding: 20px 0;
}

#rugsart-content-wrapper .product-container .product-block .product-details p.product-view {
	font-size: 18px;
	text-decoration: underline;
}

#rugsart-content-wrapper .product-container .product-block .product-details p.product-price span {
	/*font-weight: bold;*/
	color: #222;
    font-size: 20px;
}

@media (max-width: 991px) {
    #rugsart-content-wrapper .product-container .product-block .product-details {
        position: relative;
        /*top: 0;
        width: 100%;
        height: 100%;*/
        background-color: #333;
        opacity: 1;
        filter: alpha(opacity=1);
        text-align: center;
        /*-o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none;*/
    }
    
    #rugsart-content-wrapper .product-container .product-block .new-arrival {
	   font-size: 10px;
    }
    
    #rugsart-content-wrapper .product-container .product-block {
	   padding: 25px 25px 0 25px;
    }
    
    #rugsart-content-wrapper .product-container .product-block .product-details p.product-title {
	   font-size: 16px;
    }
}


@media (max-width: 767px) {
    #rugsart-content-wrapper .product-container .product-block {
	   padding: 15px 15px 0 15px;
    }
    
    /*#rugsart-content-wrapper .product-container .product-block .new-arrival {
	   font-size: 8px;
    }*/
    
    #rugsart-content-wrapper .product-container .product-block .product-details p.product-title {
	   font-size: 12px;
    }
}

/* ##### CSS FOR SUB CATEGORY LIST FOR XS DEVICES ##### */
.rugsart-subcategory {
    /*height: 200px;*/
    background-color: #fff;
    border-radius: 3px;
    /*border: 5px solid #e9edf0;*/
    font-size: 20px;
    text-align: center;
    padding: 20px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.18);
    margin: 5px 0;
}

.category-title {
    font-size: 16px;
    margin-top: 20px;
   /* font-weight: bold;*/
    text-transform: capitalize;
    color: #676767;
    margin-bottom: 2px;
}

.category-title span {
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    margin-top: 4px;
}

.rugsart-subcategory a:hover {
    text-decoration: none;
}

.subcategory-title {
    font-size: 16px;
    color: #676767;
    /*font-weight: bold;*/
    padding-top: 10px;
}

.subcategory-view {
    font-size: 15px;
}

@media (max-width: 767px) {
    .subcategory-title {
        font-size: 16px;
        font-weight: normal;
    }
    
    .subcategory-view {
        font-size: 15px;
        padding: 4px 0;
        width: 97%;
    }
    
    .subcategory-view i {
        padding-left: 3px;
    }
}

/* ##### CSS FOR PRODUCT DETAIL ##### */
#rugsart-content-wrapper .product-detail-container {
	background-color: #fff;
    border: 1px solid #d6d6ce;
    border-top-right-radius: 3px;
    padding: 30px;
}

#rugsart-content-wrapper .product-detail-img {
    position: relative;
}

#rugsart-content-wrapper .product-detail-img img {
    margin: 0 auto;
}

#rugsart-content-wrapper .product-detail-img:hover .product-detail-text {
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#rugsart-content-wrapper .product-detail-text {
    position: absolute;
	top: 0;
	width: 50%;
    height: auto;
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

#rugsart-content-wrapper .product-detail-text p {
    text-align: justify;
    color: #676767;
    padding: 10px;
    font-size: 12px;
}

ul.thumbnails {
    padding: 5px 0 0 0;
    margin-bottom: 0;
}

.thumbnails li {
    display: inline-block;
    height: 66px;
    width: 66px;
}

/*.thumbnails li:last-child {
    height: auto;
    width: auto;
    float: right;
    padding-top: 9px;
}*/

.thumbnails li a img {
    border: 2px solid #ccc;
    border-radius: 50%;
    height: 66px;
    width: 66px;
}

@media (max-width: 767px) {
    ul.thumbnails {
        padding: 10px 0;
    }
    
    .thumbnails li,
    .thumbnails li a img {
        height: 53px;
        width: 53px;
    }
    
    .thumbnails li:last-child {
        padding-top: 0;
    }
    
    .inquiry-text {
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        padding: 10px; 
        border-radius: 4px;
    }
}

.thumbnails li a img:hover {
    border:2px solid #4AB4BD;
}

/*.thumbnails a.customization {
    width:208px; 
    height:53px; 
    background:url(../images/design_customization.png) no-repeat 0 0; 
    display:block;
    text-indent:-99999px;
}

.thumbnails a.customization:hover,
.thumbnails a.customization:focus {
    background-position: 0 -55px;
}*/

.customization {
    background-color: #fff;
   /* border-radius: 5px;
    border: 1px solid #000;*/
    text-align: center;
    font-size: 1em;
    padding-top: 19px;
}


.customization .customization-inner {
    border-radius: 5px;
    /*border: 1px solid #000;*/
    color: #5f6673;
    box-shadow: 0px 2px 2px 2px rgba(198,195,207,1);
    padding-top: 3px;
    width: 90%;
    float: right;
}

@media (max-width: 1024px) {
    .customization .customization-inner {
        width: 100%;
    }
}

.customization a:hover .customization-inner {
    opacity: 0.6;
    text-decoration: underline;
}

.customization ul {
    padding-left: 0;
    margin-bottom: 0;
    max-height: 14px;
}

.customization ul li {
    list-style-type: none;
    height: 7px;
    width: 7px;
    background-color: #c21b36;
    display: inline-block;
    margin-right: 2px;
}

.customization ul li.color-1 {
    background-color: #c21b36;
}
.customization ul li.color-2 {
    background-color: #425c8f;
}
.customization ul li.color-3 {
    background-color: #df7842;
}
.customization ul li.color-4 {
    background-color: #f5d270;
}
.customization ul li.color-5 {
    background-color: #267272;
}
.customization ul li.color-6 {
    background-color: #cad4ad;
}
.customization ul li.color-7 {
    background-color: #eea2b2;
}
.customization ul li.color-8 {
    background-color: #3c8967;
}
.customization ul li.color-9 {
    background-color: #a63049;
}

.customization ul li:last-child {
    margin-right: 0;
}

.designer .product-name {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 15px 6px 0;
    color: #5d5d5d;
}

.designer .product-name em {
    text-transform: uppercase;
    font-style: normal;
}

.designer a.designer_link {
    color: #2786c2;
}

.designer img {
    border-radius: 50%;
    margin-left: 20px;
    vertical-align: middle;
}

ul.product-info {
    padding-left: 0;
    margin-bottom: 5px;
}

ul.product-info li {
    list-style-type: none;
    font-size: 13px;
    color: #5d5d5d;
}

.request-price-block {
    padding: 10px 24px 24px;
    background-color: #f3f4ef;
    border-color: #fff;
    box-shadow: 0 0 0 0;
}

.request-price-block p {
    color: #2e2e2e;
    font-size: 16px;
    padding-bottom: 35px;
}

.request-price-block form label {
    font-size: 16px;
    font-weight: normal;
}

.request-price-block form input.form-control {
    margin-left: 15px;
    text-align: center;
    width: 34px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: auto;
}

a.btn-request {
    background-color: #00509d;
    border-radius: 3px;
    box-shadow: 0 4px 1px #d8d8d8;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    padding: 4px 11px;
}

a.btn-request:hover {
    color: #fff;
    background-color: #3188db;
}

.inquiry-form .control-label {
    text-align: left !important;
}

.inquiry-form .form-control {
    border-radius: 0;
    padding: 1px 12px;
    height: 25px;
    font-size: 12px;
}

.inquiry-form select.form-control {
    padding-left: 9px;
    color: #999;
}

.inquiry-form .form-group {
    margin-bottom: 10px !important;
}

.inquiry-form .control-label {
    padding-top: 3px;
}

textarea.form-control {
    height: auto !important;
}

.fb-like {
padding-top: 10px;
}

@media (max-width: 991px){
    
    .designer .product-name {
        font-size: 14px;
   }
    
    .designer img {
        margin-left: 0;
    }
    
    .designer .designer-link {
        font-size: 12px;
    }
    
    .request-price-block p,
    .request-price-block form label {
        font-size: 14px;
    }
    
    .request-price-block {
        padding-bottom: 10px;
    }
    
    a.btn-request {
        font-size: 12px;
    }
    
    .inquiry-text,
    .inquiry-form .control-label {
        font-size: 12px;
    }
}

/* ##### CSS FOR CUSTOMIZATION PAGE ##### */
#rugsart-content-wrapper .customize-container {
    border: 1px solid #d6d6d6;
    background-color: #f2f2f2;
}

#rugsart-content-wrapper .cutomize-container-outer {
    background-color: #f3f4ef;
    color: #423c30;
    font-size: 12px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

#rugsart-content-wrapper .customize-container .design-image {
    border-right: 1px solid #d6d6d6;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

#rugsart-content-wrapper .customize-container .design-image .design-images-container {
    position: relative;
}


#rugsart-content-wrapper .customize-container .design-image .design-images-container img.texture {
    position: relative;
    z-index: 100;
    margin: 0 auto;
}

#rugsart-content-wrapper .customize-container .design-image .design-images-container img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
}


#rugsart-content-wrapper .customize-container .design-image .design-title {
    padding-bottom: 10px;
    font-weight: bold;
}

#rugsart-content-wrapper .customize-container .design-image img {
    margin: 0 auto;
}

#rugsart-content-wrapper .customize-container .design-image i {
    padding-right: 5px;
    font-size: 16px;
    color: #333;
}

#rugsart-content-wrapper .customize-container .design-image i:hover,
#rugsart-content-wrapper .customize-container .design-image i:focus {
    color: #a9a9a9;
}

#rugsart-content-wrapper .customize-container .design-color-list {
    padding-top: 15px;
    background-color: #f2f2f2;
    /*border-right: 1px solid #d6d6d6;*/
}

#rugsart-content-wrapper .customize-container .design-color-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

#rugsart-content-wrapper .customize-container .design-color-list ul li {
    list-style-type: none;
    border: 1px solid #d6d6d6;
    padding: 2px;
    margin-bottom: 10px;
   /* width: 100%;*/
    background-color: #fff;
}

#rugsart-content-wrapper .customize-container .design-color-list ul li a {
    display: flex;
}

#rugsart-content-wrapper .customize-container .design-color-list ul li a span {
    width: 50%;
    margin: -2px;
}

#rugsart-content-wrapper .customize-container .design-color-list ul li a em {
    padding-left: 5px;
    font-style: normal;
    color: #333;
}

@media (max-width: 767px) {
    #rugsart-content-wrapper .customize-container .design-color-list ul li a em {
        display: none;
        padding-left: 0;
    }
    
    #rugsart-content-wrapper .customize-container .design-color-list ul li a span {
        width: 100%;
    }
}


#rugsart-content-wrapper .customize-container .color-palette {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

#rugsart-content-wrapper .customize-container .color-palette ul.nav-tabs {
    font-size: 10px;
    font-weight: 800;
}


#rugsart-content-wrapper .customize-container .color-palette ul.nav-tabs a {
    color: #555;
}

#rugsart-content-wrapper .customize-container .color-palette .tab-content {
    /*width: 100%;*/
    
}

#rugsart-content-wrapper .customize-container .color-palette .tab-pane ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
    width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    max-height: 220px;
}

#rugsart-content-wrapper .customize-container .color-palette .tab-pane ul li {
    list-style: none;
    /*display: inline-block;*/
    border: 1px solid #fff;
  /*  width: 8.33%;*/
    height: 20px;
    border-collapse: collapse;
    cursor: pointer;
    padding: 0;
}

.custom-inquiry-form {
    margin-top: 20px;
}

/* ##### CSS FOR VIEWCART ##### */
#rugsart-content-wrapper .viewcart-container {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 15px;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

#rugsart-content-wrapper .viewcart-container .table th {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

#rugsart-content-wrapper .viewcart-container .table td {
    font-size: 13px;
    text-align: center;
}

#rugsart-content-wrapper .viewcart-container .table td a {
    color: #cc3366;
    font-size: 11px;
}

#rugsart-content-wrapper .viewcart-container .table td.note {
    text-align: left;
}


#rugsart-content-wrapper .viewcart-container .viewcart-inquiry-form {
    border: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#rugsart-content-wrapper .viewcart-container .viewcart-inquiry-form label {
    font-weight: normal;
    font-size: 13px;
}

#rugsart-content-wrapper .viewcart-container .viewcart-inquiry-form label span {
    color: #f00;
}

#rugsart-content-wrapper .viewcart-container .viewcart-inquiry-form .form-group {
    margin-bottom: 5px;
}

#rugsart-content-wrapper .viewcart-container .viewcart-inquiry-form .form-control {
    height: 25px;
    font-size: 12px;
    padding: 3px 6px;
}


/* ##### STATIC PAGES CSS ##### */
.static-page-title {
    color: #5d5d5d;
    font-size: 11px;
    padding-bottom: 5px;
   /* padding-left: 0;*/
}

.static-page-container {
    background-color: #fff;
    border: 1px solid #d6d6ce;
    padding: 15px 0;
}

.static-page-container p {
    text-align: justify;
    color: #454545;
    font-size: 13px;
    line-height: 1.5em;
    padding-bottom: 5px;
}

.static-page-container .img-center {
    margin: 0 auto;
}

.static-page-container h5 {
    color: #262626;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}

.contact-page .icon {
    display: inline-block;
    float: left;
    margin-right: -15px;
}

.contact-page h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
}

.contact-page {
    padding: 40px;
    font-size: 13px;
    color: #888;
}

.contact-page .contact-item {
    padding-bottom: 35px;
}

.contact-page address {
    line-height: 1.8em;
}
