@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,300;1,700&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Roboto', sans-serif;
	color: #000;
}
a{
	color: #000;
	text-decoration: none;
}
h3{
	font-size: 1.17em;
}
td, th{
    padding: 10px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
figcaption{
	text-align: center;
    font-style: italic;
    padding: 10px 0;
}
main{
	display: block;
	overflow-x: hidden;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.page h1{
	margin: 0.67em 0;
	font-size: 28px;
}
.google-maps{
	margin-top: 3.5rem;
}
.page p, ul, ol{
	line-height: 1.4;
	margin: 16px 0;
}
ul, ol{
	padding-left: 40px;
}
h3,
h2,
h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 13px 0;
}
.widget{
	margin: 0;
}
.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 20px;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header{
	margin-bottom: 0;
	border: none;
}
/*Header*/
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
}
.header__left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #F4F4F4;
    margin-bottom: 20px;
}
.home .header__left-side {
    background-color: transparent;
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 5;
}
.header__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    height: 50px;
}
.header__hamburger-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0 30px;
	z-index: 10;
}
.header__hamburger-line {
    width: 23px;
    height: 2px;
    background-color: #000;
    position: absolute;
}
.home .header__left-side .header__hamburger-line {
    background-color: #fff;
}
.header__hamburger-line:before {
    top: -8px;
}
.header__hamburger-line:after {
    top: 8px;
}
.header__hamburger-line:after, .header__hamburger-line:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 2px;
    background-color: #000;
    border-radius: 3px;
}
.home .header__left-side .header__hamburger-line:before,
.home .header__left-side .header__hamburger-line:after {
    background-color: #fff;
}
.home .header__left-side .header__hamburger-line {
    background-color: #fff;
}
.header__hamburger-line--open {
    height: 0;
}
.header__hamburger-line--open:before {
    top: 0;
    background-color: #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header__hamburger-line--open:after {
    top: 0;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.home .header__left-side .header__hamburger-line--open:before,
.home .header__left-side .header__hamburger-line--open:after {
    background-color: #000;
}
.header__search-bar-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
}
.header__user-dropdown {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-decoration: none;
}
.header__user-login-link {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
	background-image: url(../bardal_images/user.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}
/*.home .header__user-login-link {
	background-image: url(../bardal_images/user_white.svg);	
}*/
.header__contact-box{
	display: none;
	padding: 0 20px 0 0;
}
.header__contact-box .contact-box__text-strong a:hover{
	text-decoration: underline;
}
.header__contact-btn a.button{
	display: none;
	background-color: #FFD100 !important;
	color: #000 !important;
	padding: 0.618em 1em;
	border-radius: 3px;
	font-size: 14px;
}
.contact-box .header__contact-btn{
	margin-top: 15px;
	text-align: center;
}
.contact-box .header__contact-btn a.button{
	display: inline-block;
	font-size: 18px;
}
.header__contact-btn-mobile{
	text-align: center;	
}
.header__contact-btn-mobile a.button{
	display: inline-block;
	margin: 30px auto;
	font-size: 18px;
}
.header__search-bar-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
	padding: 0 30px;
	background-image: url(../bardal_images/icons/search.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
}
.search-bar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    z-index: 1;
}
.search-bar--open {
    opacity: 1;
    z-index: 9;
    visibility: visible;
}
.home .search-bar {
    height: 60px;
}
.aws-container{
	width: 100%;
}

.search-bar__wrapper {
	display: flex;
	align-items: center;
    height: 60px;
    position: relative;
	background: #000;
}
.searchform{
	width: 100%;
}
.searchform input[type=text],
.site-header .aws-container .aws-search-field{
	height: 44px;
    padding-left: 20px;
    border: 1px solid #BABABA;
    font-weight: 500;
    font-family: Roboto,Arial,sans-serif;
    width: 100%;
    font-size: 15px;
    border: none;
    background-color: #1C1C1C;
    color: #fff;
    outline: none;
}
.site-header .aws-container .aws-search-field:focus {
    background-color: #1C1C1C;
}
.site-header .aws-container .aws-search-form .aws-form-btn{
	background: transparent;
	border: none;
}
.site-header .aws-container .aws-search-form .aws-search-btn_icon{
	filter: invert(100%);
    -webkit-filter: invert(100%);
	background-image: url(../bardal_images/icons/search.svg);
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	background-size: 35px;
}
.site-header .aws-container .aws-search-form .aws-search-btn{
	width: 50px;
}
.site-header .aws-container .aws-search-form .aws-search-btn svg{
	display: none;
}
.aws-search-result .aws_result_title,
.aws-search-result .aws_search_more a{
	font-weight: 700 !important;
	color: #000 !important;
}
.search-bar__close-icon {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
}
.search-bar__close-icon:after {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search-bar__close-btn {
    padding: 30px 20px;
    cursor: pointer;
}
#searchsubmit{
	background-image: url(../bardal_images/icons/search.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 50px;
    padding-left: 50px;
    cursor: pointer;
    border: none;
    background-position: center;
	color: transparent;
    outline: none;
	filter: invert(100%);
    -webkit-filter: invert(100%);
}
.searchform > div{
	display: flex;
    flex-direction: row-reverse;
}
.header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    height: 100%;
    padding: 0 30px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	background-image: url(../bardal_images/basket.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 35px;
}

.header__basket:hover,
.header__user-login-link:hover,
.header__lang-dropdown-current:hover{
	background-color: rgba(186,186,186,0.7);
}
.section-cart-number{
	color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    margin-left: -10px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #FFD100;
    position: relative;
}
.section-cart-icon{
	position: absolute;
    right: 0;
}
.header__basket-icon{
	
}
.header__lang-dropdown {
    height: 100%;
    cursor: pointer;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__lang-dropdown-current{
	height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0 10px;
}
.header__lang-dropdown-list, ul.sub-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 9;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 16px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 25%);
    left: 0;
    right: 0;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}
.header__lang-dropdown-current--active,
.header__lang-dropdown-current--active:hover {
    background-color: #fff !important;
	position: relative;
}
.header__lang-dropdown-current--active ~ .header__lang-dropdown-list,
.header__lang-dropdown-current--active > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.header__lang-dropdown-text {
    padding: 0 6px 0 10px;
    color: #000;
}
.header__lang-dropdown-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #F4F4F4;
    padding: 20px 0;
}
.header__lang-dropdown-link, ul.sub-menu li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 30px;
    white-space: nowrap;
}
.header__lang-dropdown-item:not(:last-child) {
    border-bottom: 1px solid #DDD;
}
.header__flag-icon{
    width: 15px;
    height: 12px;
}
.custom-logo-link {
    background-color: #FFD100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}
.custom-logo-link img {
    width: 65px;
    height: auto;
}
.fixed-header .custom-logo-link {
    padding: 0 10px;
}
.header-menu__container{
	position: absolute;
	width: 100%;
	background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
	-webkit-transition: -webkit-transform 1.3s ease;
    transition: -webkit-transform 1.3s ease;
    transition: transform 1.3s ease;
    transition: transform 1.3s ease, -webkit-transform 1.3s ease;
}

.header__list {
	/*-webkit-transform: translateX(100%);
    transform: translateX(100%);*/
    margin: 0;
    padding: 0;
    left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    padding-bottom: 35px;
}
.home .header__list{
	padding-left: 0;
}
.header__list>li>a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    padding: 30px 20px 30px 60px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-item-has-children > a:after,
.has-submenu > a:after,
.home .fixed-header .has-submenu > a:after,
.home .fixed-header .menu-item-has-children > a:after{
	content: '';
	background-image: url('../bardal_images/icons/arrow_down.svg');
	background-repeat: no-repeat;
	background-position: center right;
    background-size: 30px;
	width: 25px;
    height: 15px;
    margin-left: 10px;
	-webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.header__mobile-back-arrow{
	position: absolute;
	left: 10px;
	background-image: url('../bardal_images/icons/arrow_down.svg');
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	background-position: center;
    background-size: 40px;
	height: 30px;
	width: 25px;
}

.home .menu-item-has-children > a:after,
.home .has-submenu > a:after{
	background-image: url('../bardal_images/icons/arrow_down_white.svg');	
}
.header__list>li.header__lang-dropdown-current--active>a:after{
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.home .header__list>li.header__lang-dropdown-current--active>a:after{
	background-image: url('../bardal_images/icons/arrow_down.svg');
}
.home  .header__lang-dropdown-current--active > a{
	color: #000 !important;
}
.site-header {
	position: fixed;
    padding-top: 0;
    padding-bottom: 0;
	margin: 0;
	width: 100%;
	z-index: 10;
}
.fixed-header{
	
}
.fixed-header .header--homepage,
.fixed-header .header{
	background-color: #F4F4F4;
	box-shadow: 1px 1px 10px #0000008f;
}
.header__mobile-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F4F4F4;
    padding: 20px 0;
}
.jsOpenDesktop .header__mobile-title{
	margin: 0 -20px;
}
.header__page-title-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.header__page-title{
	display: flex;
    justify-content: space-between;
	align-items: center;
    width: 100%;
}
.header__mobile-desc {
    text-transform: uppercase;
    color: #BABABA;
    font-weight: 700;
    padding-left: 30px;
}
.header__title-icon{
	background-position: 20px center;
    background-size: 28px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #BABABA;	
}
.header__title-icon--home-icon{
	display: none;
}
/*.jsOpenMobile .header__title-icon--home-icon{
	background-image: url('../bardal_images/icons/menu_home.svg');
}
.jsOpenMobile .header__title-icon--checquer{
	background-image: url('../bardal_images/icons/menu_products.svg');
}
.jsOpenMobile .header__title-icon--exclamation-mark{
	background-image: url('../bardal_images/icons/menu_advices.svg');
}
.jsOpenMobile .header__title-icon--bardahl-logo-transparent{
	background-image: url('../bardal_images/icons/menu_company.svg');	
}*/
.header__title-icon--home-icon{
	background-image: url('../bardal_images/icons/menu_home.svg');
}
.header__title-icon--checquer{
	background-image: url('../bardal_images/icons/menu_products.svg');
}
.header__title-icon--exclamation-mark{
	background-image: url('../bardal_images/icons/menu_advices.svg');
}
.header__title-icon--bardahl-logo-transparent{
	background-image: url('../bardal_images/icons/menu_company.svg');	
}
.jsOpenMobile{
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/*.jsOpenMobile .header__list>li>a{
    padding: 30px 20px 30px 60px;	
}
.jsOpenMobile .header__list>li.header__title-icon--home-icon{
	display: block;
}*/
.header__list>li.header__title-icon--home-icon{
	display: block;
}
.jsOpenMobile .header__list>li.header__title-icon--home-icon{
	display: block;
}
.header-menu__container .contact-box{
	display: none;
}
.jsOpenMobile.header-menu__container .contact-box{
	display: block;
}
.jsOpenMobile .header__list{
	position: relative;
	padding-bottom: 0;
}
.header-menu__container{
	min-height: 100%;
	z-index: 11;
    height: 100vh;
}
/********Footer**********/
.footer {
    background-color: #FFD100;
    padding: 40px 0 20px 0;
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 30px;
}
.footer__adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 20px;
	font-weight: 300;
}
.footer__adress-top{
	margin-bottom: 30px;
}
.footer__copyrights {
    font-weight: 300;
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 20px;
}
.footer__links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer__links ul{
	padding-left: 0;
	list-style: none;
}
.footer__newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer__logo {
    margin-bottom: 60px;
}
.widgettitle {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}
.widget_nav_menu a {
	display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.widget_nav_menu a:hover{
    border-bottom: 1px solid #000;	
}
.footer__newsletter .widgettitle {
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 20px;
	text-transform: none;
}
.footer-widget-bottom{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    text-align: center;
    flex-direction: column-reverse;
}
.footer__policy-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.footer__link-policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.footer__social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
}
.footer__social-media-link {
    text-decoration: none;
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 23px;
}
.footer__social-media-link:hover{
	opacity: 0.7;
}
.footer__social-media-link.is-fb{
	background-image: url(../bardal_images/icons/facebook_icon.svg);
}
.footer__social-media-link.is-inst{
	background-image: url(../bardal_images/icons/instagram_icon.svg);
}
.footer__social-media-link.is-pint{
	background-image: url(../bardal_images/icons/pinterest_icon.svg);
}
.footer__social-media-link.is-tw{
	background-image: url(../bardal_images/icons/twitter_icon.svg);
}
.footer__social-media-link.is-yt{
	background-image: url(../bardal_images/icons/youtube_icon.svg);
}
/********** Front page content  *******/
.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 20px;
}
.home .container h1{
	text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    padding: 0 20px;
}
/* Woocommerce grid 6 category */
.domains-list {
    padding-top: 70px;
}
.domains-list .domains-list__subtitle{
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    margin-bottom: 20px;
}
.domains-list .domains-list__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 0 20px;
}
.domains-list .header__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
    margin: 0 -5px;
}
.domains-list .header__submenu {
    padding: 30px 0 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -5px;
}
.domains-list .header__submenu-item-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px;
}
.domains-list .header__submenu-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}
.domains-list .header__submenu-title {
    font-style: italic;
    position: relative;
	font-size: 18px;
    padding: 30px 70px 30px 20px;
	color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
    letter-spacing: 1px;
    margin-right: auto;
}
.domains-list .header__submenu-background-container{
    height: 300px;
}
.domains-list .header__submenu-item-container:hover .header__submenu-item{
    -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    -webkit-transition: all 10s cubic-bezier(0.05, 0.82, 0.165, 1);
    transition: all 10s cubic-bezier(0.05, 0.82, 0.165, 1);
}
.domains-list .header__submenu-icon-wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
    width: 70px;
    height: 70px;
    background-color: #FFD100;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px 30px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*.domains-list .header__submenu-item-container {
    display: none;
}*/
.domains-list .header__submenu-background-container{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    height: 170px;
    text-decoration: none;
}
.domains-list .header__submenu-background-container .header__submenu-item{
    width: 100%;
    height: 100% !important;
    position: absolute;
	object-fit: cover;
    text-align: center;
    -webkit-transition: all 10s cubic-bezier(0.05, 0.82, 0.165, 1);
    transition: all 10s cubic-bezier(0.05, 0.82, 0.165, 1);
}

.count{
	display: none;
}
/*.domain-header-list{
	display: none;
	position: absolute;
	background: #fff;
	z-index: 7;
	top: 78px;
	left: 0;
	right: 0;
	padding-top: 0;
}*/
.header__submenu-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    left: 0;
    top: 50px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow-y: hidden;
    z-index: 9;
    position: fixed;
    height: 0;
}
.home .header__submenu-wrapper{
	top: 0;
}
.domain-header-list{
	-webkit-transform: translateX(100%);
    transform: translateX(100%);
	padding-top: 0;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
	background-color: #fff;
}
.header__submenu-wrapper, .domain-header-list{
	position: absolute;
	height: 100vh;
	z-index: 12;
}
.jsOpenDesktop{
	-webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.company-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 40px;
}
.company-submenu ul{
	list-style: none;
	padding-left: 0;
}
.company-submenu__pages-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    padding: 20px;
}
.company-submenu__news-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
}
.company-submenu__news-thumbnail-wrapper {
    background-color: #FFD100;
    padding: 20px;
    margin-bottom: 30px;
}
.company-submenu__title {
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 16px;
}
.company-submenu__news-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 500px;
    text-decoration: none;
}
.company-submenu__image-wrapper{
    width: 150px;
    height: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
}
.company-submenu__image{
    max-height: 100%;
    max-width: 100%;
    min-width: 1px;
}
.company-submenu__news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.company-submenu__news-date {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.company-submenu__news-desc {
    font-weight: 700;
    font-size: 18px;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 10px;
}
.company-submenu .article-item__more {
    color: #000;
}
.company-submenu__news-link{
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-left: 20px;
    text-decoration: none;
}
.company-submenu__news-link:hover{
    border-bottom: none;
}
.company-submenu__pages-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.company-submenu__pages-links li a:hover{
	text-decoration: underline;
}
.company-submenu__pages-links li a:before{
    content: '';
    background-image: url(../bardal_images/icons/arrow_right1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    width: 30px;
    height: 15px;
    margin-left: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/* Slider on front page */
.homepage-carousel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.homepage-carousel .swiper-container {
    width: 100%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.homepage-carousel__parallax-wrapper {
    height: 100vh;
    width: 110%;
}
.homepage-carousel__parallax-background {
	height: 110%;
    width: 105%;
    top: -5%;
    left: -5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
}
.homepage-carousel__parallax-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.subcategory-navigation__content.swiper-wrapper{
	overflow-y: auto;
}
.homepage-carousel__slide {
    height: calc(100vh - 47px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: top;
}
.homepage-carousel__slide {
    height: 100vh;
}
.homepage-banner-text {
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.homepage-carousel .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: 0;
	bottom: auto;
	left: auto;
	width: auto;
}
.homepage-banner-text__link {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.homepage-banner-text__subtitle {
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.homepage-carousel .swiper-pagination-bullet {
    background-color: #fff;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    opacity: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.homepage-carousel .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border: 5px solid #FFD100;
    background-color: transparent;
}
.swiper-button-prev, .swiper-button-next{
	color: #fff;
}
.homepage-carousel__scroll {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    padding: 0 20px;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
}
.homepage-carousel__mouse-icon {
    display: none;
	background-image: url('../bardal_images/icons/mouse_1.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.homepage-carousel__scroll-arrows {
    height: 27px;
    width: 29px;
    margin-bottom: 25px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-animation: MoveUpDown 3s ease infinite;
    animation: MoveUpDown 3s ease infinite;
	background-image: url('../bardal_images/icons/arrow_double_down.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.homepage-carousel__scroll:after {
    content: '';
    height: 15px;
    width: 2px;
    background-color: #fff;
}
.homepage-carousel:after {
    content: '';
    height: 25px;
    width: 2px;
    background-color: #000;
    position: absolute;
    bottom: -25px;
}
.homepage-carousel .swiper-button-prev,
.homepage-carousel .swiper-button-next {
    display: none;
}
/***********  Article  ************/
.article-details__header{
	color: #000;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1;
	margin: 0.67em 0;
}
.article-details__img img{
	width: 100%;
	height: auto;
}
/***********  Car manufacturers ************/
.car-manufacturers {
    background-color: #F4F4F4;
    padding: 50px 0;
}
.car-manufacturers__title {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}
.swiper-wrapper-manufacturers {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	    align-items: center;
}
.car-manufacturers__logos {
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
	width: auto;
}
.slick-slide img {
    display: block;
	margin: 0 auto;
}
/*********  History banner  **********/
.history-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 580px;
    background-position: 60% 50%;
    background-size: cover;
    padding-bottom: 40px;
}
.homepage-banner-text {
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.homepage-banner-text__title {
    font-size: 28px;
    font-style: italic;
    max-width: 760px;
    margin: 0 0 16px 0;
	color: #fff;
	font-weight: 700;
	line-height: 1.15;
}
.homepage-banner-text__link {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.homepage-banner-text__link:hover{
	border-bottom: none;
}
/********  Single Product   ***********/
.product-top-section {
	display: block;
    position: relative;
    padding: 40px 0;
}
.product-top-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin-bottom: 40px;
}
.product-top-section__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
	justify-content: center;
}
.product-top-section__image-wrapper img{
	width: 360px;
	height: 360px !important;
	object-fit: contain;
}
.product-thumbnail__top img{
-ms-flex-item-align: center;
    align-self: center;
    display: block;
    max-width: 100%;
	width: auto;
    max-height: 100%;
}
.product-price-section {
    top: -30px;
    right: 0px;
}
/* Reviews */
.reviews{
	padding-bottom: 60px;
}
.review__title{
	margin-bottom: 5px;
}
.review__meta{
	display: flex;
	margin-bottom: 5px;
}
.review__rating{
	display: flex;
	margin-right: 20px;
}
.review__author{
	font-weight: 700;
    font-style: italic;
}
.star{
    background-image: url(../bardal_images/icons/star_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
}
.is-gold{
	background-image: url(../bardal_images/icons/star.svg);
}
.review__text{
	font-weight: 300;
	font-style: italic;
}
.woocommerce div.product .product_title{
	display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000 !important;
	font-size: 54px !important;
}
.woocommerce-product-details__short-description{
	display: none;
}
.woocommerce div.product form.cart div.quantity{
	float: none !important;
	margin: 0 !important;
	text-align: center;
}
.woocommerce .quantity .qty {
    text-align: center;
    font-size: 16px;
	font-weight: 600;
    padding: 5px 0;
}
.woocommerce div.product form.cart .button{
	display: block;
    width: 100%;
    padding: 15px 10px;
    margin: 35px 0 15px;
    font-weight: 700;
    background-color: #FFD100;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
	color: #000;
    text-transform: uppercase;
}
.woocommerce div.product form.cart{
	width: 100%;
}
.woocommerce .button.checkout-button,
.woocommerce #payment #place_order{
	background-color: #FFD100 !important;
	color: #000 !important;
}
.woocommerce .button.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #payment #place_order:hover{
	background-color: #facd00 !important;
}
.product-price-section__basket-no-product,
.product-price-section__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 25px 30px 25px;
	 -webkit-box-shadow: 0 0 30px 5px rgb(0 0 0 / 9%);
    box-shadow: 0 0 30px 5px rgb(0 0 0 / 9%);
    padding: 50px 25px 20px 25px;
	margin: 0 0px 40px 0;
}
.product-price-section__price {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width: 100%;
}
.product-price-section__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: space-between;
    color: #000;
}
.product-price-section__quantity-label {
	/*display: none;*/
    margin-bottom: 0;
	font-weight: 600;
}
.product-price-section__quantity-btn,
.product-price-section__quantity-input {
    height: 45px;
    height: 45px;
}
.resellers-dropdown {
    margin: 0 0px 0px 0px;
    cursor: pointer;
    background-color: #fff;
}
.resellers-dropdown__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #DDD;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 23px 0;
}
.resellers-dropdown__pointer-icon {
    width: 35px;
    height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.resellers-dropdown__title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin: 0 10px 0 16px;
}
.resellers-dropdown__list {
	
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.resellers-dropdown__list-item {
    border: 2px solid #DDD;
    border-top: 0;
}
.resellers-dropdown__list-item:not(:last-child) {
    border-bottom: 2px solid rgba(230,230,230,0.7);
}
.resellers-dropdown__list-item:hover {
    background-color: #FFD100;
}
.resellers-dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    color: #000;
}
.resellers-dropdown__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100px;
    width: 100%;
    height: 55px;
    margin-right: 30px;
}
.resellers-dropdown__image {
    display: block;
    margin: 0 auto;
}
.resellers-dropdown__pointer-icon--on-hover {
    display: none;
    width: 25px;
    height: 24px;
    margin-left: auto;
    margin-right: 10px;
}
.resellers-dropdown__list-item:hover .resellers-dropdown__pointer-icon--on-hover {
    display: block;
}
.product-price-section__price {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}
.woocommerce div.product .stock.in-stock{
	display: none;
}
.product-price-section__price-label {
    font-weight: 600;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.product-price-section__price-value {
    font-weight: 600;
    line-height: .75;
}
.product-price-section__price-value span{
	font-size: 22px;
}
.product-price-section__quantity-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-price-section__quantity-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px !important;
    height: 50px;
    border: 1px solid #BABABA;
    text-align: center;
    padding: 0;
    -moz-appearance: textfield;
}
.product-price-section__quantity-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #BABABA;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.product-price-section__quantity-btn--plus {
    border-left: none;
}
.product-price-section__quantity-btn--minus {
    border-right: none;
}
.product-price-section__quantity-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #BABABA;
    text-align: center;
    padding: 0;
    -moz-appearance: textfield;
}
.product_meta{
	display: none;
}
.contact-box {
	position: relative;
	z-index: 2;
    /*display: none;
    margin: 0 -20px;*/
}
.contact-box__title {
    display: none;
    margin-bottom: 30px;
	margin-top: 20px;
    text-transform: uppercase;
	font-weight: bold;
}
.contact-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 82px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    background-color: #FCFCFC;
    padding: 0 10px 0 80px;
}
.jsOpenMobile .contact-box__content {
	padding: 15px 10px 15px 80px;
	min-height: 82px;
	height: auto;
}
.contact-box__content:not(:last-child) {
    border-bottom: 1px solid #DDD;
}
.contact-box__icon--faq-icon{
	background-image: url(../bardal_images/icons/faq-icon.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 40px;
}
.contact-box__icon--envelope{
	background-image: url(../bardal_images/icons/envelope.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 35px;
}
.contact-box__icon--mobile{
	background-image: url(../bardal_images/icons/mobile.svg);
    background-position: 27px center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.contact-box__text-strong{
	display: block;
}
.contact-box__text-strong a{
	display: inline-block;
    padding: 0px 10px 0px 0;
}
.home .contact-box__text-strong a{
	color: #fff;	
}
.jsOpenMobile .contact-box__text-strong a{
	display: block;
	padding: 0;
	height: 35px;
	line-height: 35px;
	color: #000;
}
.product-price-section__no-product-title {
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
	padding-top: 100px;
	background-image: url(../bardal_images/icons/delivery.png);
	background-size: 90px;
	background-position: center top;
	background-repeat: no-repeat;
}
.product-price-section__no-product-desc {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    width: 100%;
}
.product-top-section__description-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-top-section__title {
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    margin: 5px 0 10px;
}
.product-top-section__ref-number {
    display: block;
    color: #707070;
    margin-bottom: 5px;
}
.product-top-section__WYSIWYG-list ul{
	list-style: none;
	margin: 0;
	margin-top: 15px;
	padding-left: 0;
}
.product-top-section__WYSIWYG-list li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.product-top-section__WYSIWYG-list li:before {
    content: '';
    width: 13px;
    height: 11px;
    background: url(../bardal_images/icons/tick-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 2px;
}
.product-info-container {
	display: block;
    width: auto;
    -webkit-transition: min-height .3s ease;
    transition: min-height .3s ease;
}
.product-description {
	width: 100%;
    margin-bottom: 40px;
}
.product-contact-box{
	position: relative;
	width: 100%;
    margin-bottom: 40px;
}
.product-description__header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-right: 20px;
}
.product-description__header {
    font-size: 25px;
    font-weight: 700;
    margin: 30px 0;
}
.product-description__header-wrapper:not([data-dropdown])>.product-description__header {
    margin: 0;
}
.product-description__wrapper p, .product-description .product-description__usage-wrapper p {
    margin: 20px 0;
    color: #707070;
    line-height: 1.4;
}
/* Front Page Our Tips */
.articles-slider {
    background-color: #FFD100;
    padding: 60px 0 130px 0;
    position: relative;
}
.articles-slider__header-title {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 60px;
}
.articles-slider__header-subtitle {
    font-size: 22px;
    margin: 0;
    margin-bottom: 10px;
	font-weight: 700;
}
.articles-slider__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.articles-slider .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
}
.articles-slider__header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.articles-slider__header-link span {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}
.articles-slider__header-link span:hover{
	border-bottom: none;
}
.articles-slider__article-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.articles-slider__image {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    height: 144px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.articles-slider__image-filter {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.articles-slider__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
}
.articles-slider__title {
    font-size: 20px;
    margin-bottom: 10px;
}

.articles-slider__read-more {
    z-index: 99;
    color: #707070;
    margin-top: auto;
    margin-bottom: 30px;
}
.articles-slider__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 9;
}
.modal-widget__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
    width: 100%;
	margin-bottom: 20px;
}
.modal-widget__btn {
    color: #000;
    border: 2px solid #000;
    padding: 15px 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.modal-widget__btn:hover{
	color: #fff;
	background: #000;
}
/********  Category Page       ********/
.domain-banner__image {
    display: none;
}
.domain-banner {
    position: relative;
    margin: 0 -20px 20px -20px;
}
.domain-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.domain-banner__subtitle {
    display: none;
	color: #fff;
}
.domain-banner__header {
    margin-bottom: 20px;
}
.domain-banner__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.domain-banner__title-text {
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    line-height: .7;
}
.domain-banner__title-icon {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 20px;
    width: 40px;
    height: 24px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	filter: invert(100%);
    -webkit-filter: invert(100%);
}
.modal-widget {
    min-height: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #FFDD43;
    padding: 20px;
    cursor: pointer;
    height: auto;
    -webkit-transition: background-image .3s ease;
    transition: background-image .3s ease;
	background-image: url(../bardal_images/modal-widget.png);
}
.modal-widget:before {
    background-image: url(../bardal_images/modal-widget.png);
    z-index: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    height: 100%;
}
.modal-widget__icon {
    width: 46px;
    height: 54px;
    margin-bottom: 20px;
}
.modal-widget__desc {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}
.header__link-button {
    border: 1px solid #BABABA;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__link-button--centered {
    max-width: 800px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px 20px;
}
.header__link-button--centered .header__link-text {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
}
.header__link-button--centered .header__link-bold {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__link-bold {
    font-weight: 900;
    font-style: italic;
    margin-left: 10px;
}
.category-container .columns-3 .product{
	width: 24%;
	margin-right: 1%;
}
.category-container .header__submenu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.category-container .header__submenu-item-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 1px);
    flex: 0 0 calc(100% + 1px);
    max-width: calc(1000% + 1px);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #BABABA;
    margin-right: -1px;
    margin-bottom: -1px;
    padding-bottom: 20px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.category-container .category-thumbnail__image-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    padding: 35px;
}
.category-container .category-thumbnail__image-wrapper .header__submenu-item{
	-ms-flex-item-align: center;
    align-self: center;
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.category-thumbnail__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 30px;
    width: 100%;
}
.category-thumbnail__description-title {
    font-size: 18px;
    width: 100%;
    font-style: italic;
    font-weight: 700;
    color: #000;
    margin: 0;
    margin-bottom: 20px;
}
.category-thumbnail__description-text {
    color: #707070;
    font-size: 14px;
    margin: 0;
    width: 100%;
	font-weight: 600;
}
/* Category Level 2 */

.page-header {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}
.category-thumbnail {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
   /* margin-right: -20px;
    margin-left: -20px;*/
    position: relative;
    margin: 0 0 60px 0;
}
.category-container .category-thumbnail .header__submenu-item-container{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.category-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;

}
.category-navigation__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-right: 0;
    position: relative;
    margin-bottom: 20px;
    text-decoration: none;
    color: #000;
}
.category-navigation__title-text{
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
}
.category-navigation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.category-navigation__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #BABABA;
    text-align: center;
    color: #000;
    text-decoration: none;
    min-height: 84px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.category-navigation__text {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    padding: 0 10px;
}
.category-navigation .swiper-slide {
    width: auto;
}
.category-navigation .swiper-container {
    width: 100%;
}
.category-navigation__border {
    width: 100%;
    height: 7px;
    background-color: #FFD100;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.category-navigation__link--active .category-navigation__border {
    visibility: visible;
    opacity: 1;
}
/*.domain-banner--category{
	margin-top: -100px;
}*/
.subcategory-navigation__gradient {
    display: none;
}
.subcategory-navigation .swiper-container {
    margin-bottom: -1px;
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.subcategory-navigation {
    border-bottom: 1px solid #BABABA;
    margin: 0 0px 40px 0px;
    padding-left: 10px;
    position: relative;
}
.subcategory-navigation__link {
    color: #000;
    text-decoration: none;
    padding: 0 20px 15px;
    border-bottom: 7px solid transparent;
}
.subcategory-navigation__link.category-navigation__link--active .subcategory-navigation__text {
    opacity: 1;
}
.subcategory-navigation__link.category-navigation__link--active {
    border-bottom: 7px solid #FFD100;
}
.subcategory-navigation .swiper-slide {
    width: auto;
	min-width: 120px;
    display: block;
    text-align: left;
}
.subcategory-navigation__text {
    font-style: italic;
    font-weight: 700;
    opacity: .7;
}
/* Breadcrumb */

#main .woocommerce-breadcrumb{
	display: none;
    font-size: 15px;
    margin: 35px 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#main .woocommerce-breadcrumb{
	color: #000;
	font-weight: 700;
}
#main .woocommerce-breadcrumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
	line-height: 1.15;
	color: #000;
	font-weight: 400;
}
#main .breadcrumbs__arrow{
	margin: 0 10px;
	font-weight: 400;
}
#main .woocommerce-products-header .woocommerce-breadcrumb{
	color: #fff;
	font-weight: 700;
}
#main .woocommerce-products-header .woocommerce-breadcrumb a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
#main .woocommerce-products-header .breadcrumbs__arrow{
	color: #fff;
}

/* Navigation */
.woocommerce #content nav.woocommerce-pagination ul li span.current {
    background: #FFD100;
    color: #222;
}
.woocommerce #content nav.woocommerce-pagination ul li a, 
.woocommerce #content nav.woocommerce-pagination ul li span {
    font-size: 14px;
    padding: 14px;
}
/* Products list */
.products.columns-4 .product{
	padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
    text-decoration: none;
	flex-direction: column;
}
.product-thumbnail__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F4F4F4;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative;
}
.products.columns-4 .product:hover .product-thumbnail__top {
    background-color: #FFD100;
}
.product-thumbnail__image-wrapper {
    padding: 30px 10px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
}
.product-thumbnail__description {
    padding: 0 5px;
	margin: 20px 0;
}
.woocommerce-loop-product__title{
	/*height: 80px;*/
	text-transform: inherit;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    color: #000;
}
.product-thumbnail__description-text {
    padding-right: 8px;
    color: #707070;
    font-size: 14px;
    text-decoration: none;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
	/*min-height: 78px;*/
	height: 85px;
	margin-bottom: 10px;
}
.product-thumbnail__arrow{
	display: inline-block;
    background-image: url(../bardal_images/icons/arrow_right1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    width: 20px;
    height: 9px;
    margin-left: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.products.columns-4 .product span.price{
	font-size: 27px !important;
	/*line-height: 45px;*/
	line-height: 24px;
	font-weight: 600;
	display: block;
	text-align: right;
	position: absolute;
	right: 5px;
}
.products.columns-4 .product .price span{
	font-size: 22px;
}
.products.columns-4 .out-of-stock,
.products.columns-4 .stock{
	text-align: right;
	font-size: 12px;
	position: absolute;
	right: 5px;
	/*margin-top: 33px;*/
	margin-top: 24px;
}
.products .woocommerce-loop-product__link{
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.products .button.add_to_cart_button,
.products .button.show_popup{
	width: 130px;
	text-align: center;
}
.products .added_to_cart.wc-forward{
	display: none;
}

/* Our advice */
.articles-list {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #E6E6E6;
}
.articles-list__inner {
    margin: -20px 0 0 -20px;
    width: calc(100% + 40px);
}
.article-item {
    border: 1px solid #E6E6E6;
    border-right: 0;
    border-bottom: 0;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.article-item:first-child {
    border-bottom: 0;
}
.article-item__img {
    overflow: hidden;
    position: relative;
}
.article-item__img div {
    width: 100%;
    height: 190px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.article-item:first-child .article-item__img div {
    height: 220px;
}
.article-item__inner {
    padding: 10px;
    position: relative;
}
.article-item:first-child .article-item__header-wrapper {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 0 20px 10px;
}
.article-item__header {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 8px 0 10px;
    line-height: 1;
}
.article-sidebar__item__header, .article-item__header {
    line-height: 1.2em;
}
.article-item:first-child .article-item__header {
    font-size: 20px;
}
.article-item:first-child .article-item__header a, .article-item:first-child .article-item__cat a {
    color: #fff;
}
.article-item p {
    display: none;
    line-height: 1.4;
}
.article-item:first-child p {
    display: block;
}
.article-item__more {
	display: block;
	margin: 16px 0;
    color: #707070;
    text-decoration: none;
}
.article-details__content {
    line-height: 1.4;
    color: #707070;
}
.article-details__content {
    font-size: 18px;
}
.article-details__content p{
	margin: 16px 0;
}
.article-details__content h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
	margin: 13px 0;
}
.article-sidebar {
    display: none;
}
.article-sidebar__item__img div{
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.article-sidebar__header {
    font-weight: 100;
    font-size: 28px;
    margin: 0 0 20px;
}
.article-sidebar__item__header {
    font-weight: normal;
    color: #000;
    margin: 8px 0 10px;
    line-height: 1;
}
.article-sidebar__item__header, .article-item__header {
    line-height: 1.2em;
}
.article-sidebar__item {
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
}
.article-details__content ul
{
	padding-left: 40px;
}
.article-details__content li
{
	list-style: disc;
}
.article-back {
    text-align: center;
    margin: 80px 0;
    font-size: 22px;
}
.article-back a {
    display: inline-block;
    border: 1px solid #c4c3c3;
    text-decoration: none;
    padding: 20px;
}
.article-back__label-dekstop {
    display: none;
}
/* Pages */
.page-template .wp-block-columns{
	margin-bottom: 0;
	
}
.page-template .wp-block-column+.wp-block-column{
	margin-bottom: 30px;
}
.section-our-values .wp-block-column, .page-template .wp-block-column+.wp-block-column {
    margin-bottom: 0px;
}
.container-reverse{
	flex-direction: column-reverse;
}
.container-reverse .wp-block-column+.wp-block-column{
	margin-bottom: 0px;
}
.page-template .container-about-company{
	margin-bottom: 2.5em;
}
.section-our-values .wp-block-image img,
.section-our-values .wp-block-column{
	margin-bottom: 2.5rem;
}
.wp-block-columns h3 {
    font-size: 28px;
	margin: 30px 20px;
	text-transform: inherit;
}
.wp-block-columns.container h3{
	margin: 30px 0px;	
}
.wp-block-column p,
.wp-block-column ul, 
.wp-block-column ol{
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.wp-block-column ul, 
.wp-block-column ol{
	padding-left: 30px;
}
.wp-block-column .wp-block-image {
	text-align: center;
	margin: 0;
}
.wp-block-image img {
    max-width: 100%;
	height: auto;
    object-fit: contain;
}
.yellow-background{
	margin: 0px 0 0;
	padding: 20px 0 10px;
}
.yellow-background-text h3 {
    font-size: 22px;
    font-style: italic;
    margin-top: 0;
}
.yellow-background p{
	line-height: 1.8;
	margin-bottom: 30px;
}
.container-first .wp-block-image img{
	margin-bottom: 0;
}
.banner-text-template{
	margin-bottom: 60px;
}
.banner-text-template p {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    position: relative;
    padding: 0 5px;
}
.wp-block-cover.image-background{
	justify-content: start;
}
.wp-block-cover.image-background .wp-block-cover__inner-container{
	width: auto;	
}
.wp-block-cover.image-background .wp-block-cover__inner-container p{
	font-size: 16px;
	line-height: 1.4;
    padding: 0 10px;
}
.section-competition .wp-block-column{
	width: 32.5%;
	margin: 0 !important;
}
.section-competition.wp-block-columns{
	margin-bottom: 0 !important;
}
.section-competition.wp-block-columns+.section-competition.wp-block-columns{
	margin-bottom: 30px !important;
}
.section-competition .wp-block-image,.section-competition .wp-block-image img{
	margin-bottom: 0;
}

.section-gratest-racers{
	background-color: #F4F4F4;
}
.wp-block-image figcaption{
	margin: 0;
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
    width: 100%;
}
.wp-block-image img{
	margin-bottom: 0px;
}
.four-images-caption-template .wp-block-image img{
	margin-bottom: 0px;
}
.four-images-caption-template .wp-block-image figcaption{
	margin-bottom: 0;
	padding-bottom: 0;
}
.four-images-caption-template p {
    color: #707070;
    text-align: center;
    width: 100%;
	margin-bottom: 35px;
}
.econettoyage .wp-block-column h3{
    font-size: 22px;
    font-style: italic;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
	margin: 0 20px 30px 0;
}
.econettoyage .wp-block-column ul{
	position: relative;
	display: block;
	padding: 20px 0;
	margin-bottom: 0;
	background-image: url('../bardal_images/icons/check_icon_1.svg');
	background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
	height: 70px;
	list-style: none;
}
.econettoyage .wp-block-column ul li{
	font-size: 18px;
    font-weight: 300;
    margin: 0;
	padding-left: 45px;
    padding-right: 0;
}
.econettoyage__text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
}
.container.section-our-values p{
	color: #707070;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}
.container.section-our-values h6{
    margin: 0;
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
    width: 100%;
}
.container.section-our-values .wp-block-column p{
	line-height: 1.14;
}
.container.section-our-values h3+p{
	margin-bottom: 40px;
}
.map-world p{
	color: #707070;
    text-align: center;
    max-width: 940px;
    margin: 0 auto 35px;
}
/* Page Account*/
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text,
.woocommerce .select2-container--default .select2-selection--single{
	height: 44px;
    padding-left: 20px;
    border: 1px solid #BABABA;
    font-weight: 500;
    font-family: Roboto,Arial,sans-serif;
    width: 100%;
}
.woocommerce-page form .form-row #order_comments{
	height: 100px;
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 0;
	line-height: 44px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 5px;
}
.woocommerce form .form-row .optional{
	display: none;
}
.register-form__header {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 0;
	padding: 0 50px;
}
.woocommerce-form .woocommerce-button{
	background-color: #FFD100 !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
	color: #000 !important;
    padding: 16px 0 !important;
    margin: 30px 0 !important;
    cursor: pointer;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
	padding: 20px 50px !important;
	border: none !important; 
}

/* page Industry */
.section-industry-video{
	background: linear-gradient(to right, #fff 50%, #FFD100 50%);
}
.section-industry-video p{
	font-size: 18px;
	width: auto;
	margin: 0 auto;
	padding: 40px 0;
}
.section-industry-video h2 {
    font-weight: normal;
    font-size: 22px;
	margin-bottom: 0;
}

.section-industry{
	margin-top: 60px;
}
.section-industry .wp-block-columns.has-background{
	padding: 0;
}
.section-industry .wp-block-columns,
.section-industry .wp-block-column:not(:first-child),
.section-industry .wp-block-image,
.section-industry .wp-block-image img{
	margin: 0;
}
.section-industry .wp-block-image{
	line-height: 0;
}
.section-industry .wp-block-column.is-vertically-aligned-center *{
	padding: 0 10px;
}
.main-activities__header{
	margin: 0 0 60px;
	text-transform: uppercase;
    font-size: 22px;
}
.section-industry p{
	font-size: 18px;
	line-height: 1.4;
}
.wp-block-column.industry-read-more{
	width: auto;
	text-align: center;
	padding: 30px 0 30px;
}
.industry-read-more a{
    display: inline-block;
    border: 1px solid #000;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 5px;
}
.industry-read-more a strong, .header__link-bold {
    font-style: italic;
    margin-left: 5px;
	padding-right: 50px;
	background-image: url(../bardal_images/icons/links_arrow.svg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
/* Contact Form */
.contact-page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
}
.contact-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact-form-wrapper p{
	margin-bottom: 20px;
	line-height: 1.4;
}
.contact-form-wrapper h3{
	margin: 20px 0;
	font-size: 20px;
	font-weight: normal;
}
.wpcf7-form-control{
    height: 44px;
    padding-left: 20px;
    font-weight: 500;
	font-size: 13px;
    width: 100%;
	font-weight: 300;
    color: #707070;
}
.wpcf7-form-control.wpcf7-textarea {
    height: auto;
    padding: 17px 18px;
    max-width: 100%;
    min-width: 50%;
}
.contact-form-wrapper__submit{
	text-align: right;
    margin-bottom: 30px;
}
.wpcf7-submit{
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFD100;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    padding: 16px 30px;
    cursor: pointer;
	width: 100%;
	height: auto;
	color: #000;
}
.wpcf7-spinner{
	float: left;
}
.wpcf7-not-valid{
	border: 1px solid #D14E3A;
    border-bottom: 3px solid #D14E3A;
    color: #D14E3A;
}
.contact-form-adress {
    padding: 30px;
    background: #F4F4F4;
}
.contact-form-adress h3 {
    margin-top: 0;
	margin-bottom: 20px;
}
.contact-form-adress__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
    line-height: 1.4;
}
.contact-form-adress__row span{
	padding-left: 40px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 20px;	
}
.home-row{
	background-image: url(../bardal_images/icons/home.svg);
}
.phone-row{
	background-image: url(../bardal_images/icons/phone.svg);
}
/* Accaunt*/
.woocommerce-MyAccount-navigation li a{
	display: block;
    font-weight: 300;
    margin: 20px 0;
}
.woocommerce-MyAccount-navigation li.is-active a{
	font-weight: 500;
}
address{
	display: block;
	padding: 20px;
    font-weight: 300;
	font-style: normal;
    line-height: 35px;
}
.woocommerce-Address-title,
.woocommerce-order-details__title,
.woocommerce-column__title{
	background-color: #F4F4F4;
    padding: 10px 20px;
}
.woocommerce-MyAccount-content p{
	font-weight: 300;
    margin: 25px 0;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
	background-color: #FFD100 !important;
	color: #000 !important;

}
.woocommerce .coupon input.button{
	height: 35px;
}
.woocommerce-Address-title .edit {
    float: right;
    font-style: italic;
    text-decoration: underline;
	font-size: 14px;
}
.woocommerce #coupon_code{
	width: 110px !important;
    height: 35px;
}
.edit-account fieldset{
	padding: 30px;
}
.woocommerce table.shop_table,
.woocommerce .woocommerce-customer-details address{
	border-radius: 0 !important;
}
.woocommerce-notice{
	margin: 20px 0 60px;
    font-style: italic;
    font-size: 20px;
}
/* Search Results*/
.search-results .columns-4{
	justify-content: start;
}
/* 404 Page*/
.page-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.page-404__icon {
    width: 80px;
    height: 80px;
	background: url('../bardal_images/icons/smile.svg') no-repeat center center;
	background-size: contain;
}
.page-404__label {
    font-size: 164px;
    font-weight: 700;
    color: #FFD100;
    line-height: .8;
    margin-bottom: 40px;
}
.page-404__title {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}
.basket-return-button {
    border: 1px solid #BABABA;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}
.basket-return-button__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}
/* cookie*/
.CookieConsent {
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #131b2bed;
    color: #fff;
	font-weight: 600;
    padding: 20px;
    line-height: 25px;
    font-size: 12px;
}
.ConsentText{
	display: block;
	margin-bottom: 5px;
}
.ConsentLink {
	display: inline-block;
    background: none;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
    font-weight: 700;
	margin-bottom: 10px;
}
.ConsentButton{
	display: inline-block;
    background: none;
    border: 0;
    font-weight: 700;
    cursor: pointer;
    background-color: #FFD100;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}
/* popup */
textarea {
	width: 100%;
	resize: none;
}

/* Ставим кнопку по центру */

.content {
	text-align: center;
}

/* Стили для нашей кнопки */

button {
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 22px;
  text-decoration: none;
  margin: 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: 0;
}

button:active {
  box-shadow: 0px 1px 0px 0px;
}

button:focus {
	outline: none !important
}

/* Стили для содержимого popup окна */

input, textarea {
	color: #494949;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    margin: 0 0 10px;
	padding: 5px;
	line-height: 1.5;
}
.wpcf7-list-item-label{
	font-size: 12px;
	padding: 10px 0;
}
input:focus {
	border-color: #808080;
	outline: none;
}

textarea:focus {
	border-color: #808080;
	outline: none;
}

/* Кнопка */

.blue_btn {
  background-color: #55acee;
  box-shadow: 0px 5px 0px 0px #3C93D5;
}

/* Окно */

.overlay_popup {
	display:none;
	position:fixed;
	z-index: 999;
	top:0;
	right:0; 
	left:0;
	bottom:0;
	background:#000; 
	opacity:0.5;
}

.popup {
	display: none;
	position: fixed;
    top: 12%;
	z-index: 1000;
	left: 0;
	right: 0;
}

/* Ещё немного стилей для popup окна */

.object{
	position: relative;
	width: 300px;
	min-height: 300px;
	background-color: #eee;
	padding: 30px 50px;
	margin: 0 auto;
}
.popup  .wpcf7-submit{
	display: block;
	margin: 20px auto 0;
}
.popup h3{
	text-align: center;
}
.close-form{
	right: 10px;
    top: 20px;
	cursor: pointer;
}
@keyframes MoveUpDown{
40%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
20% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
}