/*
#.Global
#.Navigation
#.Home
#.Categories Page
#.Product Page 
#.Product Search Page
#.Checkout Cart Page
#.Checkout Checkout Page
#.Information Pages
#.About us Page
#.Contact Page
#.Register page
#.Account Page
#.Account Account Page
#.Blog Page
#.Blog Page Single
#.Gdpr Pages
#.Error Page
#.Gdpr modal
#.Cookiebar
#.Footer
*/

/*-----------------------------------------*/
/*----- Global -----*/
/*-----------------------------------------*/
@font-face {
    font-family: sofiapro-light;
    src: url(/catalog/view/theme/elook/fonts/sofiapro-light.otf);
}

h1,h2,h3,h4,h5,h6{font-weight: bold;}

h1,h2,h3,h4,h5,h6,div,p,li,a,span,label,input,textarea{
	font-family: sofiapro-light, Arial !important;
}

h1{font-size: 32px;}

p{font-size: 16px;}

a{ color: #a44d5e; outline: 0;}

a:active,
a:focus{
	color:#a44d5e;
	text-decoration: none;
	outline: 0;
}

a:hover{color: #8c2539;}


.btn-primary{
	border:1px solid #a44d5e !important;
	background-color: #a44d5e !important;
	background-image: none !important;
}

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

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

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

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

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

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

.form-control:focus{
  border-color: #a44d5e;
  box-shadow: none;
  outline: none;
}

/*-----------*/
#side-content-wrapper{
	background-color: #e6e6e6;
}

#side-content-wrapper:after{
	content: '';
	display: table;
	clear: both;
}

#side-nav{
    overflow: auto;
	position: fixed;
	width: 320px;
	height: 100%;
	background-color: #2b292e;
}
#side-nav::-webkit-scrollbar {
    width: 1px;
    background-color: #2b292e;
}
 
/* Handle */
#side-nav::-webkit-scrollbar-thumb {
    background: #2b292e; 
}

#side-right-content{
	margin-left: 320px;
	background-color: #e6e6e6;
	overflow: hidden;

}

	#content{
		background-color: #e6e6e6;
		margin-top: 95px;
		padding: 0 50px;
		min-height: 696px;
		max-width: 1600px;
		float: right;
		width: 100%;
	}

.breadcrumb{
	display: none;
	background: none !important;
	border:none !important;
	padding: 0 !important;
	margin-left: -15px !important;
}

.breadcrumb > li,
.bm .breadcrumb > li{
	padding-right: 5px !important;
	color: #a44d5e !important;
	text-transform: uppercase !important;
	white-space: normal !important;
}

.breadcrumb > li:after,
.bm .breadcrumb > li:after{
	content: '/' !important;
	display: inline-block !important;
	transform: none !important;
	position: relative !important;
	border:none !important;
	width: auto !important;
	height: auto !important;
	top: 0 !important;
	right: -12px !important;
	color: #a29b9b !important;
}

.breadcrumb > li:last-child:after,
.bm .breadcrumb > li:last-child:after{
	content: none !important;
}

.breadcrumb > li:first-child,
.bm .breadcrumb > li:first-child{
	padding-left: 0 !important;
}

.breadcrumb > li:last-child a,
.bm .breadcrumb > li:last-child a{
	color: #a44d5e !important;
}

.breadcrumb > li a,
.bm .breadcrumb > li{
	color: #a29b9b;
}

/* Modal Content Shift Fix*/
body.modal-open {
    overflow: auto;
}
body.modal-open[style] {
    padding-right: 0px !important;
}

.modal::-webkit-scrollbar {
    width: 0 !important; /*removes the scrollbar but still scrollable*/
    /* reference: http://stackoverflow.com/a/26500272/2259400 */
}

.modal-open .modal{padding-right: 0 !important;}

/*-----------------------------------------*/
/*----- Navigation -----*/
/*-----------------------------------------*/
#top .container{
	width: 100%;
}

#logo{
	margin-top: 95px;
	margin-bottom: 50px;
}

	#logo img{
		margin:0 auto;
	}

#logo-text{
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 16px;
	text-align: center;
	color: #fff;
    letter-spacing: 3px;
}

/* Top Nav */
#top-nav{
	height: 95px;
	position: absolute;
	width: calc(100% - 320px);
	top:0;
	right: 0;
	z-index: 111;
	background-color: #e6e6e6;
	padding-top: 25px;
}

#top-nav:after{
	content: '';
	display: table;
	clear: both;
}
	
	.top-nav-left{
		float: left;
		width: 30%;
	}
		.top-nav-left ul{
			padding-left: 50px;	
		}
			.top-nav-left ul li{
				list-style: none;
				padding-top: 13px;
			}

				.top-nav-left ul li a{
					color: #404040;
					font-size: 14px;				
				}

	.top-nav-right{
		float: right;
		width:calc(70% - 170px);
		text-align: right;
		margin-right: 60px;
	}

	.top-nav-element{
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}
	.top-nav-element:last-child{
		margin-right: 0;
	}

		/*Cart Wrapper*/
		#cart-wrapper{
			position: relative;
			top: 15px;
		}

		#cart-wrapper button{
			border:none;
			background:none;
		}

		#cart-wrapper button:focus{
			outline: none;
		}

			#cart-wrapper #cart{
				margin-bottom: 0;
			}

			#cart-wrapper #cart button img{
				max-width: 15px;
				position: relative;
				bottom: 3px;
			}

			#refresh-icon{
				position: static !important;
				width: 13px !important;
			}

			#cart-wrapper #cart-total-wrapper{
				background-color: #a44d5e;
				border-radius: 50%;
				position: absolute;
				top: -10px;
    			right: -14px;
    			width: 20px;
			}

			#cart-wrapper #cart-total{
				color: #fff;
			}

			#cart-wrapper .dropdown-menu{
				width: 525px;
				background:#fff;
				margin-top: 0;
    			padding: 20px;
    			right: -262px;
    			top: 60px;
			}

			#cart-wrapper .dropdown-menu:after{
				content: " ";
			    position: absolute;
			    bottom: 100%; 
			    left: 50%;
			    margin-left: -10px;
			    border-width: 10px;
			    border-style: solid;
			    border-color: transparent transparent white transparent;
			}	

				#cart-wrapper .dropdown-menu .el-wrap{
					max-height: 490px;
    				overflow: auto;
				}


				#cart-wrapper .dropdown-menu td{
					padding: 0;
					border-top: none;
					vertical-align: middle;
				}

				#cart-wrapper .dropdown-menu li p{
					margin: 0
				}

				#cart-wrapper .dropdown-menu .cart-product-img-wrap{
					display: block;
				}

				#cart-wrapper .dropdown-menu img{
					background:none;
					border:none;
					/*height:100%;*/
				}
				
				#cart-wrapper .dropdown-menu .cart-product-name{
					margin-bottom: 20px;
				}

				#cart-wrapper .dropdown-menu .cart-product-name,
				#cart-wrapper .dropdown-menu .cart-product-total{
					font-weight: bold;
					color: #444;
					font-size: 16px;
					display: block;
				}

				#cart-wrapper .dropdown-menu .cart-product-name{
					max-width: 170px;
				}

				#cart-wrapper .dropdown-menu .cart-product-quantity{
					max-width: 42px;
					text-align: center;
					border:1.5px solid #ccc;
					height: 28px;
				}

				#cart-wrapper .dropdown-menu .cart-product-quantity::-webkit-outer-spin-button,
				#cart-wrapper .dropdown-menu .cart-product-quantity::-webkit-inner-spin-button {
				    -webkit-appearance: none;
				    margin: 0;
				}

				#cart-wrapper .dropdown-menu .cart-remove{
					color: #89404f;
					display: inline-block;
					font-size: 12px;
				}

					#cart-wrapper .dropdown-menu .cart-h-l{
						background-color: #ccc;
						width: 1px;
					}

				#cart-wrapper .dropdown-menu .to-checkout-btn{
					width: 162px;
					text-transform: uppercase;
					color: #fff;
					padding: 10px 0;
					background-color: #89404f;
					display: inline-block;
					text-align: center;
				}

				.close-checkout-btn{
					display: inline-block;
					padding: 10px 20px;
					text-align: center;
					background-color: #ebebeb;
					min-height: 40px;
					max-height: 40px;
					vertical-align: top;
				}

				.close-checkout-btn:hover{
					cursor: pointer;
				}

					.close-checkout-btn .fa{
						color: #c6c6c6;
						font-size: 14px;
					}

				#cart-wrapper .cart-vouchers,
				#cart-wrapper .cart-table-total{
					display: none;
				}

		/*Currency wrapper*/
		#currency-wrapper span,
		#currency-wrapper .fa,
		#currency-wrapper button{
			color: #404040;
		}

		#currency-wrapper button:hover{
			text-decoration: none;
		}

		/*Search Wrapper*/
		#search-wrapper{
			max-width: 415px;
		}	
			#search-wrapper #search #close-search{
				display: none;
			}

			#search-wrapper #search input{
				border-radius: 0;
				background-color: #fbfbfb;
				border:none;
			}

			#search-wrapper #search input:focus{
			 	outline:0px !important;
    			-webkit-appearance:none !important;
    			box-shadow: none;
			}

			#search-wrapper #search .btn-lg{
				width: 60px;
				padding: 13px 0;
				border:none;
				border-left: 1px solid #c6c6c6;
				background-color: #fbfbfb;
				background-image: none;
				box-shadow: none;
				transition: all 0.5s;
				max-height: 40px;
			}

			#search-wrapper #search .btn-lg:hover{
				background-color: #969696;
			}

			#search-wrapper #search .btn-lg:hover .fa{
				color: #fff;
			}

			#search-wrapper #search .fa{
				color: #969696;
				transition: all 0.5s;
			}

		/*Language wrapper*/
		#language-wrapper img{
			display: none;
		}

		#language-wrapper .dropdown-menu{
			left: auto;
			right: 0;
		}

		#language-wrapper button,
		#language-wrapper .fa{
			color: #404040;
		}

		#language-wrapper button{
			text-transform: uppercase;
		}

/*Side nav*/
#mobile-navigation,
#mobile-close{
	display: none;
}

#nav-categories ul{
	padding-left: 0;
}

	#nav-categories ul li{
		text-align: center;
		list-style: none;
	}

	#nav-categories ul li.main-category{
		font-size: 18px;
		border-top: 1px solid #000;
		padding: 12px 0;
	}

	#nav-categories ul li.main-category:nth-child(2){
		border-bottom: 1px solid #000;
	}

	#nav-categories ul li.main-category:last-child{
		border-bottom: 1px solid #000;
		margin-top: 45px;
	}

	#nav-categories ul li.main-category:last-child.open{
		border-bottom: none;
	}

	#nav-categories ul li.main-category.open{
		background-color: #1d1a20;
		padding-bottom: 0;
	}

	#nav-categories ul li.main-category > a{
		text-transform: uppercase;
		font-size: 15px;
	}

	#nav-categories ul li.main-category.open > a,
	#nav-categories ul li.main-category.open > .fa,
	#nav-categories .sub-category.has-children.open > a,
	#nav-categories .sub-category.has-children.open > .fa{
		color: #a44d5e;
	}

	#nav-categories .sub-category.has-children.open li{
		margin:10px 0;
	}

	#nav-categories .sub-category.has-children .fa{
		position: relative;
		top: 2px;
	}


	#nav-categories .main-category.has-children ul li > a,
	#nav-categories .sub-category.has-children ul li > a{pointer-events: none;}

	#nav-categories .main-category.has-children.open ul li.sub-category > a,
	#nav-categories .sub-category.has-children.open ul li > a{pointer-events: all;}

	#nav-categories ul li.main-category:hover{
		background-color: #1d1a20;
	}

	#nav-categories ul li.main-category:hover > a,
	#nav-categories ul li.main-category:hover > .fa{
		color: #a44d5e; 
	}

	#nav-categories ul li.sub-category{
		font-size: 16px;
		transition: .5s;
		opacity: 0;
		max-height: 0;
		background-color: #2b292e;
	}

	#nav-categories ul li.sub-category a.active{
		color: #a44d5e;
	}

	#nav-categories ul li.main-category.has-children.open li.sub-category,
	#nav-categories ul li.sub-category.has-children.open li.sub-sub-category{
		max-height: 100%;
		opacity: 1;
	}

	#nav-categories ul li.sub-category.has-children.open li.sub-sub-category a.active{
		color: #a44d5e;
	}

	#nav-categories ul li.main-category.has-children.open li.sub-category{
		padding: 10px 0;
	}

	#nav-categories ul li.main-category.has-children.open li.sub-category:first-child{
		margin-top: 12px;
	}

	#nav-categories ul li.sub-sub-category{
		font-size: 14px;
		transition: all .5s;
		opacity: 0;
		max-height: 0;
	} 

		#nav-categories ul li.sub-sub-category a.active{
			color: #a44d5e;
		}


		#nav-categories ul li a{
			color: #fff;
		}

		#nav-categories ul li .fa{
			font-size: 18px;
			color: #fff;
		}

#additional-pages{
	margin-bottom: 100px;
}

	#additional-pages ul{
		padding-left: 0;
	}
		#additional-pages ul li{
			list-style: none;
			text-align: center;
			padding: 12px 0;
		}

		#additional-pages ul li a{
		    color: #fff;
		    font-size: 16px;
		    color: #999;
		}

		#additional-pages ul li a:hover{
			color: #a44d5e;
		}

		#additional-pages ul li a:focus{
			outline: none;
			text-decoration: none;
		}

#nav-socials{
	text-align: center;
}

#nav-socials:after{
	content: '';
	display: block;
	height: 1px;
	margin:20px auto;
	width: 130px;
	background-color: #666;
}
	#nav-socials p{
		font-size: 16px;
	}

	#nav-socials a{
		margin:0 10px;
		opacity: 0.5;
	}

#nav-payments{
	text-align: center;
}

	#nav-payments img{
		margin: 0 10px;
		opacity: 0.5;
	}

/*Auto complete Search*/

.ac-wrap{
	background-color: #fff;
	z-index: 999;
    max-height: 380px;
    overflow: auto;	
}
	.ac-rwrap{
		background-color: #fff;
		padding: 0 10px;
	}

		.ac-rwrap a{
			display: block;
		}

		.ac-rwrap a:after{
			content: '';
			display: table;
			clear: both;
		}
			
			.ac-rwrap a img{
				float: left;
				max-height: 75px;
				margin-right: 10px;
			}

			.ac-rwrap a span{
				margin-top: 23px;
			    display: inline-block;
			    width: calc(100% - 100px);
			    color: #a44d5e;
			}

/*-----------------------------------------*/
/*----- Home Page -----*/
/*-----------------------------------------*/
.homa-page #content{
	padding: 0 !important;
}


#home-video-section{
	position: relative;
	height: 920px;
	margin-bottom: 20px;
}

	#home-video{
		width: 100%;
		height: 100%;
	}

	#video-text{
		position: absolute;
		top: 480px;
		left: 13%;
	}

		#video-text h1{
			color: #fff;
			text-transform: uppercase;
			font-size: 60px;
		}

		#video-text p{
			color:#fff;
			font-size: 36px;
		}

		#video-text a{
			display: block;
			font-size: 25px;
			color:#fff;
			background-color: #a44d5e;
			text-transform: uppercase;
			text-align: center;
			max-width: 340px;
			padding: 20px 0;
			margin-top: 50px;
			transition: all .5s; 
		}

		#video-text a:hover{
			background-color:#89404f
		}

#home-categories{
	margin-bottom: 140px;
}

#home-categories:after{
	content: '';
	display: table;
	clear: both;
}

	#home-categories .category{
		height: 625px;
	}

	#home-categories .clothes-category{
		background:url('/catalog/view/theme/elook/image/Obleklo.png')no-repeat;
		background-size: cover;
		background-position: center;
		float: left;
		width: calc(50% - 15px);
	}

	#home-categories .accessories-category{
		background:url('/catalog/view/theme/elook/image/Accessoars.png')no-repeat;
		background-size: cover;
		background-position: center;
		float: right;
		width: calc(50% - 15px);
	}

		#home-categories .category a{
			position: relative;
			height: 100%;
			display: block;
			transition: all 0.5s;
		}

			#home-categories .category a p{
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				color: #fff;
				text-align: center;
				width: 100%;
				font-size: 24px;
				margin-bottom: 0;
				opacity: 0;
				margin-top: 50px;
				transition: all .5s;
			}

			#home-categories .category a p:after{
				content: '';
				display: block;
				height: 2px;
				background-color: #a44d5e;
				width: 70px;
				margin:10px auto 0 auto;
			}

			#home-categories .category:hover a{
				background-color: rgba(0,0,0,0.6); 
			}

			#home-categories .category:hover p{
				opacity: 1;
				margin-top: 0;
			}
			
			
/*-----------------------------------------*/
/*----- Categories Page -----*/
/*-----------------------------------------*/

.product-layout{
	width:50%;
	padding:0;
	margin-bottom: 30px;
	overflow: hidden;
}

.product-layout:nth-child(odd){clead:both;}

	.product-thumb{
		border:none;
		padding: 2px;
	}
		.product-layout .product-thumb .discount-percent,
		.thumbnails .discount-percent{
			position: absolute;
			top: 10px;
			right: 30px;
			background-color: #a44d5e;
			color: #fff;
			border-radius: 50%;
			height: 75px;
			width: 75px;
			line-height: 75px;
			text-align: center;
			font-size: 20px;
			transition: all .5s;
		}

		.thumbnails .discount-percent{right: 80px;}

		.product-layout .product-thumb .image{
			float: none;
			width: 100%;
			padding: 0;
			background-color: rgba(0,0,0,1);
			padding: 0 15px;
			background-color: #e6e6e6;
		}

			.product-layout .product-thumb .image img{
				width: 100%;
			}

		.product-layout .product-thumb .caption{
			margin-left: 0;
			text-align: center;
			min-height: 100px;
		}

		.product-layout h4 a{
			color: #373737;
			font-size: 18px;
			text-transform: uppercase;
			margin-top: 20px;
			display: block;
		}

		.product-layout .caption p{
			color: #acacac;
			font-size: 15px;
			text-transform: lowercase;
		}

		.product-layout .caption p:first-letter{
			text-transform: uppercase;
		}

		.product-layout .caption .price{
			color: #373737;
			font-size: 26px;
			font-weight: bold;
			margin-top: 20px;
		}

#no-products-or-category{
	margin-top: 40px;
	padding-left: 40px;
	min-height: 640px;
}
	#no-products-or-category a{
		background-color: #89404f;
		background-image: none;
		border:none;
		font-size: 16px;
	}


.pagination{
	margin-bottom: 40px;
}
	.pagination>li>a,
	.pagination>li>span{
		background-color: transparent;
		border:none;
		color: #666;
	}

	.pagination>li>a:after,
	.pagination>li>span:after{
		content: '-';
		display: inline-block;
	    position: relative;
	    left: 10px;
	    bottom: 1px;
	    color: #666;
	}

	.pagination>li:last-child>a:after{
		content: none;
	}

	.pagination>li>a:hover{
		background-color: transparent;
	}

	.pagination>.active>a,
	.pagination>.active>a:focus,
	.pagination>.active>a:hover,
	.pagination>.active>span,
	.pagination>.active>span:focus,
	.pagination>.active>span:hover{
		border:none;
		background-color: transparent;
		color: #a44d5e;
		line-height: normal;
		font-size: 14px;
	}	

/*-----------------------------------------*/
/*----- Product Page -----*/
/*-----------------------------------------*/
/*Breadcrumb*/
#product-breadcrumb {
	padding-left: 0;
}

	#product-breadcrumb li{
		list-style: none;
		display: inline-block;
		color: #7f7f7f;
	}

		#product-breadcrumb li a{
			color: #7f7f7f;
			font-size: 16px;
		}

		#product-breadcrumb li span{
			padding:0 10px;
		}

		#product-breadcrumb li:last-child span{
			display: none;
		}

		#product-breadcrumb li:last-child a{
			color: #66303b;
		}

/*Image*/
.product-page .thumbnail{
	padding: 0;
	background-color: #e6e6e6;
	border:none;
	box-shadow: none;
	padding-right: 50px;
}

	.product-page .thumbnail img{width: 100%;}

	.product-page .thumbnail img:focus{
		outline: none;
		border:none;
		box-shadow: none;
	}

.product-page .thumbnails{
	overflow: hidden;
	margin-bottom: 40px;
}
		
	.product-page .image-additional{
		width: 20%;
		max-width: 100%;
	}

	.product-page .image-additional a{
		max-width: 116px;
		max-height: 155px;
		padding: 0;
	}

	.product-page .image-additional a:focus,
	.product-page .image-additional a:active,
	.product-page .image-additional img:focus,
	.product-page .image-additional img:active{
		outline: none !important;
	}

/*"Left side*/
.product-left{padding-right: 20px;}

/*Right side*/
.product-right{padding-left: 20px;}

/* Heading */
.product-page h1{
	text-transform: lowercase;
	font-size: 26px;
}

.product-page h1:first-letter{
	text-transform: uppercase;
}

#product-number p,
#product-description p,
#product-composition p{
	color: #7f7f7f;
}

#product-number{margin-bottom: 50px;}

#product-description{
	margin-bottom: 40px;
}

#product-composition{
	margin-bottom: 50px;
}

/* Product Price */
.product-page h2{
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 25px;
}

/* Product Options */
.product-page .options select{
	max-width: 335px;
	height: 40px;
	border-radius: 0;
}

.product-page .options select:focus,
.product-page .options select:active{
    box-shadow: 1px 1px 3px #89404f;
	border-color: #89404f;
}


/* Custom Select Start */
.p-options .text-danger{margin-top: 43px;}


.p-options .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.p-options .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  width: 355px;
  height: 40px;
}

.p-options .select-styled{
  position: absolute; 
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 8px 15px;
  transition: all 0.2s ease-in;
}

.p-options .select-styled:after{
	content:"";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.p-options .select-styled.active{
	background-color: #b8b8b8;
	color: #fff;
}

.p-options .select-styled.active:after{
	top: 9px;
	border-color: transparent transparent #ccc transparent;
}

.p-options .select-options{
  display: none; 
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}
	.p-options .select-options li{
		margin: 0;
	    padding: 12px 0;
	    text-indent: 15px;
	    border-top: 1px solid #ccc;
	    transition:all 0.15s ease-in;
	}

	.p-options .select-options li:hover{
		background-color: #b8b8b8;
		color: #fff;
	}

	.p-options .select-options li[rel="hide"]{
		display: none;
	}

/* Custom Select Ends */

.color-circle{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 2px;
    display: none;
}

.color-select-wrapper .color-circle{
	display: inline-block;
}

/* Product QTY */
#product-qty{
	margin-bottom: 25px;
}

	#product-qty #input-quantity{
		width: 62px;
		height: 50px;
		border-radius: 0;
		text-align: center;
		font-size: 16px;
		display: inline-block;
	}

	#product-qty #button-cart{
		max-width: 255px;
		display: inline-block;
		color: #fff;
		background-image: none;
		border-radius: 0;
		height: 50px;
		vertical-align: top;
		text-transform: uppercase;
		font-size: 16px;
		background-color: #89404f;
		border:1px solid #89404f;
		box-shadow: none;
		transition: all 0.5s;
		margin-left: 10px;
	}

	#product-qty #button-cart:hover{
		background-color: #66303b;
		border-color: #66303b;		
	}

/*Product share*/
#product-share{
	margin-bottom: 25px;
}
	#product-share span{
		color: #7f7f7f;
		font-size: 16px;
		text-transform: uppercase;
		margin-left: 10px;
		position: relative;
		top: 2px;
	}

/*Product model*/
#product-model{
	margin-bottom: 30px;
	padding-top: 40px;
}

#product-model ul{
	padding-left: 0;
}

	#product-model ul li{
		list-style: none;
		font-size: 16px;
	}

/*Size link*/
#size-link-wrapper a{
	color: #a44d5e;
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
}

#add-cart-success{
    border: 1px solid #89404f;
    padding: 10px;
    max-width: 410px;
    font-weight: bold;
    text-align: center;
}

	#add-cart-success a{color: #89404f;}

	#add-cart-success a:hover{color:#89404f;}


.notify-container{max-width: 358px;}

.notify-container span{font-size: 16px;}

.notify-container input{
	margin-bottom: 10px;
	border-radius: 0;
}

.notify-container button{
	border-radius: 0;
	margin-bottom: 10px;
}

/*Sizes Modal*/
#sizesModal .modal-dialog{
	top: 50%;
	transform: translateY(-50%);
}

#sizesModal .modal-content{
	border-radius: 0;
}

#sizesModal table{
	width: 100%;
}
	#sizesModal tr td{
		text-align: center;
	}


.notify-captcha-wrapper .col-sm-12{
	padding: 0;
	margin-bottom: 10px;
}

/*-----------------------------------------*/
/*----- Product Page Search -----*/
/*-----------------------------------------*/

.product-search #content{
	padding-bottom: 10px;
}

/*-----------------------------------------*/
/*----- Checkout Cart Page -----*/
/*-----------------------------------------*/

.checkout-cart h1{margin-top: 0;}

.checkout-cart .table-responsive .img-thumbnail{
	padding: 0;
	max-width: 65px;
}

.checkout-cart table td,
.checkout-cart .buttons a{
	font-size: 16px;
}

.checkout-cart #accordion .panel:nth-child(2){
	display:none;
}


/*-----------------------------------------*/
/*----- Checkout Checkout Page -----*/
/*-----------------------------------------*/
.checkout-checkout #content{

}

.checkout-checkout #container{width: 100%;}

	.checkout-checkout #container a{color: #a44d5e;}

.checkout-checkout .qc-image img{
	margin: 0 auto;
}

#d_quickcheckout .qc-quantity{
	width: 20% !important;
}

	#d_quickcheckout #cart_view h4:before{
		content: "";	
		width: 19px;
		height: 25px;
		background:url('/catalog/view/theme/elook/image/shopping-bag-icon.png') no-repeat;
		display: inline-block;
		background-size: 70%;
		position: absolute;
	}	

	#d_quickcheckout #cart_view h4 span{
		padding-left: 10px;
	}

#d_quickcheckout #payment_address .control-label,
#d_quickcheckout #shipping_address .control-label{
	text-align: left;
}

#d_quickcheckout #speedy_office_id{width: 100%;}
/*-----------------------------------------*/
/*----- Information Pages -----*/
/*-----------------------------------------*/
.information-page .breadcrumb{
	display: block;
	margin-left: 0 !important;
}

.information-page #content{
	padding: 0 240px 20px 240px;
}

	.information-page #content h1{
		text-transform: uppercase;
		margin-bottom: 70px;
	}

#delivery-information-page,
#privacy-policy-information-page,
#terms-of-use-information-page,
#returns-and-marketing {text-align: justify;}

/*-----------------------------------------*/
/*----- About us Page -----*/
/*-----------------------------------------*/
#about-us-page{text-align: justify;}

#about-video{
	width: 100%;
	margin-bottom: 50px;
}

#about-us-page p{
	margin-bottom: 40px;
	font-size: 15px;
	line-height: 27px;
}


/*-----------------------------------------*/
/*----- Contact Page -----*/
/*-----------------------------------------*/
.information-contact .c-wrapper{
	max-width: 1170px;
	margin:0 auto;
}

.information-contact .c-wrapper .breadcrumb{
	display: block;
	margin-left: 0 !important;
}

.information-contact h1{
	margin-bottom: 70px;
	text-transform: uppercase;
}

.information-contact #contact-office{
	margin-bottom: 60px;
}

	.information-contact .title{
		font-weight: bold;
		color: #2b292e !important;
		font-size: 24px;
		margin-bottom: 30px;
	}

	.information-contact #contact-office ul{
		padding-left: 0;
	}

		.information-contact #contact-office ul li{
			list-style: none;
			font-size:16px;
			color: #7f7f7f;
			margin-bottom: 15px;
		}

		.information-contact #contact-office ul li:last-child{
			margin-bottom: 0;
		}

.information-contact #contact-form-wrapper{
	margin-bottom: 80px;
}

.information-contact #contact-form-wrapper input[type='text'],
.information-contact #contact-form-wrapper input[type='email']{
	border-radius: 0;
	height: 50px;
	font-size: 16px;
	padding-left: 30px;
}

.information-contact #contact-form-wrapper textarea{
	border-radius: 0;
	font-size: 16px;
	padding-left: 30px;
	padding-top: 25px;
	resize: none;
	height: 160px;
}

.information-contact #contact-form-wrapper input:focus,
.information-contact #contact-form-wrapper textarea:focus{
	box-shadow: 1px 1px 3px #89404f;
	border-color: #89404f;
}

.information-contact #contact-form-wrapper input[type='submit']{
	border-radius: 0;
	padding:10px 45px;
	font-size: 16px;
}

.information-contact #contact-form-wrapper input[type='submit']:focus{
	outline: none;
}

.information-contact #contact-shops{
	margin-bottom: 60px;
}
	.information-contact #contact-shops p{
		color: #7f7f7f;
	}


	.information-contact #contact-shops .address-1:after{
		content: '';
		display: block;
		width: 88px;
		height: 1px;
		background-color: #7f7f7f;
		margin:30px 0;
		opacity: .5;
	}

/*-----------------------------------------*/
/*----- Register Page -----*/
/*-----------------------------------------*/
.account-register h1{
	margin-top: 0;
}

.account-register .buttons{
	margin-bottom: 0;
	display: block;
	padding-bottom: 20px;
}

.account-register .buttons:after{
	content: '';
	display: table;
	clear: both;
}

/*-----------------------------------------*/
/*----- Account Page -----*/
/*-----------------------------------------*/
.account-account h1,
.account-edit h1,
.account-password h1,
.account-address h1,
.account-wishlist h1,
.account-order h1,
.account-order-info h2,
.account-download h1,
.account-reward h1,
.account-return h1,
.account-transaction h1,
.account-recurring h1,
.account-newsletter h1,
.account-forgotten h1,
.information-gdpr_request h1,
.information-gdpr_forget_me h1,
.information-gdpr_request-confirm h1,
.information-gdpr_request-success h1,
.product-search h1{
	margin-top: 0;
}


.account-account .buttons:after,
.account-edit .buttons:after,
.account-password .buttons:after,
.account-address .buttons:after,
.account-wishlist .buttons:after,
.account-order .buttons:after,
.account-order-info .buttons:after,
.account-download .buttons:after,
.account-reward .buttons:after,
.account-return .buttons:after,
.account-transaction .buttons:after,
.account-recurring .buttons:after,
.account-newsletter .buttons:after,
.account-forgotten  .buttons:after,
.information-gdpr_request .buttons:after,
.information-gdpr_forget_me .buttons:after,
.information-gdpr_request-confirm .buttons:after,
.information-gdpr_request-success .buttons:after{
	content: '';
	display: table;
	clear: both;
}

.account-account .buttons,
.account-edit .buttons,
.account-password .buttons,
.account-address .buttons,
.account-wishlist .buttons,
.account-order .buttons,
.account-order-info .buttons,
.account-download .buttons,
.account-reward .buttons,
.account-return .buttons,
.account-transaction .buttons,
.account-recurring .buttons,
.account-newsletter .buttons,
.account-forgotten .buttons,
.information-gdpr_request .buttons,
.information-gdpr_forget_me .buttons,
.information-gdpr_request-confirm .buttons,
.information-gdpr_request-success .buttons{
	display: block;
	margin-bottom: 0;
	padding-bottom: 20px;
}



/*-----------------------------------------*/
/*----- Account Account Page -----*/
/*-----------------------------------------*/
.account-account #content{
	padding-bottom: 20px;
}

.account-account h2{
	margin-top: 0;
}

.account-account #content li{
	font-size: 16px;
	margin-bottom: 5px;
}

/*-----------------------------------------*/
/*----- Account Return Add Page -----*/
/*-----------------------------------------*/
.account-return-add .captcha-wrapper{
	float: right;
	text-align: right;

}

/*-----------------------------------------*/
/*----- Blog Page -----*/
/*-----------------------------------------*/
.extension-d_blog_module-category .container{
	width: 100%;
}
	.extension-d_blog_module-category .breadcrumb{display: block;}

	.extension-d_blog_module-category h1{
		color: #000 !important;
		font-family: sofiapro-light, Arial !important;
	}

	.bm-category-info .image{
		display: none;
	}

	.extension-d_blog_module-category .bm{
		max-width: 1170px;
		margin:0 auto;
	}

	.extension-d_blog_module-category .bm .title a{
		text-transform: uppercase;
		color: #2b292e;
	}

	.extension-d_blog_module-category .bm .date-published{
		color: #a29b9b !important;
	}

	.extension-d_blog_module-category .bm .post-thumb .post-thumb-body .short-description{
		font-size: 16px;
	}

	.extension-d_blog_module-category .read-more{
		color: #a44d5e !important;
		font-style: normal !important;
	}

/*-----------------------------------------*/
/*----- Blog Page Single -----*/
/*-----------------------------------------*/
.extension-d_blog_module-post{
	background-color: #e6e6e6;
}	
	.bm .bm-post-info .title{
		color: #000 !important;
		font-family: sofiapro-light, Arial !important;
		text-transform: uppercase;
	}

	.extension-d_blog_module-post .breadcrumb{display: block;}

	.extension-d_blog_module-post #form_review,
	.extension-d_blog_module-post .bm-author,
	.extension-d_blog_module-post .post-nav{ 
		display: none;
	}


	.extension-d_blog_module-post .details a{
		color: #a44d5e !important;
	}

/*-----------------------------------------*/
/*----- Gdpr Pages -----*/
/*-----------------------------------------*/
.information-gdpr_request #content p,
.information-gdpr_forget_me #content p,
.information-gdpr_request-confirm #content p,
.information-gdpr_request-success #content p{
	font-size: 16px;
}

.information-gdpr_request .g-recaptcha{
	display: inline-block;
	float: right;
}

/*-----------------------------------------*/
/*----- Error Page -----*/
/*-----------------------------------------*/
.custom-error-page{
	text-align: center;
}

.custom-error-page .error-image{
	padding-top: 140px;
	margin-bottom: 25px;
}

.custom-error-page h1{margin-bottom: 20px;}

.custom-error-page .error-desc{
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
}

.custom-error-page .buttons a{
	border-radius: 0;
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff;
	background:none;
	text-transform: uppercase;
	font-size: 16px;
	white-space: normal;
}

.custom-error-page .buttons:after{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    max-width: 75px;
    background-color: #000;
    margin: 20px auto;
}



/*-----------------------------------------*/
/*----- GDPR MODAL -----*/
/*-----------------------------------------*/
.gdpr-modal-open{
	display:inline-block;
    font-size: 14px;
    color: #000;
    border: 1px solid #000;
    padding: 0 2px;
}

.gdpr-modal-open:hover{
	cursor: pointer;
}

#gdpr-footer-modal{
	background-color: rgba(0,0,0, .1) !important;
	text-align: center;
	padding: 0 !important;
}

	#gdpr-footer-modal .modal-dialog{
		top: 50%;
		transform: translateY(-50%);
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}

		#gdpr-footer-modal .modal-content{
			border-radius: 0;
		}
			#gdpr-footer-modal .modal-body{
				padding: 30px;
			}

			#gdpr-footer-modal .close{
			    position: absolute;
    			top: 5px;
    			right: 10px;
			}

			#gdpr-footer-modal .modal-content p{
				text-transform: uppercase;
				font-size: 18px;
				max-width: 300px;
				margin: 40px auto 40px auto;
				color: #000;
			}

			#gdpr-footer-modal .gdpr-buttons:after{
				content: '';
				display: table;
				clear: both;
			}

				#gdpr-footer-modal .gdpr-buttons button{
					width:195px;
					height: 40px;
					text-align: center;
					font-size: 14px;
					transition: all 0.5s;
				}

				#gdpr-footer-modal .btn-stay{
					float: left;
					background-color: #89404f;
					border:1px solid #89404f;
					color: #fff;
				}

				#gdpr-footer-modal .btn-leave{
					float: right;
					color: #89404f;
					background-color: #fff;
					border:1px solid #89404f;
				}

/*-----------------------------------------*/
/*----- COOKIE BAR -----*/
/*-----------------------------------------*/
.cc-window{
	max-width: 100% !important;
	width: 100% !important;
	left: 0 !important;
	bottom: 0 !important;
	padding: 5px !important;
	display: block !important;
	text-align: center !important;
	background-color: rgba(43, 41, 46, 0.8) !important;
}

.cc-message{
	font-size: 13px;
	margin-right: 5px !important;
	margin-bottom: 0 !important;
	display: inline-block !important;
	flex: none !important;
}

.cc-window .cc-compliance{display: inline-block;}

.cc-compliance>.cc-btn{
    padding: 4.5px 6px;
    margin-left: 5px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    margin: 0;
    line-height: normal;
}

.cc-dismiss{
	display: inline-block !important;
	margin-right: 5px !important;
}

.cc-link:focus,
.cc-link:active{outline: none;}



/*-----------------------------------------*/
/*----- Footer -----*/
/*-----------------------------------------*/
footer{
	background-color: #2b292e;
	margin-top: 0;
	margin-left: 300px; /*320*/
	padding-top: 60px;
}

	footer h5{
		max-width: 200px;
		margin:0 auto 35px auto;
		font-size: 16px;
		text-transform: uppercase;
		color: #999;
	}

	footer ul{
		max-width: 220px;
		margin:0 auto;
	}
		footer ul li{
			margin-bottom: 5px;
			color: #999;
			font-size: 14px;
		}
			footer ul li a{
				color: #999;
				font-size: 14px;
			}

	footer #nav-socials p{
		color: #818080 !important;
	}

	#footer-copyright{
		text-align: center;
		margin-top: 50px;
		padding-bottom: 20px;
	}

		#footer-copyright span{
			color: #a44d5e;
		}

		#footer-copyright p,
		#footer-copyright a{
			color: #818080;
			margin:0;
			font-size: 13px;
		}

#newsletter-modal{
	text-align: center;
}
	#newsletter-modal .modal-dialog{
		top: 50%;
   	 	transform: translateY(-50%);
   	 	width: 900px;
	}

		#newsletter-modal .modal-content{
			border-radius: 0;
		}

		#newsletter-modal .modal-body{
			padding: 100px 100px 90px 100px;
		}

			#newsletter-modal h2{
				text-transform: uppercase;
				font-size: 36px;
				margin-bottom: 50px;
			}

			#newsletter-modal p{
				margin-bottom: 30px;
				color: #000;
			}

			#newsletter-modal .close{
				position: absolute;
				top: 10px;
				right: 10px;
				font-size: 30px;
			}

			#newsletter-modal form{
				margin-bottom: 0;
			}

				#newsletter-modal input{
					border:1px solid #959595;
					height: 42px;
					margin-right: -3px;
					padding-left: 15px;
					width: 400px;
					vertical-align: top;
					color: #959595;
				}

				#newsletter-modal input:focus{
					outline-color: #cd5c5c;
				}

				#newsletter-modal #send-btn{
					text-transform: uppercase;
					color: #fff;
					background-color: #cd5c5c;
					border:1px solid #cd5c5c;
					font-size: 17px;
					padding: 10px 40px;
				}

				#newsletter-modal #send-btn:focus,
				#newsletter-modal #send-btn:active{
					outline-color: #cd5c5c;
				}

				#newsletter-modal .newsletter-success{
					margin-bottom: 0;
					margin-top: 5px;
					color: green;
				}

				#newsletter-modal .newsletter-error{
					margin-bottom: 0;
					margin-top: 5px;
					color: red;
				}
				
				select.has-error{
					border-color: #a94442;
				}
				
				select#econt_city_id,
				select#econt_office_id{
					width: 100%;
				}
			



.dropbtn1 {
  background-color: #ececec;
  color: #89404f;
  border: 1px solid #89404f;
  padding: 8px 18px;
  border-radius:20px;
  font-size: 16px;
  cursor: pointer;
}

.dropbtn1:hover, .dropbtn1:focus {
  background-color: #89404f;
  color:#fff;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  margin-left: -47px;
  margin-top: 5px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.dropdown1 a:hover {background-color: #ddd;}

.show1 {display: flex;}

@media (max-width:767px){
    .dropdown-content1 {
  margin-left: 0px;
  margin-top: 5px;
    }
}








