.header-logo {
	width:200px;
}

.empty-item {
	text-align: center;
	color: #999;
	font-size: 12px;
	display:block;
	width:100%;
}

.ws-shop-menu-shop {
	padding-top: 30px;
}

.thumbnail .product-image {
	width:100%;
	padding-bottom: 100%;
	height: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display:block;
}

.thumbnail .product-image img {
	width:0;
	height: 0;
	opacity: 0.0;
}

.ws-header-static {
	position: sticky;
	top: 0;
	z-index: 9999;
	background: #FFF;
}

.nav.navbar-nav.navbar-right li:last-child a {
	background:#FF0000;
	color:#FFF;
	display:inline-block;
}

.ws-size-select {
	display:flex;
	flex-flow: wrap;
	width:100%;
	align-items: center;
	justify-content: center;
	margin-top:15px;
}

.ws-size-select .item {
	display:block;
	margin:5px 10px 5px 0;
	padding:10px;
	border:2px solid #f5f5f5;
	font-size: 18px;
	transition:border-color 0.4s;
	cursor: pointer;
}

.ws-size-select .item.active {
	border-color:#C2A476;
}

.ws-size-select .item:hover {
	border-color:#CCB48E;
}

.ws-product-content .ws-product-quantity {
	margin-bottom: 20px;
}

.owl-wrapper {
	display:flex !important;
}

.owl-item .item {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.ws-single-item-price .old-price {
	font-size:12px;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 10px;
}

.ws-item-price.no-sale ins {
	color: #999;
}

.ws-single-item-price ins {
	text-decoration: none;
	color:#CCB48E;
}

.ws-single-item-price.no-sale ins {
	color: #999;
}

.ws-works-item a,
.ws-item-offer a {
	color: #353535;
}

.ws-works-item figure,
.ws-item-offer figure {
	width:100%;
	padding-bottom: 111%;
	height: 0;
	position: relative;
	overflow: hidden;
}

.ws-works-item figure .product-list-image,
.ws-item-offer .product-list-image {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.ws-works-item figure:hover .product-list-image,
.ws-item-offer figure:hover .product-list-image {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ws-works-item figure .product-list-image img,
.ws-item-offer figure .product-list-image img {
	opacity:0.0;
	width:0;
	height: 0;
}

.minicart-content-details h3 {
	font-size:15px;
	margin-bottom:12px;
}

.header-cart span {
	color:#FFF;
}

.float-cart {
	background:#000;
	width:50px;
	height: 50px;
	position: fixed;
	right:30px;
	bottom:30px;
	text-align: center;
	border-radius: 50%;
}

.float-cart .icon {
	font-size: 22px;
	color:#FFF;
	display:inline-block;
	vertical-align: middle;
	margin-top:7px;
}

.float-cart .num {
	position: absolute;
	top: -2px;
	left: -4px;
	color: #FFF;
	background: #C2A476;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 12px;
	padding: 1px 0;
}

.shop-control {
	padding-bottom: 20px;
}

.pagination {
	width:100%;
}

.pagination .nav-links {
	width:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.pagination .nav-links .page-numbers {
	display:block;
	text-align: cener;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #353535;
	height: 45px;
	line-height: 33px;
	width: auto;
	font-size: 12px;
	margin-left: -3px;
	letter-spacing: 2px;
	font-weight: 700;	
	transition: .3s ease-in-out;
	padding: 6px 17px;
	margin:5px;
}

.pagination .nav-links .page-numbers:hover {
	color: #fff;
	background-color: #CCB48E;
}

.email1 {
	display:none !important;
}

.coupon-response-message {
	margin-top: 10px;
	display:inline-block;
}

.ws-checkout-billing input[type="checkbox"] {
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 10px;

}

.checkout-progress-bar {
	margin: 0rem 0 21px;
	font-size: 0;
	line-height: 1.4;
	display:flex;
	flex-flow: wrap;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left:0;
}

.checkout-progress-bar li {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	color: #999;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-align: center;
	vertical-align: top;
}

.checkout-progress-bar li:not(:first-child) {
  margin-left: 57px;
}

.checkout-progress-bar li a {
  color: #9d9d9d;
}

.checkout-progress-bar li.active a {
  color: #C2A476;
}

.checkout-progress-bar li:not(:first-child)::before {
	position: absolute;
	left: -37px;
	top: 8px;
	content: "";
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.shipping-payment-title {
	padding-bottom: 5px !important;
	font-weight: bold;
	text-transform: uppercase;
}

.checkout-totals {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #C2A476;
}

.checkout-totals .totals {
	text-align: right;
	font-size: 18px;
}

.radio {
	margin:13px 0;
}

.price-payment-shipping {
	display:inline-block;
	margin-left:5px;
	color:#CCB48E;
}

.shipping-time {
	display:inline-block;
	margin-left:5px;
}

.checkout-stotals {
	
}

.checkout-stotals .totals {
	text-align: right;
}

.ws-checkout-billing input.input-error {
	border-color:#CC0000;
	background-color:#fdf6f6;
}

.error-item {
	margin:6px 0;
}

.ws-checkout-order table {
	width:100%;
}

.crop-image-table {
	display:table;
	width:100%;
	height:500px;
}

.crop-image-container {
	width:200px;
	height: 500px;
	position: relative;
	background-image:url(/images/imgbg.jpg);
	background-repeat: repeat;
	background-position: top left;
	display: table-cell;
	vertical-align: middle;
	width:1%;
	white-space: nowrap;
}

.crop-image-container .img-container {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

.crop-image-container .img {
	max-width: 100%;
	max-height: 100%;
}

.crop-image-container .jcrop-holder {
	margin-left: auto;
	margin-right: auto;
}

.jcrop-handle {
	width:19px !important;
	height: 19px !important;
	border-radius: 50% !important;
	background:rgba(0, 0, 0, 0.4) !important;
}

.jcrop-handle.ord-n {
	margin-left: -10px !important;
	margin-top: -9px !important;
}

.jcrop-handle.ord-s {
	margin-bottom: -9px !important;
	margin-left: -10px !important;
}

.jcrop-handle.ord-e {
	margin-right: -9px !important;
	margin-top: -9px !important;
}

.jcrop-handle.ord-w {
	margin-left: -9px !important;
	margin-top: -9px !important;
}

.jcrop-handle.ord-nw {
	margin-left: -9px !important;
	margin-top: -9px !important;
}

.jcrop-handle.ord-ne {
	margin-right: -9px !important;
	margin-top: -9px !important;
}

.jcrop-handle.ord-se {
	margin-bottom: -9px !important;
	margin-right: -9px !important;
}

.jcrop-handle.ord-sw {
	margin-bottom: -9px !important;
	margin-left: -9px !important;
}

.upload-file-item {
	margin-top: 30px;
	max-width: 600px;
	margin-left:auto;
	margin-right:auto;
}

.auto-file-drop-area {
	background: #ffffff;
	border-color: #444;
    border-top: 3px solid #d2d6de;
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	display:block;
	position: relative;
}

.auto-file-drop-area .auto-file-image {
	display:block;
	margin:30px auto;
	width:100px;
	height: 100px;
}

.auto-file-drop-area .auto-file-image svg {
	width:100%;
	height: auto;
}

.auto-file-drop-area .fake-btn {
	text-align: center;
	display:block;
	font-size: 20px;
	background:none;
	border:0px none;
}

.auto-file-drop-area .file-msg {
	text-align: center;
	display:block;
	margin-top: 20px;
	margin-bottom: 30px;
}

.auto-file-drop-area .file-progress {
	display:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.2);
}

.auto-file-drop-area .file-progress svg {
	stroke:#444;
	position: absolute;
	width:70px;
	height: 70px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}

.auto-file-title {
	display:block;
	text-align: center;
	font-size: 22px;
}

.auto-file-text {
	margin:20px 30px;
}

.file-drop-area {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 100%;
	padding: 25px;
	border: 3px dashed rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	transition: 0.2s;
	background:#faf8f4;
	flex-flow: wrap;
	display: flex;
  align-items: center;
  justify-content: center;
}

.file-drop-area.is-active {
	background-color: rgba(0, 0, 0, 0.1);
}

.fake-btn {
	flex-shrink: 0;
	background-color: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: 8px 15px;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

.file-msg {
	font-size: small;
	font-weight: 300;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.file-input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	&:focus {
		outline: none;
	}
}

.break {
  flex-basis: 100%;
  height: 0;
}

.file-drop-area.upload-progress .auto-file-image,
.file-drop-area.upload-progress .fake-btn,
.file-drop-area.upload-progress .file-msg {
	opacity:0.0;
}

.own-image-item {
	display:flex;
	width:100%;
	flex-flow: wrap;
	margin-bottom: 30px;
}

.own-image-item .crop-image-table {
	width:70%;
}

.own-image-item .own-image-details {
	width:30%;
	background:#faf8f4;
	height: 500px;
	padding:30px 20px;
}

.own-image-size {
	padding-bottom: 20px;
}

.own-image-size label {
	display:block;
	font-size: 16px;
}

.own-image-size select {
	background:#FFF;
	padding:11px 9px;
	width:100%;
	display:block;
	border: 1px solid #CCC;
}

.own-image-quantity {
	padding-bottom: 20px;
}

.own-image-quantity label {
	display:block;
	font-size: 16px;
}

.own-image-quantity input {
	background:#FFF;
	padding:11px 9px;
	width:80px;
	font-size: 20px;
	border: 1px solid #CCC;
	text-align: center;
}

.own-image-comment {
	
}

.own-image-comment label {
	display:block;
	font-size: 16px;
}

.own-image-comment textarea {
	display:block;
	border: 1px solid #CCC;
	width:100%;
	height: 80px;
	padding:11px 9px;
}

.own-image-price {
	padding-bottom: 15px;
}

.own-image-price label {
	display:block;
	display: block;
    font-size: 16px;
}

.own-image-price .price {
	display:block;
	color: #CCB48E;
	font-size: 22px;
	maegin-top:5px;
}

.own-image-buttons {
	margin-top:20px;
}

.own-image-buttons .cart-button,
.own-image-buttons .remove-button {
	display:inline-block;
	font-size: 14px;
    width: auto;
    padding: 15px;
    color: #fff;
	border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
	-ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.own-image-buttons .cart-button {
    background-color: #C2A476;
    color: #fff;
}

.own-image-buttons .cart-button:hover {
	color: #fff;
    background-color: #CCB48E;
}

.own-image-buttons .remove-button {
	background-color: #353535;
	float:right;
}

.own-image-buttons .remove-button:hover {
	color: #fff;
    background-color: #C2A476;
}

ul.minicart-content-items img {
	max-width: 70px;
}

.cart-own-image-edit {
	display:inline-block;
	color: #C2A476 !important;
	font-size: 12px;
	margin-top: 5px;
}

.cropper-point,
.cropper-point.point-se {
    background-color: transparent !important;
    height: 14px !important;
    opacity: 1 !important;
    width: 14px !important;
    border: 2px solid #ead4b2 !important;
    border-radius: 50% !important;
}

.cropper-point.point-e {
    margin-top: -7px !important;
    right: -7px !important;
}

.cropper-point.point-n {
    margin-left: -7px !important;
    top: -7px !important;
}

.cropper-point.point-w {
    left: -7px !important;
    margin-top: -7px !important;
}

.cropper-point.point-s {
    bottom: -7px !important;
    margin-left: -7px !important;
}

.cropper-point.point-ne {
    right: -7px !important;
    top: -7px !important;
}

.cropper-point.point-nw {
    left: -7px !important;
    top: -7px !important;
}

.cropper-point.point-sw {
    bottom: -7px !important;
    left: -7px !important;
}

.cropper-point.point-se {
    bottom: -7px !important;
    right: -7px !important;
}

.btn-info {	
	padding: 15px 35px;
	background-color: #353535;	
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 4px;
	color: #fff;
}

.btn-info:hover{
	text-decoration: none;	
	color: #fff;	
    background-color: #CCB48E;    
}

.own-image-container {
	padding-left: 15px;
	padding-right: 15px;
}

.section-title {
	font-size: 22px;
	color: #353535;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.featured-collections-item {
	padding-bottom: 30px;
}

.own-image-contact-us {
	padding:15px 15px;
	text-align: center;
	color:#CCB48E;
	display:table;
	margin:20px auto 30px;
	border:1px solid #CCB48E;
	transition:color 0.3s, border-color 0.3s;
}

.own-image-contact-us:hover {
	color:#353535;
	border-color:#353535;
}

.cardlogos {
	max-width: 400px;
	width:100%;
}

.footer-left-content {
	padding-top:5px;
	padding-bottom: 3px;
}

.category-right-image {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display:block;
	margin-bottom: 30px;
}

.ws-parallax-header .ws-parallax-holder h1::before, .ws-parallax-header .ws-parallax-holder h1::after,
.featured-collections-item .caption h3::before, .featured-collections-item .caption h3::after {
	content: "";
	vertical-align: top;
	display: inline-block;
	width: 10px;
	height: 21px;
	border-bottom: 1px solid #fff;
	margin: 2px 0 0 0;
}

.featured-collections-item .caption h3::before, .featured-collections-item .caption h3::after {
	margin-top:-10px;
}

.ws-parallax-header .ws-parallax-holder h1::before,
.featured-collections-item .caption h3::before {
	margin-right: 10px;
}

.ws-parallax-holder h1::after,
.featured-collections-item .caption h3::after{
	margin-left: 10px;
}
	
.featured-collections-item .caption h3::after {
	margin-left: 7px;
}

#ws-fullscreen-slider {
	margin:0;
	padding:0;
	width:100%;
	height: calc(100vh - 112px);
	display:block;
	overflow: hidden;
	position: relative;
}

#ws-fullscreen-slider .slick-list {
	height: 100%;
}

#ws-fullscreen-slider .slick-track {
	height: 100%;
}

#ws-fullscreen-slider .slider-bg-image {
	width:100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#ws-fullscreen-slider .opbg {
	position: absolute;
	width:100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5);
}

#ws-fullscreen-slider .slider-content {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:840px;
	max-width: 100%;
	padding:20px;
}

#ws-fullscreen-slider .ws-hero-title {
	margin:40px 0;
}

#ws-fullscreen-slider .ws-hero-title h1 {
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	white-space: normal;
	padding-bottom: 0;
}

#ws-fullscreen-slider .ws-hero-description {
	margin:40px 0;
}

#ws-fullscreen-slider .ws-hero-description h4 {
  color: #fff;
  white-space: normal;
}

#ws-fullscreen-slider .tp-caption {
	margin:40px 0;
}

#ws-fullscreen-slider .tp-caption .btn {
	margin-bottom: 0;
	outline: none;
}

#ws-fullscreen-slider .tp-caption .btn:focus {
	outline: none;
}

#ws-fullscreen-slider .slick-arrow {
	display:block;
	position: absolute;
	width:40px;
	height: 40px;
	padding:10px;
	top:50%;
	transform:translateY(-50%);
	z-index: 1;
	opacity: 1;
	font-size: 0;
	text-indent: -9999px;
}

#ws-fullscreen-slider .slick-arrow.slick-prev {
	left:20px;
}

#ws-fullscreen-slider .slick-arrow.slick-next {
	right:20px;
}

#ws-fullscreen-slider .slick-arrow:before {
	content:'';
	border-width:2px 2px 0 0;
	border-style: solid;
	border-color:#FFF;
	display:block;
	width:20px;
	height: 20px;
	z-index: 1;
	opacity: 1;
	font-size: 0;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	left: 4px;
	transition: opacity 0.2s;
}

#ws-fullscreen-slider .slick-arrow:hover:before {
	opacity: 0.6;
}

#ws-fullscreen-slider .slick-arrow.slick-prev:before {
	transform: rotate(225deg);
	left:14px;
}

#ws-fullscreen-slider .slick-arrow.slick-next:before {
	transform: rotate(45deg);
}

#ws-products-carousel {
	overflow: hidden;
}

.navbar-toggle {
	display:none;
}

@media screen and (max-width: 991px) {
	.own-image-item .crop-image-table {
		width:100%;
	}
	
	.own-image-item .own-image-details {
		width:100%;
	}
	
	#ws-fullscreen-slider .slider-content {
		padding-left:40px;
		padding-right: 40px;
	}
	
	#ws-fullscreen-slider .slick-arrow.slick-prev {
		left:0;
	}
	
	#ws-fullscreen-slider .slick-arrow.slick-next {
		right:0;
	}
	
	#ws-fullscreen-slider .ws-hero-title h1 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 768px) {
	.ws-header-static .navbar-toggle {
		margin: 0px 0 1px 14px;
		padding: 14.5px;
	}
	
	.ws-big-btn:hover {
		background-color: #C2A476;
		color: #fff;
	}
	
	.ws-parallax-header .ws-parallax-holder h1 {
		font-size: 20px;
	}
	
	.ws-parallax-header .ws-parallax-holder h1::before, .ws-parallax-header .ws-parallax-holder h1::after {
		margin: -8px 0 0 0;
	}

	.ws-parallax-header .ws-parallax-holder h1::before {
		margin-right: 10px;
	}

	.ws-parallax-holder h1::after {
		margin-left: 10px;
	}
	
	.featured-collections-item .caption h3::before, .featured-collections-item .caption h3::after {
		margin-top:-13px;
	}
	
	.navbar-toggle {
		display:block;
		margin: 0;
		padding: 7px;
		width: 36px;
		height: 36px;
		left: 0;
		float: none;
	}
	
	.navbar-toggle .icon-bar {
		background:#FFF;
	}
}

@media screen and (max-width: 767px) {
	.auto-file-drop-area .auto-file-image {
		margin: 10px auto;
		width: 70px;
		height: 70px;
	}
	
	.auto-file-drop-area .fake-btn {
		font-size:18px;
	}
	
	.crop-image-table {
		height:350px;
	}
	
	.crop-image-container {
		height:350px;
	}
	
	.ws-mycart-content .table tbody tr {
		border-bottom:1px solid #CCC;
	}
	
	.checkout-progress-bar li {
		font-size: 14px;
	}
	
	.checkout-progress-bar li:not(:first-child)::before {
		top:6px;
		left:-17px;
		border-width: 0 2px 2px 0;
		padding: 3px;
	}
	
	.checkout-progress-bar li:not(:first-child) {
		margin-left: 27px;
	}
	
	.container.ws-page-container {
		padding-top:40px;
	}
}

@media screen and (max-width: 479px) {
	
	#ws-fullscreen-slider .tp-caption .btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

@media screen and (max-width: 359px) {
	
}