/*******************************************/
/*        LaVieEnRose Custom Css           */
/*******************************************/
body.eren-page-preloader:after {
    /*animation: none!important;*/
    border: none 0!important;
    background-image: url(../images/preloader3.png);
    width: 256px!important;
    height: 256px!important;
    margin-left: -128px!important;
    margin-top: -128px!important;
}

body.eren-page-preloader:before{
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

/*body.eren-page-preloader:after,body.eren-page-preloader:before{display:none};*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=greek');

h1, h2, h3, h4, h5, h6, .navigation, .custommenu.navigation li.level0.fullwidth .submenu li.level1 > a, .custommenu.navigation li.level0.staticwidth .submenu li.level1 > a {
	font-family: 'Open Sans', sans-serif;
}

}
a, a:focus {color:#333}

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

/* HEADER */
.header-container, .wrapper_slider, .top-content-home {
    margin: 0;
}
.header-container .header {
    border-bottom: none 0;
}

.header .container .col-logo{
	width:30%;
	}
.header .container .col-md-10.pull-right{
	width:70%;
	}	

.header-container .header.sticky {
	padding: 0;
}
.header-container .header.sticky .logo{
	margin-top:0px;
}
	
.header-container .header.sticky .logo img{
	height:70px;
	}
.mainmenu {
	background: #121212;
	color: #fff;
	z-index: 100;
	position: relative;
}
.mainmenu.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 10;
}
.nav-sections {
    float: none;
    margin-right: 0;
}
.mainmenu .navigation .level0 > .level-top {
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
	padding: 24px 10px;
}
.mainmenu .navigation .level0.parent > a::after {
    content: "\f0d7";
    top: 25px;
}

.mainmenu .navigation .submenu{
	background:#121212;
	color:#fff;
	}
	
.mainmenu .navigation .submenu li a{ 
	color:#fff;
	font-weight:normal!important;
	}	


.custommenu.navigation li.level0.fullwidth .submenu li.level1 > a:hover, .custommenu.navigation li.level0.staticwidth .submenu li.level1 > a:hover{
	color:#d3ad69;
	}

.top-banner-container{
	width:100%;
	position:absolute;
	text-align:center;
	margin-left:-30px;
	}

.top-banner{
	display:block;
	float:none;
	width:384px;
	margin:10px auto;
	}
.top-banner img{
	width:100%;
	height:auto;
	}

.custommenu.navigation li.level0.fullwidth .submenu a::before{
	margin-bottom: -2px;
	}
	
.custommenu.navigation li.level0.fullwidth .submenu a:hover{
	color:#d3ad69;
	}	
.custommenu.navigation li.level0.fullwidth .submenu a::before{
	background:#d3ad69;
	}
	
	
.block-search #search_mini_form{

	right:90px;
	top:20px;
	
	}





/**********************************************/
/*****************   H O M E   ****************/
/**********************************************/ 

.cms-index-index .page-main{
	display:block;
	font-family: 'Open Sans', sans-serif;
	}
	
.cms-index-index .column.main{
	display:none;
	}
	
.cms-index-index #maincontent{
	width:100%;
	margin:0px;
	padding:0px;
	}	
	
.cms-index-index .block-static-block.widget{
	margin-bottom:0px;
	}

.home-2-cols{
	display:block;
	margin:0px 0px 0px 0px;
	}	
	
.home-2-cols .col-left,.home-2-cols .col-right{	
	padding:70px 0px;
	text-align: center;
	font-size:12px;
	}

.home-2-cols .col-right img{
	max-height:580px;
	}
	
	
.home-2-cols .col-left{
	background:#121212;
	left:-1000px;
	transition: 1s;
	}	
	
.home-2-cols .col-left.slideRight{
	left:0px;
	}	

.home-2-cols .column-inner{
	width:70%;
	margin:40px auto;
	min-height:500px;
	}
	
.home-2-cols .col-right .column-inner{
	margin: 0px auto;
	}


.home-2-cols .col-left h3{
	font-size:30px;
	line-height:40px;
	color:#fff;
	font-weight:100;
	letter-spacing: 0.2em;
	}
	
.home-2-cols .col-left h4,.home-2-cols .col-right h4{
	font-size:22px;
	line-height:35px;
	color:#d3ad69;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	font-weight:200;
	}	
	
.home-2-cols .col-left p{
	color:#fff;
	font-size:14px;
	line-height:1.7em;
	padding-bottom:30px;
	}	
	

	
.home-2-cols .col-right{
	background:#ffffff;
	right:-1000px;
	transition: 1s;
	}	
	
.home-2-cols .col-right.slideLeft{
	right:0px;
	}		
	
	
	
a.btn {
    display: inline-block;
	background: #d3ad69;
	color: #fff;
    padding: 14px 28px;
	border: 0px solid rgba(0,0,0,0);
    margin: 0;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
        transition-timing-function: ease-in-out;
    outline: none;	
	}
	
	
.home-2-cols .col-right .price-container{
	padding: 40px 50px;
	}
	
.home-2-cols .col-right .price-container h3{
	color: #d3ad69;
	font-size: 58px;
	text-transform: none;
	letter-spacing: 0.01em;
	}

.home-2-cols .col-right .price-container p{	
	font-size:16px;
	color:#121212;
	}
	
.home-2-cols .col-right h4{
	color:#121212;
	font-weight: 300;
	}	
	
.home-2-cols .col-right .sdescr{
	color:#d3ad69;
	font-size:14px;
	}	
	
	
.home-collections{
	display:block;
	margin:0px;
	padding:40px 0px;
	background-color: #fcf1db;
	background-image: url('/pub/media/theme/roses-bk.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	}	
	
.home-collections .inside-container{
	display:block;
	max-width: 1170px;
	width:100%;
	display:block;
	float:none;
	margin:0px auto;
	overflow:hidden;
	}
	
.home-collections .title-container{
	margin:40px 0px;
	text-align:center;
	width:100%;
	opacity: 0;
	-webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
	}
	
.home-collections .title-container.show{
	opacity: 1;
	}	

.home-collections .title-container h3{
	font-size: 58px;
	font-weight:100;
	line-height:60px;
	}	
	
.home-collections .title-container h4{
	font-size: 22px;
	letter-spacing: 0.01em;
	font-weight:100;
	color:#121212;
	}
.home-collections .category-listing-block{	
	margin-top:700px;
	transition: 1s;	
	opacity: 0;
	}
	
.home-collections .category-listing-block.slideUp{
	margin-top:0px;
	opacity: 1;
	}	
	
	
	
.home-collections .category-listing-block li{
	display:block;
	background:#fff;
	padding:0px;
	margin: 0px 3% 0px 0px;
	width:31%;
	min-height: 570px;
	}
	
.home-collections .category-listing-block li .category-image{
	margin:0px;
	}

.home-collections .category-listing-block li:nth-child(3){
	margin-right:0px;
	}
	
.home-collections .category-listing-block li .category-text{
	margin: 0;
	padding: 40px 30px;
	text-align:center;
	
	}



	
	
.home-collections .category-listing-block li .num{	
	display: inline-block;
	border-radius: 100%;
	margin-bottom: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #000;
	color: #ffffff;
	}
	
.home-collections .category-listing-block li:hover .num{	
	background: #d3ad69;
	}	
	
.home-collections .category-listing-block li h4{
	font-size: 22px;
	letter-spacing: 0.01em;
	font-weight:100;
	}	
	
.home-collections .category-listing-block li p{
	color:#333;
	font-weight:100;
	}	

	
.wide-banner-type-2 .grid-uniform{
	display:block;
	margin:0px;
	padding:0px;
	}
	
.wide-banner-type-2 .wide-banner-type-2-block {
    position: relative;
    float: left;
    width: 100%;
	}	
		
.wide-banner-type-2 .parallax {
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    background-attachment: fixed;
    padding: 80px 0px;
	}	
	
	
.wide-banner-type-2 .wide-banner-type-2-content {
    display: inline-block;
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 100%;
    margin: auto;
    padding: 20px;
    text-align: center;
	background: #fde8e7;
	margin:50px 0px;
	}	
	

	
	
.wide-banner-type-2-section {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	}	
	
	
.wide-banner-type-2-rounded {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	padding: 0 80px;
	}	
	
.wide-banner-type-2-rounded p{
	font-size:20px;
	line-height:25px;
	}		
	
.grid-banner-type-6-mission .section-two{
	position: relative;
	float: left;
	width: 100%;
	background:#121212;
	}	

.grid_row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
	}	
	
.grid-banner-type-6-mission  .wide--one-half.columnLeft{
	left:-1000px;
	transition: 1s;
	} 	
	
.grid-banner-type-6-mission  .wide--one-half.columnRight{
	right:-1000px;
	transition: 1s;
	} 	
	
	
	
.grid-banner-type-6-mission .wide--one-half.columnRight.fadeInLeft {
    animation-name: fadeInLeft;
	right:0px;
	}	
	
.grid-banner-type-6-mission .wide--one-half.columnLeft.fadeInRight {
    animation-name: fadeInRight;
	left:0px;
	}		
	
	
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
	}

.grid_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    position: relative;
	}
	
.grid-item {
    float: left;
    min-height: 1px;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}	


.grid-item.wide--one-half {
    width: 49%;
	}

.grid_column-inner {
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	}

.grid-banner-type-6-mission .grid_column-inner {
    padding: 0px 0px;
    float: left;
    width: 100%;
	}


.grid-banner-type-6-mission h2{
	display:block;
	float:left;
	text-align:center;
	color:#fff;
	font-size:50px;
	line-height:50px;
	margin:20px 0px 20px 0px;
	width:100%;
	font-weight:100;
	}

.grid-banner-type-6-mission .block-content {
    float: left;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 0 50px;
    z-index: 1;
	}

.grid-banner-type-6-mission .block-content h3, .grid-banner-type-6-mission .block-content .h3 {
    font-size: 25px;
	text-transform: none;
	letter-spacing: 0.01em;
	margin-bottom: 50px;
	margin: 0 0 15px;
	font-weight: 300;
	line-height:1.2em;
	}	

.grid-banner-type-6-mission .block-content h4, .grid-banner-type-6-mission .block-content .h4 {
    text-transform: inherit;
    margin-bottom: 30px;
	font-size: 25px;
	letter-spacing: 0.01em;
	margin: 0 0 15px;
	font-weight: 300;
	}

.grid-banner-type-6-mission .block-content p {
    margin-bottom: 50px;
	font-size: 22px;
	line-height:1.4em;
	font-weight: 300;
	}

.grid-banner-type-6-mission .row-1 .img-content {
    width: 84%;
    margin-left: 10%;
    margin-right: 4%;
    margin-top: 10%;
    margin-bottom: 0%;
	}
	
.grid-banner-type-6-mission .row-2 .img-content {
    width: 84%;
    margin-left: 4%;
    margin-right: 10%;
    margin-top: 10%;
    margin-bottom: 0%;
}	
	
.grid-banner-type-6-mission .flip-hover {
    border: none;
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 0px;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
}	
.grid-banner-type-6-mission .img-content {
    position: relative;
    text-align: center;
    margin: auto;
    float: left;
	}

.grid-banner-type-6-mission .link {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	}

.grid-banner-type-6-mission .flip-hover .icon-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 560px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 100%;
    padding: 55px 10px 55px;
    display: table;
	margin-top: 0px;
	height:560px;
}

.flip-hover:hover .icon-content {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	}
	
.flip-hover:hover .icon-wrapper, .flip-hover:hover .icon-content {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	}	
	
.flip-hover .icon-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 560px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 100%;
    padding: 55px 10px 55px;
    display: table;
}

.flip-hover .icon-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
    transform-style: PRESERVE-3D;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    height: auto;
    min-height: 560px;
    width: 100%;
    position: relative;
}	

.flip-hover .icon-content .icon-content-center {
    padding: 7% 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	}


.flip-hover .icon-content h3{
	font-size:22px;
	font-weight:300;
	}
	
.grid-banner-type-10 .wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4%;
    clear: both;
	}	
	
.grid-banner-type-10 .border-title {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 40px;
	}	
	
.grid-banner-type-10 .border-title h3 {
	font-size: 50px;
	text-transform: none;
	letter-spacing: 0.01em;
	margin: 0 0 15px;
	line-height: 1.3;
	font-weight: 300;
	}	
.grid-banner-type-10 .border-title h4 {
	font-size: 22px;
	letter-spacing: 0.1em;
	margin: 0 0 15px;
	line-height: 1.3;
	font-weight: 300
	}	
	
.grid-banner-type-10 .container {
    max-width: 1170px;
    margin: auto;
	}	
	
.grid-banner-type-10 .grid-item {
    padding: 0 25px 30px;
	}	
.grid-banner-type-10 .wide--one-third {
    width: 33.333%;
	transition: 1s;
	margin-top:1000px;
	opacity: 0;	
	}
	
.grid-banner-type-10 .wide--one-third.slideUp{
	margin-top:0px;
	opacity: 1;
	}	
	
.grid-banner-type-10 .ovrly31 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	
	}

.grid-banner-type-10 .ovrly31 .banner_half_img {
	display: block;
	border-radius: 100%;
	margin: auto;
    border: 10px solid #d3ad69;
	 -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
	max-width: 100%;
	}	
	
.grid-banner-type-10 .ovrly31:hover .banner_half_img {
    border: 10px solid transparent;
	}	
	
.grid-banner-type-10 .ch-info {
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
	}	
	
	
	
	
.grid-banner-type-10 .ch-info img, .ch-info-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}	
	
.grid-banner-type-10 .ovrly31:hover .ch-info {
    cursor: pointer;
    border: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


.grid-banner-type-10 .ovrly{
	height:0px;	
	}
	
.grid-banner-type-10 .featured-content {
    margin-top: 30px;
    text-align: center;
    padding: 0 20px;
	-webkit-transition: all .35s linear;
	transition: all .35s linear;
	-ms-transform-origin: 50% 0;
	}	
	
.grid-banner-type-10 .featured-content  h4{
	font-size: 25px;
	letter-spacing: 0.1em
	}	
	
.grid-banner-type-10 .featured-content a{
	color:#000;
	margin: 0 0 15px;
	line-height: 1.3;
	}	
	

/*******************************/
/************ CONTENT **********/
/*******************************/

.header-container .header .minicart-wrapper .action.showcart .counter.qty,

.product-item .newlabel, .product-list-item .newlabel,
.toolbar-products .modes-mode.active,
.ui-slider-horizontal,#back-top i,
.custommenu.navigation li.level0.fullwidth .submenu li.level1 > a::before, .custommenu.navigation li.level0.staticwidth .submenu li.level1 > a::before{
	background:#b89557;
	}
.ui-slider .ui-slider-handle{
	border: 5px solid #121212;
	}	
	
	
	
.product-item .newlabel::before, .product-list-item .newlabel::before {
    border: 7px solid #b89557;
    border-top-color: rgb(184, 149, 87);
    border-top-width: 7px;
    border-right-color: rgb(184, 149, 87);
    border-right-width: 7px;
    border-bottom-color: rgb(184, 149, 87);
    border-bottom-width: 7px;
    border-left-color: rgb(184, 149, 87);
    border-left-width: 7px;
    border-color: transparent transparent #b89557 #b89557;
    border-width: 7px 5px;
    }	


.product-item .newlabel::after, .product-list-item .newlabel::after {

    border: 7px solid #b89557;;
        border-top-color: rgb(184, 149, 87);
        border-top-width: 7px;
        border-right-color: rgb(184, 149, 87);
        border-right-width: 7px;
        border-bottom-color: rgb(184,149, 87);
        border-bottom-width: 7px;
        border-left-color: rgb(184, 149, 87);
        border-left-width: 7px;
    border-color: #b89557 transparent transparent #b89557;
    border-width: 7px 5px;

}

.product-item .addto-links-icons .add-to-links li a, .product-list-item .addto-links-icons .add-to-links li a{
	border:0px none transparent!important;
	}


.product-item .addto-links-icons .add-to-links li a i, .product-list-item .addto-links-icons .add-to-links li a i {
    font-size: 16px;
    color: #333;
	}
	
.product-item .addto-links-icons .add-to-links li a:hover, .product-list-item .addto-links-icons .add-to-links li a:hover {
    background: #b89557;
    border: 1px solid #b89557;
}	


.page-wrapper > .breadcrumbs{
	margin-top:10px;
	}	

.breadcrumbs ul li strong{
	color:#b89557;
	font-weight:500;
	}
	
.breadcrumbs ul li a:hover{
	color:#b89557!important;
	font-weight:!important500;
	}	

.product-item .product-info .product-name a, .product-list-item .product-info .product-name a{
	font-family: 'Open Sans', sans-serif;
	color:#333;
	}
	
.product-item .product-info .product-name a:hover, .product-list-item .product-info .product-name a:hover{
	color:#f80193;
	font-family: 'Open Sans', sans-serif;
	}	
	
.product-item .product-info .price-box .price, .product-list-item .product-info .price-box .price,
.product-view .product-info-stock-sku .stock span,.product-view .product-info-stock-sku .attribute.sku .value,
.product-view .product-info-main .price-box .price-wrapper .price,
.product.info.detailed .product.data.items .item.title:hover a, .product.info.detailed .product.data.items .item.title.active a,
.quick-view-content .product-info-main .product-info-stock-sku .stock span{
	color:#b89557;
	}	
	
.product.info.detailed .product.data.items .item.title.active::after {
    border-color: #b89557;
	}	
	
	
.filter-content .filter-options .filter-options-title::before,
.page-title-wrapper .page-title .base::before, .block.filter .page-title .base::before, .block-compare .page-title .base::before, 
.block-wishlist .page-title .base::before, .page-title-wrapper .filter-title .base::before, .block.filter .filter-title .base::before, 
.block-compare .filter-title .base::before, .block-wishlist .filter-title .base::before, .page-title-wrapper .block-title .base::before, 
.block.filter .block-title .base::before, .block-compare .block-title .base::before, .block-wishlist .block-title .base::before, 
.page-title-wrapper .page-title strong::before, .block.filter .page-title strong::before, .block-compare .page-title strong::before, 
.block-wishlist .page-title strong::before, .page-title-wrapper .filter-title strong::before, .block.filter .filter-title strong::before, 
.block-compare .filter-title strong::before, .block-wishlist .filter-title strong::before, .page-title-wrapper .block-title strong::before, 
.block.filter .block-title strong::before, .block-compare .block-title strong::before, .block-wishlist .block-title strong::before {
	display:none;
	}


.product-view .box-tocart .action.tocart{
	background:#b89557;
	}
	
.block-categories h3{
	background:#121212;
	color:#fff!important;
	padding:5px 5px;
	}	
	

.block-categories h3::after{
	display:none;
	}	
	
.sidebar .block.filter	.filter-options-title{
	background:#121212;
	color:#fff;
	padding:5px 5px;
	}
	
.filter-content .filter-options .filter-options-item.active .filter-options-title::after{
	right:10px;
	top:13px;
	}

.checkout.action.primary {
    background: #b89557;
    border-color: #b89557;
	}	

.block-minicart .block-content > .actions .viewcart:hover {
	border-color: #b89557;
	}
	
	
.action.primary, .block-cart-failed a.action.continue, .cart-container .form-cart a.action.continue, 
.cart-container .cart.table-wrapper .action-gift, .cart-container .cart.table-wrapper .actions-toolbar > .action, 
.review-form .action.submit.primary,.cart-container button {
    background-color: #b89557!important;
    border-color: #b89557!important;
    color: #fff!important;
}	

.popup_avaiable a{
	color:#b89557;
	}
	
.category-header-image{
	display:block;
	width:100%;
	margin-top:-10px;
	margin-bottom:20px;
	/*min-height:250px;*/
	height:auto;
	}	
	
	
.product-item .onsale, .product-list-item .onsale, .product-item .newlabel, .product-list-item .newlabel, .product-item .featuredlabel, .product-list-item .featuredlabel {
	top:20px;
	}	
	
	
.product-view .product-info-main .price-box .special-price .price-container .price {
	color:#b89557;
	}	
	
.product.info.detailed .additional-attributes > tbody > tr > th{
	vertical-align:bottom;
	}	
	
	
.eren-page-preloader.onestepcheckout-index-index::before,.eren-page-preloader.onestepcheckout-index-index::after{
	display:none;
	}	
	
.pirbankr-pirpay-success .page-main > .page-title-wrapper .page-title{
	display:block;
	margin-top:10px;
	}	
	
	
.product-grid .product-item .product-photo .product-image-photo, .product-grid .product-list-item .product-photo .product-image-photo{
	height:unset;
	}	
	
.toolbar-products .modes-mode:not(.active):hover{
	background: #b89557!important;
	}	
	
.products-list .product-item .product-item-details .addto-links-icons .actions-secondary a:hover .fa{
	background: #b89557!important;
	}	

.toolbar-products .pages .pages-items .item:hover a, .toolbar-products .pages .pages-items .item.current a, .toolbar-products .pages .pages-items .item:hover strong, 
.toolbar-products .pages .pages-items .item.current strong {
	background: #b89557!important;
	}
	
.products-list .product-item .product-item-details .product-name a:hover {
	color:#b89557!important;
	}	
	
.product-item .btn-add-to-cart:hover, .product-list-item .btn-add-to-cart:hover{
	color:#b89557!important;
	}	
	
.product-item .onsale, .product-list-item .onsale, .product-item .newlabel, .product-list-item .newlabel, .product-item .featuredlabel, .product-list-item .featuredlabel {
	background: #333!important;
	}	
	
.product-item .onsale::before, .product-list-item .onsale::before, .product-item .newlabel::before, .product-list-item .newlabel::before, .product-item .featuredlabel::before, .product-list-item .featuredlabel::before {
    border: 7px solid #333;
    border-top-color: rgb(33, 33, 33);
    border-top-width: 7px;
    border-right-color:  rgb(33, 33, 33);
    border-right-width: 7px;
    border-bottom-color:  rgb(33, 33, 33);
    border-bottom-width: 7px;
    border-left-color:  rgb(33, 33, 33);
    border-left-width: 7px;
    border-color: transparent transparent #333 #333;
	}
	
.product-item .onsale::after, .product-list-item .onsale::after, .product-item .newlabel::after, .product-list-item .newlabel::after, .product-item .featuredlabel::after, .product-list-item .featuredlabel::after {
    border: 7px solid #333;
    border-top-color: rgb(33, 33, 33);
    border-top-width: 7px;
    border-right-color: rgb(33, 33, 33);
    border-right-width: 7px;
    border-bottom-color: rgb(33, 33, 33);
    border-bottom-width: 7px;
    border-left-color: rgb(33, 33, 33);
    border-left-width: 7px;
    border-color: #333 transparent transparent #333;
}	
	
	
	
	
/*******************************/
/************ PAGE *************/
/*******************************/	
	
.cms-page-view h2{
	font-size:1.6em;
	}
	
.cms-page-view h3{
	font-size:1.3em;
	}	
	
.cms-page-view h4{
	font-size:1.15em;
	}		
	
	
.cms-page-view img.full-width{
	display:block;
	width:100%;
	}
	
.cms-page-view strong{
	font-weight:700;
	}

.cms-page-view p{
	color:#333;
	}	

.cms-page-view .map{
	margin-top:20px;
	}
	
.page-title-wrapper .page-title .base{
	font-family: 'Open Sans', sans-serif;
	}	
	
.cms-no-route .page-title-wrapper{
	margin-top: 50px;
	}
	
.cms-page-view .row div{
	margin-bottom:10px;
	}

.cms-page-view .row div.bottom30{
	margin-bottom:30px;
	}
	
.post-view .post-info .post-title a, .post-list .post-info .post-title a, .post-view .post-content .post-title a, .post-list .post-content .post-title a{
	font-family: 'Open Sans', sans-serif;
	}	
	
.post-view .post-holder, .post-list .post-holder{
	min-height:550px;
	}	
	
#maincontent{
	z-index:0;
	}

.blog-post-view .page-title-wrapper{
	display:block;
	}	
	
	
.page-footer .footer-static .block.newsletter{
	max-width:100%!important;
	}

.page-footer .footer-static .block.newsletter .consent-container label{
	color:#fff;
	width:90%;
	}
.page-footer .footer-static .block.newsletter  .text{	
	color:#8e8e8e;
	}
	
.page-footer .footer-static .block.newsletter  .text a{
	color:#8e8e8e;
	font-weight:bold;
	}	
	
.page-footer .footer-static .block.newsletter .consent-container input{
	width:20px;
	}	
	
	
/**************************************/
/*************** CHECKOUT *************/
/**************************************/		
	
	
.checkout-container .action-auth-toggle{
	color:#f80193;
	}
	
.opc-wrapper .form-login .fieldset .control.input-field a{
	display:inline-block;
	margin-top:10px;
	}	

	
.opc-wrapper .step-title::after{
	display:none;
	}
	
.field-error{
	font-size:0.9rem;
	}	
	
table th, table td,table{
	border-style:none;
	}	
	
.opc-block-summary .product-item .price{
	font-size:1.2rem;
	}
	
.payment-method-title label,.payment-method-title  input[type="radio"]{
	display:inline-block;
	}	
	
.payment-method-title label{
	font-size:1.2em;
	}	
	
.opc-wrapper .checkoutSteps{
	font-family: 'Open Sans', sans-serif;
	}	
	
.toolbar-products .pages .pages-items .item.current strong {
	background:#b89557;
	}	
	
	
 .checkout-comment-block textarea{
	height:50px;
	}	 
	
 .checkout-comment-block  #comments{
	margin-bottom:10px;
	}

.modal-popup{
	text-align:left!important;
	}	
	
.modal-popup strong{
	font-weight:bold;
	font-size:18px;
	}	
	
.checkout-agreement.field.choice::before{
	display:none;
	}	
	

/*******************************/
/************ FOOTER ***********/
/*******************************/	
.page-footer .footer-static-container .footer-static .footer-links .title::before {
	background: #b89557;
	}
	
.page-footer .footer-static	.short_text{
	display:block;
	color:#fff;
	margin-bottom:10px;
	}
	
.page-footer .footer-static	.short_text p{
	color:#fff!important;
	}	

.page-footer .footer-static	.block.newsletter{
	width:100%;
	}

.page-footer .footer-static	.block.newsletter button{
	margin-top:10px;
	}

#notice-cookie-block{
	background:#000;
	color:#e1e1e1;
	font-size:16px;
	font-family: 'Open Sans', sans-serif!important;
	padding-top:20px;
	padding-bottom:30px;
	}
	
#notice-cookie-block strong{
	display:block;
	margin-bottom:20px;
	font-weight:bold;
	
	}	
	
	
#notice-cookie-block .content a{
	color:#d3ad69;
	}
#notice-cookie-block button{	
	font-family: 'Open Sans', sans-serif!important;	
	}


.page-footer .footer-bottom {
	padding-bottom:60px;
	padding-top:50px;
	
	}



/******************************************/
/*        M E D I A     Q U E R I E S     */
/******************************************/

@media (max-width: 992px) {
	.home-2-cols .col-left h3 {
		font-size: 30px;
		line-height: 40px;
		}
	.home-2-cols .col-left h4, .home-2-cols .col-right h4{
		font-size: 18px;
		line-height: 25px;
		}
		
	.home-2-cols .col-right .price-container h3{
		font-size: 30px;
		}		
	
	.home-collections .title-container h3{
		font-size:28px;
		}
		
	.home-collections .category-listing-block li{
		width:100%;
		margin:0px;
		}
		
	
	
	}
	
@media (max-width: 990px) {
	
	.grid-banner-type-6-mission .block-content{
		width:90%;
		}
	
	.grid-banner-type-6-mission .block-content h3,
	.grid-banner-type-6-mission .block-content h4{
		font-size:20px;
		}
	
	.grid-banner-type-6-mission .block-content p{
		font-size:18px;
		}
		
	.top-banner-container{	
		margin-left:-90px;
		}	
		
	.header .container .col-logo{
		width:100%;
		}
	.header .container .col-md-10.pull-right{
		width:100%;
		}	

	.header-container .header .logo {
		max-width: 50%;
		text-align: center;
		margin: 0px auto;
		}
		

	}
	
@media (max-width: 767px) {	
	.header-container .header .nav-toggle{
		right: 10px;
		}	
	
	
	
	}
	
	
@media (max-width: 770px) {
	.grid-item.wide--one-half {
		width: 100%;
		}

	.grid_column-inner{
		padding: 0px 0px;
		}


	.grid-banner-type-6-mission .row-1 .img-content,.grid-banner-type-6-mission .row-2 .img-content 	{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 10%;
		margin-bottom: 0%;
		}
		
	.grid-banner-type-6-mission .grid_column-inner{
		padding:0px;
		}
		
	.grid-banner-type-6-mission .fadeInLeft .grid_column-inner:nth-child(1){
		padding-top:120px;
		}

	.grid-banner-type-6-mission .section-two {
		background:#121212;	
		}
		
	.wide-banner-type-2 .wide-banner-type-2-content{
		width:400px;
		height:400px;
		}		
		
	.wide-banner-type-2-rounded p {
		font-size: 16px;
		line-height: 18px;
		}	
		
	.grid-banner-type-10 .border-title h3{
		font-size: 30px;
		font-weight: bold;
		}	
	
	.grid-banner-type-10 .wide--one-third{
		width:100%;
		padding-left:0px;
		padding-right:0px;
		}
	
	.header .top-banner{	
		width:240px;
		margin-top:25px;
		}	
		
	.checkout-agreement label.label{
		white-space:unset;
		}		
	
		
	}	
	
@media (max-width:480px) {
	.header .top-banner{
		display:none;
		}
	.header-container .header .nav-toggle {
		right:unset;
		margin-top: 10px;
		}

	}	
	
	
	
	
	
@media (max-width:440px) {
	
	.grid-banner-type-6-mission .block-content{
		width:100%;
		padding: 0px 1%;
		}
	
	.grid-banner-type-6-mission .row-1 .img-content,.grid-banner-type-6-mission .row-2 .img-content 	{
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 3%;
		margin-bottom: 0%!important;
		}
		
	.grid-banner-type-6-mission .flip-hover .icon-wrapper {
		min-height:280px;
		}	
	.grid-banner-type-6-mission .icon-content h3{
		margin-bottom:280px;
		}
		
		
	.wide-banner-type-2 .wide-banner-type-2-content{
		width:200px;
		height:200px;
		margin:30px 0px;
		}	
		
	.wide-banner-type-2-rounded p {
		font-size: 14px;
		line-height: 16px;
		}	

	.header-container .header .logo {	
		max-width:80%;
		margin-top:10px;
		}	

	
	.custommenu.navigation li.level0.fullwidth > .submenu{
		padding:0px 0px;
		}
	
	.block-search #search_mini_form{
		right:0px;
		}
		
	.custommenu.navigation li.level0.fullwidth > .submenu {
		padding: 20px 10px!important;
		}	

	}	









