/*********************************************************************************/
/* Basic
/*********************************************************************************/
html{
    height: 100%;
}

.container{
    max-width: 1170px !important;
	width: 100%;
}

body{
    font-family: 'EB Garamond', serif !important;
    min-width: 320px;
	padding-right: 0 !important;
}

body *{
    line-height: 140%;
}

.clr{
	clear: both;
}

.section{
    padding: 60px 1.5rem !important;
    background-color: var(--mainBG);
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}

p{
    margin: 15px 0;
}

input, textarea, select{
    font-family: 'Open Sans', sans-serif;
}

header{
    background-color: var(--headerBG);
    padding: 5px 0;
}

header>.container{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.vertically-aligned-content{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pre-date-logo{
    width: 100px;
    text-align: center;
}

.logo-container{
    max-width: 100px;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.title-container{
    flex: 1;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu-container{
	display: block;
    width: 350px;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

span.italic{
    color: var(--brownFont);
    font-size: 16px;
    font-style: italic;
}

.pre-date-logo>span{
    position: relative;
}

.pre-date-logo>span:after{
    content:'';
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 50px;
    height: 1px;
    background-color: var(--brownFont);
}

.title-container{
    text-align: right;
    color: var(--brownFont);
    font-size: 39px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-right: 400px;
    margin-left: auto;
    max-width: 310px;

}

.menu-container{
    border: 2px solid var(--brownFont);
    padding: 10px;
    position: Absolute;
    right: 0;
    top: 10px;
    z-index: 1000;
}

.menu{
    background-color: #fff;
    padding: 36px 0px 35px 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu {
    color: var(--greyFont);
    text-align: center;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu > ul > li.active > ul {
    display: block;
}
.align-right {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 7px;
    cursor: pointer;
    z-index: 2;
    font-size: 27px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: var(--greyFont);
}

#cssmenu > ul > li > a:hover {
    color: var(--brownFont);
}

#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 25px;
    z-index: 5;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub.open > a:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#cssmenu > ul > li.active>a{
    position: relative;
    z-index: 1;
}

#cssmenu > ul > li.active>a:before {
  border-top: 1px solid var(--brownFont);
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  z-index: -1;
}

#cssmenu > ul > li.active span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}

#cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: var(--greyFont);
}
#cssmenu ul ul ul li a {
    padding-left: 32px;
}
#cssmenu ul ul li a:hover {
    color: var(--brownFont);
}
#cssmenu ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background: #dddddd;
}
#cssmenu ul ul > li.has-sub > a:before {
    top: 20px;
    background: #dddddd;
}

.cycle-slide, .lead-img{
    width: 100%;
    height: 100%;
}

.lead-image{
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.lead-img{
    display: none;
}

.lead-text{
    position: absolute;
    width: 44%;
    right: 0;
    bottom: 50px;
}

.lead-text h1.leadtitle{
    font-family: 'source_sans_prosemibold', sans-serif !important;
    color: var(--greyFont);
    font-size: 57px;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.columns.is-gapless>.column.is-5{
    padding-right: 20px !important;
}

.cycle-slide img{
    width: 100%;
}

.banner-slide-container{
    position: absolute;
    bottom: 25px;
    left: 40%;
}

.banner-slide-container:after{
    content: '';
    position: absolute;
    right: -15px;
    border-right: 2px solid var(--brown);
    top: -10%;
    bottom: -140%;
}

.banner-slide-container>li{
    text-align: right;
    position: relative;
    font-size: 16px;
    font-family: 'source_sans_prosemibold', sans-serif !important;
}

.banner-slide-container>li.cycle-pager-active:after{
    content: '';
    position: absolute;
    right: -16px;
    border-right: 4px solid var(--greyFont);
    top: 0;
    bottom: 0;
    z-index: 15;
}

.section.banner-container{
    padding: 0 !important;
}

.intro, .highlight-block, .highlight-product-block, .product-block{
    background-color: var(--mainBG);
}

.home-intro-bg, .home-intro-fg{
    width: 590px;
	max-width: 100%;
    height: 400px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: contain;
}

.home-intro-fg{
    width: 300px;
    height: 350px;
    background-size: contain;
}

.text{
    font-family: 'source_sans_prolight', sans-serif !important;
    font-size: 17px;
    margin-top: 20px
}

.text p{
    line-height: 150%;
}

.intro-content{
    text-align: center;
    margin-top: -30px;
}

.intro-content>span{
    display: block;
}

.intro-content>span:first-of-type{
    margin-bottom: 15px;
}

.intro-content>span:last-of-type{
    margin-top: 15px;
}

.intro-content>p, h1.title, .title{
    color: var(--greyFont);
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'source_sans_prolight', sans-serif !important;
    font-weight: 300;
    line-height: 140%;
	-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	min-height: 55px;
}

.highlight-block .text{
	margin-top: 10px;
}

.highlight-block{
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.highlight-block:before{
    content: '';
    position: absolute;
    border-right: 2px solid var(--brown);
    top: -65px;
    bottom: 0;
    z-index: 15;
    height: 115px;
    left: 50%;
}

.highlight-product-block .highlight-box{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 75px;
	height: 100%;
}

.highlight-box{
    position: relative;
}

.highlight-box .title{
	min-height: 0;
}

.highlight-box + .highlight-box{
	margin-top: 25px;
}

.highlight-box-title{
    margin-bottom: 10px;
}

/*
.highlight-block:nth-of-type(2n) .highlight-box .title{
	min-height: 83px;
}
*/

h2.title, h1.title{
    position: relative;
    margin-bottom: 20px !important;
    font-size: 25px;
    text-align: center;
}

.with-sidebar h2.title, .with-sidebar h1.title, .with-sidebar h2.title + span.italic, .with-sidebar h1.title + span.italic{
    text-align: left;
}

h2.title2:after, h1.title2:after{
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -62px;
    width: 115px;
    height: 2px;
    background: var(--brown);
}

h2.title + span.italic, h1.title + span.italic{
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    margin-top: -15px;
}

.separator{
    display: block;
    width: 115px;
    height: 2px;
    background: var(--brown);
    margin: 0 auto 60px auto;
}

.with-sidebar .separator{
    margin: 0;
    margin-bottom: 40px;
}

.breadcrumbs{
    text-align: center;
    margin-bottom: 15px;
}

.with-sidebar .breadcrumbs{
    text-align: left;
}

.highlight-block .separator, .products-block .separator{
    margin-left: auto;
    margin-right: auto;
}

h3{
    font-size: 20px !important;
    margin-top: 35px !important;
    color: var(--greyFont);
}

.article-detail{
    position: relative;
}

.article-detail h2.title:after, .article-detail h1.title:after{
    left: 0;
    margin-left: 0;
}

.article-detail span.italic + h2.title, .article-detail span.italic + h1.title{
    margin-top: 25px;
}

.highlight-box-text{
    color: var(--lightGrey);
    font-size: 17px;
    font-family: 'source_sans_proregular', sans-serif !important;
}

.highlight-box a{
    color: var(--brown);
	position: relative;
}

.highlight-box a:before{
    border-top: 1px solid var(--brown);
    display: block;
    position: absolute;
    top: 50%;
    margin: 0 auto;
    width: 115px;
    content: "";
    right: -125px;
}

.highlight-product-block{
    padding-top: 0 !important;
}

.highlight-product-block .columns img{
    width: 100%;
	max-width: 500px;
}

.highlight-product-block .columns:nth-child(even) img{
    margin-top: -30%;
}

.highlight-product-block .columns:nth-child(even) {
	text-align: right;
	align-items: flex-end;
}

.highlight-product-block .columns:nth-child(even) .highlight-box{
	margin-bottom: 0;
	padding-bottom: 0;
}

.highlight-product-block .columns:nth-child(even) .highlight-box a:before, .blog-block .highlight-box a:before{
	left: -125px;
	right: auto;
}

.highlight-product-block .columns:nth-child(even) .highlight-box .text{
	margin-left: auto;
}

.sidebar-article-title{
	color: var(--greyFont);
}

.blog-block{
    background-image: url('/images/dummy_blog_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 80px 0!important;
    position: relative;
}

.highligh-product-block-image{
    flex: none;
    width: 43%;
}

.pagination:first-of-type .pagination-list{
	margin-bottom: 30px;
}

.facebook-box{
	background-color: #D6CFC9;
	padding: 10px;
}

.facebook-box .sidebar-article-image {
    background-image: url(/images/side-facebook-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    width: 45px;
    height: 65px;
    display: inline-block;
}

.blog-block a{
    color: var(--greyFont);
}

.product-box{
    font-family: 'source_sans_proregular', sans-serif !important;
	max-width: 300px;
	margin: 0 auto;
}

.product-name{
    color: var(--greyFont);
}

.product-id{
    color: var(--extraLightGrey);
	font-size: 15px;
}

.product-actual-price{
    color: var(--greyFont);
    font-size: 18px;
    padding: 0 10px;
}

.product-previous-price{
    color: var(--extraLightGrey);
    text-decoration: line-through;
}

.product-price-container>span{
    vertical-align: middle;
}

.product-price-container>span+span{
    margin-left: 10px;
}

.subpage-banner-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 215px;
    z-index: -1;
}

.article{
    max-width: 750px;
    margin: 0 auto;
}

.sidebar{
    font-family: 'source_sans_proregular', sans-serif !important;
    font-size: 17px !important;
    color: var(--lightGrey) !important;
	width: 275px;
}

.article-content>p:first-of-type{
    margin-top: 0;
}

.article-content ul{
    list-style-type: inherit !important;
    margin-left: 20px;
}

h2.title.article-title{
    text-align: left;
    margin-bottom: 5px !important;
}

h2.title.article-title:after{
    display: none;
}

.article-footer.columns{
    margin-bottom: 110px;
    margin-top: -50px;
}

.article-footer .column{
    padding-top: 0;
    padding-bottom: 0;
}

.article-footer .btn-container{
    padding: 15px 45px 15px 90px;
}

.article-footer .btn-container.with-border .btn{
    font-size: 26px;
}

.article-footer .btn:before{
    left: 45px;
}

.article-image-border{
    border-bottom: 1px solid var(--brown);
    height: 100%;
}

.btn{
    font-family: 'source_sans_prolight', sans-serif !important;
    font-size: 16px;
    color: var(--brown);
}

.btn-container{
    padding: 15px 10px 15px 45px;
    display: inline-block;
    position: relative;
}

.btn-container.with-border{
    border: 1px solid var(--brown);
}

.btn-container.with-border:hover{
    background-color: var(--buttonHover);
}

.btn-container.with-border:hover .btn{
    color: #fff;
}

.btn:before{
    content: "";
    position: absolute;
    width: 25px;
    border-bottom: 1px solid var(--brown);
    left: 10px;
    top: 50%;
}

.facebook-box a.btn:before{
	display: none;
}

.btn-container.with-border:hover .btn:before{
    border-color: #fff;
}

.pagination{
    margin-top: 60px;
}

.pagination-link{
    font-family: 'source_sans_prolight', sans-serif !important;
    font-size: 16px;
    color: var(--brown);
    border: none;
}

.pagination-link.is-current{
    background-color: transparent;
    color: var(--greyFont);
    border-bottom: 2px solid var(--brown);
    border-radius: 0;
}

.pagination-next, .pagination-previous{
    border: 1px solid var(--brown);
    display: inline-block;
    position: relative;
    border-radius: 0;
    font-family: 'source_sans_prolight', sans-serif !important;
    font-size: 16px;
    color: var(--brown);
}

.pagination-next{
    padding-left: 45px;
}

.pagination-next:before{
    content: "";
    position: absolute;
    width: 25px;
    border-bottom: 1px solid var(--brown);
    left: 10px;
    top: 50%;
}

.pagination-previous{
    padding-right: 45px;
}

.pagination-previous:before{
    content: "";
    position: absolute;
    width: 25px;
    border-bottom: 1px solid var(--brown);
    right: 10px;
    top: 50%;
}

.sidebar-filter{
    background-color: var(--filterBG);
    padding: 40px 30px;
}

.sidebar-filter>div{
    margin-bottom: 20px;
}

.gender-selector{
    display: block;
    padding: 10px 0 10px 50px;
    border: 1px solid var(--brown);
    cursor: pointer;
}

.gender-selector.active{
	background-color: var(--filterBG);
}

.sidebar-filter .product-group-title{
    font-family: 'EB Garamond', serif !important;
    color: var(--brownFont);
    font-size: 20px;
    font-style: italic;
    border-bottom: 1px solid var(--brown);
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.sidebar-filter .product-group-title:after{
    position: absolute;
    right: -23px;
    top: 30%;
    z-index: 5;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.product-groups.open .product-group-title:after{
    content: "\f077";
}

.sidebar-filter .product-category-container{
    background-color: var(--brown);
}

.sidebar-filter .product-category-container>a{
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background-color: var(--brown);
    display: none;
}

.sidebar-filter .btn-container{
    width: 100%;
    text-align: center;
	margin-top: 15px;
}

.sidebar-filter .btn-container span{
    display: block;
}

.sidebar-article{
	margin-bottom: 30px;
}

.w80{
    width: 80%;
}

.list-content{
    padding-left: 50px;
}

.product-groups.open .product-category-container>a{
    display: block;
    font-size: 14px;
}

.filter-header{
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}

.price-filter input{
    width: 100%;
    border: none;
    text-align: center;
    background: transparent;
    color: var(--brown);
}

.ui-state-default, .ui-widget-content .ui-state-default{
    border: none !important;
    background: url('/images/price-filter-btn.png') 50% 50% no-repeat !important;
    width: 15px !important;
    height: 20px !important;
    outline: none !important;
    top: -10px !important;
}

.ui-slider .ui-slider-range.ui-corner-all{
    border-radius: 0 !important;
    margin-left: -4px;
}

.ui-widget.ui-widget-content{
    height: 3px;
    border: none !important;
}

.ui-widget-header{
    background: var(--brown) !important;
}

.columns.is-gapless>.column.price-range{
    padding: 0 10px !important;
}

.color-filter>.color.active .color-container{
	border: 1px solid var(--brown);
}

.color-filter>.color.active .color-name{
	background-color: var(--brown);
	color: #fff;
}

.color-container{
    width: 47px;
    height: 23px;
	border: 1px solid #000;
}

.color{
    margin-bottom: 5px !important;
    color:inherit;
}

.color-name{
    font-family: 'source_sans_prolight', sans-serif !important;
	padding: 5px;
}

.result-sorting label{
    margin-left: 0 !important;
    display: block !important;
}

.product-box>img{
    width: 100%;
}

.previous-price{
    font-family: 'source_sans_prosemibold', sans-serif !important;
    color: var(--greyFont);
    opacity: 0.5;
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 20px;
}

.actual-price{
    font-family: 'source_sans_prosemibold', sans-serif !important;
    color: var(--greyFont);
    font-size: 20px;
}

.product-detail-attr{
    margin-top: 50px;
}

.product-detail-attr-label{
    font-family: 'source_sans_prosemibold', sans-serif !important;
    font-size: 17px;
    color: var(--lightGrey);
}

.product-image{
	max-width: 400px;
}

.product-image>a>img{
    width: 100%;
	max-width: 400px;
	margin-bottom: 20px;
}

.product-detail .extra-images img{
	width: 100%;
}

.columns.is-gapless .column.product-detail-content{
    padding-left: 60px !important;
}

.product-color img{
    width: 100%;
	max-width: 100px;
}

.product-detail-infobox{
    position: relative;
    padding: 20px 45px 20px 20px;
    border: 1px solid var(--brown);
}

.product-detail-infobox:after{
    content: "";
    width: 50px;
    height: 84px;
    background-image: url("/images/logo_marker.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: -35px;
    right: 5px;
    position: absolute;
    display: inline-block;
}

.result-sorting>.control{
    background-color: var(--brown);
    padding: 5px;
    color: #fff;
}

input[type=radio], input[type=checkbox] {
    display:none;
}

.radio-button{
    background-image: url("/images/radio_button.png");
    background-position: -1px center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 10px;
    margin-right: 5px;
}

.radio-label{
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
}

.radio-button.checked, .checkbox-button.checked{
    background-position: -14px center;
}

.select-hidden {
    display: none;
    visibility: hidden;
}

.selector {
    cursor: pointer;
    position: relative;
    min-width: 190px;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    background-color: var(--filterBG);
}

.select-styled {
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    outline: none;
    color: var(--lightGrey);
    font-family: 'source_sans_prosemibold', sans-serif !important;
}

.size-container{
    cursor: pointer;
    position: relative;
    min-width: 190px;
    width: 100%;
    margin-bottom: 15px;
    background-color: var(--filterBG);
    padding: 11px 15px;
}

.select-styled:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    right: 25px;
}

.select-styled:hover {
    background-color: #fff;
}

.select-styled:active, .select-styled.active {
    background-color: #fff;
}

.select-styled:active:after, .select-styled.active:after {
    content: "\f106";
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
}

.select-options li {
    margin: 0;
    padding: 12px 15px;
    border-top: 1px solid #f0f0f0;
    background-color: var(--filterBG);
}

.select-options li:hover {
    color: #000;
    background: #fff
}

.select-options li[rel="hide"] {
    display: none;
}

.img-left{
    margin: 0 45px 20px 0;
}

.img-right{
    margin: 0 0 20px 45px;
}

.text-img-cont{
    position: relative;
}

.text-img-cont:before{
    content: "";
    position: absolute;
    height: 115px;
    background-color: var(--brown);
    top: 0;
    width: 2px;
}

.text-img-cont-right{
    float: right;
    margin-left: 45px;
}

.text-img-cont-left{
    float: left;
    margin-right: 45px;
}

.text-img-cont:after{
    clear: both;
}

.link-sharing{
    width: 100%;
    text-align: right;
    padding: 15px 10px 15px 65%;
}

.link-sharing>a:before{
    width: 65%;
    left: 0;
}

.extra-box-container{
    position: relative;
    width: 100%;
}

.extra-box-container>.columns{
	position: absolute;
    top: 0;
    bottom: 0;
	width: 100%;
}

.extra-box-container>.columns>.column:nth-child(2){
	margin-left: auto;
}

.extra-box{
    height: 245px;
    width: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: auto;
    position: relative;
}

.extra-box-text{
    background-color: var(--brown);
    padding: 45px;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 27px;
    font-family: 'source_sans_prolight', sans-serif !important;
    font-weight: 300;
    line-height: 140%;
    max-width: 380px;
}

.extra-box-button{

}

.extra-box-button .extra-btn-container{
    border: 1px solid var(--brown);
    padding: 5px;
}

.extra-box-button .btn-container{
    background-color: var(--brown);
}

.extra-box-button .btn{
    color: #fff;
}

.extra-box-button .btn:before{
    border-bottom: 1px solid #fff;
}

.img-container{
    position: relative;
}

.product-action-logo{
    position: absolute;
    top: 15px;
    right: -10px;
    display: none;
}

.action .product-action-logo{
    display: block;
}

.action .product-actual-price{
    display: none;
}

.product-discount-price{
    display: none;
    color: #fff;
    font-size: 18px;
    padding: 0px 10px 0 40px;
    background-color: #2D2D2D;
    position: relative;
}

.product-discount-price:before{
    content:url('../images/DF_logo.png');
    position: absolute;
    left: 10px;
    top: 0px;
}

.action .product-discount-price{
    display: inline-block;
}

.column .navbar-burger{
	display: none;
}

.highlight-topic-image-mobile{
	display: none;
	margin: -30px auto 30px;
    max-width: 250px;
}

.mobile-filter-title{
    font-family: 'EB Garamond', serif !important;
    color: var(--brownFont);
    font-size: 20px;
    font-style: italic;
    border: 1px solid var(--brown);
	margin-bottom: 10px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
	display: none;
}

.mobile-filter-title:after{
    position: absolute;
    right: 5px;
    top: 30%;
    z-index: 5;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.mobile-filter-title.open:after{
    content: "\f077";
}

.mobile-filter-content.open{
	display: block;
}

.contact .has-text-centered{
    text-align:center;
    display:block;
}
.contact{
    text-align:center;

}
.contact label, .contact input, .contact textarea{
    font-family: 'source_sans_prolight', serif !important;
}
.contact .label{
    margin: 20px 0 0 0;
}
.contact input, .contact  textarea{
    max-width:100%;
    width:500px;
    padding:10px;
    border: 1px solid var(--brownFont);
}
.contact button{
    margin-top:20px;
}

footer{
    font-family: 'source_sans_proregular', sans-serif !important;
}

.footer-content{
    font-family: 'source_sans_proregular', sans-serif !important;
    background-color: var(--footerBG);
    padding: 3rem 1.5rem;
    color: #fff;
}

.footer-block{
    margin-bottom: 25px;
}

.footer-title{
    color: var(--brownFont2);
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-block-title{
    color: var(--brownFont2);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-social-contacts a{
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.footer-social-contacts a:hover{
    color: var(--brownFont2);
    border: 1px solid var(--brownFont2);
    border-radius: 15px;
}

.footer-copyright{
    background-color: var(--copyrightBG);
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.footer-web{
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.footer-web span, .footer-web img{
    display: inline-block;
    vertical-align: middle;
}

.footer-web img{
    margin-left: 10px;
}

@media only screen and (min-width:1216px) {
    .lead-image{
        height: 570px;
    }
}

@media only screen and (max-width:1170px) {
    .container{
		padding: 0 20px;
	}

	.section{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

}

@media only screen and (max-width:1024px) {
    .menu-container{
		width: 250px;
		right: 20px;
	}

	#cssmenu > ul > li > a{
		font-size: 25px;
		padding: 4px;
	}

	.title-container{
		margin-right: 0;
		text-align: left;
		margin-left: 10px;
	}

	.menu{
		padding: 5px 0 6px 0;
	}

	header .columns>.column:first-child{
		display: none;
	}

	.lead-image{
		height: 350px;
	}

	.lead-text h1.leadtitle{
		line-height: 100%;
		font-size: 45px;
	}

	.highlight-product-block .columns:nth-child(even) img{
		margin-top: -50%;
	}

	.extra-box-text{
		padding: 25px;
	}
}

@media only screen and (max-width: 940px) {
    .extra-box{
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.menu-container{
		display: block !important;
	}
}

@media only screen and (max-width: 768px) {
    .title-container{
		font-size: 30px;
		line-height: 100%;
		letter-spacing: 7px;
	}

	.menu-container{
		display: none;
		left: 0;
		right: 0;
		width: 100%;
		padding: 0;
		top: 68px;
	}

	.column .navbar-burger{
		display: block;
		border: 2px solid var(--brownFont);
		padding: 10px;
	}

	.column .navbar-burger.is-active{
		background: #fff;
	}

	.logo-container {
		max-width: 75px;
	}

	.lead-text{
		width: 100%;
		right: auto;
		bottom: auto;
		text-align: center;
		padding: 20px;
		border-bottom: 2px solid var(--brownFont);
	}

	.lead-text h1.leadtitle{
		font-size: 30px;
	}

	.banner-slide-container:after{
		bottom: -75%;
	}

	.section.intro{
		padding-top: 130px !important;
	}

	.intro-content>p, h1.title, .title{
		letter-spacing: 5px;
		font-size: 22px;
		line-height: 120%;
	}

	h2.title + span.italic, h1.title + span.italic{
		font-size: 16px;
		margin-bottom: 10px;
	}

	.highlight-block:before{
		height: 60px;
	}

	.highlight-block{
		padding-top: 40px !important;
	}

	.highlight-topic-image{
		display: none;
	}

	.highlight-topic-image-mobile{
		display: block;
	}

	.highlight-box{
		text-align: center;
	}

	.highlight-product-block .columns{
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.highlight-product-block .columns:nth-child(even) img{
		margin-top: 0 !important;
	}

	.blog-block{
		background: #D6CFC9;
		padding: 40px 1.5rem !important;
	}

	.blog-block .cycle-slide img, .product-categories img, .article-container img{
		max-width: 300px;
		display: block;
		margin: 0 auto 15px;
	}

	.highlight-box .has-text-left{
		text-align: center !important;
	}

	.subpage-banner-bg{
		height: 150px;
	}

	.subpage-banner + .section{
		padding-top: 30px !important;
	}

	.separator{
		margin-bottom: 25px;
	}

	.text{
		font-size: 15px;
	}

	.content h3, .article-footer .btn-container.with-border .btn{
		font-size: 18px !important;
	}

	.article-image-border{
		display: none;
	}

	.list-content{
		padding: .75rem;
		text-align: center;
	}

	.list-content h2.title.article-title, .article-footer .column{
		text-align: center;
	}

	.article-footer .btn-container{
		padding: 15px 30px 15px 50px;
	}

	.article-footer .btn:before{
		left: 10px;
	}

	.article-footer.columns{
		margin-bottom: 50px;
		margin-top: 0;
	}

	.mobile-filter-title{
		display: block;
	}

	.mobile-filter-content{
		padding: 0 10px;
		display: none;
	}

	.sidebar{
		margin: 0 auto;
	}

	.product-detail>.columns{
		display: flex;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
	}

	.footer-copyright{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.footer-block{
		margin-bottom: 0;
	}

	.columns.is-mobile>.column.is-half{
		width: 100%;
		margin-left: 0;
	}

	.highlight-product-block .highlight-box .text{
		max-width: 100%;
	}

}

@media only screen and (max-width: 715px) {
	.column.is-one-third-mobile{
		margin: 0 auto;
	}

	.extra-box-container>.columns{
		position: relative;
		width: auto;
	}
}


@media only screen and (max-width: 600px) {
	.lead-image{
		height: 180px;
	}

	.banner-slide-container{
		display: none;
	}

	.banner-slide-container:after {
		bottom: -29%;
	}

    .highlight-product-block .columns{
		display: block;
	}

	.highligh-product-block-image{
		width: 100%;
		text-align: center;
	}

	.highlight-product-block .columns img{
		max-width: 250px;
		margin-bottom: 0;
	}

	.product-detail>.columns{
		display: block;
	}

	.columns.is-gapless .column.product-detail-content{
		padding-left: 0 !important;
	}

	.product-image>a>img{
		max-width: 300px;
		margin: 0 auto 20px;
		display: block;
	}

	.highlight-box .text{
		max-width: 100%;
	}
}

@media only screen and (max-width: 430px) {
    .title-container{
		font-size: 22px;
		letter-spacing: 2px;
		text-align: center;
		margin-right: 10px;
	}
}
