/*
Theme Name: Vision Express Red Eye
Theme URI: https://mimasdesign.pl/
Author: Mimas Design
Version: 1.0
License: Commercial

*/



@font-face {
    font-family: Orgon-Bold;
    src: url(assets/fonts/Orgon-Bold.otf) format("opentype");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: Orgon-Regular;
    src: url(assets/fonts/Orgon-Regular.otf) format("opentype");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: Orgon-Medium;
    src: url(assets/fonts/Orgon-Medium.otf) format("opentype");
    font-weight: 400;
    font-style:normal
}

@font-face {
    font-family: Orgon-Light;
    src: url(assets/fonts/Orgon-Light.otf) format("opentype");
    font-weight: 400;
    font-style:normal
}




* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body {
	font-family: Orgon-Light, Arial;
    color: #191919;
    font-size: 15px;
/*
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
*/
    text-rendering:optimizeLegibility;
	scroll-behavior: smooth;
}





textarea:focus, input:focus{
    outline: none;
}




/***	GRID 		***/

.container {
	width: auto;
	max-width: 1200px;
    margin: 0 auto;
}


.container .row-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.button-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: Orgon-Bold;
    font-weight: 400;
    border-radius: 60px;
    transition: all .2s ease;
}
.button-link:hover {}

.button-link.button-biggest {
    font-size: 28px;
    padding: 15px 50px 12px;
}

.button-link.button-big {
    font-size: 20px;
    padding: 12px 45px 9px;
}

.button-link.button-medium {
    font-size: 16px;
    padding: 11px 30px 8px;
}
.button-link.button-small {
    font-size: 14px;
    padding: 7px 30px 5px;
}

.button-link.button-filled-red {
    color: #fff;
    background-color: #E5002B;
    border: 1px solid #E5002B;
}
.button-link.button-filled-red:hover {
    color: #E5002B;
    background-color: #fff;
}


.button-link.button-outline-grey {
    color: #E5002B;
    background-color: #fff;
    border: 1px solid #DDD;
}
.button-link.button-outline-grey:hover {
    color: #E5002B;
    border: 1px solid #E5002B;
}
.button-link.button-outline-red {
    color: #E5002B;
    background-color: #fff;
    border: 1px solid #E5002B;
}
.button-link.button-outline-red:hover {
    color: #fff;
    background-color: #E5002B;
}
    






/***	TOPBAR 		***/

.engi-header.bpr_header .bpr_top-row {
    background: #fff;
    position: relative;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}


.engi-header.bpr_header a {
    color: #191919;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}


.bpr_header.engi-header .bpr_container {
    width: auto;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
}
.bpr_container img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.engi-header.bpr_header .bpr_top-row .bpr_container {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1025px) {
    .engi-header.bpr_header .bpr_top-row .bpr_container {
        border-bottom: 1px solid #ddd;
        height: 110px;
    }
}

.engi-header.bpr_header .bpr_logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    max-width: 138px;
}
@media (min-width: 621px) {
    .engi-header.bpr_header .bpr_logo {max-width: 204px;}
}
@media (min-width: 1025px) {
    .engi-header.bpr_header .bpr_logo {max-width: 300px;}
}
.engi-header.bpr_header .bpr_logo img {
    width: 100%;
    max-width: 100%;
}


.engi-header.bpr_header .bpr_mobile-search {
position: absolute;
top: 20px;
right: 115px;
display: block;
cursor: pointer;
width: 20px;
}
@media (min-width: 621px) {
    .engi-header.bpr_header .bpr_mobile-search {right: 162px;}
}
@media (min-width: 1025px) {
    .engi-header.bpr_header .bpr_mobile-search {display: none;}
}
.engi-header.bpr_header .bpr_mobile-basket {
display: block;
position: absolute;
top: 16px;
right: 58px;
font-size: 14px;
padding-right: 0;
}
@media (min-width: 621px) {
    .engi-header.bpr_header .bpr_mobile-basket {right: 78px;}
}
@media (min-width: 1025px) {
    .engi-header.bpr_header .bpr_mobile-basket {display: none;}
}

.engi-header.bpr_header .bpr_mobile.bpr_button {
position: absolute;
right: 15px;
top: 16px;
cursor: pointer;
}
@media (min-width: 621px) {
    .engi-header.bpr_header .bpr_mobile.bpr_button {right: 20px;}
}
@media (min-width: 1025px) {
    .engi-header.bpr_header .bpr_mobile.bpr_button {display: none;}
}

.engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3 {
width: 28px;
height: 28px;
position: relative;
margin: 0;
transform: rotate(0);
transition: .25s ease-in-out;
cursor: pointer;
}

.engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #191919;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out;
}

.engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3 span:nth-child(1) {
top: 3px;
}
.engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3 span:nth-child(2), .engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3 span:nth-child(3) {
top: 13px;
}
.engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3 span:nth-child(4) {
top: 22px;
}

.engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3.menu_open span:nth-child(1) {
    top: 13px;
    width: 0;
    left: 50%;
}
.engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3.menu_open span:nth-child(2) {
   transform: rotate(45deg);
}
.engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3.menu_open span:nth-child(3) {
    transform: rotate(-45deg);
}
.engi-header.bpr_header .bpr_mobile.bpr_button #bpr_nav-icon3.menu_open span:nth-child(4) {
    top: 13px;
    width: 0;
    left: 50%;
}






.engi-header.bpr_header .bpr_top-menu {
display: none;
padding-top: 12px;
font-family: Arial;
width: 100%;
margin-right: auto;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
}
.engi-header.bpr_header .bpr_top-menu a,
.engi-header.bpr_header .bpr_mobile-top-menu a {
    text-transform: inherit;
}


@media (min-width: 1025px) {
    .engi-header.bpr_header .bpr_top-menu {
        display: -ms-flexbox;
        display: flex;
    }
}
.bpr_header .bpr_top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.engi-header.bpr_header .bpr_top-menu ul {
    margin: 0 -15px;
    padding: 0;
}
.bpr_header .bpr_top-menu ul li {
padding-left: 18px;
padding-right: 18px;
display: inline-block;
line-height: 1;
text-align: center;
}
.engi-header.bpr_header .bpr_top-menu ul li {
padding: 0 15px;
display: inline-block;
line-height: 1;
text-align: center;
}
.engi-header.bpr_header .bpr_top-menu ul li a {
color: #191919;
text-decoration: none;
font-size: 13px;
line-height: 15px;
}
.bpr_header .bpr_top-menu ul li a:hover,
.bpr_header .bpr_top-menu ul li:hover a
{
text-decoration: underline;
}

.engi-header.bpr_header .bpr_top-menu ul li img {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
opacity: .58;
width: 28px;
height: 28px;
}

.engi-header.bpr_header .bpr_top-menu ul li:nth-child(3) img {
    width: 46px !important;
}



.bpr_header #bpr_main-menu-container, .bpr_header .bpr_top-row {
transition-duration: .2s;
}
.engi-header.bpr_header #bpr_main-menu-container, .main-container, .main-margins {
margin: 0 auto;
width: auto;
max-width: 1200px;
}
.engi-header.bpr_header #bpr_main-menu-container {



max-width: 1200px;
left: 0;
right: 0;
height: auto;
z-index: 1000;

}


.engi-header.bpr_header .bpr_main-menu {
display: none;
position: fixed;
top: 43px;
width: auto;
left: 0;
right: 0;
height: auto;
overflow: scroll;
font-family: Orgon-Medium;
font-size: 14px;
background: #fff;
}
@media (min-width: 1025px) {
.engi-header.bpr_header .bpr_main-menu {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    overflow: visible;
    }
}

.engi-header.bpr_header .bpr_main-menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
position: relative;
color: #191919;
}

.engi-header.bpr_header .bpr_main-menu ul.bpr_level-1 {
padding-left: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 1025px){
.engi-header.bpr_header .bpr_main-menu ul.bpr_level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
}

.bpr_header .bpr_main-menu ul li {
font-size: 14px;
vertical-align: top;
float: left;
}
.engi-header.bpr_header .bpr_main-menu ul li {
font-size: 14px;
float: left;
border-bottom: 1px solid #e5e5e5;
border-top: 0;
-ms-flex-order: 1;
order: 1;
}
@media (min-width: 1025px) {
.engi-header.bpr_header .bpr_main-menu ul li {
border: 0;}
}
.bpr_header .bpr_main-menu ul li.bpr_has-children {
position: relative;
}
@media (min-width: 1025px) {
.bpr_header .bpr_main-menu ul li.bpr_has-children {
    position: static;}
}
.engi-header.bpr_header .bpr_main-menu ul .bpr_has-children {
cursor: pointer;
}



.bpr_header .bpr_main-menu ul li .bpr_item-wrapper {
position: relative;
padding-right: 20px;
line-height: 46px;
}


.engi-header.bpr_header .bpr_main-menu>ul li .bpr_item-wrapper a:focus, .engi-header.bpr_header .bpr_main-menu>ul li .bpr_item-wrapper a:hover {
text-decoration: none;
color: #e5002b;
}



    
.mobilemenu-container {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: scroll;
    z-index: 999;
}

.mobilemenu-container.clicked {display: block;}


@media (min-width: 1025px) {
    .mobilemenu-container, .mobilemenu-container.clicked {display: none;}
}

.mobilemenu-container .mobilemenu-wrapper {background: #fff;}


.mobilemenu-container .mobile-search-box {
    padding: 3px 18px 11px;
    border-bottom: 1px solid #e5e5e5;
}
.mobilemenu-container .mobile-search-box input {
    border-radius: 0;
}



.mobilemenu-container .mobile-menulist .bpr_level-1 li {
    border-bottom: 1px solid #e5e5e5;
}

.mobilemenu-container .mobile-menulist .bpr_has-children {
    display: flex;
    flex-flow: row wrap;
}


.mobilemenu-container .mobile-menulist .bpr_level-1 li .bpr_item-mobile-wrapper  {
    flex: 0 0 80%;
    max-width: 80%; 
}
.mobilemenu-container .mobile-menulist .bpr_level-1 li .bpr_mobilemenu-indicator {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}

.mobilemenu-container .mobile-menulist .bpr_level-1 li .bpr_mobilemenu-indicator::before {
    display: inline-block;
    position: absolute;
    right: 26px;
    width: 18px;
    height: 18px;
    content: "\f103";
    font-family: Flaticon;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #787878;
}
.mobilemenu-container .mobile-menulist .bpr_level-1 li .bpr_mobilemenu-indicator.clicked::before {
    content: "\f104";
}




.mobilemenu-container .mobile-menulist .bpr_level-1 li .bpr_item-mobile-wrapper a {
    position: relative;
    line-height: 46px;
    padding: 0 18px;
    font-size: 14px;
    font-family: Orgon-Medium;
    text-transform: uppercase;  
}

.mobilemenu-container .mobile-menulist.mobile-menulistcareer .bpr_level-1 li:last-child .bpr_item-mobile-wrapper a {
    position: relative;
    line-height: 46px;
    padding: 0 19px;
    font-size: 13px;
    font-family: Orgon-Medium;
    text-transform: inherit;  
}




.mobilemenu-container .mobile-menulist .bpr_level-1 li .bpr_level-2 {display: none}
.mobilemenu-container .mobile-menulist .bpr_level-1 li .bpr_mobilemenu-indicator.clicked + .bpr_level-2 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}




.mobilemenu-container .mobile-menulist .bpr_level-1 li .bpr_level-2 li {
    border-bottom: 0;
    border-top: 1px solid #e5e5e5;
}

.mobilemenu-container .mobile-menulist .bpr_level-1 li .bpr_level-2 li a {
    display: block;
    line-height: 44px;
    font-size: 14px;
    font-family: Orgon-Regular;
    text-transform: uppercase;
    padding-left: 50px;
}



.mobile-menulist2 ul li {
    box-sizing: border-box;
    border-color: #fff;
    height: 46px;
    font-family: Arial;
    font-size: 13px;
    border: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 18px;
}
.mobile-menulist2 ul li a {
color: #191919;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.mobile-menulist2 ul li a .bpr_mobile-top-menu-ico {
    text-align: left;
    display: inline-block;
    margin-right: 15px;
}
.mobile-menulist2 ul li a .bpr_mobile-top-menu-ico img  {
    width: 28px;
}

@media (min-width: 621px) {
    .mobile-menulist2 ul {
        display: flex;
        flex-flow: row wrap;
    }
    .mobile-menulist2 ul li {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
        margin: 0 0 10px;
    }
    .mobile-menulist2 ul li a {
        padding: 0 20px;
        text-align: left;
    }
    
}







.engi-header.bpr_header .bpr_main-menu ul li .bpr_item-wrapper {
position: relative;
line-height: 46px;
padding: 0 18px;
}
@media (min-width: 1025px) {
.engi-header.bpr_header .bpr_main-menu ul.bpr_level-1>li>.bpr_item-wrapper {
    padding: 0;}
}


.bpr_header .bpr_main-menu ul .bpr_menu-indicator {
display: none;
}
.engi-header.bpr_header .bpr_main-menu ul li .bpr_menu-indicator {
display: none;
}


.engi-header.bpr_header .bpr_main-menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
position: relative;
color: #191919;
}
.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2 {
opacity: 1;
visibility: visible;
display: none;
position: relative;
top: 0;
left: 0;
right: 0;
z-index: 10;
background: #fff;
font-size: 0;
border: 0;
}
@media (min-width: 1025px) {
.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2 {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 46px;
    transition: all .25s ease-in-out;}
}


.engi-header.bpr_header .bpr_main-menu ul li.bpr_has-children:hover .bpr_level-2 {
    opacity: 1; visibility: visible;
}




.bpr_header .bpr_main-menu ul.bpr_level-2>li {
min-width: 231px;
width: auto;
}
.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2>li {
width: 100%;
background: #fff;
border: 0;
border-top: 1px solid #e5e5e5;
}
@media (min-width: 1025px){
.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2>li {
    min-width: 230px;
    width: auto;
    border: 0;
    }
.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2>li.thin-width {
    min-width: 158px;
    width: auto;
    border: 0;
    }
}


.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2>li>a {
    display: block;
    line-height: 44px;
    font-size: 14px;
    font-family: Orgon-Regular;
    padding-left: 50px;
}
@media (min-width: 1025px) {
    .engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2>li>a {
    display: block;
    text-align: center;
    padding: 0;
    }
    .engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2>li>a:hover {
    background: #f6f6f6;
    padding-bottom: 1px;
    z-index: 1;
    position: relative;
    font-family: Orgon-Bold;
    text-decoration: underline;
    }
}

.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-3 {
opacity: 0;
visibility: hidden;
overflow-x: hidden;
position: absolute;
left: 0;
right: 0;
top: 44px;
padding-top: 51px;
padding-bottom: 35px;
background: #f6f6f6;
transition: all .25s ease-in-out;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2 > li:hover .bpr_level-3 {
    opacity: 1;
    visibility: visible;
}

    .engi-header.bpr_header .bpr_main-menu ul li .bpr_level-2 > li:hover >a {
            background: #f6f6f6;
        padding-bottom: 1px;
        z-index: 1;
        position: relative;
        font-family: Orgon-Bold;
        
        
}




.bpr_header .bpr_main-menu ul.bpr_level-3>li {
    min-width: 231px;
    width: auto;
}
.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-3>li {
    float: none;
    min-width: auto;
}
.bpr_header .bpr_main-menu ul.bpr_level-3>li:last-of-type {
border-right: 0;
}

.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-3 .bpr_item-wrapper {
    position: relative;
    margin-top: -37px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    line-height: 42px;
    font-family: Orgon-Regular;
    text-transform: uppercase;
}


@media (min-width: 1025px) {
.engi-header.bpr_header .bpr_main-menu ul.bpr_level-2>li:hover .bpr_level-3 {
    visibility: visible;
    opacity: 1;
    border-radius: 0 0 25px 25px;
    }
}





.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-4 {
    font-size: 0;
    max-height: 280px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 25px;
}

.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-4 li {
    display: block;
    padding-left: 0;
    float: none;
}
.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-4 li a {
padding-top: 3px;
padding-bottom: 3px;
font-family: Orgon-Light;
font-size: 14px;
display: block;
padding-right: 10px;
text-transform: uppercase;
}
.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-4 li a:hover {
    text-decoration: underline;
}

.bpr_header .bpr_main-menu ul.bpr_level-4 .bpr_frame-wrapper {
width: 50px;
text-align: left;
display: inline-block;
}

header a:hover {
text-decoration: underline;
}

.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-4 .item-icon {
    width: 50px;
    text-align: left;
    display: inline-block;
}
.engi-header.bpr_header .bpr_main-menu ul li .bpr_level-4 .item-icon img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}







.engi-header.bpr_header .bpr_main-menu .bpr_mobile-top-menu {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (min-width: 1025px) {
    .engi-header.bpr_header .bpr_main-menu .bpr_mobile-top-menu {
        display: none;
    }

        
    
}


.engi-header.bpr_header #bpr_main-menu-container, .main-container, .main-margins {
margin: 0 auto;
width: auto;
max-width: 1200px;
}


@media (max-width: 1160px) {
    .engi-header.bpr_header .bpr_top-row {
        margin: 0 auto;
    }    
    
.engi-header.bpr_header #bpr_main-menu-container, .main-container, 
.bpr_header.engi-header .bpr_container.main-margins {
    margin: 0 20px;
    }
}



.engi-header.bpr_header .bpr_main-menu ul li.bpr_search-item {
cursor: default;
-ms-flex-order: 0;
order: 0;
border-left: 0;
border-right: 0;
}
@media (min-width: 1025px) {
 .engi-header.bpr_header .bpr_main-menu ul li.bpr_search-item {
    width: 19%;
    -ms-flex-order: 1;
     order: 1;
    }
}


.topbar-form-box {
    border: 0;
    height: 44px;
    background: #f6f6f6;
    border-radius: 25px;
}

.topbar-form-box form {
    display: flex;
    align-items: center;
    height: 44px;
}

.topbar-form-box .search-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    padding: 0 20px;
}
.topbar-form-box .search-box::before {
    position: absolute;
    top: -1px; right: 15px;
    width: 20px;
    text-align: center;
    background: #f6f6f6;
    display: block;
    content: "\f105";
    font-family: Flaticon;
    font-size: 16px;
    font-style: normal;
    color: #787878;
}

.topbar-form-box input {
    background: #f6f6f6;
    border: 0;
    box-sizing: border-box;
}

.topbar-form-box input[type=text] {
    -webkit-appearance: textfield;
    flex: 0 0 85%;
    max-width: 85%;
    font-size: 13px;
    font-weight: 300;
    font-family: Orgon-Light;
}

.topbar-form-box input[type=submit] {
    flex: 0 0 20px;
    max-width: 20px;
    text-align: center;
    background: rgba(0,0,0,0.0);
    color: #fff;
    position: relative;
    cursor: pointer;
}








header {
    background: #fff;
    height: 40px;
    position: relative;
    transition: top 0.2s ease-in-out;
    width: 100%;
}

.nav-up {
    top: 20px;
}




/*

header {margin-bottom: 40px}

header .container {
	background: #f6f6f6;
    text-align: center;
    padding: 20px 0;
    color: #787878;
}

header .new-form input {

    padding: 10px 20px;
    border: 1px solid #ddd;
    width: 200px;
    border-radius: 4px;
    box-sizing: border-box;
}

header .new-form input[type=search] {-webkit-appearance: textfield;}

header .new-form input[type=submit] {
    width: 150px;
    text-align: center;
    background: #E5002B;
    color: #fff;
}
*/
    


.engi-header.bpr_header .bpr_mobile-basket img {
width: 38px;
padding-right: 10px;
}







/***	MAIN 	 ***/

main {
    margin-top: 180px;
	margin-bottom: 130px;
     -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.page-template-page-brand main {
    margin-top: 180px
}





/**		POST LAYOUT	PROMOTION	**/

.post-layout h1 {
    font-size: 34px;
    font-family: Orgon-Bold;
    font-weight: 400;
}
.post-layout .subtitle {
    margin-bottom: 30px
}
.post-layout .content {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 170%;
}
.post-layout .content h1,
.post-layout .subtitle h1 {
    font-size: 34px;
    font-family: Orgon-Bold;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}
.post-layout .content h2,
.post-layout .subtitle h2 {
    font-size: 24px;
    font-family: Orgon-Medium;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 25px;
}
.post-layout .content h3,
.post-layout .subtitle h3 {
    font-size: 20px;
    font-family: Orgon-Medium;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.post-layout .content h4,
.post-layout .subtitle h4 {
    font-size: 18px;
    font-family: Orgon-Medium;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.post-layout .content h5,
.post-layout .subtitle h5 {
    font-size: 16px;
    font-family: Orgon-Bold;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.post-layout .content h6,
.post-layout .subtitle h6 {
    font-size: 13px;
    font-family: Orgon-Bold;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 5px;
    text-transform: uppercase;
}


.post-layout .content p,
.post-layout .subtitle p {
    font-size: 16px;
    font-family: Orgon-Light;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 15px;
}
.post-layout .content p a,
.post-layout .subtitle p a {
    color: #E5002B;
    text-decoration: none;
    font-family: Orgon-Regular;
    font-weight: 400;
}
.post-layout .content p a:hover,
.post-layout .subtitle p a:hover {
    text-decoration: underline;
}

.post-layout .content strong,
.post-layout .subtitle strong {
    font-family: 'Orgon-Bold';
    font-weight: 400;
}
.post-layout .content ul,
.post-layout .content ol,
.post-layout .subtitle ul,
.post-layout .subtitle ol {margin: 0 0 30px 40px;}

.post-layout .content .block-item {
    padding-bottom: 40px;
}

.post-layout .content img {
    max-width: 100%;
    height: auto;
}


.post-layout blockquote {
    margin: 30px 0 60px;
    padding: 30px 30px;
    border: 1px solid #E5002B;
    position: relative;
    font-size: 16px;
}
.post-layout blockquote::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 10px;
    width: 50px;
    height: 20px;
    background: url('assets/images/bpr_text_quote.png') center center no-repeat #FFF;
}
.post-layout blockquote::after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: 10px;
    width: 50px;
    height: 20px;
    background: url('assets/images/bpr_text_quote.png') center center no-repeat #FFF;
}





.post-layout .content table {
    width: 100%;
    padding: 40px 0;
    border-collapse: collapse;
}
.post-layout .content table tr {}

.post-layout .content table td {
    padding: 15px 20px;
    width: auto;
    border-bottom: 1px solid #ddd;
}
.post-layout .content table td:first-child {font-family: Orgon-Medium; font-weight: 400;}
.post-layout .content table tr:hover td {
    background: #f6f6f6;
}
.post-layout .content table tr:first-child td {
    background: #E5002B;
    color: #fff;
    font-family: Orgon-Bold;
    font-weight: 400;
}
.post-layout .content table tr:first-child:hover td {
    background: #E5002B;
}
.post-layout .content table .wptb-ph-element {
margin-top: 0;
margin-bottom: 0;
padding: 10px 15px;
}




.post-layout .cover-banner {
    margin-bottom: 40px;
}
.post-layout .cover-banner-rwd {
    display: none;
}
.post-layout .cover-banner img {
	width: 100%;
    height: auto;
}
.post-layout article .title {
    margin-bottom: 30px;
}



.post-promotion-layout article {
    flex: 0 0 62%;
    max-width: 62%;
    height: auto;
}


.post-layout .content .block-item.block-of-photos img {
    width: 100%;
    height: auto;
}

.post-layout article .appointmentbox {
    border: 1px solid #DDD;
    padding: 35px 35px 45px;
    border-radius: 6px;
    position: relative;
}
.post-layout article .appointmentbox h3 {
    font-size: 26px;
    font-family: Orgon-Bold;
    font-weight: 400;
    text-align: center;
}
.post-layout article .appointmentbox .desc {
    font-size: 16px;
    font-family: Orgon-Light;
    font-weight: 400;
    line-height: 170%;
    text-align: center;
    width: 75%;
    margin: 10px auto 20px
}
.post-layout article .appointmentbox .button-box {
    text-align: center;
}
.post-layout article .appointmentbox .button-link {padding-left: 40px; padding-right: 40px;}
.post-layout article .appointmentbox a::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%; height: 100%;
    background: rgba(25, 25, 25, 0);
    content: "";
}







.post-promotion-layout article .redbox {display: none;}



.post-promotion-layout aside {
    
    position: -webkit-sticky;
	position: sticky;
	top: 200px;
	opacity: 1;
    height: 25vh;
    flex: 0 0 31%;
    max-width: 31%;
    padding-top: 15px;
    height: 100%;
}


.post-promotion-layout aside .redbox, 
.post-promotion-layout article .redbox {
-webkit-transition: .3s;
transition: .3s;
border: 1px solid #E5002B;
padding: 35px 35px 45px;
border-radius: 6px;
}
.post-promotion-layout aside .redbox h3,
.post-promotion-layout article .redbox h3 {
    font-family: Orgon-Light;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px
}
.post-promotion-layout aside .redbox .promotion-date,
.post-promotion-layout article .redbox .promotion-date {margin-bottom: 20px;}

.post-promotion-layout aside .redbox .promotion-date span, 
.post-promotion-layout article .redbox .promotion-date span{
    display: block;
    font-family: Orgon-Medium;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 5px;
}
.post-promotion-layout aside .redbox .promotion-rules,
.post-promotion-layout article .redbox .promotion-rules {
    font-size: 15px;
}
.post-promotion-layout aside .redbox .promotion-rules p,
.post-promotion-layout article .redbox .promotion-rules p{
    margin-bottom: 0;
    font-size: 15px;
}

.post-promotion-layout aside .redbox .promotion-rules a,
.post-promotion-layout article .redbox .promotion-rules a{
    color: #191919;
    line-height: 180%;
    text-decoration: underline;
    font-size: 15px;
}
.post-promotion-layout aside .redbox .promotion-rules a:hover,
.post-promotion-layout article .redbox .promotion-rules a:hover {
    color: #E5002B;
}

.post-promotion-layout aside .redbox .promotion-buttons,
.post-promotion-layout article .redbox .promotion-buttons {margin-top: 30px;}

.post-promotion-layout aside .redbox .promotion-buttons .button-link,
.post-promotion-layout article .redbox .promotion-buttons .button-link {
    display: block;
    margin-bottom: 25px;
}

.post-promotion-layout aside .redbox .promotion-buttons .button-medium .button-link,
.post-promotion-layout article .redbox .promotion-buttons .button-medium .button-link {
    font-size: 16px;
    padding: 11px 30px 8px;
    color: #fff;
    background-color: #E5002B;
    border: 1px solid #E5002B;
}
.post-promotion-layout aside .redbox .promotion-buttons .button-medium .button-link:hover,
.post-promotion-layout article .redbox .promotion-buttons .button-medium .button-link:hover {
    color: #E5002B;
    background-color: #fff;
}
.post-promotion-layout aside .redbox .promotion-buttons .button-small .button-link,
.post-promotion-layout article .redbox .promotion-buttons .button-small .button-link {
    font-size: 14px;
    padding: 7px 30px 5px;
    color: #E5002B;
    background-color: #fff;
    border: 1px solid #DDD;
}
.post-promotion-layout aside .redbox .promotion-buttons .button-small .button-link:hover,
.post-promotion-layout article .redbox .promotion-buttons .button-small .button-link:hover {
    color: #E5002B;
    border: 1px solid #E5002B;
}



.post-promotion-layout aside .redbox .promotion-buttons .button-box:last-child .button-link,
.post-promotion-layout article .redbox .promotion-buttons .button-box:last-child .button-link {
	margin-bottom: 0
}




/**		PRODUCTS CAROUSEL	**/

.post-template article .carusel-box {margin: 30px 40px 80px;}
.post-template article .products-carousel {position: relative; width: 110%; left: -5%;}
/*.post-template article .products-carousel .owl-stage {display: flex; left: 2px;}*/
.post-template article .products-carousel .owl-nav {
    position: absolute;
    top: 36%;
    width: calc(100% + 80px);
    left: -40px;
    z-index: -1;
    display: flex;
    justify-content: space-between;
}
.post-template article .products-carousel .owl-nav button {width: 40px;}
.post-template article .products-carousel .owl-nav button span {font-size: 40px;}
.post-template article .products-carousel .owl-dots {margin-top: 20px;text-align: center;}
.post-template article .products-carousel .owl-dots button {display: inline-block;}
.post-template article .products-carousel .owl-dots button span {
    display: block;
    width: 14px;
    height: 14px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
}
.post-template article .products-carousel .owl-dots button.active span {background: #E5002B;}
.post-template article .products-carousel .item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    
/*    border: 1px solid #ddd;*/
    padding: 1px;
    text-align: center;
    height: 100%;
    position: relative;
}
.post-template article .products-carousel .item .item-wrapper {
    border: 1px solid #ddd;
    padding: 25px 30px 35px;
    border-radius: 4px;
    
}
.post-template article .products-carousel .product-name {
    font-family: 'Orgon-Bold';
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    margin-bottom: 15px;
}
.post-template article .products-carousel .product-name span {
    display: block;
    font-family: 'Orgon-Light';
    color: #787878;
    padding-top: 5px;
}
.post-template article .products-carousel .product-thumb {
    margin-bottom: 20px;
}
.post-template article .products-carousel .product-price {
    margin-bottom: 20px;
}
.post-template article .products-carousel .product-price span {
    display: block;
    font-family: 'Orgon-Light';
}
.post-template article .products-carousel .product-price .old-price {
    color: #787878;
    font-size: 16px;
    height: 26px;
    text-decoration: line-through;
}
.post-template article .products-carousel .product-price .final-price {
    color: #191919;
    font-size: 24px;
}
.post-template article .products-carousel .button-box a {width: 80%;}
.post-template article .products-carousel .button-box a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(255, 255, 255, 0);
}

.post-template article .products-carousel.products-carousel-variant2 .product-name {
    text-align: left;
    width: 100%;
}
.post-template article .products-carousel.products-carousel-variant2 .col-half {
    flex: 0 0 50%;
    max-width: 50%;
    align-self: center;
}
.post-template article .products-carousel.products-carousel-variant2 .col-half:nth-child(2) {
    flex: 0 0 45%;
    max-width: 45%;
}
.post-template article .products-carousel.products-carousel-variant3 .product-name {
    width: 100%;
    white-space: normal;
	overflow: visible;
	text-overflow: inherit;
}
.post-template article .products-carousel.products-carousel-variant3 .col-half {
    flex: 0 0 50%;
    max-width: 50%;
    align-self: center;
}
.post-template article .products-carousel.products-carousel-variant3 .col-half:nth-child(2) {
    flex: 0 0 45%;
    max-width: 45%;
}










/**		PAGE LAYOUT	PROMOTION	**/

.promotion-best {
	
}
.promotion-best h3 {
    font-size: 26px;
    font-family: Orgon-Bold;
    font-weight: 400;
}
.promotion-best .promotion-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}
}
.promotion-best .promotion-item:last-child {
    margin-top: 0;
}
.promotion-best .promotion-item .post-image {
	flex: 0 0 60%;
	max-width: 60%;
    overflow: hidden;
    transition: transform ease 200ms;
}

.promotion-best .promotion-item:hover .post-image {
    transform: translateX(20px)
}
.promotion-best .promotion-item .post-image img {
	width: 100%;
	height: auto;
    border-radius: 6px;
    transform: scale(1);
    
}


.promotion-best .promotion-item .post-meta {
	flex: 0 0 40%;
	max-width: 40%;
	padding: 0 4%;
	display: flex;
}
.promotion-best .promotion-item .post-meta .text-box  {
	align-self: center;
    width: 100%;
}

.promotion-best .promotion-item .post-title {
	font-family: Orgon-Regular;
	font-weight: 400;
	font-size: 26px;
    color: #191919;
	line-height: 140%;
    text-decoration: none;
	margin-bottom: 25px;
    position: relative;
    display: inline-block;
    z-index: 4
}
.promotion-best .promotion-item .post-title:hover {text-decoration: underline;}

.promotion-best .promotion-item .expirationdate {}
.promotion-best .promotion-item .button-box {
	margin-top: 40px;
    position: relative;
    z-index: 5;
}
.promotion-best .promotion-item .button-box a {width: 66%;}

.promotion-best .promotion-item:nth-child(odd) .post-image {order: 2;}
.promotion-best .promotion-item:nth-child(odd) .post-meta {order: 1;}


.promotion-best .promotion-item .post-link {
    position: absolute;
    top:0; bottom: 0; right: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 2;
    display: block;
    content: "";
}





.promotion-carusels {
	margin-top: 100px;
}
.promotion-carusels h3 {
    font-size: 26px;
    font-family: Orgon-Bold;
    font-weight: 400;
}
.promotion-carusels .carusel-box {margin: 30px 40px 0;}

.promotion-carusels .carusel-box .owl-stage {display: flex; left: 2px;}

.promotion-carusels .carusel-box .owl-nav {
    position: absolute;
    top: 39%;
    width: calc(100% + 80px);
    left: -40px;
    z-index: -1;
    display: flex;
    justify-content: space-between;
}
.promotion-carusels .carusel-box .owl-nav button {width: 40px;}
.promotion-carusels .carusel-box .owl-nav button span {font-size: 40px;}


.promotion-carusels .carusel-box .owl-dots {
    margin-top: 40px;
    text-align: center;
}
.promotion-carusels .carusel-box .owl-dots button {display: inline-block;}
.promotion-carusels .carusel-box .owl-dots button span {
    display: block;
    width: 14px;
    height: 14px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
}
.promotion-carusels .carusel-box .owl-dots button.active span {
    background: #E5002B;
}

.promotion-carusels .carusel-box .post-item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 40px 30px 60px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    height: 100%;
    position: relative;
}
.promotion-carusels .carusel-box .item-box {
    transform: translateY(20px);
    transition: all 200ms ease;
    text-align: center;
}
.promotion-carusels .carusel-box .post-item img {
    width: 64px;
    height: auto;
    margin: 0 auto 30px;
}
.promotion-carusels .carusel-box .post-item .promo-value {
    display: block;
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 28px;
}
.promotion-carusels .carusel-box .post-item .promo-desc {
    display: block;
    padding: 15px 0 20px;
    font-size: 15px;
    font-family: 'Orgon-Light';
    font-weight: 400;
    line-height: 160%;
}
.promotion-carusels .carusel-box .post-item .promo-desc strong {font-family: 'Orgon-Bold'; font-weight: 400; }
.promotion-carusels .carusel-box .post-item .button-box {
    opacity: 0;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    
}
.promotion-carusels .carusel-box .post-item .button-link {
    transition: all 200ms ease;
    width: 100%;
}
.promotion-carusels .carusel-box .post-item:hover {
    border: 1px solid #E5002B;
}
.promotion-carusels .carusel-box .post-item:hover .item-box {
    transform: translateY(0);
}
.promotion-carusels .carusel-box .post-item:hover .button-box {
    opacity: 1;
}

.promotion-carusels .carusel-box .post-item:hover .tile-link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-decoration: none;
    background: rgba(255, 255, 255, 0);
}





.page-template-page-promotions .vc-banner {
    display: none;
}


.newsletter-banner,
.vc-banner {
    background: #f6f6f6;
    border-radius: 6px;
    padding: 30px 40px 40px;
    margin-top: 100px;
    position: relative;
}

.newsletter-banner h3,
.newsletter-banner .description,
.newsletter-banner .button-box {
/*    position: relative;*/
    z-index: 2;
	
}
.newsletter-banner h3,
.vc-banner h3 {
    font-size: 26px;
    font-family: Orgon-Medium;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.vc-banner h3 {
	font-size: 15px;
}
.vc-banner h3 {color: #191919;}
.newsletter-banner .description,
.vc-banner .description {
    text-align: center;
    color: #fff;
    padding: 20px 0 30px;
    line-height: 160%;
    position: relative;
}
.vc-banner .description a {color: #E5002B; text-decoration: none;}
.vc-banner .description {color: #191919;}
.newsletter-banner .button-box,
.vc-banner .button-box {text-align: center;}
.newsletter-banner .button-box a,
.vc-banner .button-box a {width: 30%;}

.newsletter-banner .button-box .button-link.button-filled-red:hover {
    border-color: #fff;
}


.newsletter-banner .button-box a::before,
.vc-banner .button-box a::before {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 100%; height: 100%;
    content: "";
}



.vc-banner .logo-box {text-align: center;}
.vc-banner .logo-box .logo-vc {
    height: 40px;
    width: auto;
    display: inline-block;
}
.vc-banner .description .row-list {
	margin: 20px auto 10px;
	width:70%;
}
.vc-banner .description .list-box {
	flex: 0 0 47%;
	max-width: 47%;
}
.vc-banner .description .list-box ul {
	list-style-type: none;
}
.vc-banner .description .list-box ul li {
	position: relative;
	padding-left: 30px;
	text-align: left;
}
.vc-banner .description .list-box ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: Flaticon;
	font-weight: normal;
	content: "\f102";
	color: #E5002B;
}
.parallax-window {
/*    height: 300px;*/
    background: transparent;
    padding: 50px 40px 60px;
}
.parallax-mirror {position: relative; border-radius: 6px;}
.parallax-mirror::before {
    position: absolute;
    display: block;
    content: "";
    top: -10%;
    left: -5%;
    width: 110%;
    height: 120%;
    background: rgba(0, 0, 0, 0.60);
    z-index: 1;
}


.device-ios .newsletter-banner,
.device-android .newsletter-banner {
position: relative;
overflow: hidden;
}

.device-ios .newsletter-banner::before,
.device-android .newsletter-banner::before {
    position: absolute;
    display: block;
    content: "";
    top: -10%;
    left: -5%;
    width: 110%;
    height: 120%;
    background: rgba(0, 0, 0, 0.60);
    z-index: 1;
}



/**     PAGAE LAYOUT TIPS       **/

.tips-best {}
.tips-best h3 {
    font-size: 26px;
    font-family: Orgon-Bold;
    font-weight: 400;
    margin-bottom: 30px;
}
.tips-best .tips-slider {margin-bottom: 50px}

.tips-best .tips-carousel .slide-item {
    position: relative;
}
.tips-best .tips-carousel .slide-item .post-cover {}
.tips-best .tips-carousel .slide-item .post-cover img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.tips-best .tips-carousel .slide-item .post-box {
    position: absolute;
    z-index: 2;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 25%;
    transition: background-color 100ms ease-in-out;
}
.tips-best .tips-carousel .slide-item:hover .post-box {
    background-color: rgba(0,0,0,0.6);
}


.tips-best .tips-carousel .slide-item .post-meta {flex: 0 0 100%; max-width: 100%;}
.tips-best .tips-carousel .slide-item .post-meta .post-title,
.tips-best .tips-carousel .slide-item .post-meta .post-published,
.tips-best .tips-carousel .slide-item .post-meta .button-box {
    text-align: center;
    
}
.tips-best .tips-carousel .slide-item .post-meta .post-title {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
    
}
.tips-best .tips-carousel .slide-item .post-meta .post-published {
    font-family: 'Orgon-Regular';
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
}
.tips-best .tips-carousel .slide-item .post-meta .button-box .button-link {width: 40%;}
.tips-best .tips-carousel .slide-item .post-meta .button-box .button-link::before {
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 100%; height: 100%;
    content: "";
    background-color: rgba(0,0,0,0);
}

.tips-best .tips-carousel .slide-item:hover .post-meta .button-box .button-link.button-filled-red {
    border-color: #fff;
}


.tips-best .tips-carousel .owl-nav button {
    position: absolute;
    width: 60px;
    top: 40%;
}
.tips-best .tips-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.2);
    
}
.tips-best .tips-carousel .owl-nav button:nth-child(1) {
    left: 0;
}
.tips-best .tips-carousel .owl-nav button:nth-child(2) {
    right: 0;
}
.tips-best .tips-carousel .owl-nav button span {
    color: #fff;
    font-size: 40px;
}
.tips-best .tips-carousel .owl-dots {
    margin-top: 25px;
    text-align: center;
}
.tips-best .tips-carousel .owl-dots button {display: inline-block;}
.tips-best .tips-carousel .owl-dots button span {
    display: block;
    width: 14px;
    height: 14px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
}
.tips-best .tips-carousel .owl-dots button.active span {
    background: #E5002B;
}

.tips-best .tips-featured {margin-bottom: 80px;}
.tips-best .tips-featured .post-item:nth-child(1) {
    flex: 0 0 63%;
    max-width: 63%;
}
.tips-best .tips-featured .post-item:nth-child(2) {
    flex: 0 0 35%;
    max-width: 35%;
}
.tips-best .tips-featured .post-item .post-cover {margin-bottom: 15px;}
.tips-best .tips-featured .post-item .post-cover img {width: 100%; height: 320px; object-fit: cover; border-radius: 6px;}
.tips-best .tips-featured .post-item .post-title {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    padding-right: 5%;
    margin-bottom: 10px;
}
.tips-best .tips-featured .post-item .post-published {font-family: 'Orgon-Regular'; font-weight: 400; margin-bottom: 20px;}
.tips-best .tips-featured .post-item .post-desc {
    margin-bottom: 20px;
    line-height: 160%;
    padding-right: 10%;
}
.tips-best .tips-featured .post-item:nth-child(2) .post-desc {display: none;}
.tips-best .tips-featured .post-item .button-box .button-link {
    padding-left: 50px;
    padding-right: 50px;
} 

.tips-best .tips-list-other {flex: 0 0 63%; max-width: 63%;}
.tips-best .tips-list-other .post-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}
.tips-best .tips-list-other .post-item .post-cover {flex: 0 0 40%;max-width: 40%;}
.tips-best .tips-list-other .post-item .post-cover img {width: 100%; height: 14vw; object-fit: cover; border-radius: 6px;}
.tips-best .tips-list-other .post-item .post-meta {flex: 0 0 55%;max-width: 55%; padding-right: 5%; position: relative;}
.tips-best .tips-list-other .post-item .post-title {
    font-family: 'Orgon-Medium';
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 10px;
}
.tips-best .tips-list-other .tips-featured .post-item .post-title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
}

.tips-best .tips-list-other .post-item .post-published {margin-bottom: 20px;}

.tips-best .tips-list-other .post-item .post-meta .button-box a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0);
}



.tips-best .tips-list-other .tips-featured .post-item:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
}
.tips-best .tips-list-other .tips-featured .post-cover {
    flex: 0 0 100%;
    max-width: 100%;
}
.tips-best .tips-list-other .tips-featured .post-cover img {height: 100%;}
.tips-best .tips-list-other .tips-featured .post-item .post-meta {
    flex: 0 0 100%;
    max-width: 100%;
}


.tips-best aside {
    flex: 0 0 35%; max-width: 35%;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 30px 25px 35px;
}
.tips-best aside h3 {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}
.tips-best aside .categories-list ul {padding: 0; margin: 0; list-style-type: none;}
.tips-best aside .categories-list ul li {margin-bottom: 10px;}
.tips-best aside .categories-list a {
    color: #191919;
    background-color: #fff;
    border: 1px solid #E5002B;
    font-size: 14px;
    padding: 7px 30px 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: Orgon-Bold;
    font-weight: 400;
    border-radius: 60px;
    transition: all .2s ease;
}
.tips-best aside .categories-list a:hover {
    color: #fff;
    background-color: #E5002B;
}

.tips-best aside .categories-list .button-outline-red {color: #191919;}
.tips-best aside .categories-list .button-outline-red:hover {color: #fff;}
.tips-best aside .categories-list + .tags-list {margin-top: 40px;}
.tips-best aside .tags-list ul {padding: 0; margin: 0; list-style-type: none;}
.tips-best aside .tags-list ul li {display: inline-block; margin-bottom: 5px; margin-right: 10px;}
.tips-best aside .tags-list ul li a {color: #191919; text-decoration: none; font-size: 15px !important;}
.tips-best aside .tags-list ul li a:hover {color: #E5002B; text-decoration: underline;}
.tips-best aside .tags-list ul li a::before {content: '#'}

.tips-best aside .additional-panel {margin-top: 40px;}
.tips-best aside .additional-panel img {
    width: 100%;
    height: auto;
}
.tips-best aside .additional-panel p {
    font-size: 14px; 
    line-height: 1.6;
}
.tips-best aside .additional-panel h2 {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 15px;
}
.tips-best aside .additional-panel h3 {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}
.tips-best aside .additional-panel strong {
    font-family: 'Orgon-Bold';
    font-weight: 400;
}
.tips-best aside .additional-panel a {
    color: #E5002B;
    text-decoration: none;
}
.tips-best aside .additional-panel a:hover {
    text-decoration: underline;
}







/**     POST LAYOUT TIP     **/


.post-tip-layout .main-content {
    justify-content: center;
}
.post-tip-layout .main-content article {
    flex: 0 0 73%;
    max-width: 73%;
    height: auto;
}
/*
.post-layout .post-tip-layout article .title {
    margin-bottom: 30px;
}
*/
.post-layout.post-tip-layout article .post-info {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.post-layout.post-tip-layout article .post-info .avatar {
    flex: 0 0 70px;
    max-width: 70px;
}
.post-layout.post-tip-layout article .post-info .avatar img {
    width: 54px; height: 54px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.post-layout.post-tip-layout article .post-info .post-meta {
    flex: 0 0 auto;
    max-width: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-self: center;
}
.post-layout.post-tip-layout article .post-info .post-meta .autor {
    font-family: 'Orgon-Medium';
    font-weight: 400;
}
.post-layout.post-tip-layout article .post-info .post-meta .date,
.post-layout.post-tip-layout article .post-info .post-meta .categories_tags {
    font-family: 'Orgon-Regular';
    font-weight: 400;
    padding: 0 0 0 15px;
    color: #aaa;
}
.post-layout.post-tip-layout article .post-info .post-meta .date::before,
.post-layout.post-tip-layout article .post-info .post-meta .categories_tags::before {
    content: '|';
    padding-right: 15px;
}
.post-layout.post-tip-layout article .post-info .post-meta .categories_tags a {
    color: #aaa;
    text-decoration: none;
}
.post-layout.post-tip-layout article .post-info .post-meta .categories_tags.tags-list a::before {
    content: "#"
}


.post-layout.post-tip-layout article .post-info .post-meta .categories_tags a:hover {text-decoration: underline;}
.post-layout.post-tip-layout article .image-box {margin: 40px 0 60px}
.post-layout.post-tip-layout article .image-box img {
    width: 100%;
    height: auto;
}












/**		COMMON SECTIONS		**/

.latest-article {
    margin-top: 100px;
}
.latest-article h3 {
    font-size: 26px;
    font-family: Orgon-Bold;
    font-weight: 400;
}
.latest-article .latest-article-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 25px;
}
.latest-article .latest-article-list::after {
    content: "";
    flex: 0 0 auto;
    max-width: 32%;
    width: 32%;
    
}


.latest-article .latest-article-list .article-item {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 4vw;
    position: relative;
    padding-bottom: 50px;
}
.latest-article .latest-article-list .article-item .article-thumbail {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 15px;
}
.latest-article .latest-article-list .article-item .article-thumbail img {
    width:100%;
    height: auto;
    transform: scale(1);
    transition: all .2s ease;
    border-radius: 4px;
}
.latest-article .latest-article-list .article-item .article-thumbail:hover img {
    transform: scale(1.1);
}
.latest-article .latest-article-list .article-item h4 a {
    font-size: 18px;
    font-family: Orgon-Medium;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    color: #191919;
}
.latest-article .latest-article-list .article-item .button-box {
    position: absolute;
    bottom: 0;
    left:0;
}

.latest-article .latest-article-list .article-item.seemore-item .article-thumbail .seemore-link {
    display: block;
    border: 1px solid #E5002B;
    border-radius: 4px;
    position: relative;
    transition: all 150ms ease-out;
}
.latest-article .latest-article-list .article-item.seemore-item .article-thumbail a .seemore-link-text  {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.latest-article .latest-article-list .article-item.seemore-item .article-thumbail a .seemore-link-text span {
    display: block;
    line-height: 140%;
    font-size: 18px;
    font-family: Orgon-Medium;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    color: #E5002B;
}
.latest-article .latest-article-list .article-item.seemore-item .article-thumbail a div::after {
    display: inline-block;
    position: relative;
    top: -3px;
    right: 0;
    margin-left: -20px;
    opacity: 0;
    content: "\f101";
    font-family: "Flaticon";
    font-size: 40px;
    line-height: 40px;
    transition: all 150ms ease;
    color: #fff;
    
}
.latest-article .latest-article-list .article-item.seemore-item .article-thumbail a:hover {
    background: #E5002B;
}
.latest-article .latest-article-list .article-item.seemore-item .article-thumbail a:hover span {
    color: #fff;
}
.latest-article .latest-article-list .article-item.seemore-item .article-thumbail a:hover div::after {
    margin-left: 20px;
    opacity: 1;
}



.additional-text {
    border-top: 1px solid #ddd;
    margin-top: 3vw;
    padding: 30px 0 0;
}
.additional-text p {
    font-size: 13px;
    line-height: 160%;
    color: #787878;
}
.additional-text a {
    text-decoration: underline;
    color: #787878;
}
.additional-text a:hover {
    text-decoration: underline;
    color: #E5002B;
}
.additional-text strong {
    font-family: Orgon-Bold;
    font-weight: 400;
}




/***   TAGS PAGE   ***/


.archive.tag {}
.archive.tag h3::before {
    content: "#";
}








/***   BRAND PAGE   ***/

.page-template-page-brand {}
.page-template-page-brand section {
    margin-bottom: 60px; 
}
.page-template-page-brand strong {
    font-family: 'Orgon-Medium';
    font-weight: 400;
}
.page-template-page-brand section img {
    width: 100%;
    height: auto;
}
.page-template-page-brand section h2 {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 34px;
    line-height: 1.4;
}


.page-template-page-brand .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.page-template-page-brand .owl-dots button {
    display: inline-block;
}
.page-template-page-brand .owl-dots button span {
    display: block;
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
}
.page-template-page-brand .owl-dots button.active span {
    background: #E5002B;
}

@media only screen and (max-width: 1024px) {
    .page-template-page-brand section {margin-bottom: 55px; }
    .page-template-page-brand section h2 {font-size: 30px;}
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand section {margin-bottom: 50px; }
    .page-template-page-brand section h2 {font-size: 26px;}
    .page-template-page-brand .owl-dots button span {
        width: 9px;
        height: 9px;
        margin: 0 4px;
    }
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand main {margin-top: 70px;}
    .page-template-page-brand section {margin-bottom: 50px;}
    .page-template-page-brand section h2 {font-size: 22px;}
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand section h2 {font-size: 20px;}
}






/*   Section of full width image   */
.page-template-page-brand .full-width-image {}
.page-template-page-brand .full-width-image .image-box {
    width: 100%;
}
.page-template-page-brand .full-width-image .image-box a {
    display: block;
}
.page-template-page-brand .full-width-image .image-box a img {
    transition: 100ms all ease-out;
}
.page-template-page-brand .full-width-image .image-box a:hover img {
    
}
.page-template-page-brand .full-width-image .image-box img {border-radius: 6px;}
.page-template-page-brand .full-width-image .image-box img:nth-child(1) {display: block;}
.page-template-page-brand .full-width-image .image-box img:nth-child(2) {display: none;}

@media only screen and (max-width: 960px) {
    .page-template-page-brand .full-width-image .image-box img:nth-child(1) {display: none;}
    .page-template-page-brand .full-width-image .image-box img:nth-child(2) {display: block;}
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .full-width-image .container {
        margin: 0;
    }
    .page-template-page-brand .full-width-image .image-box img {border-radius: 0;}
}




/*   Section of topbar mennu  */
.page-template-page-brand .full-width-image + .topbar-menu {
    margin-top: -30px;
}
.page-template-page-brand .topbar-menu .container-mobile {display: none;}
.page-template-page-brand .topbar-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.page-template-page-brand .topbar-menu ul li {
    display: inline-block;
    padding: 10px 20px;
    }
.page-template-page-brand .topbar-menu ul li a {
    font-family: 'Orgon-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #191919;
    text-decoration: none;
    transition: all 200ms ease-out;
}
.page-template-page-brand .topbar-menu ul li a:hover {
    text-decoration: underline;
    color: #E5002B;
}

@media only screen and (max-width: 1024px) {
    .page-template-page-brand .topbar-menu ul li {
        padding: 10px 15px;
    }
    .page-template-page-brand .topbar-menu ul li a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .topbar-menu ul li {padding: 8px 10px;}
    .page-template-page-brand .topbar-menu ul li a {font-size: 17px;}
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .topbar-menu .container-mobile {display: block; position: relative; margin: 0 20px}
    .page-template-page-brand .topbar-menu .container {display: none;}
    
    
    .page-template-page-brand .topbar-menu .container-mobile input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: -1;
    }
    .page-template-page-brand .topbar-menu .container-mobile h2 {
        font-family: 'Orgon-Regular';
        font-size: 18px;
        font-weight: 400;
        margin: 20px 0 0;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }
    .page-template-page-brand .topbar-menu .container-mobile label {
        cursor: pointer;
    }
    .page-template-page-brand .topbar-menu .container-mobile label {
        position: relative;
        display: block;
    }
    .page-template-page-brand .topbar-menu .container-mobile span {
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url('assets/images/down-chevron.png');
        background-size: 16px 16px;
        background-position: center center;
        position: relative;
        top: 3px;
        left: 5px;
    }
    .page-template-page-brand .topbar-menu .container-mobile input[type="checkbox"]:checked ~ h2 span {
        background-image: url('assets/images/up-chevron.png');
    }
    .page-template-page-brand .topbar-menu .container-mobile .expand {
        max-height: 0;
        overflow: hidden;
        transition: all 500ms ease-out;
    }
    .page-template-page-brand .topbar-menu .container-mobile input[type="checkbox"]:checked ~ h2 ~ .expand {
        max-height: 500px;
    }
    .page-template-page-brand .topbar-menu .container-mobile ul {}
    .page-template-page-brand .topbar-menu .container-mobile ul li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #ddd;
    }
    .page-template-page-brand .topbar-menu .container-mobile ul li a {
        font-family: 'Orgon-Light';
        display: inline-block;
        padding: 15px 0;
    }
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .topbar-menu .container-mobile h2 {
        font-size: 16px;
    }
    .page-template-page-brand .topbar-menu ul li a {font-size: 15px;}
}





/*   Section of about brand   */
.page-template-page-brand .about-brand {}
.page-template-page-brand .about-brand .container {
    padding: 0 12%;
}
.page-template-page-brand .about-brand .logo-box {
    margin-bottom: 50px;
}
.page-template-page-brand .about-brand .heading h2 {
    text-align: center;
}
.page-template-page-brand .about-brand .description {
    margin-top: 25px;
    font-family: 'Orgon-Light';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .page-template-page-brand .about-brand .container {padding: 0 7%;}
    .page-template-page-brand .about-brand .description {font-size: 17px;}
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .about-brand .container {padding: 0 6%;}
    .page-template-page-brand .about-brand .description {font-size: 15px;}
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .about-brand .container {padding: 0;}
    .page-template-page-brand .about-brand .description {font-size: 14px;}
    .page-template-page-brand .about-brand .logo-box {margin-bottom: 40px;}
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .about-brand .logo-box {margin-bottom: 30px;}
}




/*   Section of categories   */
.page-template-page-brand .three_categories {}
.page-template-page-brand .three_categories .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 40px;
}
.page-template-page-brand .three_categories .container .category-box {
    flex: 0 0 31.25%;
    max-width: 31.25%;
    text-align: center;
    position: relative;
    transition: 100ms all ease-in;
}
.page-template-page-brand .three_categories .image-box {margin-bottom: 20px;}
.page-template-page-brand .three_categories .image-box img {border-radius: 6px;}
.page-template-page-brand .three_categories .category-name {margin-bottom: 30px;}
.page-template-page-brand .three_categories .category-name h3 {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}
.page-template-page-brand .three_categories .button-link {width: 60%}
.page-template-page-brand .three_categories .button-link::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-template-page-brand .three_categories .container .category-box:hover {
    transform: translateY(-10px)
}
@media only screen and (max-width: 1024px) {
    .page-template-page-brand .three_categories .container {padding-top: 30px;}
    .page-template-page-brand .three_categories .category-name h3 {
        font-size: 20px;
        padding: 0 10%;
    }
    .page-template-page-brand .three_categories .button-link {width: 70%}
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .three_categories .container {padding-top: 20px;}
    .page-template-page-brand .three_categories .container .category-box {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .page-template-page-brand .three_categories .container .category-box:last-child {margin-bottom: 0;}
    .page-template-page-brand .three_categories .container .category-box:hover {
        transform: none;
    }
    .page-template-page-brand .three_categories .image-box {
        margin-bottom: 0;
        flex: 0 0 55%;
        max-width: 55%;
        align-self: center;
    }
    .page-template-page-brand .three_categories .info-box {
        flex: 0 0 40%;
        max-width: 40%;
        align-self: center;
    }
    .page-template-page-brand .three_categories .category-box:nth-child(even) .image-box {order: 2}
    .page-template-page-brand .three_categories .category-box:nth-child(even) .info-box {order: 1}
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .three_categories .container {
        justify-content: center;
    }
    .page-template-page-brand .three_categories .container .category-box {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .page-template-page-brand .three_categories .category-box:nth-child(even) .image-box {order: 1}
    .page-template-page-brand .three_categories .category-box:nth-child(even) .info-box {order: 2}
    .page-template-page-brand .three_categories .image-box {
        margin-bottom: 0;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 0 0%;
    }
    .page-template-page-brand .three_categories .info-box {
        flex: 0 0 100%;
        max-width: 100%;
        align-self: flex-start;
        padding: 25px 0%;
    }
    .page-template-page-brand .three_categories .category-name h3 {
        font-size: 20px;
        padding: 0 10%;
    }
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .three_categories .container .category-box {
        flex: 0 0 86%;
        max-width: 86%;
    }
    .page-template-page-brand .three_categories .category-name h3 {
        font-size: 17px;
        padding: 0 5%;
    }
    .page-template-page-brand .three_categories .info-box {
        padding: 15px 0%;
    }
}





/*   Section of bestsellers   */
.page-template-page-brand .bestsellers {padding-top: 60px;}
.page-template-page-brand .bestsellers .heading h2 {
    text-align: center;
    margin-bottom: 40px;
}
.page-template-page-brand .bestsellers .carusel-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 40px 0 15px;
}
.page-template-page-brand .bestsellers .carusel-box .owl-stage-outer {
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.page-template-page-brand .bestsellers .carusel-box .item {
    width: 70%;
}
.page-template-page-brand .bestsellers .carusel-box .tile-name {
    text-align: center;
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 26px;
}
.page-template-page-brand .bestsellers .carusel-box .tile-name span {
    display: block;
    margin-top: 15px;
    font-family: 'Orgon-Light';
    font-weight: 400;
    font-size: 16px;
}
.page-template-page-brand .bestsellers .carusel-box .tile-image {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    z-index: -1;
    transition: all 100ms ease-out;
}
.page-template-page-brand .bestsellers .carusel-box .item:hover .tile-image {
    transform: scale(1.1);
}

.page-template-page-brand .bestsellers .carusel-box .button-box {
    text-align: center;
}
.page-template-page-brand .bestsellers .carusel-box .button-box a {
    width: 320px;
}
.page-template-page-brand .bestsellers .carusel-box .button-box a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: '';
}
.page-template-page-brand .bestsellers .carusel-box .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.page-template-page-brand .bestsellers .carusel-box .owl-nav button {
    width: 64px;
    height: 64px;
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-template-page-brand .bestsellers .carusel-box .owl-nav button span {display: none;}
.page-template-page-brand .bestsellers .carusel-box .owl-nav .owl-prev {
    background-image: url('assets/images/chevron-left.png');
}
.page-template-page-brand .bestsellers .carusel-box .owl-nav .owl-next {
    background-image: url('assets/images/chevron-right.png');
}
.page-template-page-brand .bestsellers .carusel-box .owl-nav button:hover {
    background-color: #f6f6f6;
    border-radius: 50%;
}
.page-template-page-brand .bestsellers .carusel-box .owl-dots {
    margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
    .page-template-page-brand .bestsellers {padding-top: 50px;}
    .page-template-page-brand .bestsellers .heading h2 {margin-bottom: 35px;}
    .page-template-page-brand .bestsellers .carusel-box .tile-name {font-size: 22px;}
    .page-template-page-brand .bestsellers .carusel-box .tile-name span {font-size: 15px}
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .bestsellers {padding-top: 35px;}
    .page-template-page-brand .bestsellers .heading h2 {margin-bottom: 30px;}
    .page-template-page-brand .bestsellers .carusel-box .tile-name {font-size: 20px;}
    .page-template-page-brand .bestsellers .carusel-box .tile-name span {font-size: 14px}
    .page-template-page-brand .bestsellers .carusel-box .tile-image {width: 84%;}
    .page-template-page-brand .bestsellers .carusel-box .item:hover .tile-image {transform: none;}
    .page-template-page-brand .bestsellers .carusel-box .owl-nav button {
        width: 50px;
        height: 50px;
        background-size: 24px 24px;
    }
    .page-template-page-brand .bestsellers .carusel-box .tile-image {margin-bottom: 25px}
    .page-template-page-brand .bestsellers .carusel-box .owl-nav {padding: 0 10px;}
    .page-template-page-brand .bestsellers .carusel-box .owl-stage-outer {width: 74%;}
    .page-template-page-brand .bestsellers .carusel-box .item {width: 74%;}
    .page-template-page-brand .bestsellers .carusel-box .owl-dots {margin-top: 35px;}
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .bestsellers .carusel-box {padding: 30px 0 15px;}
    .page-template-page-brand .bestsellers .heading h2 {margin-bottom: 20px;}
    .page-template-page-brand .bestsellers .carusel-box .tile-name {font-size: 18px;}
    .page-template-page-brand .bestsellers .carusel-box .tile-name span {font-size: 13px}
    .page-template-page-brand .bestsellers .carusel-box .tile-image {width: 75%;}
    .page-template-page-brand .bestsellers .carusel-box .item:hover .tile-image {transform: none;}
    .page-template-page-brand .bestsellers .carusel-box .button-box a {width: 66%;}
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .bestsellers .carusel-box .owl-stage-outer {width: 80%;}
    .page-template-page-brand .bestsellers .carusel-box .item {width: 80%;}
    .page-template-page-brand .bestsellers .carusel-box .tile-name {font-size: 16px; margin-bottom: 10px}
/*    .page-template-page-brand .bestsellers .carusel-box .tile-name span {display: none;}*/
    .page-template-page-brand .bestsellers .carusel-box .owl-nav {
        width: 104%;
        left: -2%;
        padding: 0;
        top: 38%;
    }
    .page-template-page-brand .bestsellers .carusel-box .owl-nav button {
        width: 36px;
        height: 36px;
        background-size: 16px 16px;
    }
    .page-template-page-brand .bestsellers .carusel-box .button-box a {
        width: 80%;
        padding-left: 0;
        padding-right: 0;
    }

}







/*   Section of images with texts on the two columns   */
.page-template-page-brand .images-with-texts {padding-top: 60px;}
.page-template-page-brand .images-with-texts .group-items {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}
.page-template-page-brand .images-with-texts .group-items:last-child {
    margin-bottom: 0;
}
.page-template-page-brand .images-with-texts .image-box,
.page-template-page-brand .images-with-texts .text-box {
    flex: 0 0 47%;
    max-width: 47%;
    align-self: center;
}
.page-template-page-brand .images-with-texts .image-box img {
    border-radius: 6px;
}

.page-template-page-brand .images-with-texts .text-box {
    padding-left: 25px;
}
.page-template-page-brand .images-with-texts .text-box p {
    margin-bottom: 20px;
}
.page-template-page-brand .images-with-texts .text-box a {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    color: #E5002B;
    text-decoration: none;
}
.page-template-page-brand .images-with-texts .text-box a:hover {
    text-decoration: underline;
}
.page-template-page-brand .images-with-texts .heading_mobile {display: none;}
.page-template-page-brand .images-with-texts h3 {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 34px;
    padding-right: 20%;
    margin-bottom: 30px;
}
.page-template-page-brand .images-with-texts .description {
    font-family: 'Orgon-Light';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}
.page-template-page-brand .images-with-texts .group-items:nth-child(even) .image-box {
    order: 2;
}
.page-template-page-brand .images-with-texts .group-items:nth-child(even) .text-box {
    order: 1;
    padding-right: 25px;
    padding-left: 0;
}
@media only screen and (max-width: 1024px) {
    .page-template-page-brand .images-with-texts {padding-top: 50px;}
    .page-template-page-brand .images-with-texts .group-items {margin-bottom: 90px;}
    .page-template-page-brand .images-with-texts .text-box {padding-left: 0; padding-right: 20px;}
    .page-template-page-brand .images-with-texts .group-items:nth-child(even) .text-box {
        padding-left: 20px; padding-right: 0;
    }
    .page-template-page-brand .images-with-texts h3 {font-size: 30px;}
    .page-template-page-brand .images-with-texts .description {font-size: 15px;}
    .page-template-page-brand .images-with-texts .text-box p {margin-bottom: 15px;}
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .images-with-texts {padding-top: 20px;}
    .page-template-page-brand .images-with-texts .image-box {
        flex: 0 0 32%;
        max-width: 32%;
        align-self: flex-start;
    }
    .page-template-page-brand .images-with-texts .text-box {
        flex: 0 0 63%;
        max-width: 63%;
        align-self: flex-start;
    }
    .page-template-page-brand .images-with-texts .group-items {margin-bottom: 50px;}
    .page-template-page-brand .images-with-texts h3 {font-size: 22px; padding-right: 10%; margin-bottom: 20px;}
    .page-template-page-brand .images-with-texts .description {font-size: 14px;}
    .page-template-page-brand .images-with-texts .group-items:nth-child(even) .image-box {order: 1;}
    .page-template-page-brand .images-with-texts .group-items:nth-child(even) .text-box {
        order: 2;
        padding-right: 20px;
        padding-left: 0;
    }
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .images-with-texts .group-items {
        justify-content: center;
    }
    .page-template-page-brand .images-with-texts .image-box {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        line-height: 0;
    }
    .page-template-page-brand .images-with-texts .text-box {
        padding-left: 0;
        padding-right: 0;
        }
    .page-template-page-brand .images-with-texts .group-items:nth-child(even) .text-box {
        order: 2;
        padding-right: 0;
    }
    .page-template-page-brand .images-with-texts .text-box {
        flex: 0 0 86%;
        max-width: 86%;
        padding-top: 30px;
    }
    .page-template-page-brand .images-with-texts .image-box::after {
        display: block;
        position: absolute;
        bottom: 0; left: 0;
        width: 100%; height: 50%;
        background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
        content: '';
        border-radius: 6px;
    }
    .page-template-page-brand .images-with-texts .heading_mobile {
        display: block;
        position: absolute;
        z-index: 1;
        width: 100%;
        bottom: 40px;
        line-height: 1.5;
        color: #FFF;
        font-size: 24px;
        font-family: 'Orgon-Medium';
        font-weight: 400;
        padding: 0 20px;
        text-align: center;
    }
    .page-template-page-brand .images-with-texts h3 {display: none;}
    .page-template-page-brand .images-with-texts .description {font-size: 14px; text-align: left;}
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .images-with-texts .text-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-template-page-brand .images-with-texts .heading_mobile {
        bottom: 20px;
        font-size: 20px;
    }
    .page-template-page-brand .images-with-texts .description {font-size: 13px;}
    
}





/*   Section of big text  */
.page-template-page-brand .big-text {
    margin-bottom: 120px;
}
.page-template-page-brand .big-text h2 {
    font-family: 'Orgon-Light';
    font-size: 42px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 60px 7% 0;
}
.page-template-page-brand .big-text a {
    color: #E5002B;
    text-decoration: none;
}
.page-template-page-brand .big-text a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
    .page-template-page-brand .big-text h2 {font-size: 36px;}
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .big-text h2 {
        font-size: 28px;
        padding: 40px 7% 0;
    }
    .page-template-page-brand .big-text {margin-bottom: 90px;}
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .big-text h2 {
        font-size: 25px;
        padding: 40px 0 0;
    }
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .big-text h2 {
        font-size: 20px;
        padding: 20px 0 0;
    }
}







/*   Section of video  */
.page-template-page-brand .video {
    padding: 50px 0;
    margin-bottom: 100px;
}
.page-template-page-brand .video .container {
    padding: 0;
}
.page-template-page-brand .video h2 {
    padding-left: 12%;
    padding-right: 12%;
    text-align: center;
    margin-bottom: 30px;
}
.page-template-page-brand .video .description {
    padding-left: 12%;
    padding-right: 12%;
    text-align: center;
    font-family: 'Orgon-Light';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
    .page-template-page-brand .video {
        padding: 40px 0;
        margin-bottom: 80px;
    }
    .page-template-page-brand .video .container {padding: 0;}
    .page-template-page-brand .video .description {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 17px;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .video .container {padding: 0;}
    .page-template-page-brand .video h2 {margin-bottom: 20px;}
    .page-template-page-brand .video .description {
        padding-left: 6%;
        padding-right: 6%;
        font-size: 15px;
        margin-bottom: 35px;
    }
    .page-template-page-brand .video {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .video .container {padding: 0;}
    .page-template-page-brand .video h2 {margin-bottom: 15px;}
    .page-template-page-brand .video .description {
        padding-left: 3%;
        padding-right: 3%;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .page-template-page-brand .video {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .video .description {
        font-size: 13px;
    }
}




/*   Section of two columns  */
.page-template-page-brand .two_columns {}
.page-template-page-brand .two_columns .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}
.page-template-page-brand .two_columns .heading {
    flex:  0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.page-template-page-brand .two_columns .column {
    flex: 0 0 47%;
    max-width: 47%;
    line-height: 1.7;
}
@media only screen and (max-width: 1024px) {
    .page-template-page-brand .two_columns .container {
        padding: 0 40px 50px;
    }
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .two_columns .container {
        padding: 0 40px 40px;
    }   
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .two_columns .column {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .page-template-page-brand .two_columns .column:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .two_columns .container {
        padding: 0 20px 40px;
    }
}





/*   Section of images sldier  */
.page-template-page-brand .image-slider {}
.page-template-page-brand .image-slider .image {
    position: relative;
}
.page-template-page-brand .image-slider .image::after {
    position: absolute;
    display: block;
    content: '';
    height: 30%;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}
.page-template-page-brand .image-slider .image .name-product {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}
.page-template-page-brand .image-slider .image .name-product a {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 11px 70px 8px;
    display: inline-block;
    border-radius: 60px;
}
.page-template-page-brand .image-slider .image .name-product a:hover {
    border: 1px solid rgba(255, 255, 255, 1);
}
.page-template-page-brand .image-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.page-template-page-brand .image-slider .owl-nav button {
    width: 64px;
    height: 64px;
}
.page-template-page-brand .image-slider .owl-nav button span {display: none;}
.page-template-page-brand .image-slider .owl-nav .owl-prev {
    background-image: url('assets/images/chevron-left.png');
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-template-page-brand .image-slider .owl-nav .owl-next {
    background-image: url('assets/images/chevron-right.png');
    background-size: 32px 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-template-page-brand .image-slider .owl-nav button:hover {
    background-color: #FFFFFF;
    border-radius: 50%;
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .image-slider .image .name-product {bottom: 20px;}
    .page-template-page-brand .image-slider .owl-nav {padding: 0 10px;}
    .page-template-page-brand .image-slider .owl-nav button {
        width: 50px;
        height: 50px;
        background-size: 24px 24px;
    }
    .page-template-page-brand .image-slider .image::after {
        height: 70%;
        background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    }
    .page-template-page-brand .image-slider .owl-nav {
        top: 37%;}
    .page-template-page-brand .image-slider .owl-nav .owl-next,
    .page-template-page-brand .image-slider .owl-nav .owl-prev {
        background-size: 24px 24px;
    }
    .page-template-page-brand .image-slider .image .name-product a {font-size: 15px; padding: 7px 35px 5px;}
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .image-slider .image img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .image-slider .container {margin: 0;}
    .page-template-page-brand .image-slider .image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .page-template-page-brand .image-slider .image .name-product a {font-size: 14px;}
    .page-template-page-brand .image-slider .owl-nav {
        width: 100%;
        left: 0%;
        padding: 0 5px;
    }
    .page-template-page-brand .image-slider .owl-nav button {
        width: 36px;
        height: 36px;
        background-size: 16px 16px;
    }
    .page-template-page-brand .image-slider .owl-nav .owl-next,
    .page-template-page-brand .image-slider .owl-nav .owl-prev {
        background-size: 16px 16px;
    }
}









/*   Section of product sldier  */
.page-template-page-brand .products-slider {
/*    padding-top: 40px;*/
}
.page-template-page-brand .products-slider h3 {
    font-family: 'Orgon-Medium';
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 30px;
}
.page-template-page-brand .products-slider .carusel-box {
    margin: 0 auto;
    width: 90%;
}
.page-template-page-brand .products-slider .carusel-box .owl-stage-outer {
    position: relative;
}
.page-template-page-brand .products-slider .carusel-box .item {
    border: 1px solid #fff;
    position: relative;
    text-align: center;
    
}
.page-template-page-brand .products-slider .carusel-box .item .frame {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 40px 20px 40px;
}

.page-template-page-brand .products-slider .carusel-box .item a {
    width: 70%;
}
.page-template-page-brand .products-slider .carusel-box .item .product-name {
    font-family: 'Orgon-Bold';
    font-weight: 400;
    font-size: 16px;
    color: #191919;
    line-height: 20px;
    margin-bottom: 10px;
}
.page-template-page-brand .products-slider .carusel-box .item .product-name span {
    display: block;
    font-family: 'Orgon-Light';
    font-size: 14px;
    color: #999999;
}
.page-template-page-brand .products-slider .carusel-box .item .product-image {
    position: relative;
}
.page-template-page-brand .products-slider .carusel-box .item .product-image img:nth-child(2) {
    position: absolute;
    opacity: 0;
    top:0;
}
.page-template-page-brand .products-slider .carusel-box .item:hover .product-image img:nth-child(2) {
    opacity: 1;
}
.page-template-page-brand .products-slider .carusel-box .item .price-box {
    margin: 25px 0;
}
.page-template-page-brand .products-slider .carusel-box .item .price-box span {display: block;}
.page-template-page-brand .products-slider .carusel-box .item .price-box .price-old {
    font-family: 'Orgon-Light';
    color: #787878;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    text-decoration: line-through;
    margin-bottom: 5px;
}
.page-template-page-brand .products-slider .carusel-box .item .price-box .price-new {
    font-family: 'Orgon-Light';
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    color: #191919;
}
.page-template-page-brand .products-slider .carusel-box .item a::after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: '';
}
.page-template-page-brand .products-slider .button-box {
    margin-top: 40px;
    text-align: center;
}
.page-template-page-brand .products-slider .button-box a {
    width: 320px;
}
.page-template-page-brand .products-slider .carusel-box .owl-nav {
    position: absolute;
    top: 40%;
    width: 112%;
    left: -6%;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.page-template-page-brand .products-slider .carusel-box .owl-nav button {
    width: 52px;
    height: 52px;
    background-size: 28px 28px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-template-page-brand .products-slider .carusel-box .owl-nav button span {display: none;}
.page-template-page-brand .products-slider .carusel-box .owl-nav .owl-prev {
    background-image: url('assets/images/chevron-left.png');
}
.page-template-page-brand .products-slider .carusel-box .owl-nav .owl-next {
    background-image: url('assets/images/chevron-right.png');
}
.page-template-page-brand .products-slider .carusel-box .owl-nav button:hover {
    background-color: #f6f6f6;
    border-radius: 50%;
}
/*
.page-template-page-brand .products-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
*/
@media only screen and (max-width: 1024px) {
    .page-template-page-brand .products-slider h3 {font-size: 22px;}
    .page-template-page-brand .products-slider .carusel-box .item .product-name {font-size: 15px;}
    .page-template-page-brand .products-slider .carusel-box .item .product-name span {font-size: 14px;}
}
@media only screen and (max-width: 960px) {
    .page-template-page-brand .products-slider h3 {font-size: 20px;}
    .page-template-page-brand .products-slider .carusel-box {width: 84%;}
    .page-template-page-brand .products-slider .carusel-box .owl-nav {
        width: 120%;
        left: -10%;
    }
    .page-template-page-brand .products-slider .button-box a {
    width: 260px;
    }
}
@media only screen and (max-width: 620px) {
    .page-template-page-brand .products-slider {padding-top: 30px;}
    .page-template-page-brand .products-slider h3 {font-size: 18px;}
    .page-template-page-brand .products-slider .carusel-box .owl-nav {
        width: 124%;
        left: -12%;
    }
}
@media only screen and (max-width: 420px) {
    .page-template-page-brand .products-slider .carusel-box {width: 92%;}
    
    .page-template-page-brand .products-slider .carusel-box .item {
        padding: 0 30px;
    }
    
    .page-template-page-brand .products-slider .carusel-box .item .frame {
        padding: 20px 20px 30px;
    }
    .page-template-page-brand .products-slider .carusel-box .item .product-name {font-size: 15px;}
    .page-template-page-brand .products-slider .carusel-box .item .product-name span {font-size: 13px;}
    .page-template-page-brand .products-slider .carusel-box .item .price-box {
        margin: 15px 0;
        }
    .page-template-page-brand .products-slider .carusel-box .item .price-box .price-old {
        font-size: 14px;
        height: 18px;
        line-height: 18px;
    }
    .page-template-page-brand .products-slider .carusel-box .item .price-box .price-new {
        font-size: 20px;
        height: 26px;
        line-height: 26px;
    }
    .page-template-page-brand .products-slider .button-box a {width: 75%;}
    .page-template-page-brand .products-slider .carusel-box .item a {width: 80%;}
    .page-template-page-brand .products-slider .button-box {margin-top: 25px;}
    .page-template-page-brand .products-slider .carusel-box .owl-nav{
        width: 114%;
        left: -7%;
        padding: 0;
    }
    .page-template-page-brand .products-slider .carusel-box .owl-nav button {
        width: 36px;
        height: 36px;
        background-size: 24px 24px;
    }
}



.page-template-page-brand .producers-slider .carusel-box {
    margin: 0 auto;
    width: 90%;
}
.page-template-page-brand .producers-slider .carusel-box .owl-nav {
    position: absolute;
    top: 16%;
    width: 112%;
    left: -6%;
    z-index: -1;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.page-template-page-brand .producers-slider .carusel-box .owl-nav button {
    width: 52px;
    height: 52px;
    background-size: 28px 28px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page-template-page-brand .producers-slider .owl-dots {display: none;}



.page-template-page-brand .producers-slider .carusel-box  .frame .product-image a {text-decoration: none;}
.page-template-page-brand .producers-slider .carusel-box  .frame .product-image .text-promo {
    font-family: 'Orgon-Medium';
    text-align: center;
    
}

.page-template-page-brand .background-black .producers-slider .carusel-box  .frame .product-image .text-promo {
   color: #fff;
}

.page-template-page-brand .producers-slider .carusel-box  .frame .product-image .text-promo {
    color: #191919;
}





.page-template-page-brand .block_for_seo {
    margin-top: 100px;
}







/***   BRAND PAGE  Black style ***/

.page-template-page-brand .background-black {
    background: #000;
    color: #fff;
}
.page-template-page-brand .background-white {
    background: #fff;
    color: #191919;
}
.page-template-page-brand .background-black .engi-header.bpr_header .bpr_top-row,
.page-template-page-brand .background-white .engi-header.bpr_header .bpr_top-row {
    margin: auto 0;
}
.page-template-page-brand .background-black .engi-header.bpr_header #bpr_main-menu-container,
.page-template-page-brand .background-white .engi-header.bpr_header #bpr_main-menu-container {
    max-width: 100%;
}
.page-template-page-brand .background-black .engi-header.bpr_header #bpr_main-menu-container .container-wrapper,
.page-template-page-brand .background-white .engi-header.bpr_header #bpr_main-menu-container .container-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}



/*

.page-template-page-brand .background-black  .bpr_header.engi-header::after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
    content: '';
    background: rgba(0, 0, 0, 0.80);
    z-index: 1002;
    transition: 100ms ease all;
}
.page-template-page-brand .background-black  .bpr_header.engi-header:hover::after {
    z-index: -10;
}
*/

.page-template-page-brand .background-black main {
    padding-top: 30px;
}

.page-template-page-brand .background-black .products-slider .carusel-box .item {border-color: transparent;}
.page-template-page-brand .background-black .products-slider .carusel-box .item .frame {
    background: #fff;
}
.page-template-page-brand .background-black .products-slider .carusel-box .owl-nav .owl-next {
    background-image: url('assets/images/chevron-right-black.png');
}
.page-template-page-brand .background-black .products-slider .carusel-box .owl-nav .owl-prev {
    background-image: url('assets/images/chevron-left-black.png');
}
.page-template-page-brand .background-black .products-slider .carusel-box .owl-nav button:hover {
    background-color: #333;
    border-radius: 50%;
}


.page-template-page-brand .products-slider .carusel-box .owl-nav .owl-next {
    background-image: url('assets/images/chevron-right.png');
}
.page-template-page-brand .products-slider .carusel-box .owl-nav .owl-prev {
    background-image: url('assets/images/chevron-left.png');
}




.page-template-page-brand .background-black .countdown .container,
.page-template-page-brand .background-white .countdown .container {
  color: #999;
  margin: 0 auto;
  text-align: center;
}

.page-template-page-brand .background-black .countdown h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}
.page-template-page-brand .background-black .countdown h2 {
    color: #fff;
    margin-bottom: 50px;
}
.page-template-page-brand .background-white .countdown h2 {
    color: #191919;
    margin-bottom: 50px;
}
.page-template-page-brand .background-black .countdown li,
.page-template-page-brand .background-white .countdown li {
  display: inline-block;
  font-size: 1.2em;
  list-style-type: none;
  padding: 1em 2em;
  text-transform: uppercase;
    border: 2px solid #5d83ff;
    border-radius: 5px;
    margin: 0 5px;
}

.page-template-page-brand .background-black .countdown li span {
  display: block;
  font-size: 6.5rem;
    color: #fff;
    font-family: Orgon-Bold;
}

.page-template-page-brand .background-white .countdown li span {
  display: block;
  font-size: 6.5rem;
    color: #e5002b;
    font-family: Orgon-Bold;
}



.page-template-page-brand .background-black .countdown .message,
.page-template-page-brand .background-white .countdown .message {
  font-size: 4rem;
}

.page-template-page-brand .background-black .countdown #content,
.page-template-page-brand .background-white .countdown #content {
  display: none;
  padding: 1rem;
}

.page-template-page-brand .background-black .countdown .emoji {
  padding: 0 .25rem;
}

@media only screen and (max-width: 1023px) {
    .page-template-page-brand .background-black .countdown li {
        font-size: 1.2rem;
        padding: 1.5rem;
        margin: 0 5px;
    }
    .page-template-page-brand .background-black .countdown li span,
    .page-template-page-brand .background-white .countdown li span {
        font-size: 4.6rem;
    }
    
}

@media all and (max-width: 768px) {
  .page-template-page-brand .background-black .countdown h1 {
    font-size: 1.5rem;
  }
  
  .page-template-page-brand .background-black .countdown li {
    font-size: 1.2rem;
    padding: .8rem;
  }
  
  .page-template-page-brand .background-black .countdown li span,
    .page-template-page-brand .background-white .countdown li span {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 580px) {
    .page-template-page-brand .background-white .countdown h2 {
        margin-bottom: 30px;
    }
    .page-template-page-brand .background-black .countdown li,
    .page-template-page-brand .background-white .countdown li {
        font-size: .7rem;
        padding: .8rem;
        margin: 0 2px;
        border-width: 1px;
    }
    .page-template-page-brand .background-black .countdown li span,
    .page-template-page-brand .background-white .countdown li span {
        font-size: 1.9rem;
    }
}



.page-template-page-brand .background-black .block_for_seo .additional-text {
    border-top: 1px solid #666;
}

.page-template-page-brand .producers-slider .carusel-box .owl-nav {
    top: 30%;
}

.page-template-page-brand .background-black .producers-slider .carusel-box .owl-nav .owl-prev {
    background-image: url('assets/images/chevron-left-black.png');
}
.page-template-page-brand .background-black .producers-slider .carusel-box .owl-nav .owl-next {
    background-image: url('assets/images/chevron-right-black.png');
}
.page-template-page-brand .background-black .producers-slider .carusel-box .owl-nav button:hover {
    background-color: #333;
    border-radius: 50%;
}
.page-template-page-brand .background-black .producers-slider .carusel-box .owl-nav button span {
display: none;
}


.page-template-page-brand .producers-slider .carusel-box .owl-nav .owl-prev {
    background-image: url('assets/images/chevron-left.png');
}
.page-template-page-brand .producers-slider .carusel-box .owl-nav .owl-next {
    background-image: url('assets/images/chevron-right.png');
}
.page-template-page-brand .producers-slider .carusel-box .owl-nav button span {
    display: none;
}
.page-template-page-brand .producers-slider .carusel-box .owl-nav button:hover {
background-color: #f6f6f6;
border-radius: 50%;
}



@media only screen and (max-width: 620px) {
    .page-template-page-brand .background-black .producers-slider,
    .page-template-page-brand .background-white .producers-slider {
        margin-bottom: 0;
    }
}






/**** SZABLONY DLA STRON IFRAME ****/


body.page-template-page-blank-iframe-version2 {
    line-height: 0;
    overflow-y: hidden;
}

body.page-template-page-blank-iframe-version3 {
    line-height: 0;
    overflow-y: scroll;
}

body.page-template-page-blank-iframe .desktop-show.mobile-hide,
body.page-template-page-blank-iframe-version2 .desktop-show.mobile-hide,
body.page-template-page-blank-iframe-version3 .desktop-show.mobile-hide {
    display: block;
}
body.page-template-page-blank-iframe .desktop-hide.mobile-show,
body.page-template-page-blank-iframe-version2 .desktop-hide.mobile-show,
body.page-template-page-blank-iframe-version3 .desktop-hide.mobile-show {
    display: none;
}

@media only screen and (max-width: 960px) {
body.page-template-page-blank-iframe .desktop-show.mobile-hide,
body.page-template-page-blank-iframe-version2 .desktop-show.mobile-hide,
body.page-template-page-blank-iframe-version3 .desktop-show.mobile-hide {
    display: none;}
body.page-template-page-blank-iframe .desktop-hide.mobile-show,
body.page-template-page-blank-iframe-version2 .desktop-hide.mobile-show,
body.page-template-page-blank-iframe-version3 .desktop-hide.mobile-show {
    display: block;}
    
}










/***	FOOTER 		***/

footer {
	background: #000;
    padding: 0 0 60px;
}
footer .container {
        margin: 0;
    }
footer a {
    text-decoration: none;
}

footer .bpr_top-row .bpr_level-1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer .row-box .bpr_level-1 .bpr_footer-element {
    padding-top: 0;
    border-bottom: 1px solid #555;
}
footer .row-box .bpr_item-footer-wrapper {
    padding-left: 25px;
    color: #fff;
    font-family: Orgon-Medium;
    font-size: 13px;
    margin: 0;
    text-decoration: none;
    line-height: 50px;
}
footer .row-box .bpr_level-1 .bpr_footer-element .bpr_level-2 {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
    display: none;
}
footer .row-box .bpr_level-1 .bpr_footer-element .bpr_level-2>.bpr_footer-element {
    padding-left: 48px;
    margin: 0 0 -1px;
}
footer .row-box .bpr_level-1 .bpr_footer-element .bpr_level-2>.bpr_footer-element:first-child {
    border-top: 1px solid #555;
}
footer .row-box .bpr_level-1 .bpr_footer-element a {
    color: #ddd;
    font-family: Orgon-Light;
    font-size: 13px;
    line-height: 50px;
}
footer .row-box .bpr_level-1 .bpr_footer-element a:hover {text-decoration: underline;}

footer .bottom-row {
    margin: 45px 20px 0;
    background: #000;
    text-align: center;
}
footer .bottom-row .bpr_col-left {
    color: #999;
    font-family: Arial;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
footer .bottom-row .bpr_col-right {
    display: none;
}

footer .row-box .bpr_item-footer-wrapper {
    text-transform: uppercase;
    position: relative;
}

footer .row-box ul li.bpr_has-children {
    
}

/*
footer .row-box ul li.bpr_has-children:before {
    display: block;
    width: 18px; height: 18px;
    position: absolute;
    top:16px; right: 26px;
    content: "\f103";
    font-family: Flaticon;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    color: #787878;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
footer .row-box ul li.bpr_has-children.expand:before {
    content: "\f104"; 
}
*/


footer .row-box .bpr_item-footer-wrapper:before {
    display: block;
    width: 18px; height: 18px;
    position: absolute;
    top:16px; right: 26px;
    content: "\f103";
    font-family: Flaticon;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    color: #787878;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
footer .row-box .bpr_item-footer-wrapper.clicked:before {
    content: "\f104"; 
}



footer .row-box li.bpr_has-children .bpr_item-footer-wrapper.clicked + .bpr_level-2 {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
}


@media (max-width: 1240px) and (min-width: 1025px) {
    footer .container {
        padding: 0 20px;
    }
}


@media (min-width: 1025px) {

    footer {
        background: #000;
        padding: 46px 0 60px;
    }
    footer .container {
        margin: 0 auto;
    }
    footer .row-box .bpr_level-1 {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        list-style-type: none;
    }
    footer .row-box .bpr_level-1 .bpr_footer-element {
/*
        flex-basis: 0;
        flex-grow: 1;
*/
        padding-left: 0;
        border: 0;
        flex: 1 0 auto;
    }
    footer .row-box .bpr_item-footer-wrapper {
        padding-left: 0;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
        text-transform: uppercase;
    }
    footer .row-box .bpr_level-1 .bpr_footer-element .bpr_level-2 {
        display: block;
    }
    footer .row-box .bpr_level-1 .bpr_footer-element .bpr_level-2>.bpr_footer-element {
        padding-left: 0;
    }
    footer .row-box .bpr_level-1 .bpr_footer-element .bpr_level-2>.bpr_footer-element:first-child {
        border-top: 0;
    }
    footer .row-box .bpr_level-1 .bpr_footer-element a {
        font-size: 13px;
        line-height: 24px;
    }
    footer .bottom-row {
        margin-top: 105px;
        text-align: left;
    }
    footer .row-box ul li.bpr_has-children:before {
        display: none;
    }
    footer .row-box .bpr_item-footer-wrapper:before {display: none;}
}