*{
	box-sizing: border-box;
	margin: 0px;
}

body {
    margin:0;
    padding:0;
    height:100%;
	text-rendering: optimizeLegibility;
	-webkit-font-variant-ligatures: common-ligatures;
	/* for iOS and Safari 6 */
	font-variant-ligatures: common-ligatures; /* for up-to-date browsers, including IE10 and Opera 21 */
	-webkit-font-feature-settings: "kern";
	font-feature-settings: "kern";
	font-kerning: normal;
	line-height: auto;
}
html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: "Ubuntu",sans-serif;
   font-size: 14px !important;
}
select,
input{
   font-family: "Ubuntu",sans-serif;
}
a{
	text-decoration: none;
	color: #000;
	transition: .2s all ease-out;
}
input[type=submit]:hover,
a:hover{
	color: #eecaa2;
}
input[type=submit]{
	cursor: pointer;
}
table{
	border-collapse: collapse;
}
small{
	font-size: 11.9px;
}

select[name=category]{
	display: none;
}
img[src*="pix"]{
	display: none;
}
input[type="image"]{
	white-space: nowrap;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.content{
	max-width: 1200px;
	display: flex;
}
.content:not(.list-container){
	flex-direction: column;
}
#page{
	padding-top: 100px;
}

.disp_content_text p{
	padding: 5px 0px;
}

.slider-with-mark > div:not(.objecteditor_edit){
	display: flex;
}

.fullwidth{
	width: 100%;
}
.right-narrow{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 50px;
	background-size: cover;
	background-position: center center;
}
.right-narrow h2{
	font-size: 50px;
	text-transform: uppercase;
}
.right-narrow p{
	color: white!important;
	font-size: 20px!important;
	padding: 20px;
	text-transform: uppercase;
}
.header-top-container{
	background-color: #fff4e7;
	height: 78px;
}
.header-bottom-container{
	height: 100px;
	background-color: #fff;
	z-index: 10;
	position: absolute;
}
.header-bottom,
.header-top{
	display: flex;
	max-width: 1200px;
	margin: auto;
	font-weight: 700;
	text-transform: uppercase;
	align-items: stretch;
	justify-content: center;
	font-size: 14px;
	height: 100%;
}
.header-top{
	flex-wrap: wrap;
}
.header-bottom ul{
	display: flex;
}
.header-bottom-container.fixed{
	position: fixed;
	top: 0px;
	transition: 0.4s all ease;
}
.header-top img[name*="eshop"]{
	display: none;
}
.header-top .disp_content_text p{
	white-space: nowrap;
	margin: 0px;
}
.eshopaccmenu_header,
.header-item{
	display: flex;
	align-items: center;
	padding: 5px 30px;
	border: 1px solid #fff;
}
.header-item:first-child{
	flex: 1;
	border-left: 0px none;
}
.header-item:last-child{
	border-right: 0px none;
}
li.header-item{
	list-style-type: none;
	flex-direction: column;
}
li.header-item li{
	list-style-type: none;
}
.header-top input{
	border: 0px none;
	font-weight: 700;
	background: none;
	text-transform: uppercase;
}
.header-top input[type=image]{
	display: none;
}
.header-bottom{
	padding: 30px 0px;
}
.header-bottom .eshopaccmenu_menubox{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
input#searchInput:focus{
	outline: none;
}

/*DROPDOWN*/
.dropdown{
	position: relative;
}
.dropdown ul{
	display: none;
	padding: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 49px;
	z-index: 11;
}
.dropdown ul li.dropdown-option{
	list-style-type: none;
	white-space: nowrap;
	text-transform: none;
	font-weight: 300;
	padding: 5px;
	cursor: pointer;
	background: #f7f7f7;
	display: flex;
}
.dropdown ul li.dropdown-option a{
	width: 100%;
	height: 100%;
}
.dropdown ul li.dropdown-option:hover{
	background:#eecaa2;
	color: #fff;
}
.dropdown ul li.dropdown-option:hover a{
	color: #fff;
}
.dropdown:hover ul{
	display: block;
}
.dropdown span:first-child{
	cursor: pointer;
}
.dropdown-output{
	padding: 5px;
}
.dropdown-output:after{
	content: "\25bc";
}

.cover-slider{
	position: relative;
	width: 70vw;
	height: 600px;
	margin-right: 30px;
}
.cover-slider .cover-slider-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
}
.cover-slider-item{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.cover-slider-item-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cover-slider-item-text h1{
	color: white;
	font-size: 74px;
	text-transform: uppercase;
	text-align: center;
}
.cover-slider-item-text span{
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}

.category-header{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #444;
	font-size: 36px;
}

.flex{
	display: flex;
}

.category-images{
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
}
.category-images.notfullwidth{
	max-width: 1200px;
	margin: auto;
	flex-wrap: wrap;
	padding: 15px;
	justify-content: baseline;
}
.category-images.notfullwidth .category-image-link{
	margin: 15px;
	flex: 1;
	max-width: calc(33.3333333% - 30px);
}
.category-image-link{
	flex: 1;
	background-size: cover!important;
	background-position: center center;
	height: 300px;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	opacity: 1;
}
.category-image-link:not(:last-of-type){
	margin-right: 30px;
}
.category-image-link:after{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background:#eecaa2;
	opacity: 0;
	transition: all 0.2s ease-out;
	z-index: 2;
}
.category-image-link:hover:after{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background:#eecaa2;
	opacity: 0.5;
}

.category-image-link a{
	color: white;
	width: 100%!important;
	height: 100%;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 500;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.category-image-link a:before,
.category-image-link a:after{
	content: "-";
	padding: 0px 10px;
	font-weight: 100;
}

.list-container{
	display: flex;
	width: 1200px;
	margin: auto;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.list-container .item-container{
	min-width: 200px;
	margin-bottom: 20px;
}

.item_img{
	background-size: cover;
	background-position: center center;
	height: 270px;
	width: 270px;
	margin-bottom: 20px;
}

.item-container .text-container{
	text-align: center;
}
.item-name{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.item-description{
	color: #777;
	font-size: 14px;
}
.bottom{
	padding-top: 10px;
}
span.priceEUR,
span.price,
p.price{
	color: #eecaa2;
	font-weight: 700;
	font-size: 19px;
}
.price small{
	font-size: 14px;
}

.cc_banner-wrapper{
	z-index: 2000000001!important;
}



.footer-top{
	background:#fff4e7;
}
.footer-top-flex{
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: stretch;
}
.footer-top-content{
	flex:1;
	text-align: center;
	padding: 70px;
}
.footer-top-content i{
	font-size:71px;
}
.footer-top-content h2{
	font-size:19px;
	text-transform: uppercase;
	margin-bottom:20px;
	color: #444;
}
.footer-top-content ul,
.footer-top-content p{
	font-size:14px;
	color: #777;
	margin-bottom: 40px;
	text-align:left;
}
.footer-top-content input{
	padding: 13px 15px;
	outline: none;
	border: none;
	margin-bottom: 10px;
	width: 100%;
}
.footer-top-content input:focus{
	box-shadow: 0 0 7px #eecaa2 inset;
	outline: none;
}
input.footer-button,
a.footer-button{
	padding: 13px 19px;
	border: 2px solid #eecaa2;
	background: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #444;
	width: auto;
	margin-top: 10px;
}
input.footer-button:disabled{
	color:#ccc;
	border-color: #ccc;
}


.footer-middle{
	max-width: 1200px;
	margin: auto;
	display: flex;
	padding-top:50px;
}
.footer-middle li{
	list-style-type: none;
	padding-bottom: 15px;
}
.footer-middle li a{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	color:#444;
}
.footer-company{
	padding-left:100px;
	min-width: 450px;
	font-size: 14px;
	color: #444;
}
.footer-company p{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.footer-company em.material-icons{
	padding-right: 10px;
	color: #eecaa2;
}
.footer-social-icons{
	display: flex;
	padding-left:100px;
	padding-top:30px;
	color: #444;
}
.footer-social-icons a{
	padding: 10px;
	padding-right:40px;
	color: #444;
	font-size: 0px;
}
.footer-social-icons a:hover{
	color: #eecaa2;
}
.footer-social-icons a:before{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 2px solid #fff;
	font-size: 18px;
}
.footer-social-icons a:hover:before{
	border: 2px solid #eecaa2;
	border-radius: 20px;
}
span.at:before{
	content: "@";
}

.navBarTable{
	display: flex;
	align-items: center;
	border:2px solid #eecaa2;
	padding: 13px 15px;
	margin-top: 30px;
}
.navBarTable a{
	color: #777;
	font-weight: 400;
}
.esh_details_m_right{
	padding-left: 20px;
}
.esh_details_m_right h2{
	text-transform: uppercase;
	font-size: 19px;
}
.esh_d_m_image{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	width: 550px;
	height: 410px;
	cursor:pointer;
}
.esh_details_m_left{
	display: flex;
}
#itemName{
	text-align: left;
	color: #444;
}
.esh_details_m_left .thumbnails{
	height: 410px;
	padding-right: 10px;
	overflow: auto;
	width: 157px;
}
.imgthumb{
	height: 130px;
	width: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: cover;
	cursor: pointer;
    margin-bottom: 10px;
}
.imgthumb:last-of-type{
	margin-bottom: 0px;
}
.categoryBar{
	font-size: 14px;
}
.content h3.categoryBar,
.content h2.categoryBar{
	font-size: 14px;
	text-transform: none;
}
.navBarTable .material-icons{
	font-size: 20px;
}
.product_details_box{
	margin: 20px 0px;
	padding:5px;
	font-size: 16px;
	line-height: 140%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.product_details_box.inverted{
	background: #3c3c3c;
	color: white;
}
.product_details_box ul{
	padding: 5px;
	padding-left: 0px;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
	color: #444;
}
.product_details_box img{
	display: none;
}
.cart-button{
	padding: 13px 19px;
	border: 2px solid #eecaa2;
	background: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #444;
	margin-right: 10px;
	cursor: pointer;
}
.cart-qty{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ccc!important;
	padding: 5px 13px!important;
	margin: 0px 5px!important;
	text-align: center;
}
.counter{
    height: 50px;
    width: 50px;
    color: #777;
    background: #fafafa;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.esh_details_tabpages{
	display: flex;
	border-top: 2px solid #eecaa2;
	max-width: 1200px;
	margin-bottom: 50px;
}
.product_tabs_buttons{
	display: flex;
	flex-direction: column;
}
.product_tabs_tab{
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-top: 0px none;
	cursor: pointer;
}
.product_tabs_tab.active{
	color: #eecaa2;
	border-right: 0px none;
}
.product_tabs_tab:last-of-type{
	border: 0px none;
	border-right: 1px solid #ddd;
	height: 100%;
}
.esh_tabs_tabpage{
	padding:40px;
	font-size: 14px;
	color: #777;
	min-height: 300px;
}
.big-icon{
	font-size: 45px!important;
}
.golden{
	color: #eecaa2;
}
.my-cart-container{
	margin-bottom: 100px!important;
}

.content h1{
	text-align: center;
	font-size: 33px;
	text-transform: uppercase;
	line-height: 30px;
}

.content h2{
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 30px;
}

.content h3{
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 30px;
}
.content > h1:after{
	content: '';
    height: 1px;
    display: block;
    background: #ddd;
    margin: 20px 0 40px;
}
.my-cart-container i{
	margin-right: 10px;
}
.my-cart-product{
	width: 100%;
}
.my-cart-product.total{
	width: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}
.my-cart-product thead td{
	text-transform: uppercase;
    font-weight: bold;
    color: #444;
    font-size: 13px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px 10px 15px;
}
.my-cart-product tbody td{
	padding:15px 10px 15px;
	border: 1px solid #ddd;
}
.my-cart-product .item_image{
	height: 80px;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.my-cart-product .item_name{
	font-size: 14px;
	font-weight: 700;
	color: #eecaa2;
}
.my-cart-product .item_name:hover{
	color: #444;
}
.my-cart-product .currency,
.my-cart-product .price{
	display: inline-block;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    color: #444;
}
.my-cart-product .delete-button{
	background: none;
	border: 0px none;
	cursor: pointer;
	color: #eecaa2;
}
.my-cart-product .delete-button:hover{
	color: #444;
}
.my-cart-container .button-container{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0px;
}
.my-cart-container .button-container input{
	margin: 0px;
	cursor: pointer;
}
.my-cart-container .order-info{
	font-size: 12px;
	display: flex;
	width: 400px;
	margin-left: auto;
	justify-content: flex-end;
}

.login-page-container{
	justify-content: space-between;
}
.forgot-password-box,
.login-page-container .login-box,
.login-page-container .registrate-box{
	width: 48%;
	text-align: center;
	border: 1px solid #ddd;
	border-top: 3px solid #fea58d;
	padding: 30px;
	font-size: 14px;
}
.login-page-container h2{
	font-size: 19px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.login-page-container .login-box p,
.login-page-container .registrate-box p{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.login-page-container .login-box div{
	flex-direction: column;
}
#registration_form input:not([type=submit]),
.login-page-container .login-box div input{
	background-color: #fff4e7 !important;
	border: 1px solid #ddd;
	padding: 13px 10px 13px 20px;
	color: #777;
	margin: 5px 0px 20px;
}
.login-page-container .login-box div input:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s;
}
.login-page-container .cart-button{
	cursor: pointer;
}
#registration_form input{
	width: 100%;
}
.system-alert{
	font-size: 14px;
    padding: 10px;
    background: #fea58d;
    margin-bottom: 20px;
    color: white;
}
.checkout_steps_container{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.checkout_step{
	color: #eecaa2;
}
.checkout_step.active{
	font-weight: 800;
}
.form_row .row_input select,
.form_row .row_input input{
	padding: 10px;
}
.bigform{
	margin: 20px 0px;
	font-size: 14px;
}
.required:after{
	content: '*';
	color:red;
}
.systemMessageText{
	font-size: 14px;
	padding: 10px;
}
.referencies-container{
	display: flex;
	flex-wrap: wrap;
}
.referencies-container .referencies{
	height: 200px;
	width: 33.33333%;
	padding: 10px;
}
.referencies-container .referencies .image{
	background-repeat: no-repeat !important;
	height: 100%;
	background-size: cover;
}

.my_acc_container{
	width: 100%;
	justify-content: space-between;
	margin-bottom: 100px;
	font-size: 14px;
}
.my_acc_container a{
	color:#444;
}
.my_acc_container a:hover{
	color:#eecaa2;
}
.my_acc_container .my_acc_links{
	margin: 20px 0px;
	display: block;
}
.my_acc_container h3{
	padding: 20px;
	color: #444;
	display: flex;
	align-items: center;
	justify-content: center;
}
.my_acc_container .material-icons{
	color:#eecaa2;
	font-size: 30px;
	padding-right: 10px;
}
.my_acc_container hr{
	height: 1px;
	background:#eecaa2;
}
.my_acc_column{
	flex: 1;
	margin: 10px;
}
.my_acc_column p{
	display: flex;
	align-items: center;
}
#acc_change_info{
	font-size: 12px;
}
#address_form select,
#address_form input[type=text],
#acc_change_info input[type=password],
#acc_change_info input[type=text]{
	background-color: #fff4e7 !important;
	border: 1px solid #ddd;
	padding: 13px 10px 13px 20px;
	color: #777;
	margin: 5px 0px 20px;
	width: 100%;
}
#address_form select,
#address_form input[type=text]{
	margin: 10px 0px 10px;
}
.order_list_container{
	border:2px solid #eecaa2;
	padding: 30px;
	margin-bottom: 30px;
}
.order_list tr{
	margin: 20px;
}
.order_product_list{
	padding: 20px;
}
.order_product_list hr{
	margin: 20px 0px;
}
.form textarea,
.content select,
.content input[type=text]{
	background-color: #fff4e7 !important;
	border: 1px solid #ddd;
	padding: 13px 10px 13px 20px;
	color: #777;
	margin: 5px 0px 20px;
	width: 100%;
}
.checkout_order_review,
#address_form,
.order_list,
.form{
	font-size: 14px;
	margin-bottom: 30px;
}
.order_product_list,
.order_shipping,
.order_payment,
.order_shipping_info,
.order_company_info,
.order_header{
	padding: 20px;
}
.order_header{
}
.order_product_list{
}
.order_shipping table{
	width: 100%;
}
.order_payment{
}
.order_shipping_info{
	font-size: 12px;
}
.order_company_info{
}
.thumbnails{
	width: 130px;
    margin-right: 10px;
    justify-content: stretch;
}
#page .disp_content_text p, #page .disp_content_text ul, #page .disp_content_text li, #page .disp_content_text ol{
	font-family: "Ubuntu",sans-serif;
}
