/* Reset CSS */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}
html, body{
	position: relative;
	height: 100%;
	font-family: Arial Narrow;
}
a{
	color: #707070;
	text-decoration: none;
}
p{
	color: #707070;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
	color: #707070;
}
img{
	max-width: 100%;
	height: auto;
}
/* Main */
.main-content{
	height: 100%;
	/*padding-top: 61px;
	padding-bottom: 100px;*/
}
.slider-home-content{
	height: 100%;
	padding-top: 61px;
	padding-bottom: 100px;
	overflow: hidden;
}
.slider-home-content .bx-controls.bx-has-pager{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.slider-home-content .bx-controls.bx-has-pager .bx-pager-item{
	width: 25%;
	float: left;
	border-right: 1px solid #707070;
	text-align: center;
}
.slider-home-content .bx-controls.bx-has-pager .bx-pager-item a{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
.slider-home-content .bx-controls.bx-has-pager .bx-pager-item a div{
	padding-top: 20px;
	padding-bottom: 20px;
}
.slider-home-content .bx-controls.bx-has-pager .bx-pager-item a:hover{
	cursor: pointer;
}
.slider-home-content .bx-controls.bx-has-pager .bx-pager-item:last-of-type{
	background: #E5173E;
}
.slider-home-content .bx-controls.bx-has-pager .bx-pager-item:last-of-type a{
	color: #fff;
}
.slider-home-content .bx-controls.bx-has-pager .bx-pager:after{
	display: table;
	content: "";
	clear: both;
}
.slider-home-content .bx-viewport{
	height: 100% !important;
}
.slider-home{
	height: 100%;
}
.home{
	height: 100%;
	overflow: hidden;
}
.slides{
	height: 100%;
	overflow: hidden;
}
.slides{
	position: relative;
}
.first-slide{
	background: url(../img/home/Livingroom.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.second-slide{
	background: url(../img/home/Bedroom.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.third-slide{
	background: url(../img/home/Diningroom.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fourth-slide{
	background: url(../img/home/Inspirations.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slider-home-content .bx-pager-link.active{
	color: red;
}
.slider-home-content .bx-pager-link.active .last-slider-link{
	background: #747474;
}
.full-height{
	height: 100%;
}
.bedroom-content{
	position: absolute;
	bottom: 80px;
	right: 130px;
	width: 600px;
	background: rgba(255, 255, 255, 0.8);
	padding: 30px;
}
.bedroom-content:after{
	width: 0px; 
  	height: 0px; 
  	content: "";
  	border-top: 112px solid transparent;
  	border-bottom: 112px solid transparent;
  	border-left: 70px solid #fff;
  	opacity: 0.8;
  	position: absolute;
  	right: -80px;
  	top: 0;
}
.first-slide .bedroom-content  p:nth-of-type(2) {
    font-size: 31px;
    line-height: 43px;
}
.first-slide .bedroom-content:after{
	border-top: 122px solid transparent;
  	border-bottom: 122px solid transparent;
}
.bedroom-content p{
	margin-bottom: 10px;
}
.bedroom-content p:first-of-type{
	font-size: 42px;
	color: #D91F1F;
	font-weight: 600;
}
.bedroom-content p:nth-of-type(2){
	font-size: 37px; 
}
.bedroom-content p:nth-of-type(3){
	font-size: 18px;
	max-width: 80%;
}
/* Living Room */
.page-content{
	padding-top: 0;
	padding-bottom: 100px;
}
.page-content:after{
	display: table;
	content: "";
	clear: both;
}
.livingroom{
	background: url(../img/category/livingroom.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.livingroom-inner{
	width: 85%;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 40px 10px 40px;
}
.livingroom-inner-left{
	float: left;
	width: 40%;
	padding-right: 50px;
}
.livingroom-inner-left p:first-of-type{
	font-size: 27px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.livingroom-inner-left p:first-of-type:after{
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	background: #707070;
	height: 1px;
	content: "";
}
.livingroom-inner-left p:last-of-type{
	text-align: center;
	font-size: 17px;
}
.livingroom-inner-right{
	width: 60%;
	float: left;
	text-align: center;
}
.livingroom-inner-right .slider-living p{
	font-size: 12px;
	padding-top: 15px;
}
.livingroom .bx-wrapper{
	border: 0;
	box-shadow: none;
	background: transparent;
	display: inline-block;
}
.livingroom .bx-wrapper a{
	cursor: auto;
}
.livingroom .bx-wrapper .slider-living div:nth-of-type(2) a{
	cursor: pointer;
}
.livingroom  .bx-wrapper .bx-pager.bx-default-pager a{
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: transparent;
	border: 1px solid #707070;
	margin-right: 25px;
}
.livingroom  .bx-wrapper .bx-pager{
	bottom: -45px;
}
.livingroom .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #707070;
}
/* Category Page PLP */
.category{
	height: auto;
	padding-bottom: 120px;
} 
.category-left{
	width: 250px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	border-right: 1px solid #E5173E;
	position: fixed;
    z-index: 1;
    top: 0;
    left: -205px;
    transition: 0.5s;
    overflow-x: hidden;
    padding-right: 50px;
}
.category-left-top{
	padding: 14px 0;
	border-bottom: 1px solid #E5173E;
	position: relative;
	padding-left: 15%;
	padding-right: 50px;
}
.category-left-top p{
	font-size: 12px;
	position: relative;
}
.category-left-top p span{
	position: absolute;
	top: 0;
	right: 5px;
}
.category-left-bottom{
	padding-top: 25px;
	padding-left: 15%;
	padding-right: 5%;
}
.category-left-bottom p{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.filter p{
	font-size: 14px;
}
.select-box{
	position: relative;
	margin-bottom: 35px;
}
.select2-search{
	display: none;
}
.select2-container{
	width: 100% !important;
	max-width: 200px !important;
}
.select2-container .select2-selection--single{
	height: 35px;
	border-radius: 0;
	border: 1px solid #707070;
	font-size: 14px;
	letter-spacing: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
	font-size: 12px !important;
	letter-spacing: 1px !important;
	color: #707070;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 35px;
	top: 0;
	right: 0;
	width: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after{
	content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    padding-top: 2px;
    position: absolute; 
    right: 0;
    top: 0;
    background: #949494;
    z-index: 1;
    text-align: center;
    width: 32px;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
    font-size: 32px;
}
.select2-dropdown{
	border: 1px solid #707070;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.46); 
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.46);
	border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #E8E8E8;
	color: #707070;
}
.select2-container--default .select2-results__option[aria-selected=true]{
	background: #E8E8E8;
	color: #707070;
}
.select2-results__option[aria-selected]{
	margin-bottom: 5px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #707070;
}
.select2-results__option[aria-selected]:nth-of-type(7){
	background: #E8E8E8;
}
.select2-results__option[aria-selected]:last-of-type{
	margin-bottom: 0;
}
.filter ul{
	list-style: none;
}
.filter ul li{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 7px;
	border-top: 1px solid #707070; 
}
.filter ul li:last-of-type{
	border-bottom: 1px solid #707070; 
}
.filter ul li a{
	font-size: 12px;
	position: relative;
	display: block;
}
.filter ul li a span{
	position: absolute;
	top: 0;
	right: 20px;
}
.open-menu{
	left: 0;
	padding-right: 0;
}
.open-button{
	width: 45px;
	height: 42px;
	background: #E5173E;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: 0.5s;
}
.open-button:hover{
	cursor: pointer;
}
.open-button:before{
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: FontAwesome;
	content: "\f105";
}
.active-button{
	left: 204px;
	transition: 0.5s;
}
.active-button:before{
	content: "\f104"
}
.category-right{
	width: calc(100% - 70px);
	display: inline-block;
	float: right;
	vertical-align: top;
	transition: 0.5s;
}
.small-width{
	width: calc(100% - 270px);
}
.category-right .product-list{
	padding-top: 65px;
}
.category-right .product-list:after{
	content: "";
	display: table;
	clear: both;
}
.category-right .product-list a{
	width: 18%;
	float: left;
	margin-right: 2.5%;
	padding: 25px 10px;
	margin-bottom: 75px;
	display: none;
}
.category-right .product-list .product-img-container{
	min-height: 130px;
	margin-bottom: 30px;
}
.category-right .product-list img{
	margin-bottom: 15px;
}
.category-right .product-list a:nth-child(5n + 5){
	margin-right: 0;
}
.category-right .product-list a:nth-child(6n){
	clear: both;
}
.product-name{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
}
.pagination{
	text-align: center;
	padding: 15px 35px 15px 0px;
	position: relative;
}
.pagination p{
	font-size: 12px;
	font-weight: 600;
	color: #A1A1A1;
}
.pagination a{
	color: #D91F1F;
	font-size: 21px;
	font-weight: 600;
	position: absolute;
	top: 9px;
	right: 35px;
}
.pagination a.cat-prev{
	left: 10px;
	right: auto;
}
/* PDP */
.product-left{
	float: left;
	width: 65%;
	height: 100%;
}
.product-left-inner{
	height: 100%;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.product-left-inner h1{
	font-size: 24px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.product-view-content{
	height: 100%;
	position: relative;
}
.threesixty{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.product-right{
	float: right;
	width: 33%;
	border-left: 1px solid #707070;
	height: 100%;
	position: relative;
}
.product-main-description{
	width: 33%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    border-left: 1px solid #E5173E;
    position: fixed;
    z-index: 1;
    top: 0;
    right: calc(-33% + 1px);
    transition: 0.5s;
    overflow-x: hidden;
    padding-right: 80px;
    padding-left: 40px;
    padding-bottom: 115px;
    background: #fff;
    transition-property: all;
  	transition-duration: .5s;
  	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.46); 
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.46);
}
.product-main-description p{
	font-size: 13px;
}
.product-main-description-active{
	right: 0;
	z-index: 999;
}
.description-open{
	width: 25px;
	height: 105px;
	background: #E5173E;
	position: fixed;
	top: 25px;
	right: 0;
	transition-property: all;
  	transition-duration: .5s;
  	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  	border-top-left-radius: 10px;
  	border-bottom-left-radius: 10px;
  	z-index: 100;
}
.description-open:before{
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: FontAwesome;
	content: "\f104";
}
.description-open-active{
	right: 33%;
}
.description-open-active:before{
    content: "\f105";
}
.description-open:hover{
	cursor: pointer;
}
.product-main-description-top{
	padding-top: 20px;
}
.product-main-description-top p:first-of-type{
	color: #E5173E;
	font-size: 16px;
	margin-bottom: 15px;
}
.product-main-description-top p:nth-of-type(2){
	margin-bottom: 20px;
}
.product-main-description-top p:nth-of-type(3){
	margin-bottom: 20px;
}
.product-main-description-top p:nth-of-type(4){
	margin-bottom: 20px;
}
.product-main-description-middle{
	margin-bottom: 20px;
}
.product-main-description-middle:after{
	display: table;
	content: "";
	clear: both;
}
.product-main-description-middle p{
	color: #E5173E;
	font-size: 16px;
	margin-bottom: 15px;
}
.product-main-description-middle div{
	font-size: 14px;
	float: left;
	width: 50%;
}
.product-main-description-middle div span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.product-main-description-bottom p:first-of-type{
	color: #E5173E;
	font-size: 16px;
	margin-bottom: 15px;
}
.product-main-description-bottom p:nth-of-type(2),
.product-main-description-bottom p:nth-of-type(4),
.product-main-description-bottom p:nth-of-type(6),
.product-main-description-bottom p:nth-of-type(8){
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
}
.product-main-description-bottom p:nth-of-type(3),
.product-main-description-bottom p:nth-of-type(5),
.product-main-description-bottom p:nth-of-type(7),
.product-main-description-bottom p:nth-of-type(9){
	margin-bottom: 15px;
}
.product-right-top{
	width: 445px;
	max-width: 100%;
	padding-top: 30px;
	margin: 0 auto;
	font-size: 0;
}
.product-right-top p{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}
.product-right-top span{
	font-size: 12px;
	font-weight: 400;
}
.tab{
	margin-bottom: 30px;
}
.tab:after{
	display: table;
	content: "";
	clear: both;
}
.tab p{
	font-weight: 400;
	color: #727272;
	margin: 0;
	text-align: center;
}
.tab div{
	float: left;
	width: 50%;
	border: 1px solid #707070;
	background: #fff;
	padding: 8px;
}
.tab div:hover{
	cursor: pointer;
}
.active-tab{
	background: #E5173E !important;
	border: 1px solid transparent !important;
	
}
.active-tab p{
	color: #fff !important;
}
.leather-swatch{
	display: none;
}


.product-right-top .select-box p{
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	width: 25%;
}
.product-right-top .select2-container{
	width: 75% !important;
	max-width: 75% !important;
}
.product-right-top .select2-container--default .select2-selection--single .select2-selection__arrow:after{
	background: transparent;
	color: #E5173E;
	z-index: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}
.select2-container--default .select2-results>.select2-results__options{
	max-height: none !important;
}
.product-page-open-dropdown .select2-results__option[aria-selected] span{
	margin-left: 35px;
	display: inline-block;
	height: 22px;
	position: relative;
	padding-left: 25px;
	line-height: 22px;
}
.product-page-open-dropdown .select2-results__option[aria-selected] span img{
	position: absolute;
	top: 1px;
	left: 0px;
}
.product-right-top .select2-container--default  .select2-selection__rendered span{
	display: inline-block;
	height: 22px;
	position: relative;
	padding-left: 25px;
	line-height: 22px;
}
.product-right-top .select2-container--default  .select2-selection__rendered span img{
	position: absolute;
	top: 1px;
	left: 0px;
}
.frame {
  width: 500px;
  height: 380px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 25px;
}
.frame .slidee{
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
  transform: none;
  position: absolute;
  left: 0;
  top: 0;
}
.frame .slidee li{
    float: left;
    width: 500px;
    height: 100%;
    font-size: 0;
    padding: 0;
    text-align: center;
}
.frame .slidee li span{
	display: inline-block;
	width: 125px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	cursor: pointer;
}
.frame .slidee li img{
	display: inline-block;
	height: 90px;
	padding: 5px;
	margin-bottom: 5px;
}
.frame .slidee li span.active-img img{
	border: 2px solid #707070;
}
.frame .slidee li span p{
	font-size: 11px;
}
.scrollbar {
  width: 445px;
  height: 0px;
  margin: 0 auto;
  background: transparent;
  z-index: 10;
  position: relative;
  position: relative;
  z-index: 0;
  height: 6px;
}
.scrollbar:hover{
	cursor: pointer;
}
.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #E5173E;
  height: 6px;
  border-radius: 4px;
}
.product-right-bottom{
	background: #F7F5F5;
	height: 240px;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #A1A1A1;
	margin-top: -3px;
}
.product-right-bottom-inner{
	width: 445px;
	margin: 0 auto;
}
.product-right-bottom-inner:after{
	display: table;
	content: "";
	clear: both;
}
.product-right-bottom-left{
	width: 50%;
	float: left;
}
.product-right-bottom-right{
	width: 50%;
	float: left;
	text-align: right;
}
.cover-name{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.cover-img{
	padding-left: 20px;
	padding-right: 5px;
}
.cover-img img{
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 15px;
}
.cover-img span{
	display: inline-block;
	vertical-align: middle;
}
.cover-sku{
	font-size: 16px;
	margin-bottom: 10px;
}
.cover-price{
	font-size: 21px;
	color: #E5173E;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
}
.select-foot{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #707070;
}
.select-foot-inner{
	width: 445px;
	margin: 0 auto;
}
.select-foot a{
	color: #D91F1F;
	font-weight: 600;
	display: inline-block;
	position: relative;
}
.select-foot a:before{
	content: "\f0da";
    font-family: FontAwesome;
    color: #E5173E;
    position: absolute; 
    right: -20px;
    top: -5px;  
    font-size: 28px;
}
.finalize{
    width: calc(33% - 1px);
    border-left: 1px solid #707070;
    height: 100%;
    position: relative;
    position: fixed;
    top: 100%;
    right: 1px;
    background: #ffffff;
    transition: all 0.8s ease;
    padding-bottom: 100px;
}
.finalize-acive{
	top: 0;
}
.finalize-inner{
	position: relative;
	height: 100%;
}
.finalize-top{
	width: 445px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-top: 15px;
}
.finalize-top p{
	font-size: 16px;
	font-weight: 600;
}
.finalize-img-content{
	width: 445px;
	margin: 0 auto;
	margin-bottom: 17px;
}
.finalize-img-content:after{
	display: table;
	content: "";
	clear: both;
}
.finalize-img-content div{
	width: 30%;
	float: left;
	text-align: center;
	margin-right: 5%;
	margin-bottom: 20px;
	cursor: pointer;
}

.finalize-img-content div:nth-of-type(3n){
	margin-right: 0;
	text-align: right;
}
.finalize-img-content div:nth-of-type(3n + 1){
	clear: both;
	text-align: left;
}
.finalize-img-content div p{
	font-size: 11px;
	text-align: center;
}
.finalize-img-content div img{
	height: 120px;
	display: inline-block;
	padding: 10px;
	margin-bottom:4px;
}
.finalize-img-content div img.selected{
	box-shadow: 0 0 0 2px #707070;
}
.finalize-img-content div span{
	display: block;
}
.finalize-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #707070;
}
.finalize-bottom-inner{
	width: 445px;
	margin: 0 auto;
}
.finalize-bottom-inner a{
	color: #D91F1F;
	font-size: 16px;
	font-weight: 600;
}
.finalize-bottom-inner:after{
	content: "";
	display: table;
	clear: both;
}
.finalize-bottom-inner a:first-of-type{
	float: left;
	position: relative;
}
.finalize-bottom-inner a:first-of-type:before{
	content: "\f0d9";
    font-family: FontAwesome;
    color: #E5173E;
    position: absolute;
    left: -20px;
    top: -5px;
    font-size: 28px;
}
.finalize-bottom-inner a:last-of-type{
	float: right;
	position: relative;
}
.finalize-bottom-inner a:last-of-type:before{
	content: "\f0da";
    font-family: FontAwesome;
    color: #E5173E;
    position: absolute;
    right: -20px;
    top: -5px;
    font-size: 28px;
}
.finalize-price-section{
	height: 300px;
	background: #F7F5F5;
	padding-top: 20px;
	border-top: 1px solid #707070;
}
.flash-content{
	text-align: right;
	font-size: 0;
}
.flash-content:after{
	display: table;
	clear: both;
	content: "";
}
.flash-content p{
	display: inline-block;
	text-align: left;
	width: 50%;
	float: left;
}
.flash-content span{
	display: inline-block;
	width: 50%;
	display: none;
	color: #D91F1F;
}
.foot-leg-select{
	clear: both;
}
.foot-leg-select div{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #707070;
}
.foot-leg-select img{
	display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 20px;
}
.foot-leg-select{
	display: none;
}
.foot-leg-select p{
	display: inline-block;
}
.add-to-cart-content{
	width: calc(33% - 1px);
    border-left: 1px solid #707070;
    height: 100%;
    position: relative;
    position: fixed;
    top: 100%;
    right: 1px;
    background: #ffffff;
    transition: all 0.8s ease;
    padding-bottom: 100px;
}
.add-to-cart-content-acive{
	top: 0;
}
.add-to-cart-content-top{
    width: 100%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.add-to-cart-content-top-inner{
	width: 445px;
    margin: 0 auto;
}
.add-to-cart-content-top-inner a{
	color: #D91F1F;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.add-to-cart-content-top-inner a:before{
	content: "\f0d9";
    font-family: FontAwesome;
    color: #E5173E;
    position: absolute;
    left: -20px;
    top: -5px;
    font-size: 28px;
}
.add-to-cart-content-middle .finalize-price-section{
	height: auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #707070;
}
.add-to-cart-content-middle .finalize-price-section .foot-leg-select{
	padding-top: 10px;
}
.add-to-cart-content-bottom p{
	width: 445px;
    margin: 0 auto;
    font-size: 14px;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #BECB5C;
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
}
.add-to-cart-content-bottom p:before{
	position: absolute;
	width: 38px;
	height: 100%;
	background: #BECB5C;
	top: 0;
	left: 0;
	content: "";
}
.add-to-cart-content-bottom p:after{
	font-family: FontAwesome;
	content: "\f05d";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 10px;
	color: #fff;
	font-size: 22px;
}
.cart-added{
	width: 445px;
    margin: 0 auto;
}
.cart-added:after{
	display: table;
	content: "";
	clear: both;
}
.cart-added-left span{
	color: #E5173E;
	font-size: 30px;
	font-weight: 900;
	height: 47px;
	line-height: 47px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
}
.cart-added-left span:hover{
	cursor: pointer;
}
.cart-added-left input{
	width: 45px;
	height: 45px;
	border: 1px solid #707070;
	padding: 4px;
	line-height: 45px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.cart-added-left{
	display: block;
	float: left;
	width: 150px;
}
.cart-added-right{
	width: 250px;
	float: right;
	height: 47px;
}
.cart-added-right a{
	display: block;
	background: #E5173E;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 47px;
	text-align: center;
}
.share-content{
	clear: both;
	padding-top: 35px;
}
.share-content p{
	padding: 0;
	border: 0;
	width: auto;
	display: inline-block;
	margin: 0;
	font-weight: 600;
}
.share-content p:before{
	display: none;
}
.share-content p:after{
	display: none;
}
.share-content p:first-of-type{
	color: #D91F1F;
	font-size: 16px;
	font-weight: 600;
	margin-right: 30px;
}
.share-content p:nth-of-type(2){
	margin-right: 20px;
}
.share-content p:nth-of-type(2) i{
	margin-right: 8px;
	font-size: 21px;
}
.share-content p:nth-of-type(3){
	padding-left: 5px;
}
.share-content p:nth-of-type(3) i{
	margin-right: 8px;
	font-size: 21px;
}
.add-to-cart-content-inner{
	position: relative;
	height: 100%;
}
.cart-modal{
	width: 350px;
	min-height: 1px;
	padding: 15px;
	border: 1px solid #707070;
	position: absolute;
	bottom: 25px;
	right: 0;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.46); 
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.46);
	display: none;
	background: #fff;
}
.cart-modal-top{
	margin-bottom: 15px;
}
.cart-modal-top p{
	color: #E5173E;
	font-size: 24px;
	font-weight: 600;
}
.cart-modal-left{
	width: 50%;
	float: left;
	min-height: 1px;
	padding: 6px;
}
.cart-modal-right{
	width: 50%;
	float: right;
	min-height: 1px;
}
.cart-modal-right p:first-of-type{
	font-weight: 600;
}
.cart-modal-right p{
	margin-bottom: 5px;
}
.cart-modal-right p:nth-of-type(3) span{
	margin-left: 50px;
}
.cart-modal-right p:nth-of-type(4) span{
	margin-left: 38px;
}
.cart-modal-bottom{
	clear: both;
}
.cart-modal-bottom{
	border-top: 1px solid #D91F1F;
	margin-top: 15px;
}
.cart-modal-bottom a{
	font-size: 17px;
	color: #D91F1F;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	display: block;
}


/* Cart */
.cart{
	height: auto;
    min-height: 100%;
    padding-bottom: 250px;
}
.cart-top{
	background: #E5173E;
	padding: 19px 40px;
}
.cart-top:after{
	display: table;
	content: "";
	clear: both;
}
.cart-top-left{
	float: left;
	width: 50%;
	text-align: left;
}
.cart-top-right{
	float: left;
	width: 50%;
	text-align: right;
}
.cart-top a{
	color: #fff;
	font-size: 16px;
	text-decoration: underline;
	font-weight: 600;
}
.cart-top-right a:first-of-type{
	margin-right: 50px;
}
.cart-top-left a{
	font-size: 18px;
	text-decoration: none;
}
.cart-middle{
	padding-top: 25px;
	padding-left: 40px;
	padding-right: 40px;
}
.cart-middle:after{
	display: table;
	content: "";
	clear: both;
}
.cart-content{
	float: left;
	width: 33.33%;
	border-right: 1px solid #E5173E;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.cart-content:after{
	display: table;
	content: "";
	clear: both;
}
.cart-content:nth-child(3n){
	border: 0;
}
.cart-content:nth-child(3n + 1){
	clear: both;
}
.cart-content-left{
	float: right;
	width: 60%;
	text-align: right;
}
.cart-content-left-inner{
	width: 90%;
	display: inline-block;
	text-align: left;
}
.cart-content-left-inner .product-name{
	margin-bottom: 15px;
}
.product-information{
	margin-bottom: 17px;
}
.product-information img{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 15px;
}
.product-information span:nth-of-type(1){
	width: 80px;
	display: inline-block;
}
.product-information span:nth-of-type(2){
	margin-left: 10px;
	display: inline-block;
}
.cart-content-right{
	float: left;
	width: 40%;
}
.cart-image-content{
	 min-height: 200px;
	 position: relative;
}
.cart-image-content img{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.edit-cart:after{
	display: table;
	content: "";
	clear: both;
}
.edit-cart a{
	position: relative;
}
.edit-cart a:first-of-type{
	float: left;
}
.edit-cart a:last-of-type{
	float: right;
}
.cart .pagination{
	/*margin-bottom: 77px;*/
	padding-left: 40px;
	padding-right: 40px;
}
.cart-bottom{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #707070;
	position: fixed;
	bottom: 100px;
	left: 0;
	width: 100%;
	background: #fff;
}
.cart-bottom:after{
	display: table;
	content: "";
	clear: both;
}
.cart-bottom-left{
	float: left;
	width: 50%;
}
.cart-bottom-left p{
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.cart-bottom-left input{
	width: 280px;
	max-width: 280px;
	border: 1px solid #707070;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 30px;
}
.cart-bottom-left a{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #E5173E;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}
.cart-bottom-right{
	float: left;
	width: 50%;
	text-align: right;
}
.cart-bottom-right p{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
	margin-right: 30px;
}
.cart-bottom-right p:first-of-type{
	color: #E5173E;
}	
.cart-bottom-right p:nth-of-type(2){
	color: #A1A1A1;
}
.cart-bottom-right a{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #E5173E;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding-left: 45px;
	padding-right: 45px;
}
/* Footer */
.footer{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 999;
	font-size: 0;
	border-top: 1px solid #707070;
}
.footer-left{
	display: inline-block;
    vertical-align: middle;
    width: 30%;
    text-align: left;
    padding-left: 30px;
}
.footer-right{
	display: inline-block;
    vertical-align: middle;
    width: 70%;
    text-align: right;
    text-transform: uppercase;
    font-size: 16px;
}
.footer-right i{
	font-size: 37px;
	color: #707070;
	margin-bottom: 10px;
	display: block;
}
.footer-right a{
	display: inline-block;
	min-width: 180px;
	border-left: 1px solid #707070;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
}
.page-footer .footer-left{
	padding-left: 0;
	font-size: 16px;
	width: 50%;
}
.page-footer .footer-left a{
	display: inline-block;
    min-width: 180px;
    border-right: 1px solid #707070;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    margin-right: 45px;
}
.page-footer .footer-left a:last-of-type{
	margin-right: 0;
	padding: 0;
	border: 0;
	min-width: auto;
}
.page-footer .footer-left i{
	font-size: 37px;
    color: #707070;
    margin-bottom: 10px;
    display: block;
}
.page-footer .footer-right{
	width: 50%;
}

.complete-the-look{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	width: 445px;
    margin: 0 auto; 
    padding-bottom: 30px;
}
.complete-the-look p{
	font-size: 21px;
	color: #E5173E;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 2px;
	display: inline-block;
}
.complete-the-look p:before{
	position: absolute;
	width: 50px;
	height: 1px;
	background: #E5173E;
	top: 11px;
	left: -65px;
	content: "";
}
.complete-the-look p:after{
	position: absolute;
	width: 50px;
	height: 1px;
	background: #E5173E;
	top: 11px;
	right: -65px;
	content: "";
}
.complete-the-look div{
	width: 33.33%;
	float: left;
	text-align: center;
}
.complete-the-look:after{
	display: table;
	clear: both;
	content: "";
}
.complete-the-look img{
	height: 65px;
	display: inline-block;
}
.complete-p{
	width: 100% !important;

}



/* Responsive */
@media only screen and (max-height: 1000px) {
    .product-right-top{
    	padding-top: 15px;
    }
    .finalize-img-content div{
    	margin-bottom: 10px;
    }

}