* {
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.slide.video {
  position: relative;
  cursor: pointer;
}

.slide.video:before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%,0);
  width: 80px;
  height: 80px;
  background: url(/templates/veraleks/img/icons/play-button-arrowhead.png) no-repeat 55% center #FFF;
  background-size: 18px auto;
  z-index: 9999;
  cursor: pointer;
  pointer-events: none;
  border-radius: 80px;
  box-shadow: 0 0 0 10px rgba(0,0,0,0.1);
}

.slide.video.playing:before {
  background: url(/templates/veraleks/img/icons/pause.png) no-repeat 50% center #FFF;
  background-size: 16px auto;
  width: 60px;
  height: 60px;
  opacity: 0.6;
}

.preload {
    background: #FFF;
    width: 100%;
    height: calc(100vh - 100px);
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    transition: 0.8s;
    box-shadow: 0 -100px 0 0 rgba(255,255,255,0.98);
}

.preload.hide {
    opacity: 0;
    visibility: hidden;
}

#myVideo {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
}

.preload__flags {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100px;
    left: 50%;
    text-align: center;
    transform: translate3d(-50%,0,0);
    padding: 0px 0;
}

.preload__flags p {
    position: absolute;
    left: 50%;
    transform: translate3D(-50%,0,0);
    margin: 0;
    line-height: 160px;
    color: #0e1f32;
    font-weight: 700;
    letter-spacing: -0.025em;
    font-size: 35px;
}

.preload__flags .italy {
    background: url(../img/italy.gif) no-repeat center center;
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50px;
    background-size: 100% auto;
}

.preload__flags .serbia {
    background: url(../img/serbia.gif) no-repeat center center;
    width: 160px;
    height: 160px;
    position: absolute;
    right: 50px;
    background-size: 100% auto;
}

body {
    background: #FFF;
    padding: 0px;
    margin: 0;
    overflow-x: hidden;
}
section {
    clear: both;
    overflow-x: hidden;
}

b, strong {
    font-weight: 800;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
    display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix {
    clear: both;
}

.mobile {
    display: none;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.small-wrap {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

main {
    padding: 100px 0 0;
    background: #FFF;
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.submenu {    
    position: fixed;
    top: 100px;
    width: 100%;
    left: 0;
    z-index: 99;
    background: #e5f7ff;
    padding: 50px 0 40px;
    box-shadow: 0 20px 40px -30px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.submenu ul {    
    overflow: hidden;
}

.submenu ul.nav-child {
    margin: 30px 0 0;
}

.submenu li {    
    width: 100%;
}

.submenu li.parent {
    width: 20%;
    float: left;
    padding-right: 30px;
}

.submenu li.parent:first-child {width: 26%;}
.submenu li.parent:nth-child(3) {width: 22%;}
.submenu li.parent:nth-child(4) {width: 16%;}
.submenu li.parent:last-child {width: 16%;}


.submenu li.parent a {    
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
}

.submenu .nav-child a {    
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-transform: none !important;
    font-weight: 500 !important;
    margin: 5px 0;
    font-size: 13px !important;
    letter-spacing: -0.02em;
}


.submenu a {    
    color: #0e1f32;
}

.show__submenu .submenu {
    opacity: 1;
    visibility: visible;
}

/******************************* LINES *************************************/

.h-lines {
    width: calc(100% - 200px);
    position: absolute;
    height: 100%;
    z-index: 0;
    left: 100px;
    top: -1px;
    cursor: unset;
}

header .h-lines {
    height: 100px;
}

.line {
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.05);
    position: absolute;
    top: 0;
}

.line-a {left: 0;}
.line-b {left: 12.5%;}
.line-c {left: 25%;}
.line-d {left: 37.5%;}
.line-e {left: 50%;}
.line-f {left: 62.5%;}
.line-g {left: 75%;}
.line-h {left: 87.5%;}
.line-i {left: 100%;}

/******************************* HEADER *************************************/

.search-field {
    opacity: 0;
    width: 100%;
    height: calc(100vh - 100px);
    background: rgba(255,255,255,0.95);
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 0 50px;
    transform: translate3D(0,-100%,0);
    transition: 0.3s;
    visibility: hidden;
}

.search-appear .search-field {
    opacity: 1;
    transform: translate3D(0,0,0);
    visibility: visible;
}

.search__desc {
    display: block;
    color: #0e1f32;
    font-size: 15px;
    font-weight: 300;
    transform: translate3D(0,-30px,0);
    transition: 0.3s;
    opacity: 0;
    margin: 20px auto 0;
    padding-right: 60px;
    transition-delay: 0.3s;
}

.search-appear .search__desc {
    opacity: 1;
    transform: translate3D(0,0,0);
}

.search-field form {
    opacity: 0;
    transition-delay: 0s;
    transition: 0.4s;    
}

.search-appear .search-field form {
    opacity: 1;    
    transition-delay: 0.4s;
}
.search-field .close-search {
    width: 60px;
    height: 60px;
    background: #FFF;
    position: absolute;
    top: -80px;
    right: 20px;
    display: block;
    cursor: pointer;
    border-radius: 3px;
}
.search-field .close-search:before {
    content: '';
    width: 26px;
    height: 2px;
    background: #0e1f32;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%,-50%,0) rotate(45deg);
    border-radius: 50px;
    transition: 0.3s;
}
.search-field .close-search:after {
    content: '';
    width: 26px;
    height: 2px;
    background: #0e1f32;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%,-50%,0) rotate(-45deg);
    border-radius: 50px;
    transition: 0.3s;
}

.search-field .close-search:hover:before {
    transform: translate3D(-50%,-50%,0) rotate(45deg) scale(0.9);
}
.search-field .close-search:hover:after {
    transform: translate3D(-50%,-50%,0) rotate(-45deg) scale(0.9);
}

.search-field input {
    background: transparent;
    width: 500px;
    padding: 0 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    border: none;
    border-bottom: 2px solid #0e1f32;
}
.search-field input:focus {
    color: #0e1f32;
}

.search-field button {
    width: 50px;
    height: 49px;
    font-size: 0;
    padding: 0;
    margin: 0;
    line-height: 62px;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid transparent;
    background: url(../img/icons/search.png) no-repeat center center;
    position: relative;
    left: -60px;
    border-left: 2px solid #0e1f32;
}

header {
    width: 100%;
    height: 100px;
    padding: 0;
    position: fixed;
    z-index: 3;
    background: #e5f7ff;
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.0);
    border-bottom: 1px solid #e6e6e6;
}

.logo {
    float: left;
    width: 350px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 99px;
    border-right: 1px solid #e6e6e6;
}

.logo img {    
    display: block;
    margin: 0;
}

.header-center {
    width: calc(100% - 450px);
    float: left;
}

.header-top {
    width: 100%;
    float: left;
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.header-contact {
    line-height: 40px;
    margin: 0 50px;
    float: left;
}
.header-contact li {
    margin-right: 50px;
    font-size: 13px;
    color: #040f46;
}

.header-contact li:first-child {
    background: url(../img/phone-icon.png) no-repeat left center;
    padding-left: 26px; 
}

.header-contact li:last-child {
    background: url(../img/email-icon.png) no-repeat left center;
    padding-left: 33px; 
}

.header-social {
    float: right;
    line-height: 40px;
    margin-right: 50px;
}

.header-social li {
    display: inline-block;
    margin-left: 20px;
}

.header-social a,
.header-social img {
    display: block;
}

.header-social img {
    position: relative;
    top: 5px;
}

.header-bottom {
    width: 100%;
    float: left;
    height: 60px;
}

.main-menu {
    float: left;
    width: auto;
    position: relative;
    z-index: 1;
}

.main-menu ul {
    
}

.main-menu ul li {
    position: relative;
    width: auto;
    float: left;
    margin-left: 50px;
}

.item-141:after {
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -3px;
    background: url(../img/menu-arrow.png) no-repeat center center;
    transition: 0.3s;
}

.show__submenu .item-141:after {
    transform: rotate(180deg);
}

.main-menu ul li:last-child {
}


.main-menu ul li a {
    display: block;
    color: #0e1f32;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 60px;
    padding-left: 0;
}

.main-menu ul li.active a {
    color: #0e1f32;
}

.header-right {
    width: 100px;
    float: right;
    position: relative;
    z-index: 1;
    text-align: center;
    border-left: 1px solid #e6e6e6;
}

.header-pdf {
    float: right;
    margin-right: 50px;
}

.header-pdf a {
    font-size: 13px;
    line-height: 60px;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    color: #0e1f32;
    letter-spacing: 0.1em;
}

.header-search {
    width: 100%;
    float: left;
    background: url(../img/icons/search.png) no-repeat center center;
}

.header-search a {
    font-weight: 500;
    line-height: 100px;
    color: #0e1f32;
    font-size: 0;
    letter-spacing: .1em;
    display: block;
    padding-left: 30px;
}

.header-user {
    width: 50%;
    float: left;
    background: url(../img/icons/user.png) no-repeat left center;
}

.header-user a {
    font-weight: 500;
    line-height: 100px;
    color: #0e1f32;
    font-size: 15px;
    letter-spacing: .1em;
    display: block;
    padding-left: 30px;
}

.header-cart {
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
    height: 100px;
    z-index: 1;
}

.header-cart > a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 3;
}

.header-cart__count {
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #115893;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 700;
    transform: translate3D(0,-27px,0);
}

.header-cart__icon {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%,-50%,0);
}


/******************************* HEADER *************************************/

#system-message {
    width: 100%;
    display: block;
    position: relative;
    float: left;
    clear: both;
    margin: 20px 0 0;
    height: auto;
    background: #0e1f32;
    padding: 20px;
    border-radius: 8px;
    color: #FFF;
}

#system-message .alert-heading {
    display: none;
}

#system-message .alert-message {
    font-size: 17px;
    float: left;
    width: 100%;
    display: block;
}

#system-message .alert {
}

#system-message > .alert-notice {
    width: 100%;
    display: block;
    float: left;
}

#system-message > .alert-notice > div {
    width: 100%;
    float: left;
}

#system-message .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    display: block;
    width: 30px;
    text-align: center;
    cursor: pointer;
}


#breadcrumbs {
    padding: 10px 100px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    background: #0e1f32;
}
#breadcrumbs li:first-child {
    display: none;
}

#breadcrumbs a,
#breadcrumbs span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

#breadcrumbs a, #breadcrumbs a span {
    color: #FFF;
}

#breadcrumbs span {
    color: #FFF;
}
#breadcrumbs span.divider {
    margin: 0 5px;
}

#hero {
    width: 100%;
    height: calc(100vh - 100px);
    background: #fff;
    position: relative;
    padding: 0;
    overflow: hidden;    
}

#hero .slide {
    width: 100%;
    height: calc(100vh - 100px);        
    position: relative;
    z-index: 1;
    background: url(../img/sanitec3.jpg) no-repeat center center;
    background-size: cover;
}

#hero .slide.slide__veraleks {
    background: url(../img/slide-veraleks.jpg) no-repeat center center;
    background-size: cover;
}

#hero .slide.slide__deflor {
    background: url(../img/slide-deflor-2-min.jpg) no-repeat center center;
    background-size: cover;
}

#hero .slide.slide__ma {
    background: url(../img/multi-activ-slide-2-min.jpg) no-repeat center center;
    background-size: cover;
}

#hero .slide-left {
    width: 50%;
    height: 100%;
    float: left;
}

#hero .slide-right {
    width: 50%;
    height: 100%;
    float: right;
}

#hero .slide-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #0e1f32;
    margin: 0 0 10px;
}

#hero span {
    font-size: 27px;
    letter-spacing: 0.01em;
    color: #0e1f32;
    font-weight: 300;
    margin-bottom: 40px;
}

.link-btn {
    width: 260px;
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 8px;
}

.blue-btn {
    background: #0e1f32;
    color: #FFF;
}

#hero .link-btn {
    margin-bottom: 100px;
}


#hero .owl-nav {
    position: absolute;
    left: 25%;
    bottom: 35px;
    width: 12.5%;
    display: none;
}

#hero .owl-nav .owl-prev,
#hero .owl-nav .owl-next {
    background: url(../img/icons/prev-white.png) no-repeat center center #0a4678;
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50px;
}

#hero .owl-nav .owl-next {
    transform: rotate(180deg);
    float: right;
}
#hero .owl-nav .owl-prev span,
#hero .owl-nav .owl-next span {display: none;}

#hero .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translate3D(-50%,0,0);
}

#hero .owl-dots .owl-dot {
    width: 20px;
    height: 30px;
    float: left;
    
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#hero .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    float: left;
    border: 2px solid #0e1f32;
    border-radius: 50px;
    margin: 0 auto;
    transition:0.3s;
}

#hero .owl-dots .owl-dot.active span {
    background: #0e1f32;
}

#home {
    width: 100%;
    padding: 50px 0 100px;
    position: relative;
    z-index: 2;
}

#home .col-1-3 {
    width: calc(33.33% - 30px);
    float: left;
    background: #ededed;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 20px 40px 0 rgba(0,0,0,0.1);
}

#home .home-b {
    margin: 0 45px;
    box-shadow: 0px 20px 40px 0 rgba(0,0,0,0.1);
}

#home .home__img {
    width: 100%;
    height: 285px;
    background: #000;
}

#home .home-a .home__img {
    background: url(../img/onama-img.jpg) no-repeat center center;
    background-size: cover;
}

#home .home-b .home__img {
    background: url(../img/proizvodi-img-2.jpg) no-repeat center center;
    background-size: cover;
}

#home .home-c .home__img {
    background: url(../img/kontakt-img.jpg) no-repeat center center;
    background-size: cover;
}

#home .home__ctn {
    padding: 30px;
    background: #f9f9f9;
}


#home .home__ctn h2 {
    margin: 0 0 10px;
    color: #0e1f32;
    font-size: 20px;
    font-weight: 300;
}

#home .home__ctn a {
    color: #0e1f32;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    padding: 10px 30px 10px 0;
}

#home .home__ctn a:after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0px;
    width: 15px;
    height: 10px;
    background: url(../img/link-arrow.png) no-repeat center center;
    transition: 0.3s;
}

#home .home__ctn a:hover:after {
    transform: translate3d(5px,0,0);
}

#content h1 {
    text-align: center;
    position: relative;
    z-index: 2;
    background: transparent;
    margin: 0 auto 50px;
    padding: 50px 0 0;
    color: #0e1f32;
    font-size: 48px;
    font-weight: 900;
}

.page-about #content h1 {
    padding: 0 0 10px;
    margin: 0 auto 210px !important; 
    background: #FFF;
    width: 230px;
    border-radius: 0 0 8px 8px;
}

#content iframe {
    margin: 0 auto;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.1);
}

.page-contact #content iframe {
    width: calc(100% - 100px);
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
} 

#categories,
#content {
    width: 100%;
    padding: 100px;
    position: relative;
    background: #FFF;
}

#categories {
    padding-top: 60px;
}

#content {
    padding: 0 0 100px;
    background: transparent;
}

#content .tos {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.page-contact #content {
    padding: 50px 0 0;
    background: #FFF;
}

.content-center {
    position: relative;
    z-index: 2;
}

.cover-img {
    width: calc(100% - 100px);
    height: 400px;
    background: url(../img/onama-cover.jpg) no-repeat center center;
    background-size: cover;
    margin: 50px 50px 0;
}

.page-about .cover-img {
    margin-bottom: -250px;
    height: 250px;
}

.page-about .small-wrap {
    padding: 0 50px 20px;
    max-width: 800px;
    border-radius: 8px;
}

.page-about .small-wrap h1 {
    margin: 0 0 30px 0 !important;
}

#content .contact {
    width: 100%;
    background: #FFF;
    float: left;
    padding: 50px 100px 100px;
}

#content .contact h4 {
    
    color: #0e1f32;
    font-size: 25px;
    margin: 0 0 20px;
    font-weight: 300;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 0 0 25px;
}

.contact__info,
.contact__docs,
.contact__email {
    width: 50%;
    float: left;
    padding-right: 50px;
}

.contact__info hr {
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.05);
    border: none;
    margin: 30px 0 25px;
}

.contact__email {
    padding-left: 50px;
    padding-right: 0;
}

.contact__email input, 
.contact__email textarea {
    width: 100%;
    margin: 0 0 10px;
    
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 15px;
}

.contact__email input.hidden {
    display: none;
}

.contact__email textarea  {
    resize: none;
    height: 150px;
}

.contact__email button {    
    background: #0e1f32;
    border: none;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    float: right;
    margin: 10px 0 0;
}

#content h2,
#categories h2,
#categories h1 {
    color: #0e1f32;
    font-size: 48px;
    text-align: center;
    margin: 0 auto 60px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

#content h2 {
    margin: 50px auto 30px;
    font-size: 39px;
}

#content .tos h2 {
    text-align: left;
}

#content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.68em;
    color: #0e1f32;
    text-align: left;
    margin: 30px 0;
}

#content p a {
    color: #0e1f32;
    font-weight: 700;
}

#content ul {
    padding: 0;
}

#content li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.61em;
    color: #0e1f32;
    text-align: left;
    margin: 10px 0;
    padding-left: 30px;
}

#content .tos li {
    width: 100%;
}

#content .tos li a {
    color: #0e1f32;
    font-weight: 700;
}

#content li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    box-shadow: 0 0 0 3px #0e1f32 inset;
    border-radius: 50px;
}

.page-contact #content li {
    width: 100%;
    padding-left: 45px;
    line-height: 30px;
    box-shadow: none;
}

.page-contact #content li a {
    color: #0e1f32;
}

.page-contact #content li:before {
    width: 30px;
    height: 30px;
    top: 0;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05) inset;
    background: #f2f8fa;
    border-radius: 4px;
}

.page-contact #content .contact__info ul:nth-child(2) li:nth-child(1):before {
    background: url(../img/icons/company.svg) no-repeat center center #f2f8fa;
    background-size: 16px auto;
}

.page-contact #content .contact__info ul:nth-child(2) li:nth-child(2):before {
    background: url(../img/icons/location.svg) no-repeat center center #f2f8fa;
    background-size: 16px auto;
}


.page-contact #content .contact__info ul:nth-child(2) li:nth-child(3):before,
.page-contact #content .contact__info ul:nth-child(2) li:nth-child(4):before {
    background: url(../img/icons/phone.svg) no-repeat center center #f2f8fa;
    background-size: 16px auto;
}


.page-contact #content .contact__info ul:nth-child(2) li:nth-child(5):before {
    background: url(../img/mobile-icon.png) no-repeat center center #f2f8fa;
    background-size: auto 15px;
}

.page-contact #content .contact__info ul:nth-child(2) li:nth-child(6):before {
    background: url(../img/icons/fax.svg) no-repeat center center #f2f8fa;
    background-size: 16px auto;
}


.page-contact #content .contact__info ul:nth-child(2) li:nth-child(7):before,
.page-contact #content .contact__email li:before {
    background: url(../img/icons/mail.svg) no-repeat center center #f2f8fa;
    background-size: 16px auto;
}

.page-contact #content .contact__info ul:nth-child(5) li::before {
    background: url(../img/icons/download.svg) no-repeat center center #f2f8fa;
    background-size: 16px auto;
}

.home-category {
    width: calc(50% - 40px);
    float: left;
    position: relative;
    z-index: 1;
}

.category-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home-category.last-category {
    float: right;
}

.category-img {
    background: #f2f8fa;
    text-align: center;
    border-radius: 8px;
    height: 310px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.05);
}

.category-img img {
    margin: 0 auto;
    transition: 0.3s;
    transform: scale(1);
}

.home-category h3 {
    color: #0e1f32;
    font-size: 25px;
    padding: 0 30px;
    font-weight: 300;
    transition: 0.3s;
    margin-bottom: 0;
}

.home-category h3 img {
    margin-left: 20px;
    transition: 0.3s;
}
.home-category:hover .category-img img {
    transform: scale(1.025);
}
.home-category:hover h3  {
    transform: translate3D(5px,0,0);
}

.home-category:hover h3 img {
    transform: translate3D(10px,0,0);
}


#light-motive {
    width: 100%;
    padding: 0 100px 100px;
    position: relative;
    box-shadow: 0 -200px 0 0 #f2f8fa inset;
    background: #FFF;
}

.page-about #light-motive {
    width: 100%;
    padding: 0 100px 0px;
    position: relative;
    box-shadow: 0 -100px 0 0 #fff inset;
    background: #f2f8fa;
}

#light-motive .elit {
    background: url(../img/light-motive.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#light-motive .elit h3 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    margin: 0;
}

#featured-products {
    width: 100%;
    background: #f2f8fa;
    position: relative;
    padding: 0 100px 100px;
}

#featured-products .owl-nav {
    
}

#featured-products .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    background: url(../img/icons/next-blue.png) no-repeat center center #f2f8fa;
    position: absolute;
    left: -30px;
    top: 45px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50px;
    transform: rotate(180deg);
    transition: 0.3s;
}

#featured-products .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    background: url(../img/icons/next-blue.png) no-repeat center center #f2f8fa;
    position: absolute;
    right: -30px;
    top: 45px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50px;
    transition: 0.3s;
}
#featured-products .owl-nav .owl-next:hover {
    background: url(../img/icons/prev-white.png) no-repeat center center #0e1f32;
    transform: rotate(180deg);
}
#featured-products .owl-nav .owl-prev:hover {
    background: url(../img/icons/prev-white.png) no-repeat center center #0e1f32;
    transform: rotate(0deg);
}

#featured-products .owl-nav .owl-prev span,
#featured-products .owl-nav .owl-next span {display: none;}
#featured-products h2 {
    color: #0e1f32;
    font-size: 48px;
    text-align: center;
    margin: 0 auto 60px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.f-product {
    padding: 0 15px;
}

.f-product__img {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.02);
}

.f-product__title {
    padding: 0 20px;
    color: #0e1f32;
    font-size: 17px;
    font-weight: 800;
    margin: 20px 0;
}
.f-product__price span {
    padding: 0 20px;
    color: #0e1f32;
    font-size: 20px;
    font-weight: 800;
}

#certificates {
    width: 100%;
    padding: 80px 100px;
    position: relative;
    background: #FFF;
    border-radius: 0 0 32px 32px;
}

.certificates__title {
    width: 25%;
    float: left;
    position: relative;
    z-index: 1;
    line-height: 90px;
}
.certificates__title h3 {
    color: #0e1f32;
    font-size: 48px;
    font-weight: 800;
    margin: 0;    
}

.certificates__25 {
    width: 37.5%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
}

.certificates__12 {
    width: 12.5%;
    float: left;
    text-align: center;
    position: relative;
    z-index: 1;
}
#certificates img {
    max-height: 90px;
    width: auto;
}
#certificates p {
    color: #0e1f32;
    font-size: 15px;
    font-weight: 800;
    margin: 5px 0 0;
}

.fancybox-bg {
    display: none;
}

#fancybox-outer {
    background: transparent;
}

#fancybox-content {
    border-radius: 8px;
    overflow: hidden;
    background: #FFF;
    border: none;
    padding: 10px;
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.1);
}

#fancybox-content h4 {
    color: #0e1f32;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 0px 30px;
    line-height: 1.3em;
    width: 100%;
}

#fancybox-content .vm-btn {
    background: #0e1f32;
    width: calc(50% - 5px);
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    letter-spacing: 0.025em;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

#fancybox-content .vm-btn.vm-btn-primary {
    background: #d69e6b;
    color: #FFF !important;
    left: auto;
    right: 0;
   
}
#fancybox-content .vm-btn.vm-btn-primary:hover {
    background: #438c6f;
}

footer {
    background: #f9f9f9;
    margin-top: 0;
    padding: 0;
    width: 100%;
    float: left;
    border-top: 1px solid #e6e6e6;
}

footer h4 {
    color: #0e1f32;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px;
    opacity: 0.8;
    letter-spacing: -0.025em;
}

.footer-top {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    float: left;
}

.footer-top__logo,
.footer-top__social {
    width: 12.5%;
    float: left;
}
.footer-top__logo img {
    max-height: 40px;
    width: auto;
}

.footer-top__social li {
    margin-right: 30px;
    margin-top: 10px;
}
.footer-top__social li a {
    display: block;
}

.footer-top__social li a img {
    display: block;
    margin: 0;
}

.footer-top__nav {
    width: 100%;
    float: left;
}

.footer-top__nav li {
    width: auto;
    float: left;
    position: relative;
}
.footer-top__nav li:before {
    content: '';
    width: 3px;
    height: 11px;
    background: #FFF;
    position: absolute;
    left: -1px;
    top: calc(50% - 5px);
}
.footer-top__nav li {
    color: #0e1f32;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: block;
    line-height: 40px;
    padding-left: 1px;
}

.footer-top__nav li a {
    color: #0e1f32;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-left: 35px;
    display: block;
    line-height: 40px;
}

.footer-mid {
    width: 100%;
    float: left;
    padding: 40px 0 40px;
}

.footer-mid__desc {
    width: 34%;
    float: left;
}

.footer-mid__desc p {
    color: #0e1f32;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding-right: 50px;
    opacity: 0.8;
}
.footer-mid__faq,
.footer-mid__tos {
    width: 20%;
    float: left;
    margin-left: 3%;
}
.footer-mid__tos {
    margin: 0;
}
.footer-mid__faq li:nth-child(1),
.footer-mid__faq li:nth-child(2) {
    background: url(../img/phone-icon.png) no-repeat 4px center;
    padding-left: 33px;
}

.footer-mid__faq .f-soc li:nth-child(1) {
    background: url(../img/facebook-icon.png) no-repeat 5px center;
    padding-left: 33px;
}
.footer-mid__faq .f-soc li:nth-child(2) {
    background: url(../img/instagram-icon.png) no-repeat left center;
    padding-left: 33px;
}

.footer-mid__faq li:nth-child(3) {
    background: url(../img/mobile-icon.png) no-repeat 5px center;
    padding-left: 33px;
}

.footer-mid__faq li:nth-child(4) {
    background: url(../img/email-icon.png) no-repeat left center;
    padding-left: 33px;
}
.footer-mid__faq li,
.footer-mid__tos li {    
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    color: #0e1f32;
    opacity: 0.8;
    display: block;
}

.footer-mid__faq li a,
.footer-mid__tos li a {
    color: #0e1f32;
    font-size: 14px;
    font-weight: 300;
}

.footer-bot {
    width: 100%;
    float: left;
    padding: 30px 0 50px;
}
.footer-bot ul {
    display: flex;
    justify-content: space-between; 
}

.footer-bot li {
    float: left;
    color: #f2f8fa;
    font-size: 15px;
    opacity: 0.6;
    transition: 0.3s;
}

.footer-bot li:hover {
    opacity: 1;
}

.copyrights {
    width: 100%;
    background: #FFF;
    line-height: 60px;
    color: #0e1f32;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #ededed;
    float: left;
}


::-webkit-scrollbar {  
	width: 8px;  
}  
::-webkit-scrollbar-track {  
	background-color: rgb(43, 47, 53);  
	border-left: 1px solid rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.3) inset;
}  
::-webkit-scrollbar-thumb {  
	background-color: rgb(43, 47, 53); 
	-webkit-transition: 0.4s;
}  
::-webkit-scrollbar-thumb:hover {  
	background-color:#fff;  
}
#breadcrumbs .breadcrumb-item + .breadcrumb-item::before { content: "»"; color: #FFF; padding: 0 5px; }


/* J5 uses 'deeper' class instead of 'parent' for top-level menu items */
.submenu li.deeper { width: 20%; float: left; padding-right: 30px; }
.submenu li.deeper:first-child { width: 26%; }
.submenu li.deeper:nth-child(3) { width: 22%; }
.submenu li.deeper:nth-child(4) { width: 16%; }
.submenu li.deeper:last-child { width: 16%; }
.submenu li.deeper > a { font-size: 13px; text-transform: uppercase; font-weight: 700; }

/* J5 menu module uses mod-menu__sub instead of nav-child */
.submenu .mod-menu__sub a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-transform: none !important;
    font-weight: 500 !important;
    margin: 5px 0;
    font-size: 13px !important;
    letter-spacing: -0.02em;
}
/* Bootstrap 5 grid columns for VirtueMart product listing */
.row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.col-6 { width: 50%; padding-right: 15px; padding-left: 15px; }
.col-lg-4 { width: 33.333%; padding-right: 15px; padding-left: 15px; }

/* CF Pro search button icon fix - J5 uses icon-search class */
.cf_search_button .icon-search::before {
  content: '\e800';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  line-height: 1em;}
/* CF Pro search button icon fix */
.cf_search_button .icon-search::before {
  content: '🔍';
  font-family: sans-serif;
  font-size: 14px;}
/* VM4 sort bar - BS5 classes not loaded in Veraleks template */
.vm-order-list .input-group { display: flex; flex-wrap: nowrap; align-items: center; }
.vm-order-list .form-select { 
    padding: 6px 10px; 
    border: 1px solid #ccc; 
    font-size: 13px;
    cursor: pointer;
    height: 35px;
    font-size: 13px; 
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 8px; 
    text-decoration: none;
    display: flex;
    align-items: center;}
/* VM4 sort bar alignment fixes */
.orderby-displaynumber { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.vm-order-list { display: flex; align-items: center; gap: 10px; }
.vm-order-list .form-label { margin-bottom: 0 !important; white-space: nowrap; }
.vm-order-list .input-group { width: auto; }
.vm-order-list .form-select { width: auto; min-width: 160px; }

/* Fix sidebar cutoff caused by orderby flex */
.browse-view { overflow: visible; }
.category-side { min-width: 280px; }

/* Sort bar - arrow and alignment fixes */
.vm-order-list .btn-link { font-size: 16px; padding: 0 5px; }
.orderby-displaynumber { justify-content: space-between; }
.floatright.display-number { margin-left: auto; }

/* Sort bar - replace text arrow with background image like production */
.vm-order-list .btn-link {
  width: 40px;
  height: 38px;
  background: url(/templates/veraleks/img/icons/next-blue.png) no-repeat center #FFF;
  background-size: 14px auto;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 4px;
  font-size: 0;
}
/* Sort bar height and background fixes */
.vm-order-list .btn-link {
  background-color: transparent !important;
  border: none;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
/* Sort bar - white background fix and vertical alignment with search box */
.vm-order-list .btn-link { background-color: #FFF !important; }
.vm-order-list .form-select { background-color: #FFF !important; }
.orderby-displaynumber { 
  height: 40px; 
  align-items: center; 
  margin-top: 0;
  padding-top: 0;
}

/* Remove top padding from CF Pro search wrapper to align with sort bar */
.category-side .cf_flt_wrapper {
  padding: 0;
  border-top: none;
}


/* TOS pages list styling */
body.item-vlcontent .com-content-article li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.61em;
  color: #0e1f32;
  text-align: left;
  margin: 10px 0;
  padding-left: 30px;
  display: block;
}
body.item-vlcontent .com-content-article li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 8px;
  box-shadow: 0 0 0 3px #0e1f32 inset;
  border-radius: 50px;
}
body.item-vlcontent .com-content-article ul {
  list-style: none;
  padding: 0;
}
