body {
	font-family: 'Montserrat', sans-serif;
}

body {
   overflow: hidden;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	-o-user-select: none;
	user-select: none;
}

body.single-configurator {
	background: #f6f6f6;
	font-family: "Montserrat", Arial, sans-serif;
	transition: all ease-in-out 0.5s;
	overflow: hidden;
	margin: 0px;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a {
	text-decoration: none;
	color: #1a171b;
}

a:hover {
	text-decoration: none;
}

.single-configurator .container {
	overflow: hidden;
}

#wrapper #logo {
	float: left;
	display: block;
	margin-right: 30px;
}

#wrapper #logo img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#wrapper header {
	margin-top: 32px;
	position: relative;
	z-index: 2;
	transition: all ease-in-out 0.5s;
	left: 0;
	line-height: 50px;
}

.mobile-menu, .pwc-mobile-nav {
    display: none;
}

.single-panorama-menu {
	float: right;
}

.single-panorama-menu ul {
	list-style: none;
	margin-top: 0;
}

.single-panorama-menu li {
	float: left;
	margin-right: 30px;
}

.single-panorama-menu li a {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3.02px;
}

.single-panorama-menu ul.sub-menu {
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	width: 240px;
	border: 1px solid #F2F2F2;
	position: absolute;
	padding: 20px 0;
	line-height: 2;
	box-shadow: 0 1px 1px #F2F2F2;
	background: #fff;
	font-weight: normal;
	-webkit-backface-visibility: hidden;
	transition: all ease-in-out .3s;
	margin-left: 0;
}

.single-panorama-menu li:hover > ul.sub-menu {
	visibility: visible;
	overflow: visible;
	opacity: 1;
}

.single-panorama-menu .sub-menu li {
	float: none;
	display: block;
	padding: 0;
	position: relative;
	margin-bottom: 0;
	text-align: left;
	letter-spacing: 1px;
	text-transform: none;
	margin-right: 0;
}

.single-panorama-menu .sub-menu li a {
	display: block;
	padding: 8px 30px;
	color: rgba(26,26,26,0.70);
	font-weight: normal;
	transition: all ease-in-out .3s;
}

.single-panorama-menu .sub-menu li a:hover {
	padding-left: 35px;
}

.cat-set {
	float: right;
	position: relative;
}

.cat-set .prices {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 24px;
	float: left;
	margin-bottom: 0;
}

.cat-set .prices .value {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

.cat-set .prices .text {
	font-size: 10px;
	font-weight: 400;
	color: #999;
	display: inline-block;
	letter-spacing: 1px;
	margin-left: 10px;
	line-height: 1;
}

.cat-set .icon {
	width: 50px;
	height: 50px;
	background: #f2f2f2;
	color: #b2b2b2;
	line-height: 50px;
	float: left;
	margin-left: 13px;
	text-align: center;
	font-size: 25px;
}
.cat-set .icon:before {
	line-height: inherit;
}

.cat-set .right-icon {
	position: absolute;
	text-align: right;
	right: -11px;
	bottom: -70px;
	line-height: 0;
	cursor: pointer;
	font-size: 55px;
	color: #ccc;
}

.banner {
	/* margin: -463px auto auto; */
	position: absolute;
	left: 0;
	right: 0;
	top: -8%;
	transition: all ease-in-out 0.5s;
}

/*
.admin-bar .banner {
	margin-top: -495px;
}
*/

.subset {
	position: absolute;
}

#configurator .owl-carousel .owl-item img {
	max-width: none;
}

.banner-list-con, #left-bar-menu {
	z-index: 9;
}

.banner-list-con {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 5px;
	height: 136px;
	border-left: 0;
	border-right: 0;
	text-align: center;
	transition: all ease-in-out 0.5s;
	line-height: 0;
}

.banner-list-con.show-scroll {
	height: 147px;
}

.banner-list-con.show-scroll.mobile {
	height: 131px;
}

.show-scroll .banner-img-list .banner-list-img[data-text=close] {
	position: fixed;
	margin-left: -103px;
	z-index: 1;
}

.show-scroll .banner-img-list {
	padding-left: 103px;
}

.show-scroll .banner-list-sec.main-sec .banner-img-list {
	padding-left: 0 !important;
}

.animation-disable.banner-list-con, .animation-disable .banner-img-list .banner-list-img {
    transition: none;
}

.banner-list-sec {
	margin: 0 auto;
	display: inline-block;
	clear: both;
	padding-left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding-top: 32px;
	border-bottom: 1px solid #d8d8d8;
}

.banner-list-sec:before {
	content: '';
	height: 1px;
	background: #d8d8d8;
	width: 100%;
	position: absolute;
	left: 0;
	top: 31px;
	z-index: -1;
}

.banner-list-img span.colors {
	background: #000;
	min-width: 91px;
	height: 91px;
	display: block;
}

.banner-img-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
	border-top: 1px solid #d8d8d8;
	margin-top: -1px;
}

.banner-list-sec.hover-hide {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.banner-img-list.hover-hide .banner-list-img {
	opacity: 0;
	visibility: hidden;
}

.banner-img-list, .banner-img-list  li {
	list-style: none;
}

.banner-img-list .banner-list-img {
	float: left;
	min-width: 103px;
	min-height: 102px;
	border-left: 1px solid #d8d8d8;
	position: relative;
	transition: all ease-in-out 0.5s;
	cursor: pointer;
	padding: 6px;
	line-height: 92px;
}

.banner-img-list .banner-list-img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.banner-list-img .closes {
	font-size: 45px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;	
	color: #cccccc;
}

.banner-list-img .closes:before {
	vertical-align: middle;
}

.banner-img-list .banner-list-img.animated {
	background: #f6f6f6;
}

.banner-img-list .banner-list-img:hover {
	background: #fff;
	transition: all ease-in-out 0.5s;
}

.banner-img-list .banner-list-img:before {
	content: '';
	border: 3px solid #333333;
	position: absolute;
	left: 0px;
	width: calc( 100% + 0px );
	height: 100%;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
}

.banner-img-list .banner-list-img:hover:before, .banner-img-list .banner-list-img.current:before {
	opacity: 1;
	visibility: visible;
}

.banner-img-list .banner-list-img:after {
	content: attr(data-text);
	position: absolute;
	background: #333333;
	border: 3px solid #333;
	width: 100%;
	font-size: 10px;
	color: #b2b2b2;
	right: 0;
	left: 0;
	padding: 7px;
	text-transform: uppercase;
	top: -32px;
	opacity: 0;
	line-height: 1.2;
	transition: all ease-in-out 0.5s;
}

.banner-img-list .banner-list-img:hover:after {
	opacity: 1;
}

.banner-img-list .banner-list-img:last-child {
	border-right: 1px solid #d8d8d8;
}

.right-icon-cart {
	width: 345px;
	background: #333333;
	position: fixed;
	right: -345px;
	top: 0;
	transition: all ease-in-out 0.5s;
	height: 100%;
	z-index: 9;    
	overflow: hidden;
	margin-right: -17px;
}

.right-icon-cart-inner {
	width: auto;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

.right-icon-cart.right-0 {
	right: 0px;
	transition: all ease-in-out 0.5s;
}

.right-icon-cart-logo {
	padding: 40px 30px;
	display: inline-block;
	width: 100%;
}

.right-icon-cart-logo .close-icon {
	float: right;
	margin-top: -5px;
	font-size: 38px;
	color: #999999;
	height: 40px;
	line-height: 0;
}



.right-icon-cart .cart-list {
	border-top:1px solid #666666;
	padding: 20px 32px 15px;
}

.right-icon-cart .cart-img {
	float: left;
	margin-right: 30px;
	max-width: 60px;
}

.right-icon-cart .cart-img img {
	max-width: 100%;
}

.right-icon-cart .cart-content {
	overflow: hidden;
}

.right-icon-cart .cart-content .title {
	float: left;
}

.right-icon-cart .cart-content .title span {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 4px;
	color: #f2f2f2;
	text-transform: uppercase;
	float: left;
	clear: both;
	cursor: pointer;
}

.right-icon-cart .cart-img {
	cursor: pointer;
}

.right-icon-cart .cart-content .title .text {
	font-weight: normal;
	font-size: 13px;
	display: block;
	color: #999999;
	text-transform: none;
	letter-spacing: 2px;
	margin-top: 5px;
}

.right-icon-cart .cart-content .price {
	margin-top: 10px;
	font-size: 17px;
	color: #caba9c;
	letter-spacing: 4px;
	margin-bottom: 0px;
	clear: both;
	float: left;
}

.right-icon-cart .cart-list .content {
	margin-bottom: 15px;
	display: none;
	clear: both;
}

.right-icon-cart .cart-list p {
	color: #999999;
	font-size: 13px;
	line-height: 22px;
	padding: 11px 0;
	margin: 0;
}

.right-icon-cart .cart-list-con .btn {
	background: #191919;
	border: 1px solid #999999;
	color: #999999;
	padding: 12px 21px;
	text-transform: uppercase;
	margin-top: 12px;
	font-weight: 600;
	letter-spacing: 4px;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0;
}

.right-icon-cart .cart-list-con .btn:last-child{
	margin-right: 0px;
}

#cart-list-wrap {
	padding-bottom: 120px;
}

.cart-list-con .cart-item {
	position: relative;
}

.cart-list-con .icon-add-close {
	width: 20px;
	display: block;
	height: 20px;
	position: absolute;
	top: -5px;
	right: -15px;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
	font-size: 18px;
	color: #999999;
}
.cart-list-con .icon-add-close.close:before,
.cart-list-con .icon-add-close:before {
	content: "\4d";
	font-family: "pwc" !important;

}

.cart-list-con .icon-add-close.close:before {
	content: "\4b";
	/*background: url(../img/arrow.png) no-repeat left top;*/
}

#left-bar-menu {
	position: absolute;
	top: 120px;
	margin-bottom: 0;
	z-index: 2;
	padding-left: 0;
	margin-top: 0;
}

#left-bar-menu li {
	list-style: none;
	position: relative;
}

#left-bar-menu li:last-child span {
	margin-bottom: 0;
}

.left-icon-menu .icon {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 16px;
	cursor: pointer;
	position: relative;
	color: #b2b2b2;
	font-size: 25px;
	text-align: center;
}


.left-icon-menu li:before {
	content: attr(data-text);
	position: absolute;
	left: 30px;
	width: 151px;
	color: #b2b2b2;
	font-size: 12px;
	top: 50%;
	margin-top: -8px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	text-transform: uppercase;
}

.left-icon-menu li:hover:before {
	opacity: 1;
	left: 45px;
	visibility: visible; 
	transition: all ease-in-out 0.5s;
}

.left-position-content {
	background: #333;
	padding: 40px 80px 50px;
	width: 555px;
	position: fixed;
	left: -555px;
	top: 0;
	transition: all ease-in-out 0.5s;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.left-position-content.left-0 {
	left: 0px;
}

.left-position-content .close-icon {
	position: absolute;
	right: 20px;
	top: 33px;
	line-height: 30px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	color: #999999;
}

.content-pusher {
	position: relative;
	height: calc( 100vh - 32px );
	left: 0;
	transition: all ease-in-out 0.5s;
	box-sizing: border-box;
	margin: 0 5%;
}

/*
.admin-bar .content-pusher {
	height: calc( 100vh - 64px );
}
*/

.body-left .content-pusher, .body-left .banner-list-con {
	left: 555px;
	transition: all ease-in-out 0.5s;
}

.body-right .content-pusher, .body-right .banner-list-con {
	transition: all ease-in-out 0.5s;
	left: -328px;
}

.more-product-con .title {
	color: #fff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

.more-product-list ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.more-product-list li {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #999999;
	border: 1px solid #999999;
	padding: 8px 16px;
	font-size: 11px;
	letter-spacing: 2px;
	border-radius: 8px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: "Montserrat", Arial, sans-serif;
	position: relative;
}

.more-product-list .tab-menu li:hover .delete-btn {
	opacity: 1;
}

.more-product-list li a {
	color: #999999;
	border: 1px solid #999999;
	padding: 8px 10px;
	font-size: 11px;
	letter-spacing: 2px;
	border-radius: 8px;
	display: block;
}

.more-product-list li a:hover {
	text-decoration: none;
}

.more-product-list li.active {
	background: #191919;
}

.more-product-list li.active a {
	background: #191919;
}

.ins-icons span {
	margin: 0 5px;
	color: #f1f1f1;
	font-size: 14px;
	cursor: pointer;
}

.product-con {
	clear: both;
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}

.product-con .product {
	width: 48%;
	float: left;
	text-align: center;
	margin-right: 15px;
}

.product-con .product-img {
	margin: 0 auto 30px;
	width: 140px;
	height: 140px;
	line-height: 140px;
}

.product-img img {
	max-width: 100%;
	vertical-align: middle;
}

.product-con .product:nth-child(2) {
	margin-bottom: 30px;
}

.product-con .product:nth-child(2n) {
	margin-right: 0px;
}

.product-con .content .title {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0;
}

.product-con .content .text {
	color: #999999;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
	display: block;
	line-height: 1.3;
}

.product-con .content .price {
	color: #caba9c;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 3px;
}

.text-center {
	text-align: center;
}

.more-product-list .btn {
	background: #191919;
	border: 1px solid #7f7f7f;
	padding: 9px 19px;
	letter-spacing: 2px;
	font-size: 14px;
	color: #7f7f7f;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 30px;
	border-radius: 8px;
}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.pwc-preview-inner {
	height: 762px;
	position: relative;
}

.li-desc {
	display: none;
}

#configurator .subset {
	display: none;
}

#configurator .subset.active {
	display: block;
}

#configurator-view.owl-carousel {
	display: block;
	opacity: 0;
	visibility: hidden;
}

#configurator-view.owl-carousel.owl-loaded {
	opacity: 1;
	visibility: visible;
}

#configurator-view .owl-dots {
	/*position: absolute;*/
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 10px;
	text-align: center;
	display: inline-block;
}

#configurator-view .owl-dots-wrapper .zoom-icon {
	display: inline-block;
	transform: rotate(-90deg);
	margin-left: 7px;
	color: #ccc;
	cursor: pointer;
}

#configurator-view .owl-dot {
	float: none;
	display: inline-block;
}

#cart-price {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0px;
	padding-right: 17px;
}

.cart-price-inner {
	position: relative;
	background: #333;
	padding: 30px 35px;
}

#cart-price .button {
	position: relative;
	border: 1px solid;
	background: #000;
	width: 260px;
	margin: 0 auto;
	padding-right: 70px;
	border-radius: 5px;
	line-height: 21px;
}

#cart-price .button p {
	padding: 12px 20px 12px 20px;
	margin: 0;
}

#cart-price .button p span {
	display: inline-block;
	color: #999999;
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 3px;
}

#cart-price .button p span.vat {
	font-size: 9px;
	text-align: left;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 12px;
	margin-left: 10px
}

#cart-price .cart-icon {
	background: #caba9c;
	width: 60px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	border-radius: 0px 4px 4px 0;
	color: #fff;
	right: 0;
	top: 0;
}

#cart-price .cart-icon a {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 55px;
}

.share-popup-con {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background: rgba(255, 255, 255, 0.60);
}

.share-popup {
	background: #fff;
	padding: 60px 20px;
	width: 780px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: -50px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,25%);
	-ms-transform: translate(0,25%);
	-o-transform: translate(0,25%);
	transform: translate(0,25%);
}

.share-popup h2 {
	font-size: 16px;
	font-weight: 500;
	font-family: "Poppins";
	color: #515151;
	margin-bottom: 10px;
}

.share-popup p {
	font-size: 13px;
	color: #898989;
}

.share-icon-con {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}

.share-icon-con .share-icon {
	width: 16.5%;
	float: left;
}

.share-icon-con .share-icon .icon {
	width: 50px;
	height: 50px;
	line-height: 56px;
	margin: 0 auto;
	border-radius: 50px;
	margin-bottom: 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 21px;
}

.share-icon-con .share-icon .icon:hover {
	opacity: 0.9;
}

.share-icon-con .share-icon .icon-name {
	font-size: 13px;
	font-weight: normal;
	color: #898989;
}

.share-popup .or {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0;
	display: inline-block;
	color: #515151;
}

.share-popup h3 {
	padding-top: 0px;
	font-size: 14px;
	color: #898989;
	margin-bottom: 20px;
	font-weight: normal;
}

.share-popup input {
	width: 550px;
	border: 1px solid #c4c4c4;
	padding: 10px;
	max-width: 100%;
}

.link-bg {
	background: #7dc03a;
}

.facebook-bg {
	background: #347cba;
}

.twitter-bg {
	background: #1ebcd0;
}

.google-bg {
	background: #f36853;
}

.linkedin-bg {
	background: #108ac6;
}

.pinterest-bg {
	background: #d32f1e;
}

.close-icon.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
}

.tab-content .tab {
	display: none;
}

.tab-content .tab.current {
	display: block;
}

/* hotspot */
.pwc-hotspot {
	width: 36px;
	height: 36px;
	position: absolute;
	z-index: 1000;
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
	transition: all .25s ease;
}

.pwc-hotspot span {
	display: block;
	background: #fff;
	height: 100%;
	border-radius: 100%;
	border: 3px solid #4d4d4d;
	box-sizing: border-box;
	position: relative;
	transition: all .25s ease;
}

.pwc-hotspot span:after {
	content: '';
	width: 20px;
	height: 20px;
	background: #caba9c;
	position: absolute;
	border-radius: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease;
}

.pwc-hotspot:hover span:after, .pwc-hotspot.active span:after {
	opacity: 1;
	visibility: visible;
} 

/*
.pwc-hotspot:hover span:after {
	opacity: 1;
	visibility: visible;
}
*/

.pwc-preview-inner:hover .pwc-hotspot {
	opacity: 1;
	visibility: visible;
	transition: all .25s ease;
}

#screenshot-con {
	position: relative;
}

#screenshot-con .subset {
	opacity: 0;
	visibility: hidden;
}

#screenshot-con .subset.active {
	opacity: 1;
	visibility: visible;
}


#cart-price {
	display: none;
}

.subset.image-loading-con {
	opacity: 0;
	visibility: hidden;
}

.image-loading .li-loader {
	width: 35px;
	height: 35px;
	display: inline-block;
	padding: 0px;
	border-radius: 100%;
	border: 2px solid;
	border-top-color: rgba(0,0,0, 0.65);
	border-bottom-color: rgba(0,0,0, 0.15);
	border-left-color: rgba(0,0,0, 0.65);
	border-right-color: rgba(0,0,0, 0.15);
	-webkit-animation: preloader4 0.8s linear infinite;
	animation: preloader4 0.8s linear infinite;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 50%;
	margin-top: -14px;
}

@keyframes preloader4 {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

@-webkit-keyframes preloader4 {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

#inspiration-key-popup-wrap{
	position: fixed;
	height: 100%;
	top: 0;
	background: rgba(255, 255, 255, 0.60);
	width: 100%;
	z-index: 99999;
	left: 0;
	display: none;
}

#inspiration-key-popup {
	background: #ffffff;
	border: 1px solid #f8f8f8;
	padding: 50px 0px 40px 31px;
	z-index: 999999;
	position: fixed;
	width: 600px;
	margin: auto;
	right: 0;
	left: 0;
	box-sizing: border-box;
	top: 50%;
	margin-top: -325px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);

}

#add-new-inspiration{
	width: 250px;
	float: left;
	display: inline-block;
}

#inspiration-key-popup .title{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #b2b2b2;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.ins-field-group{
	margin-bottom: 15px;
}

.ins-field-group .ins-field{
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 0px 10px;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0px;
	box-sizing: border-box;
}

.btn.save-inspiration, .btn.update-inspiration-list {
	background: #333333;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	font-family: "Poppins";
	border-radius: 5px;
	margin-right: 10px;
}

.btn.save-inspiration:hover, .btn.update-inspiration-list:hover {
	background: #000;
	color: #fff;
}

#inspiration-lists{
	overflow: hidden;
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid #eaeaea;
	display: inline-block;
	width: 270px;
	box-sizing: border-box;
}

.lists-scroll{
	height: 418px;
	overflow-y: auto;
	padding-right: 25px;
}

.delete-btn{
	position: absolute;
	top: 0;
	right: 2px;
	/* width: 10px; */
	text-align: center;
	line-height: 31px;
	opacity: 0;
	cursor: pointer;
}

.more-product-list li:hover .delete-btn{
	opacity: 1;
}

.more-product-list li.active:hover .delete-btn{
	opacity: 1;
}

.ins-list.selected{
	background: #caba9c;
	color: #fff;
	border: 1px solid #ad9373;
}

.ins-title .pwc-tick{
	float: right;
} 

.ins-field-group .error{
	margin: 10px 0;
	display:block;
	line-height: 0;
	color: red;
	font-size: 12px;
}

.ins-field-group label{
	font-weight: 400;
	margin-bottom: 15px;
	font-size: 14px;
}

.ins-field-group .existing-group{
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	margin-bottom: 5px;
	border-radius: 3px;
	border-color: #ccc;
}

select:focus {
	outline: none;
}

.btn.save-inspiration.update-btn{
	display: none;
}

#zoom-image {
	margin: 0 auto;
	clear: both;
	background: #fff;
	position: absolute;
	z-index: 99;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#zoom-image .subset {
	text-align: center;
	display: none;
}

#zoom-image .subset.active {
	display: block;
}

#zoom-image .pwc-hotspot {
	display: none;
}

.zoom-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
}

.zoom-close:before {
	cursor: pointer;
}

.zoom-image-con {
	display: table;
	width: 100%;
	height: 100%;
}

.zoom-image-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

@media(max-width: 1366px) {

	.pwc-preview-inner {
		height: 560px;
		position: relative;
	}

}


@media(max-width: 3000px) {

	.single-panorama-menu {
	    display: none;
	}

	.pwc-menu {
		float: left;
		height: 50px;
		position: relative;
		z-index: 1;
	}

	.pwc-menu-trigger {
		position: relative;
		display: block;
		width: 26px;
		height: 22px;
		cursor: pointer;
		top: 50%;
		margin-top: -10px;
	}

	.pwc-menu-trigger span {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 4px;
		margin-top: -2px;
		background-color: maroon;
		font-size: 0px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background-color 0.2s;
		-moz-transition: background-color 0.2s;
		-ms-transition: background-color 0.2s;
		-o-transition: background-color 0.2s;
		transition: background-color 0.2s;
	}

	.pwc-menu-open .pwc-menu-trigger span {
		background-color: transparent !important;
	}

	.pwc-menu-trigger span:before,
	.pwc-menu-trigger span:after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 90%;
		background: maroon;
		content: '';
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		-ms-transition: -ms-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		transition: transform 0.3s;
	}

	.pwc-menu-trigger span:before {
		-webkit-transform: translateY(-250%);
		-moz-transform: translateY(-250%);
		-ms-transform: translateY(-250%);
		-o-transform: translateY(-250%);
		transform: translateY(-250%);
		right: 0;
		left: auto;
		width: 100%;
	}

	.pwc-menu-trigger span:after {
		-webkit-transform: translateY(250%);
		-moz-transform: translateY(250%);
		-ms-transform: translateY(250%);
		-o-transform: translateY(250%);
		transform: translateY(250%);
		width: 100%;
		left: auto;
		right: 0;
	}

	.pwc-menu-open .pwc-menu-trigger span:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-moz-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		-o-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);		
	}

	.pwc-menu-open .pwc-menu-trigger span:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-moz-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		-o-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);		
	}

	/* Mobile Menu */
	.mobile-menu {
		display: block;
	}
	
	.pwc-mobile-nav {
		display: block;
		font-family: Montserrat, Arial, sans-serif; 
		font-size: 14px;
		position: fixed;
		left: 0px;
		top: 0px;
		max-width: 250px;
		width: 0px;
		background: #fff;
		height: 100%;
		box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.1);
		z-index: 999;
		overflow: hidden;
		-webkit-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
		-moz-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
		-ms-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1); 
		-o-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1); 
		transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
	}

	.pwc-mobile-nav.moved {
		width: 250px;
		-webkit-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1); 
		-moz-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
		-ms-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1); 
		-o-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
		transition: all .33s cubic-bezier(0.694,0.0482,0.335,1); 
	}

	.pwc-mobile-inner {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		margin-bottom: 0;
		width: 250px;
	}

	.pwc-mobile-nav ul { 
		list-style: none;
		margin: 0px;
		padding-left: 0;
	}

	.pwc-mobile-nav .menu .sub-menu {
		padding-left: 0; 
		background: #f7f7f7;
		box-shadow: inset 0px 1px 1px #EBEBEB;
		margin-bottom: 0; 
	}

	.pwc-mobile-nav .sub-menu, .pwc-mobile-nav .sub-menu .sub-menu { 
		display: none;
	}

	.pwc-mobile-nav li { 
		margin-bottom: 0px;
		padding-bottom: 0px; 
		position: relative;
		border-bottom: 1px solid #efefef;
	}

	.pwc-mobile-nav li:before{
		content: none;
	}

	.pwc-mobile-nav .sub-menu li:last-child {
		border-bottom: none;
	}

	.pwc-mobile-nav li a {
		color: #868686;
		display: block;
		padding: 13px 0 12px 15px;
		transition: all ease .3s;
	}

	.pwc-mobile-nav .sub-menu li a {
		padding-left: 25px;
	}

	.pwc-mobile-nav .sub-menu .sub-menu li a {
		padding-left: 35px;
	}

	.pwc-mobile-nav li a:hover {
		color: #000;
	}

	.pwc-mobile-nav a .pix-dropdown-arrow {
		display: none;
	}

	.pwc-mobile-nav .menu-item-has-children > .pix-dropdown-arrow {
		display: initial;
		width: 28px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
	}

	.pwc-mobile-nav .menu-item-has-children > .pix-dropdown-arrow:after {
		content: "\36";
		display: inline-block;
		font-family: "pwc";
		font-size: 14px;
		color: #868686;
		font-weight: normal;
		vertical-align: middle;
		position: absolute;
		right: 7px;
		top: 0;
		line-height: 46px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-ms-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
	}

	.pwc-mobile-nav .menu-item-has-children > .pix-dropdown-arrow.pix-bottom-arrow:after {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-ms-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
	}

	.pwc-mobile-nav .menu-item-has-children > .pix-dropdown-arrow:hover:after, .pwc-mobile-nav.menu-dark .menu-item-has-children > .pix-dropdown-arrow:hover:after {
		color: #000;
	}

	.pwc-mobile-nav .menu-item-has-children .menu-item-has-children > .pix-dropdown-arrow {
		display: none;
	}
	
	.pwc-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		min-height: 360px;
		background: #000;
		opacity: .7;
		z-index: 20;
	}
}

@media(max-width: 767px) {

	.left-position-content {
		width: 300px;
		left: -300px;
		padding: 40px 30px;
	}

	.product-con .product {
		width: 100%;
		margin-right: 0;
	}

	.body-left .content-pusher, .body-left .banner-list-con {
		left: 300px;
	}

	#configurator-view .owl-dots {
		bottom: 25px;
	}

	#zoom-image {
		overflow: scroll;
	}

	#zoom-image .pwc-preview-inner {
		left: 0 !important;
		top: 0 !important;
	}

	.zoom-image-con {
		padding: 50px;
	}

	#zoom-image .subset {
		text-align: center;
		display: none;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin: auto !important;
	}

	.zoom-close {
		position: fixed;
	}

}

@media screen and (max-width: 767px) and (orientation: landscape) {
	
	#left-bar-menu li {
		float: left;
		margin-right: 10px;
	}

	.banner-img-list .banner-list-img {
		min-width: 80px;
		min-height: 80px;
		line-height: 78px;
	}

	.banner-list-con {
		height: 108px;
	}

	#configurator-view .owl-dots-wrapper .zoom-icon {
		display: none;
	}

	.banner-list-con.show-scroll.mobile {
		height: 108px;
	}

	.show-scroll .banner-img-list {
		padding-left: 80px;
	}

	#configurator-view .owl-dots {
		bottom: -44px;
		position: absolute;
	}

	.banner-img-list .banner-list-img:after {
		display: none;
	}

	.pwc-preview-inner {
		transform: scale(0.15) !important;
	}

	.cat-set .prices {
		font-size: 18px;
	}

	.cat-set .icon {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}

	.cat-set .icon:after {
		font-size: 13px;
	}

	.cat-set .prices .value {
		padding: 0;
		line-height: 40px;
	}

	.cat-set .right-icon {
		font-size: 44px;
		bottom: 0;
	}

	#total-cart-price-link {
		margin-right: 40px;
	}

}

@media(max-width: 480px) {
	.cat-set {
		clear: both;
		float: none;
	}

	.banner {
		top:5%;
	}

	#wrapper #logo {
		display: inline-block;
		float: none;
		margin-bottom: 10px;
	}

	#wrapper header {
		text-align: center;
		margin-top: 10px;
	}

	.cat-set .right-icon {
		right: 0;
		top: 0;
		bottom: auto;
		line-height: 50px;
		margin-top: -3px;
	}

	#total-cart-price-link {
		margin: 0;
		display: inline-block;
	}
	.owl-dots-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		margin: -70px auto 0;
	}
}

@media (max-width: 450px) {
	.cat-set .right-icon {
		top: 50px;        
	}
}

.inspiration-wrap.popup {
	position: absolute;
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 33px 30px;
	z-index: 9999;
	display: none;
}

.inspiration-wrap.popup.inspiration-form {
	max-width: 575px;
	padding: 33px 38px;
	margin: 0 auto;
}

.inspiration-form .title {
	margin-bottom: 30px;
}

.inspiration-wrap .add-new-inspiration, .inspiration-wrap .update-inspiration {
	display: none;
}

.close-icon.close-popup {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.close-icon.close-popup i:before {
	vertical-align: middle;
}