@charset "utf-8";

/* CSS Document */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

body {
    margin: 0px;
    padding: 0px;
    /* font-family:'Ovo', serif; */
    font-family: 'Lato';
    font-size: 16px;
    line-height: 30px;
}

.header {
    width: 96%;
    padding: 0px 2%;
    margin: 0px auto;
}

.header h1 {
    width: 385px;
    margin: 25px 0px;
    float: left;
}

img {
    border: 0px;
    width: 100%;
}


/*.header .right { width:250px; float:right; margin-top:40px; line-height:24px; font-weight:bold; color:#680505; font-size:24px; font-weight:bolder; text-align:right}*/

.header .right {
    width: 230px;
    float: right;
    margin-top: 40px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    font-size: 24px;
    font-weight: bolder;
    text-align: right
}


/* .header .right span { display:block; } */

.header .right span.Email {
    display: block;
    font-size: 18px;
}


/*.Navigation { background:#840d0d; }*/

.Navigation {
    background: #fff;
    border: solid 0px #000;
    border-width: 0px 0px;
}

.container {
    width: 96%;
    padding: 0px 2%;
    margin: 0px auto;
}

.Navigation .nav {
    float: left;
    /* width:710px; */
    padding: 5px 0px;
}

.Navigation .search {
    float: left;
    /*width:635px;*/
    width: 53%;
    padding: 4px 0px;
    text-align: right;
    margin-top: 25px;
}

.Navigation .nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.Navigation .nav ul li {
    float: left;
    font-size: 13px;
    font-weight: 500;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

.Navigation .nav ul li a {
    color: #000;
    text-decoration: none;
}

.Navigation .nav ul li a:link,
.Navigation .nav ul li a:visited {
    color: #000;
    text-decoration: none;
}

.Navigation .nav ul li a:hover {
    color: #000;
    text-decoration: underline;
}


/*.search input[type="text"] { background:white; color:#580000; border:0px; font-size:20px; font-family: 'MyriadProRegular'; line-height:30px; padding:5px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius:5px;
border-radius: 5px; min-width:260px; }*/

.search input[type="text"] {
    /*background:#f1f1f1;*/
    color: #000;
    border: solid 1px #000;
    font-size: 20px;
    font-family: 'MyriadProRegular';
    line-height: 30px;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* min-width:100%; */
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important;
    /* for chrome */
}

.search input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1 !important;
    /* for chrome */
}

.search input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1 !important;
    /* for chrome */
}

.search input[type="text"]:-ms-input-placeholder {
    color: #000;
    opacity: 1 !important;
    /* for chrome */
}


/*.banner { background:#680505; text-align:center; }*/

.banner {
    background: #fff;
    border-top: solid 3px #d4d4d4;
    text-align: center;
}

.h2 {
    margin: 30px 0 23px;
    font-weight: bold;
    color: #680505;
    font-size: 24px;
}

p {
    margin: 0 0 10px;
    color: #383636;
}

.LeftBlock {
    width: 20%;
    margin-top: 15px;
    float: left;
}

.RightBlock {
    width: 79%;
    margin-top: 15px;
    float: right;
}

.LeftBlock h3 {
    /*background:#680505;*/
    padding: 11px;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 1px;
    line-height: 20px;
    cursor: pointer;
}

.LeftBlock h3 a,
#accordion h3 a:link,
#accordion h3 a:visited {
    color: #000;
    text-decoration: none;
}


/*.LeftBlock div { background:#eeeeee; padding:10px; }*/

.LeftBlock div {
    background: #fff;
    padding: 10px;
    border: solid 1px #e2e2e2
}

.LeftBlock div ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.LeftBlock div ul li {
    background: url("https://shrugs.com/img/arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #CECECE;
}

.LeftBlock div ul a {
    color: #292929;
    text-decoration: none;
    display: block;
}

.LeftBlock div ul a:link,
#accordion div ul a:visited {
    color: #292929;
    text-decoration: none;
}

.LeftBlock div ul a:hover {
    color: #680505;
    text-decoration: none;
}

.bannerLeft {
    margin: 25px 0px 0;
}

.imgCon {
    position: relative;
}

.imgCon .img {
    width: 350px;
    float: left;
}

.imgCon .Txt {
    width: 295px;
    float: right;
}

.imgCon .Txt h3 {
    font-weight: bold;
    color: #292929;
    margin: 0px;
    font-size: 16px;
}

.imgCon .Txt .auth {
    bottom: 0px;
    position: absolute;
    margin: 0px;
}

h3.cmnt {
    margin: 25px 0;
    font-size: 17px;
    color: #292929;
    text-align: center;
    line-height: 25px;
}

.category h2 {
    font-size: 24px;
    color: #680505;
    margin: 0 0 8px;
}

.category ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.category ul li {
    margin: 0px 3px 3px 0;
    padding: 6px;
    display: block;
    float: left;
    background: #eeeeee;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #292929;
}

.RightBaner {
    margin: 20px 0 0;
    text-align: center;
}

.Footer {
    margin: 30px 0 0;
    border: solid 1px #d4d4d4;
    border-width: 1px 0px;
}


/*.Footer .Top { background:#840d0d; padding:20px 0px 5px; }*/

.Footer .Top {
    background: #fff;
    padding: 20px 0px 5px;
}


/*.Footer .BOtm { background:#680505; }*/

.Footer .BOtm {
    background: #fff;
    border-top: solid 1px #d4d4d4
}

.Footer .Block {
    width: 32%;
    float: left
}

.Footer .Block h3 {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin: 0 0 5px;
}

.Footer .Block p {
    font-weight: normal;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
}

.Footer .Block.m-52 {
    margin: 0px 1%;
}

.Footer .BOtm p {
    text-align: center;
    margin: 0px;
    color: #000;
}

.nav select {
    display: none;
}

h1.view_rugs {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

h1.title,
h2.title,
h3.title {
    margin: 0;
}

div#dimensions_select {
    font-size: 13px;
    text-align: center;
}

#dimensions_select {
    background: none repeat scroll 0 0 #EEEEEE;
    margin: 10px 0 0;
    padding: 5px;
    text-align: left;
}

.item-list {
    background: none repeat scroll 0 0 #EEEEEE;
    clear: both;
    margin: 1px 0 0;
    padding: 5px;
}

.item-list ul {
    margin: 0;
    padding: 0 0 0 2em;
    clear: both;
    text-align: center;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.2em;
    margin: 0px;
}

li a.active {
    color: #000000;
    padding: 0.5em;
    text-decoration: none;
}

ul.ProductRow {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.ProductRow li {
    width: 190px;
    margin: 16px 40px 0 0;
    float: left;
    height: 335px
}

ul.ProductRow li.last {
    width: 190px;
    float: left;
}

ul.ProductRow li h4 {
    margin: 0px 0 10px;
}

ul.ProductRow li h4 a {
    color: #292929;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 22px;
    margin-bottom: 0;
}

.m-t-10 {
    margin-top: 10px;
}

h3.rug_number {
    font-weight: normal;
    margin: 10px 0;
}

.slider {
    width: 655px;
    margin: 0 auto;
}

.slidThum {
    margin: 0px;
    padding: 0px 0;
}

.slidThum a {
    display: block;
    float: left;
    margin: 8px 8px 8px 0;
}

div#rug_bottom_links a {
    /* background-color: #B8702E; */
    padding: 3px;
    color: #000;
}

div.rug_data_left {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    padding: 5px 0px;
	vertical-align:top
}

.rug_data_line {
    float: left;
    margin-right: 3%;
    width: 45%;
    margin-top: 5px;
}

#ContactEmailPageForm .input label {
    display: block;
    font-weight: bold;
}

#ContactEmailPageForm .input label.error {
    color: red;
    font-size: 13px;
    font-weight: normal
}

.url a {
    font-weight: bold;
    text-decoration: none;
    color: #680505;
}

.subTitle {
    margin: 10px 0px 0;
}

.RightBlock p {
    line-height: 120%;
    padding: 0 5px;
}

.submit input[type="submit"] {
    background: #680505;
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
    border: 0px;
    margin: 20px 0 0;
    cursor: pointer;
}

.paging {
    clear: both;
    margin: 0px 0px;
    text-align: center;
}

.paging span {
    padding: 2px 5px;
    background: #EFEEEE;
    margin: 0 5px 0 0;
    color: #220101;
    border: solid 1px #D4CECE
}

.paging span a {
    color: #220101;
}

.paging span.disabled {
    color: #555555
}

.paging span.current {
    background: #220101;
    color: #FFFFFF;
}

select {
    -moz-box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 3px #DDDDDD inset;
    display: inline-block;
    font-size: 13px;
    padding: 0.3em 0.6em;
    transition: border 0.3s linear 0s;
}


/*.tabCon { margin:10px 0 0; background:#d4cece; padding:3%; font-size:30px; color:#220101; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius10px;border-radius: 10px; text-align:center; }*/

.tabCon {
    margin: 10px 0 0;
    background: #fff;
    padding: 3%;
    font-size: 22px;
    border: solid 1px #000;
    color: #220101;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius10px;
    border-radius: 10px;
    text-align: center;
}

.whitebox,
.whitebox1,
.whitebox2 {
    padding: 2%;
    background: #FFFFFF;
}

.banner.slideshow {
    width: 100% !important;
}

.RightBlock img {
    height: auto !important;
	max-width: 100%;
}

.mobihide {
    display: block;
}

.product_slider_bg {
    position: relative;
}

.tabmain {
    margin-top: 20px;
    display: block;
}

.tabmain:after,
.tabmain:before {
    display: table;
    clear: both;
    content: "";
}

.row .four.columns {
    width: 31.8841%;
}

.four.columns.frist {
    margin-left: 0;
}

.column:first-child,
.columns:first-child,
.alpha {
    margin-left: 0;
}

.column,
.columns {
    box-sizing: border-box;
    float: left;
    margin-left: 2.17391%;
    min-height: 1px;
}

.tabs {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 10px;
    color: #454545;
    font-size: 20px;
    font-weight: 700;
    padding: 3%;
    text-align: center;
}

.tabs {
    display: block;
}

.tabs.active {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #454545;
    border-radius: 10px;
    color: #454545;
    font-size: 20px;
    font-weight: 700;
    padding: 3%;
    text-align: center;
}

div.rug_data_left {
    display: inline-block;
    width: 110px;
}

div.rug_data_left span {
    border-bottom: solid 1px #000
}

.rug_data_right {
    display: inline-block;
    width: 62%;
}

.newLinkmenu a {
    text-decoration: none
}

.newLinkmenu a span {
    border-bottom: solid 1px #000
}

body .fotorama__arr.fotorama__arr--prev {
    background-image: none;
    width: 68px;
    padding: 0px 4px;
    text-align: center;
    line-height: 28px;
}

body .fotorama__arr.fotorama__arr--next {
    background-image: none;
    width: 68px;
    padding: 0px 4px;
    text-align: center;
    line-height: 28px;
}
body .fotorama__arr.fotorama__arr--next:before {
    content: "Next \f105";
	font: normal normal normal 14px/1 FontAwesome;
	display: block;
    line-height: 28px;
}
body .fotorama__arr.fotorama__arr--prev:before{
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f104   Previous";
	display: block;
    line-height: 28px;
}
.about-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-team{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
}

.Navigation .nav ul.top-nav li ul {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 0;
    overflow: hidden;
}
.Navigation .nav ul li li {
    float: none;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 0 19px;
    display: block;
}
.Navigation .nav ul li li:last-child{
    border-bottom: none;
}

.Navigation .nav ul.top-nav li.subMenu ul{
    display: block ;
}

.sub-menu:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
}


.video-slider .carousel-control-next, .carousel-control-prev {
    color: #CA3C3C;
}
.video-slider .carousel-control-next-icon, .video-slider .carousel-control-prev-icon{
    left: 0;
    position: absolute;
    color: #CA3C3C;
    background: none !important;
    font-size: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 29px !important;
	text-align: left;
}
.video-slider .carousel-control-next-icon{
	right:0;
	text-align:right
}
.video-slider .sr-only{
    width: auto;
    height: auto;
    color: #CA3C3C;
    opacity: 1;
    clip: auto;
    left: 20px;
}
.video-slider .carousel-control-next .sr-only{
	right: 38px;
	left: 0;
}
body .fotorama__arr.fotorama__arr--disabled{
    display: none !important;
}

.rugpad-inner a{
        display: inline-block;
        width: 22%;
        margin: 1%;
    }
    .rugpad-inner  .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.rugpad-inner .overlay:target {
  visibility: visible;
  opacity: 1;
}

.rugpad-inner .popup {
  margin: 20px auto;
  width: 50%;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.rugpad-inner .content {
    overflow: auto;
    width: 100%;
    height: 100%;
}
.rugpad-inner .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 20px;
    z-index: 8;
}
.rugpad-inner .popup .close:hover {
  color: #fff;
}

@media (max-width:980px) {
	
	.rugpad-inner a{
			display: inline-block;
			width: 46%;
			margin: 1%;
		}
		.rugpad-inner .popup{
			width: 90%;
		}
	}	
	
	
    .Footer .Block {
        width: 31%;
    }
    .Navigation .nav ul li {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .nav li {
        display: none;
    }
    .nav select {
        display: inline-block;
        width: 100%;
    }
    .slider {
        width: 100%;
    }
    .header .right {
        clear: both;
    }
    .right strong {
        width: 100%;
    }
    .txtHeader {
        display: inline-block;
    }
    .about-team{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
    .Navigation .nav {
        margin-top: 14px;
        width: 605px !important;
    }
    .Navigation .search {
        margin-top: 0px;
        width: 33%;
        clear: both;
        float: right;
    }
    .search input[type="text"] {
        width: 85% !important;
    }
    .Navigation .nav ul li {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1300px) {
    .Navigation .nav {
        margin-top: 0px;
        width: 756px !important;
    }
    .Navigation .nav ul li {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .header {
        margin: 0 auto;
        width: 96%;
    }
    .container {
        margin: 0 auto;
        width: 96%;
    }
    .Navigation .nav {
        float: left;
        padding: 5px 0;
        width: 70%;
    }
    .Navigation .nav ul li {
        float: left;
        font-size: 15px;
        font-weight: bold;
        margin: 0 15px 0 0;
    }
    .Navigation .search {
        float: right;
        padding: 4px 0;
        width: 30%;
    }
    .Navigation .search input.txt {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 0 none;
        color: #B8B7B7;
        font-family: 'Ovo', serif;
        font-size: 16px;
        padding: 7px 8px;
        width: 93%;
    }
    .LeftBlock {
        float: left;
        margin-top: 15px;
        width: 30%;
    }
    .RightBlock {
        float: right;
        margin-top: 15px;
        width: 65%;
    }
    .imgCon .img {
        float: left;
        width: 50%;
    }
    .imgCon .Txt {
        float: right;
        width: 45%;
    }
    .Footer .Block {
        float: left;
        width: 30%;
    }
    .slider {
        width: 100%;
    }
    ul.ProductRow li {
        float: left;
        margin: 16px 38px 0 0;
        width: 190px;
    }
    ul.ProductRow li.last {
        float: left;
        margin: 16px 38px 0 0;
        width: 190px;
    }
    ul.ProductRow li {
        height: 415px;
    }
}

@media only screen and (max-width:800px) {
    .search input[type="text"] {
        box-sizing: border-box;
        width: 234px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .Navigation .nav ul li {
        font-size: 16px;
    }
    .Navigation .nav {
        float: left;
        padding: 5px 0;
        width: 100%;
    }
    .Navigation .search {
        float: right;
        padding: 4px 0;
        width: 100%;
    }
    .search input[type="text"] {
        width: 95% !important;
    }
}

@media only screen and (min-width:767px)and (max-width: 768px) {
    .Navigation .nav ul li {
        font-size: 12px;
    }
    .header {
        margin: 0 auto;
        width: 95%;
    }
    .header h1 {
        float: none;
        margin: 25px auto;
        text-align: center;
        width: 100% !important;
    }
    .header h1 img {
        width: 100%
    }
    .header .right {
        color: #680505;
        float: none;
        font-size: 24px;
        font-weight: bolder;
        line-height: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
    .Navigation .nav {
        float: left;
        padding: 5px 0;
        width: 100%;
    }
    .Navigation .search {
        float: right;
        padding: 4px 0;
        width: 100%;
    }
    .Navigation .search input.txt {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 0 none;
        color: #B8B7B7;
        font-family: 'Ovo', serif;
        font-size: 16px;
        padding: 7px 8px;
        width: 188px;
        min-width: 188px;
    }
    .search input[type="text"] {
        width: 188px;
        min-width: 188px;
    }
    .container {
        margin: 0 auto;
        width: 95%;
    }
    .LeftBlock {
        float: none;
        margin-top: 15px;
        width: 100%;
    }
    .bannerLeft {
        margin: 25px 0 0;
        text-align: center;
    }
    .RightBlock {
        float: none;
        margin-top: 15px;
        width: 100%;
    }
    .imgCon .img {
        float: none;
        width: 100%;
    }
    .imgCon .Txt {
        float: none;
        width: 100%;
    }
    .imgCon .Txt .auth {
        bottom: 0;
        margin: 0;
        position: relative;
    }
    .Footer .Block {
        float: none;
        width: 100%;
    }
    .Footer .Block.m-52 {
        margin: 0 0px;
    }
    .slider {
        width: 100%;
    }
    ul.ProductRow li {
        float: left;
        margin: 16px 38px 0 0;
        width: 190px;
    }
    ul.ProductRow li.last {
        float: left;
        margin: 16px 38px 0 0;
        width: 190px;
    }
    .search input[type="text"] {
        margin: 0px 0px 5px 0px !important;
    }
    .submit {
        margin-top: 12px !important;
    }
    .Navigation .search {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 766px) {
    .centerAlign span.sampletext {
        display: none
    }
    .header {
        margin: 0 auto;
        width: 95%;
    }
    .header h1 {
        float: none;
        margin: 25px auto;
        text-align: center;
        width: 100%;
    }
    .header h1 img {
        width: 100%
    }
    .header .right {
        color: #680505;
        float: none;
        font-size: 24px;
        font-weight: bolder;
        line-height: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
        width: 100%;
    }
    .Navigation .nav {
        float: none;
        padding: 5px 0;
        width: 100%;
        clear: both;
    }
    .Navigation .search {
        float: none;
        padding: 4px 0;
        width: 100%;
    }
    .Navigation .search input.txt {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 0 none;
        color: #B8B7B7;
        font-family: 'Ovo', serif;
        font-size: 16px;
        padding: 7px 8px;
        width: 97%;
    }
    .container {
        margin: 0 auto;
        width: 95%;
    }
    .LeftBlock {
        float: none;
        margin-top: 15px;
        width: 100%;
    }
    .bannerLeft {
        margin: 25px 0 0;
        text-align: center;
    }
    .RightBlock {
        float: none;
        margin-top: 15px;
        width: 100%;
    }
    .imgCon .img {
        float: none;
        width: 100%;
    }
    .imgCon .Txt {
        float: none;
        width: 100%;
    }
    .imgCon .Txt .auth {
        bottom: 0;
        margin: 0;
        position: relative;
    }
    .Footer .Block {
        float: none;
        width: 100%;
    }
    .Footer .Block.m-52 {
        margin: 0 0px;
    }
    .slider {
        width: 100%;
    }
    ul.ProductRow li {
        float: left;
        margin: 16px 38px 0 0;
        width: 190px;
        height: 385px;
    }
    ul.ProductRow li.last {
        float: left;
        margin: 16px 38px 0 0;
        width: 190px;
    }
    .search input[type="text"] {
        box-sizing: border-box;
        width: 100%;
    }
    .mobihide {
        display: none
    }
    .mobihide.newmobi {
        display: block
    }
}

@media only screen and (max-width: 479px) {
    .header h1 img {
        width: 100%
    }
    ul.ProductRow li {
        width: 100%;
        height: auto;
        margin-right: 0px;
        padding-bottom: 25px;
        border-bottom: 1px solid #000;
    }
    ul.ProductRow li.last {
        width: 100%;
        margin-right: 0px;
    }
    ul.ProductRow li h4 {
        text-align: center;
        padding: 0px 10px;
        box-shadow: border-box;
    }
    .esize {
        text-align: center;
    }
    .search input[type="text"] {
        box-sizing: border-box;
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 450px) {
    #dimensions_select label {
        display: block
    }
    .esize {
        text-align: left
    }
}

#flashMessage {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background: #CC0000;
    color: #FFFFFF;
    font-weight: 700;
}

.esize {
    font-size: 16px;
    color: #292929;
    font-weight: bold;
    margin: 0px 0px;
    line-height: 15px;
    margin-top: 3px;
}

.mapArea p {
    width: 90%;
    float: left
}

.mapArea .bannerLeft {
    width: 35%;
    float: right;
    margin-top: 0px;
    text-align: left
}

.mapArea .bannerLeft img {
    width: auto;
}

@media only screen and (min-width:1200px) and (max-width:3000px) {
    ul.ProductRow li {
        float: left;
        margin: 16px 2% 15px 0;
        width: 31%;
        text-align: center;
        /*height: auto;*/
        height: 535px;
    }
    ul.ProductRow li h4 {
        text-align: left
    }
    ul.ProductRow li img {
        width: 100%
    }
    .esize {
        text-align: left
    }
    ul.ProductRow li.last {
        float: left;
        width: 31%;
    }
}

@media only screen and (min-width:768px) and (max-width:1025px) {
    ul.ProductRow li {
        float: left;
        margin: 16px 2% 15px 0;
        width: 31%;
        text-align: center
    }
    ul.ProductRow li h4 {
        text-align: left
    }
    ul.ProductRow li img {
        width: 100%
    }
    .esize {
        text-align: left
    }
    ul.ProductRow li.last {
        float: left;
        width: 31%;
        margin: 16px 2% 15px 0;
    }
    .bx-controls-direction .bx-prev {
        left: -30px
    }
    .bx-controls-direction .bx-next {
        right: -30px;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    ul.ProductRow li {
        text-align: center
    }
    ul.ProductRow li img {
        width: 100%
    }
    .esize {
        text-align: center
    }
}

.download_chk {
    border: 1px solid #bbbbbb
}

.download_chk .DivIinput {
    width: 67px;
    float: left;
    display: inline-block;
    text-align: center
}

.download_chk .DivIinput:nth-child(5) {
    width: 55px;
    float: left;
    display: inline-block
}

.download_chk p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0px;
    color: #000;
}

.download_chk a#download-all {
    display: block;
    margin: 5px 10px;
    text-align: center;
    background: #FFF;
    padding: 5px 0px;
    width: 94%;
    float: left;
    font-size: 15px;
    color: #000;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000
}

.download_chk a#download-all-mob {
    display: block;
    margin: 5px 10px;
    text-align: center;
    background: #fff;
    padding: 5px 0px;
    width: 94%;
    float: left;
    font-size: 15px;
    color: #000;
    webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #000
}

.download_chk {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    width: 329px;
}

@media only screen and (max-width:768px) {
    .download_chk {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .row .four.columns {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0px;
    }
    .tabs {
        font-size: 20px;
    }
    .product_slider_bg .nbs-flexisel-item h3 {
        margin-right: 10px;
    }
    .product_slider_bg .nbs-flexisel-item .esize {
        margin-right: 10px;
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .row .four.columns {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0px;
    }
    .tabs {
        font-size: 20px;
    }
    .product_slider_bg .nbs-flexisel-item h3 {
        margin-right: 10px;
    }
    .product_slider_bg .nbs-flexisel-item .esize {
        margin-right: 10px;
    }
}

.big_image_content_bg {
    display: block;
}

.big_image_content_bg:after,
.big_image_content_bg:before {
    display: table;
    clear: both;
    content: "";
}

.big_image_content_bg .big_image_left {
    float: left;
    width: 60%;
    padding-right: 15px;
    box-sizing: border-box;
}

.big_image_content_bg .big_image_right {
    float: left;
    width: 40%;
    padding-left: 15px;
    box-sizing: border-box;
}

.big_image_content_bg .big_image_right .rug_data_line {
    margin-right: 0px;
    width: 100%;
}

.right_bottom_box {
    padding-top: 15px;
    float: left;
    width: 100%;
}

@media only screen and (min-width:1280px) and (max-width:1500px) {
    .big_image_left .slider {
        width: 100%;
    }
    .big_image_left .fotorama__stage {
        width: 100% !important;
    }
    .big_image_left .fotorama__stage__shaft.fotorama__grab {
        width: 100% !important;
    }
    .big_image_left .fotorama__img {
        width: 100% !important;
    }
    ul.ProductRow li {
        height: 480px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .big_image_left .slider {
        width: 100%;
    }
    .big_image_left .fotorama__stage {
        width: 100% !important;
    }
    .big_image_left .fotorama__stage__shaft.fotorama__grab {
        width: 100% !important;
    }
    .big_image_left .fotorama__img {
        width: 100% !important;
    }
    ul.ProductRow li {
        height: 405px;
    }
    .Navigation .search {
        width: 32%;
    }
    div.rug_data_left {
        display: inline-block;
        width: 115px;
    }
    .rug_data_right {
        display: inline-block;
        width: 58%;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .big_image_left .slider {
        width: 100%;
    }
    .big_image_left .fotorama__stage {
        width: 100% !important;
    }
    .big_image_left .fotorama__stage__shaft.fotorama__grab {
        width: 100% !important;
    }
    .big_image_left .fotorama__img {
        width: 100% !important;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .big_image_left .slider {
        width: 100%;
    }
    .big_image_left .fotorama__stage {
        width: 100% !important;
    }
    .big_image_left .fotorama__stage__shaft.fotorama__grab {
        width: 100% !important;
    }
    .big_image_left .fotorama__img {
        width: 100% !important;
    }
    .big_image_content_bg .big_image_left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .big_image_content_bg .big_image_right {
        padding-left: 0px;
        width: 100%;
    }
}

@media only screen and (min-width:0px) and (max-width:479px) {
    .big_image_left .slider {
        width: 100%;
    }
    .big_image_left .fotorama__stage {
        width: 100% !important;
    }
    .big_image_left .fotorama__stage__shaft.fotorama__grab {
        width: 100% !important;
    }
    .big_image_left .fotorama__img {
        width: 100% !important;
    }
    .big_image_content_bg .big_image_left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .big_image_content_bg .big_image_right {
        padding-left: 0px;
        width: 100%;
    }
    .Rdetails label {
        display: block
    }
    .cloud-zoom-big {
        display: none!important
    }
    .download_chk {
        width: 99%;
    }
    .div.rug_data_left {
        display: block;
        width: 100%;
		vertical-align:top
    }
    .rug_data_right {
        display: inline-block;
        width: 62%;
    }
}

.fotorama__nav--thumbs {
    height: 100px
}

.fullscreen .fotorama__nav--thumbs input {
    display: none
}

.fotorama__nav__frame.fotorama__active {
    pointer-events: visiblePainted!important
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    text-align: center
}

.fotoramovna__sizewrapper img {
    position: relative!important
}

.divchkbox {
    position: relative;
    bottom: 0px;
}

.download_chk {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    width: auto;
}

.centerAlign {
    text-align: center
}

.centerAlign span {
    display: block
}

@media only screen and (min-width:2300px) and (max-width:2509px) {
    .Navigation .search {
        width: 70%;
    }
    .search input[type="text"] {
        width: 100%
    }
    ul.ProductRow li {
        height: 731px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width:2100px) and (max-width:2299px) {
    .Navigation .search {
        width: 67%;
    }
    .search input[type="text"] {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width:1899px) and (max-width:1910px) {
    .Navigation .search {
        width: 63%;
    }
    ul.ProductRow li {
        height: 660px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width:1911px) and (max-width:2099px) {
    .Navigation .search {
        width: 64%;
    }
    .search input[type="text"] {
        width: 100%
    }
    ul.ProductRow li {
        height: 660px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width:1500px) and (max-width:1899px) {
    .Navigation .search {
        width: 54%;
    }
    .search input[type="text"] {
        width: 100%
    }
}

img {
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

img {
    image-orientation: from-image;
}

.prevCls {
    color: #fff;
    color: #000;
    position: absolute;
    left: 25px;
    font-size: 25px;
}

.nxtCls {
    color: #fff;
    color: #000;
    position: absolute;
    right: 25px;
    font-size: 25px;
}

ul.ProductRow li h4 .clkimg {
    text-align: left;
    display: block
}

ul.ProductRow li h4 .clkimg a {
    font-weight: normal;
    font-size: 16px;
    color: red;
}

@media only screen and (max-width:769px) and (min-width:768px) {
    .rug_data_right {
        width: 55%;
    }
    div.rug_data_left {
        display: inline-block;
        width: 110px;
		vertical-align:top
    }
}

@media only screen and (max-width:767px) {
    ul.ProductRow li h4 .clkimg {
        text-align: center;
        display: block
    }
}

.sampletext2 {
    color: red;
    cursor: pointer !important;
    display: block;
    padding-left: 7px;
    font-size: 17px;
    text-decoration: none !important;
    vertical-align: top;
    text-align: center;
}

.refinement-flyout-content {
    /*  background: #f7f6f0 none repeat scroll 0 0; */
    border: 1px solid #cccccc;
    /*  bottom: -41px; */
    top: -32px !important;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    display: none;
    left: 103%;
    padding-bottom: 67px;
    position: absolute;
    /* width: 230px; */
    width: 190px;
    z-index: 500;
}

.refinement-flyout-content {
    background: #fff none repeat scroll 0 0;
}

#div2 div#specialdimensionFilter {
    position: relative;
}

#div2 div#specialdimensionFilter,
#div2 div#specialdimensionFilter div {
    border: 0 none;
    padding: 0;
}

#div2 div#specialdimensionFilter div.ms-hd {
    padding: 15px 15px 0px;
}

.ms-hd img {
    width: auto
}

.ms-close-flyout-special-dimension.os-icon-x-long {
    float: right;
    margin-top: 7px;
}

.ms-hd h6 {
    margin: 0 0 15px;
    font-size: 14px;
}

#div2 div#specialdimensionFilter div.ms-bd {
    padding: 0px 15px 0px;
}

.LeftBlock div#specialdimensionFilter ul li {
    background: none;
}

.ms-ft {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.refinement-flyout-content .os-button,
.ms-clear-all {
    float: right;
}

#div2 div#specialdimensionFilter .ms-ft-inner {
    border-top: 0px solid #cccccc;
    margin: 0 15px;
    padding: 15px 0;
}

.ms-clear-all {
    padding: 2px 12px 12px;
    cursor: pointer;
}

.btn-action {
    background: #FFF;
    /* border: 1px solid #990000; */
    height: auto;
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    border: solid 1px #000;
}

a.btn-action:hover {
    color: #ffffff;
}

.btn-lg {
    font-size: 116%;
    padding: 0 11px 4px;
}

.os-icon-x-long {
    float: right;
}

.refinement-flyout-content ul li label {
    font-size: 13px;
}

.ms-close-flyout {
    cursor: pointer;
}

.resetFilter {
    background: #990000 none repeat scroll 0 0;
    border-radius: 8px;
    color: #ffffff;
    margin: 0 10px 10px 0;
    text-align: center;
    width: 100%;
}

.resetFilter a {
    color: #ffffff;
}

@media only screen and (max-width:767px) {
    .refinement-flyout-content {
        position: relative;
        width: 100%;
        left: 0px;
    }
}

.next_last_bg {
    display: inline-block;
}

.paging_title {
    display: inline-block;
}

.first_prev_bg {
    display: inline-block;
}

.optionSie {
    padding-left: 5px;
    text-align: left !important;
    clear: both;
    padding-top: 15px;
}

.titlebold {
    color: #4e4e4e;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 2px;
    text-align: left !important;
    text-transform: uppercase;
}

.otherSizes .title {
    color: #666666;
    line-height: 20px;
    text-align: left !important;
}

.otherSizes {
    display: inline-block;
    margin: 0 5px 15px 0;
}

.otherSizes>a {
    text-decoration: none;
}

.otherSizes .title:hover {
    color: #680505;
}


/*added on 1-02-2017 */

#specialdimensionFilter .ms-bd {
    max-height: 500px;
    overflow-y: auto;
}

#largeRunnerFilter .ms-bd {
    max-height: 500px;
    overflow-y: auto;
}

#div2 div#largeRunnerFilter {
    position: relative;
}

#div2 div#largeRunnerFilter,
#div2 div#largeRunnerFilter div {
    border: 0 none;
    padding: 0;
}

#div2 div#largeRunnerFilter div.ms-hd {
    padding: 15px 15px 0px;
}

#div2 div#largeRunnerFilter div.ms-bd {
    padding: 0px 15px 0px;
}

#div2 div#largeRunnerFilter .ms-ft-inner {
    border-top: 0px solid #cccccc;
    margin: 0 15px;
    padding: 15px 0;
}


/* 28-02-2017 */

.search input[type="text"] {
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    color: #000;
    float: left;
    font-family: "MyriadProRegular";
    font-size: 16px;
    line-height: 30px;
    padding: 3px 10px;
    width: 93%;
    margin-top: 10px;
    background-color: #f9f9f9;
}

.submit {
    float: right;
    margin-top: 22px;
    /* width: 5%; */
}

.header h1 {
    float: left;
    margin: 25px 35px 25px 0;
    width: 300px;
}

.LeftBlock h3 {
    background-color: #f0f0f0 !IMPORTANT;
    border-bottom: 1px solid #d4d4d4;
}

h1.titlesearch {
    margin-bottom: 10px;
}

.right strong {
    font-size: 14px;
    color: #000;
    display: block;
}

.right strong a {
    font-size: 16px;
    color: #000;
    display: block;
    text-decoration: none;
}

.txtHeader {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    display: inline-block;
}

.pull-right {
    float: right !IMPORTANT;
}

.product-links {
    padding: 0px;
    margin: 0px;
}

.product-links li {
    list-style: none;
}

.product-links li a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 10px;
    text-decoration: none;
}

.margin-bottom0 {
    margin-bottom: 0px !IMPORTANT;
}


/*  width length filter */

.leftCategoryFilter {
    padding: 0 !important;
}

.leftCategoryFilter div {
    padding: 0 !important;
}

.slidinnr {
    border: 0 !important;
}

.sliderValue {
    padding: 5px !important;
    width: 80% !important;
}


/* .ui-slider{margin: 0px 0px 10px 5px;width: 90%;} */

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    margin: 15px 10px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider {
    position: relative;
    text-align: left;
}

#divWidth {
    padding: 10px !important;
}

#divHeight {
    padding: 10px !important;
}

.blockBox {
    display: inline-block;
    position: relative;
    width: 23%;
    float: left;
}

.blockBox span {
    position: absolute;
    right: 5px;
    top: 5px;
}

.filtercheckbox {
    background: #220101;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    border: 0px;
    border-radius: 5px;
}

.minmax {
    float: left;
    text-align: center;
    width: 50%;
}

.txtcntr {
    text-align: center;
    border: 0 none !important;
}

.minmaxCon {
    float: left;
    border: 0 none !important;
    width: 100%;
    margin-bottom: 3px;
}

.filterCon {
    border: 0 none !important;
}

.sepertor {
    width: 7%;
    float: left;
    text-align: center;
    border: 0px !important;
}


/*  width length filter */

@media screen and (min-width: 768px) and (max-width: 980px) {
    .blockBox span {
        position: absolute;
        right: 25px !important;
        top: 5px;
    }
    .sliderValue {
        padding: 5px !important;
        width: 88% !important;
        margin-left: 5px;
    }
    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        margin: 15px 13px;
    }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
    .sliderValue {
        padding: 5px !important;
        width: 52% !important;
        margin-left: 5px;
    }
    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        margin: 15px 16px 15px 6px;
    }
    .LeftBlock h3 {
        font-size: 18px;
    }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .blockBox span {
        position: absolute;
        right: 10px !important;
        top: 3px;
    }
    .sliderValue {
        margin-left: 3px;
    }
}

.top-tab {
    padding: 4px;
    background: #000;
    color: #fff;
    text-align: center;
    word-spacing: 4px;
}


/* .Navigation .nav {
    width: 57%;
} */

@media only screen and (min-width:1600px)and (max-width: 2500px) {
    .Navigation .nav ul li {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0 20px 0 0;
    }
}

@media only screen and (min-width:1350px)and (max-width: 1599px) {
    .header h1 {
        margin: 25px 25px 25px 0;
        width: 270px;
    }
    .Navigation .search {
        width: 60%;
        margin-top: 15px;
    }
    .header .right {
        margin-top: 22px;
    }
    .Navigation .nav ul li {
        margin: 0 8px 0 0;
    }
}

@media only screen and (min-width:1200px)and (max-width: 1349px) {
    .header h1 {
        margin: 25px 25px 25px 0;
        width: 200px;
    }
    .Navigation .search {
        width: 60%;
        margin-top: 15px;
    }
    .header .right {
        margin-top: 12px;
    }
    .Navigation .nav ul li {
        margin: 0 8px 0 0;
    }
}

@media only screen and (min-width:1024px)and (max-width: 1199px) {
    .header h1 {
        margin: 15px 35px 0 0;
    }
    .Navigation {
        clear: both;
    }
    .Navigation .nav ul li {
        font-size: 13px;
    }
    .Navigation .search {
        width: 27%;
        float: right;
        margin-top: 0;
        padding: 0;
    }
    .Navigation .container {
        width: 100%;
        padding: 0;
    }
    .Navigation .nav {
        width: 73% !important;
        padding: 0;
        margin-top: 7px;
    }
    .Navigation .search form {
        margin-top: 0 !important;
        margin-bottom: 10px;
    }
    .header .right {
        margin-top: 15px;
    }
}

@media only screen and (min-width:768px)and (max-width: 1023px) {
    .Navigation {
        clear: both;
        width: 100%;
        text-align: center;
    }
    .header h1 {
        float: left;
        margin: 10px 0 0 0;
        width: 250px !important;
    }
    .header .right {
        float: right;
        margin-bottom: 0;
        margin-top: 10px;
        text-align: right;
        width: 300px;
    }
    .Navigation .search {
        margin-top: 0px;
        width: 100%;
        clear: both;
        float: none;
    }
    .Navigation .search form input[type="text"] {
        margin: 0 !important;
        width: 100% !important;
    }
    .Navigation .search form .submit {
        margin-top: 0 !important;
    }
    .Navigation .nav {
        margin-top: 0;
        width: 100% !important;
    }
    .Navigation .nav ul {
        display: inline-block;
    }
    .Navigation .nav ul li:nth-last-child(2) {
        margin-right: 0 !important;
    }
    .Navigation .nav ul li {
        font-size: 13px !important;
        margin: 0 13px 0 0 !important;
        font-weight: 400;
    }
    .Navigation .container {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .header h1 {
        float: none;
        margin: 10px auto 0;
        width: 300px !important;
    }
    .Navigation .search form .submit {
        margin-top: 0 !important;
    }
    .Navigation .search form input[type="text"] {
        margin: 0 !important;
        width: 100% !important;
    }
    .Navigation .nav {
        padding: 5px 0 10px !important;
    }
}


/*01.02.2018*/

.Navigation .search form {
    position: relative;
    display: inline-block;
    width: 81%;
    margin-top: 10px;
    background: #f9f9f9 url(../img/search_icon.png) no-repeat 10px 12px;
}

.Navigation .search form input[type="text"] {
    background: none;
    margin: 0 !important;
    width: 100%;
    padding: 3px 50px 3px 30px;
    box-sizing: border-box;
}

.Navigation .search form .submit {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
}

.Navigation .search form .submit input[type="submit"] {
    margin: 0;
    line-height: 38px;
    padding: 0 12px;
    background: #220101;
    -webkit-appearance: none;
}

@media only screen and (min-width:2600px) {
    .Navigation .nav {
        margin-top: 0;
        width: 53% !important;
    }
}


/*mobile menu 16,19,20/02/2018*/

span.menu_icon {
    display: none
}

.mobile_menu_main {
    display: none
}

.mobile_menu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999999999999999999999!important;
    top: 0;
    right: -1100px;
    background-color: #f6f6f7;
    overflow-x: hidden;
    transition: .5s
}

.visible-xs {
    display: none
}

.capslk {
    text-transform: uppercase
}

.filter_box,
.inventory_box,
.filter_dimention,
.filter_color {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999999999999999999999999!important;
    top: 0;
    right: -1100px;
    background-color: #f6f6f7;
    overflow-x: hidden;
    transition: .5s
}

.item-list ul.pager {
    padding: 0
}

.paging span a {
    text-decoration: none
}

.product_email {
    display: inline-block;
    width: 100%
}

.product_email .input {
    display: block;
    max-width: 600px;
    box-sizing: border-box
}

.product_email h3 {
    display: inline-block;
    width: 100%
}

.product_email p.blank {
    display: none
}

.product_email .input input[type=text],
.product_email .input input[type=email] {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    margin-bottom: 10px
}

.product_email .input textarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    margin-bottom: 10px
}

.product_email .submit {
    float: left;
    margin: 0
}

.product_email .submit input[type=submit] {
    -webkit-appearance: none;
    padding: 8px 14px
}

.filtercheckboxMob {
    background: #220101;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px
}

button.apply_btn.filtercheckboxMob {
    margin: 10px auto;
    width: 84px;
    display: block
}

.new_filters {
    display: none
}

@media (max-width: 1024px) {
    .RightBlock {
        width: 100%
    }
    .Navigation .search input[type="text"] {
        width: 100%!important
    }
    .header h1 {
        float: none!important;
        margin: 20px auto!important;
        text-align: center;
        width: 300px!important
    }
    .header .right {
        color: #680505;
        float: none;
        font-size: 24px;
        font-weight: bolder;
        line-height: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
        text-align: center;
        width: 100%
    }
    .nav li {
        display: none
    }
    .mobile_menu_main {
        display: block
    }
    body.open_mobile_menu .mobile_menu_main {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 999999999999999999999999999;
        background-color: #f6f6f7;
        transition: .5s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .Navigation .container {
        width: 100%;
        padding: 0
    }
    span.menu_icon {
        display: inline-block!important;
        float: right;
        width: 42px;
        height: 38px;
        background: #220101;
        color: #fff;
        text-align: center;
        font-size: 28px;
        padding-top: 5px;
        box-sizing: border-box;
        cursor: pointer
    }
    .Navigation .search {
        float: left!important;
        width: 92%!important;
        margin: 0!important;
        padding-top: 0!important;
        padding-bottom: 10px!important
    }
    .Navigation .search form {
        margin-top: 0!important
    }
    .nav select {
        display: none
    }
    body.open_mobile_menu .mobile_menu {
        right: 0
    }
    body.open_mobile_menu,
    html.open_mobile_menu {
        height: 100%;
        overflow: hidden;
        width: 100%;
        position: fixed
    }
    span.close_icon {
        cursor: pointer;
        float: right;
        top: 0;
        right: 0;
        padding: 10px 15px;
        font-size: 22px;
        position: absolute;
        z-index: 99999999999999999999999999999!important
    }
    .mobile_menu .nav {
        float: left;
        width: 100%;
        margin-top: 43px
    }
    .mobile_menu .nav ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        border-top: solid 1px #ddd
    }
    .mobile_menu .nav ul li {
        display: block!important;
        float: left;
        width: 100%;
        border-bottom: solid 1px #ddd;
        padding: 0;
        line-height: 35px;
        box-sizing: border-box
    }
    .mobile_menu .nav ul li a {
        padding: 0 15px;
        text-decoration: none;
        font-size: 14px;
        color: #4e4e4e;
        display: block;
        transition: .3s;
        text-transform: none
    }
    .mobile_menu .LeftBlock {
        float: left;
        width: 100%;
        margin-top: 0;
        background: #fff
    }
    .mobile_menu .LeftBlock h1#page-title {
        margin: 0 auto !important;
        border-bottom: 1px solid #d4d4d4;
        width: 100%!important;
        padding: 6px 0;
        background: #f0f0f0
    }
    .mobile_menu .LeftBlock h3 {
        position: relative;
        margin: 0
    }
    .mobile_menu .LeftBlock h3:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 20px;
        position: absolute;
        top: 11px;
        right: 10px
    }
    .mobile_menu .LeftBlock>div ul li a.view_all {
        position: relative
    }
    .mobile_menu .LeftBlock>div ul li a.view_all:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 20px
    }
    .mobile_menu .LeftBlock .leftCategoryFilter h3:after {
        content: ""
    }
    .mobile_menu .LeftBlock>div {
        background: #fff;
        padding: 0;
        border: none
    }
    .mobile_menu .LeftBlock>div ul li {
        background: none
    }
    .mobile_menu .LeftBlock>div ul li a {
        padding: 0 10px;
        font-size: 14px
    }
    .LeftBlock.hidden-xs {
        display: none
    }
    div#divWidth,
    #divHeight {
        border: none
    }
    .slidinnr {
        display: inline-block;
        width: 100%
    }
    .slidinnr .blockBox {
        border: none;
        width: 25%;
        text-align: center
    }
    .Navigation .nav {
        padding: 0!important
    }
    .mobile_menu .LeftBlock>div#div1 {
        display: none
    }
    .hidden-xs {
        display: none
    }
    .visible-xs {
        display: block
    }
    h1#page-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }
    .hidden-xs.open-filter {
        display: block
    }
    body.open_filter .filter_box,
    body.open_inventory .inventory_box {
        right: 0
    }
    body.open_dimension_ir .filter_dimention,
    body.open_colors_ir .filter_color {
        right: 0
    }
    body.open_filter,
    body.open_inventory,
    body.open_dimension_ir,
    body.open_colors_ir {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 999999999999999999999999999;
        background-color: #f6f6f7;
        transition: .5s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    span.close_filter,
    span.close_inventory,
    .close_filter_dimention,
    .close_filter_color {
        cursor: pointer;
        float: right;
        top: 0;
        right: 0;
        padding: 10px 15px;
        font-size: 22px;
        position: absolute;
        z-index: 99999999999999999999999999999!important
    }
    .filter_box .dropdown {
        float: left;
        width: 100%
    }
    .filter_box .dropdown:nth-child(2) {
        margin-top: 42px;
        border-top: 1px solid #ddd
    }
    .filter_box h3 {
        float: left;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 15px;
        position: relative;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 16px;
    }
    .filter_box h3:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 24px;
        position: absolute;
        top: 5px;
        right: 15px
    }
    .filter_box h4 {
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid #ddd;
        padding: 6px 0
    }
    .filter_box ul {
        display: none;
        padding: 0;
        margin: 0;
        width: 100%
    }
    .filter_box ul li {
        display: block!important;
        float: left;
        width: 100%;
        border-bottom: solid 1px #ddd;
        padding: 0;
        line-height: 35px;
        box-sizing: border-box
    }
    .filter_box ul li a {
        padding: 0 15px;
        text-decoration: none;
        font-size: 14px;
        color: #4e4e4e;
        display: block;
        transition: .3s
    }
    .title.titlesearch.view_rugs {
        text-align: center;
        width: 100%
    }
    .LeftBlock div.view_alls {
        border: none
    }
    .LeftBlock div.view_alls .refinement-flyout-content {
        box-shadow: none;
        top: 0!important;
        box-sizing: border-box;
        position: static;
        left: 0;
        right: 0;
        width: 100%
    }
    .LeftBlock div.view_alls .flyout-tail {
        padding: 0;
        border: none
    }
    .LeftBlock div.view_alls .ms-hd,
    .LeftBlock div.view_alls .ms-bd {
        border: none;
        padding: 0
    }
    .filter_box div.view_alls {
        border: none;
        padding: 15px
    }
    .filter_box div.view_alls .refinement-flyout-content {
        box-shadow: none;
        top: 0!important;
        box-sizing: border-box;
        position: static;
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px
    }
    .filter_box div.view_alls .flyout-tail {
        padding: 0;
        border: none
    }
    .filter_box div.view_alls .ms-hd,
    .filter_box div.view_alls .ms-bd {
        border: none;
        padding: 0;
        display: inline-block;
        width: 100%
    }
    .filter_box div.view_alls .ms-bd ul {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%
    }
    .filter_box ul li a.view_all {
        position: relative
    }
    .filter_box ul li a.view_all:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 20px
    }
    .ms-hd h6 {
        margin: 0;
        font-size: 14px
    }
    .ms-hd img {
        width: auto;
        margin-top: 7px
    }
    .LeftBlock div.dropdowns_div {
        padding: 0;
        border: none
    }
    .mobile_menu .LeftBlock h1#page-title.title.view_rugs {
        font-size: 16px
    }
    /* 22-02-2018 for height width droopdown on mobile */
    .leftCategoryFilterMob {
        border: none!important;
        margin-bottom: 0;
        position: relative
    }
    .leftCategoryFilterMob .leftCategoryFilterLabel {
        background-color: #efeeee;
        padding: 7px 11px!important;
        font-size: 16px!important;
        border-bottom: 1px solid #ddd!important
    }
    .leftCategoryFilterMob #divHeight,
    .leftCategoryFilterMob #divWidth {
        padding: 10px 20px 20px!important;
        border-bottom: 1px solid #ddd!important;
        text-align: center
    }
    .max_width_body,
    .min_width_body {
        width: 48%;
        float: left
    }
    .leftCategoryFilterMob .minmaxCon {
        float: left;
        width: 100%
    }
    .leftCategoryFilterMob .minmax {
        float: left;
        display: inline-block;
        width: 100%
    }
    .leftCategoryFilterMob .min_width_body .blockBox {
        padding-left: 5px
    }
    .leftCategoryFilterMob .txtcntr {
        line-height: 15px
    }
    .leftCategoryFilterMob .max_width_body .blockBox,
    .leftCategoryFilterMob .min_width_body .blockBox {
        width: 50%;
        float: left
    }
    .leftCategoryFilterMob .blockBox {
        position: relative
    }
    .leftCategoryFilterMob .blockBox,
    .leftCategoryFilterMob .deal_ofday a,
    .leftCategoryFilterMob .mobile-right_top {
        display: inline-block
    }
    .leftCategoryFilterMob .bdr_white_space {
        width: 4%;
        float: left;
        padding-top: 36px!important
    }
    .leftCategoryFilterMob .LeftBlock div {
        background: #fff;
        padding: 10px;
        border: none!important
    }
    .leftCategoryFilterMob div,
    .leftCategoryFilterMob div {
        border: none!important
    }
    .leftCategoryFilterMob .max_width_body .blockBox select,
    .leftCategoryFilterMob .min_width_body .blockBox select {
        width: 96%;
        height: 32px;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 5px
    }
    button.apply_btn.filtercheckbox {
        margin: 10px auto;
        width: 84px;
        display: block
    }
    .filter_menu {
        background-color: #ececec;
        padding: 10px 15px;
        margin: 0 -15px 5px
    }
    .filter_menu ul {
        display: inline-block;
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0
    }
    .filter_menu ul li {
        float: left;
        width: 33.33%;
        text-align: center;
        line-height: normal
    }
    .filter_menu ul li span {
        font-weight: 700;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        line-height: normal;
        width: 100%;
        text-transform: uppercase
    }
    .filter_menu ul li span a {
        color: inherit;
        text-decoration: none
    }
    .filter_menu ul li:last-child span {
        text-align: right
    }
    .filter_menu ul li:first-child span {
        text-align: left
    }
    .style_list {
        float: left;
        width: 100%;
        margin-top: 42px;
        border-top: 1px solid #ddd
    }
    .style_list ul {
        padding: 0 0 15px;
        margin: 0;
        width: 100%;
        display: inline-block
    }
    .style_list ul li {
        display: block!important;
        float: left;
        width: 100%;
        border-bottom: solid 1px #ddd;
        padding: 0;
        line-height: 35px;
        box-sizing: border-box
    }
    .style_list ul li:last-child {
        border-bottom: none
    }
    .style_list ul li a {
        padding: 0 15px;
        text-decoration: none;
        font-size: 14px;
        color: #4e4e4e;
        display: block;
        transition: .3s
    }
    /*.hide_mobile{display:none!important}*/
    .RightBlock>h1#page-title {
        display: inline-block;
        width: 75%
    }
    .new_filters {
        display: inline-block;
        width: 25%;
        text-align: right;
        margin-left: -4px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        vertical-align: top
    }
    .new_filters a {
        display: inline-block;
        margin: 0 0 0 10px;
        font-size: 14px;
        text-align: center;
        padding: 0;
        color: #000;
        font-weight: 600;
        text-decoration: none;
        border-radius: 3px;
        line-height: 22px
    }
    .style_list div.view_alls {
        border: none;
        padding: 15px
    }
    .style_list div.view_alls .refinement-flyout-content {
        box-shadow: none;
        top: 0!important;
        box-sizing: border-box;
        position: static;
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px
    }
    .style_list div.view_alls .flyout-tail {
        padding: 0;
        border: none
    }
    .style_list div.view_alls .ms-hd,
    .style_list div.view_alls .ms-bd {
        border: none;
        padding: 0;
        display: inline-block;
        width: 100%
    }
    .style_list div.view_alls .ms-bd ul {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%
    }
    .style_list ul li a.view_all {
        position: relative
    }
    .style_list ul li a.view_all:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 20px
    }
    .container {
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px
    }
}

@media (max-width: 767px) {
	.video-slider .sr-only{
		display:none
	}
    .header h1 {
        float: none!important;
        margin: 25px auto!important;
        text-align: center;
        width: 300px!important
    }
    .mobile_menu_main {
        display: block
    }
    body.open_mobile_menu .mobile_menu_main {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 999999999999999999999999999;
        background-color: #f6f6f7;
        transition: .5s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .Navigation .container {
        width: 100%;
        padding: 0
    }
    span.menu_icon {
        display: inline-block!important;
        float: right;
        width: 42px;
        height: 38px;
        background: #220101;
        color: #fff;
        text-align: center;
        font-size: 28px;
        padding-top: 5px;
        box-sizing: border-box;
        cursor: pointer
    }
    .Navigation .search {
        float: left!important;
        width: 88%!important;
        margin: 0!important;
        padding-top: 0!important;
        padding-bottom: 10px!important
    }
    .Navigation .search form {
        margin-top: 0!important
    }
    .nav select {
        display: none
    }
    body.open_mobile_menu .mobile_menu {
        right: 0
    }
    body.open_mobile_menu,
    html.open_mobile_menu {
        height: 100%;
        overflow: hidden;
        width: 100%;
        position: fixed
    }
    span.close_icon {
        cursor: pointer;
        float: right;
        top: 0;
        right: 0;
        padding: 10px 15px;
        font-size: 22px;
        position: absolute;
        z-index: 99999999999999999999999999999!important
    }
    .mobile_menu .nav {
        float: left;
        width: 100%;
        margin-top: 43px
    }
    .mobile_menu .nav ul {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        border-top: solid 1px #ddd
    }
    .mobile_menu .nav ul li {
        display: block!important;
        float: left;
        width: 100%;
        border-bottom: solid 1px #ddd;
        padding: 0;
        line-height: 35px;
        box-sizing: border-box
    }
    .mobile_menu .nav ul li a {
        padding: 0 15px;
        text-decoration: none;
        font-size: 14px;
        color: #4e4e4e;
        display: block;
        transition: .3s;
        text-transform: none
    }
    .mobile_menu .LeftBlock {
        float: left;
        width: 100%;
        margin-top: 0;
        background: #fff
    }
    .mobile_menu .LeftBlock h1#page-title {
        margin: 0 auto !important;
        border-bottom: 1px solid #d4d4d4;
        width: 100%!important;
        padding: 6px 0;
        background: #f0f0f0
    }
    .mobile_menu .LeftBlock h3 {
        position: relative;
        margin: 0
    }
    .mobile_menu .LeftBlock h3:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 20px;
        position: absolute;
        top: 11px;
        right: 10px
    }
    .mobile_menu .LeftBlock>div ul li a.view_all {
        position: relative
    }
    .mobile_menu .LeftBlock>div ul li a.view_all:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 20px
    }
    .mobile_menu .LeftBlock .leftCategoryFilter h3:after {
        content: ""
    }
    .mobile_menu .LeftBlock>div {
        background: #fff;
        padding: 0;
        border: none
    }
    .mobile_menu .LeftBlock>div ul li {
        background: none
    }
    .mobile_menu .LeftBlock>div ul li a {
        padding: 0 10px;
        font-size: 14px
    }
    .LeftBlock.hidden-xs {
        display: none
    }
    div#divWidth,
    #divHeight {
        border: none
    }
    .slidinnr {
        display: inline-block;
        width: 100%
    }
    .slidinnr .blockBox {
        border: none;
        width: 25%;
        text-align: center
    }
    .Navigation .nav {
        padding: 0!important
    }
    .mobile_menu .LeftBlock>div#div1 {
        display: none
    }
    .hidden-xs {
        display: none
    }
    .visible-xs {
        display: block
    }
    h1#page-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }
    .hidden-xs.open-filter {
        display: block
    }
    body.open_filter .filter_box,
    body.open_inventory .inventory_box {
        right: 0
    }
    body.open_filter,
    .open_inventory {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 999999999999999999999999999;
        background-color: #f6f6f7;
        transition: .5s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    span.close_filter,
    span.close_inventory {
        cursor: pointer;
        float: right;
        top: 0;
        right: 0;
        padding: 10px 15px;
        font-size: 22px;
        position: absolute;
        z-index: 99999999999999999999999999999!important
    }
    .filter_box .dropdown {
        float: left;
        width: 100%
    }
    .filter_box .dropdown:nth-child(2) {
        margin-top: 42px;
        border-top: 1px solid #ddd
    }
    .filter_box h3 {
        float: left;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ddd;
        padding: 5px 15px;
        position: relative;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 16px;
    }
    .filter_box h3:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        font-size: 24px;
        position: absolute;
        top: 5px;
        right: 15px
    }
    .filter_box h4 {
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid #ddd;
        padding: 6px 0
    }
    .filter_box ul {
        display: none;
        padding: 0;
        margin: 0;
        width: 100%
    }
    .filter_box ul li {
        display: block!important;
        float: left;
        width: 100%;
        border-bottom: solid 1px #ddd;
        padding: 0;
        line-height: 35px;
        box-sizing: border-box
    }
    .filter_box ul li a {
        padding: 0 15px;
        text-decoration: none;
        font-size: 14px;
        color: #4e4e4e;
        display: block;
        transition: .3s
    }
    .title.titlesearch.view_rugs {
        text-align: center;
        width: 100%
    }
    .LeftBlock div.view_alls {
        border: none
    }
    .LeftBlock div.view_alls .refinement-flyout-content {
        box-shadow: none;
        top: 0!important;
        box-sizing: border-box
    }
    .LeftBlock div.view_alls .flyout-tail {
        padding: 0;
        border: none
    }
    .LeftBlock div.view_alls .ms-hd,
    .LeftBlock div.view_alls .ms-bd {
        border: none;
        padding: 0
    }
    .ms-hd h6 {
        margin: 0;
        font-size: 14px
    }
    .ms-hd img {
        width: auto;
        margin-top: 7px
    }
    .LeftBlock div.dropdowns_div {
        padding: 0;
        border: none
    }
    .mobile_menu .LeftBlock h1#page-title.title.view_rugs {
        font-size: 16px
    }
    /* 22-02-2018 for height width droopdown on mobile */
    .leftCategoryFilterMob {
        border: none!important;
        margin-bottom: 0;
        position: relative
    }
    .leftCategoryFilterMob .leftCategoryFilterLabel {
        background-color: #efeeee;
        padding: 7px 11px!important;
        font-size: 16px!important;
        border-bottom: 1px solid #ddd!important
    }
    .leftCategoryFilterMob #divHeight,
    .leftCategoryFilterMob #divWidth {
        padding: 10px 20px 20px!important;
        border-bottom: 1px solid #ddd!important;
        text-align: center
    }
    .max_width_body,
    .min_width_body {
        width: 48%;
        float: left
    }
    .leftCategoryFilterMob .minmaxCon {
        float: left;
        width: 100%
    }
    .leftCategoryFilterMob .minmax {
        float: left;
        display: inline-block;
        width: 100%
    }
    .leftCategoryFilterMob .min_width_body .blockBox {
        padding-left: 5px
    }
    .leftCategoryFilterMob .txtcntr {
        line-height: 15px
    }
    .leftCategoryFilterMob .max_width_body .blockBox,
    .leftCategoryFilterMob .min_width_body .blockBox {
        width: 50%;
        float: left
    }
    .leftCategoryFilterMob .blockBox {
        position: relative
    }
    .leftCategoryFilterMob .blockBox,
    .leftCategoryFilterMob .deal_ofday a,
    .leftCategoryFilterMob .mobile-right_top {
        display: inline-block
    }
    .leftCategoryFilterMob .bdr_white_space {
        width: 4%;
        float: left;
        padding-top: 36px!important
    }
    .leftCategoryFilterMob .LeftBlock div {
        background: #fff;
        padding: 10px;
        border: none!important
    }
    .leftCategoryFilterMob div,
    .leftCategoryFilterMob div {
        border: none!important
    }
    .leftCategoryFilterMob .max_width_body .blockBox select,
    .leftCategoryFilterMob .min_width_body .blockBox select {
        width: 96%;
        height: 32px;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 5px
    }
    button.apply_btn.filtercheckbox {
        margin: 10px auto;
        width: 84px;
        display: block
    }
    .filter_menu {
        background-color: #ececec;
        padding: 10px 10px;
        margin: 0 -10px 5px
    }
    .filter_menu ul {
        display: inline-block;
        width: 100%;
        list-style-type: none;
        padding: 0;
        margin: 0
    }
    .filter_menu ul li {
        float: left;
        width: 33.33%;
        text-align: center;
        line-height: normal
    }
    .filter_menu ul li span {
        font-weight: 700;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        line-height: normal;
        width: 100%;
        text-transform: uppercase;
    }
    .filter_menu ul li span#filter_toggle {
        text-align: right
    }
    .filter_menu ul li:first-child span {
        text-align: left;
        cursor: auto
    }
    .style_list {
        float: left;
        width: 100%;
        margin-top: 42px;
        border-top: 1px solid #ddd
    }
    .style_list ul {
        padding: 0;
        margin: 0;
        width: 100%;
        display: inline-block
    }
    .style_list ul li {
        display: block!important;
        float: left;
        width: 100%;
        border-bottom: solid 1px #ddd;
        padding: 0;
        line-height: 35px;
        box-sizing: border-box
    }
    .style_list ul li:last-child {
        border-bottom: none
    }
    .style_list ul li a {
        padding: 0 15px;
        text-decoration: none;
        font-size: 14px;
        color: #4e4e4e;
        display: block;
        transition: .3s
    }
    /*.hide_mobile{display:none!important}*/
    .RightBlock>h1#page-title {
        width: 68%
    }
    .new_filters {
        width: 32%
    }
    .container {
        padding: 0 10px
    }
}

@media (max-width: 480px) {
    .Navigation .search {
        width: 84%!important
    }
    .header h1 {
        width: 160px!important
    }
    .header .right {
        margin-top: 10px
    }
    .top-tab {
        word-spacing: 2px;
        line-height: 18px;
        font-size: 12px
    }
    .sliderValue {
        margin-left: 0!important
    }
    h1#page-title {
        font-size: 16px;
        line-height: 22px
    }
    .filter_box h3 {
        font-size: 16px
    }
    .filter_box h3:after {
        font-size: 20px
    }
    h1#page-title.title.view_rugs {
        font-size: 14px;
        line-height: 20px
    }
    .filter_menu ul li span {
        font-size: 14px
    }
    .leftCategoryFilterMob #divHeight,
    .leftCategoryFilterMob #divWidth {
        padding: 10px 10px 20px!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-4by3::before {
    padding-top: 56.25%;
}


/* 31.08.2018 */

.social_top {
    width: 125px;
    margin-top: 5px;
    margin-left: -4px;
    padding-left: 0;
    text-align: left;
    float: left;
    line-height: normal
}

.social_top label {
    display: block;
    font-weight: 600;
    line-height: normal;
    padding-left: 3px;
    margin-bottom: 4px
}

.social_top a {
    padding: 0 10px 0 0;
    text-decoration: none
}

.social_top a img {
    width: auto
}

.social_top.show1024 {
    display: none
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .social_top {
        width: 100%;
        margin-top: -5px;
        margin-left: 0;
        margin-bottom: 6px;
        padding-left: 0;
        text-align: right;
        float: left;
        line-height: normal
    }
    .social_top label {
        display: inline-block;
        font-weight: 600;
        line-height: normal;
        padding-left: 0;
        margin-bottom: 4px;
        vertical-align: top
    }
    .social_top a {
        padding: 0 0 0 10px;
        text-decoration: none
    }
    .Navigation .search form {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .social_top.hide1024 {
        display: none
    }
    .social_top.show1024 {
        display: block;
        text-align: center;
        width: 100%;
        margin: -10px 0 0
    }
    .social_top label {
        font-size: 16px!important;
        line-height: 22px;
        color: #000!important;
        display: inline-block;
        vertical-align: middle
    }
    .social_top a {
        padding: 0 0 0 10px;
        text-decoration: none
    }
    .Navigation .search form {
        width: 100%
    }
}
.ProductRow i{position: absolute;left: 4px;top: 4px;z-index: 99;background: green;border-radius: 50%;color:#fff;padding: 1px;}
.ProductRow li{position: relative;}
.ProductRow img{box-shadow: 0 0 5px #ccc;}
