

@import url('fonts/fonts.css');

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

:focus {
    outline: none !important;
}

input:focus {
    outline: none !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3b4696;
    outline: 0;
    box-shadow: none;
}

@media screen and (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

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

a {
    color: #3b4696;
}
a:hover {
    color: #3b4696;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

input[type=submit]:hover,
button:hover {
    cursor: pointer;
}

h1.page-title {
    text-align: center;
    color: #3b4696;
    font-family: 'Comfortaa', sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.bg-gray {
    background: #e8e8e8;
}

/*HEADER*/


.header {
    z-index: 1050;
    background: #fff;
}
.header-top {
    height: 94px;
}

.fixed-top-header {
    margin-bottom: 84px;
}

.header-bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    z-index: 1050;
    background: #fff;
}



.callback:hover {
    webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0.85;
}
.callback {
    display: block;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 20px;
    background: #3b4696;
    color: #fff;
    border-radius: 8px;
    border-width: 0px;
    webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header-bottom {
 border-top: 1px solid #f1f1f1 ;
}
.header-contact-info > div{
    font-size: 14px;
    position: relative;
    padding: 0 20px;
}
.header-contact-info p {
    font-weight: bold;
    color: #3b4696;
}

.custom-logo {
    max-height: 94px;
}

#navbarNav li {
    padding: 10px 10px;
}
#navbarNav li a {
	padding: 2px 10px;
    position: relative;
    color: #3b4696;
	font-size: 18px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


#navbarNav li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(0,0,0,0.1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}


#navbarNav li a:hover::after, #navbarNav li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.navbar-toggler-icon {
    background: #3b4696;
    padding: 15px;
    border-radius: 50%;
	width: auto;
	height: auto;
}

.navbar-toggler-icon img {
	width: 35px;
	height: 35px;
	filter: invert(100%) sepia(94%) saturate(17%) hue-rotate(291deg) brightness(105%) contrast(100%);
}

.navbar-toggler-icon:hover {

    opacity: 0.85;
}






/*FOOTER*/

.footer-top {
    border: solid #c9c9c9;
    border-width: 1px 0;
}
#footer-menu a {
    font-family: 'Comfortaa', sans-serif;
}
.footer-logo img {
    max-width: 150px;
}

footer .socials img {
   max-width: 40px;
}

.footer-bottom {
    font-size: 13px;
}
body.modal-open  .navbar-toggler {
    margin-right: 0!important;
}
.modal-open header .header-bottom.fixed {
    padding-right: 17px;
}




/*HOMEPAGE*/

.main-banner .slide, .main-banner,
#main-promotions-slider, .main-promotions {
    position: relative;
}

.banner-bg {
    height: 80vh;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.banner-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-body .container,
.banner-body-navigation .container,
.main-promotions-navigation .container {
    height: 100%;
}

.banner-short-info {
    max-width: 300px;
    margin-bottom: 130px;
    color: #000;
}
.banner-short-info h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.main-banner-slide-link {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.banner-body-navigation  {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;

}

.main-banner .slick-dots,
.main-promotions-navigation .slick-dots {
    margin-left: 25px;
    position: relative;
    width: auto;
    max-width: 200px;
    bottom: 50px;
}
.main-banner .slick-dots li,
.main-promotions-navigation .slick-dots li {
    height: auto;
}

.main-banner .slick-dots li button,
.main-promotions-navigation .slick-dots li button {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}

.main-banner .slick-dots li button:before,
.main-promotions-navigation .slick-dots li button:before {
    content: "";
    width: 0px;
    height: 0px;
}

.main-banner .slick-dots li.slick-active button:before,
.main-promotions-navigation .slick-dots li.slick-active button:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    top: -21px;
    left: 6px;
    background: #fff;
}
.main-banner .slick-dots li.slick-active button:after,
.main-promotions-navigation .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    top: 20px;
    left: 6px;
    background: #fff;
}
.main-banner .slick-prev, .main-banner .slick-next,
.main-promotions-navigation .slick-prev, .main-promotions-navigation .slick-next {
    top: 19px;
}
.main-banner .slick-next:before,
.main-banner .slick-prev:before,
.main-promotions-navigation .slick-next:before,
.main-promotions-navigation .slick-prev:before {
    content: '';
    background: url(/wp-content/themes/wowwater/img/next.svg), no-repeat;
    height: 17px;
    width: 17px;
    filter: invert(100%) sepia(94%) saturate(17%) hue-rotate(291deg) brightness(105%) contrast(100%);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.main-banner .slick-prev:before,
.main-promotions-navigation .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-about .subtitle span {
    color: #3b4696;
    font-weight: bold;
}

.text-main-about {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}
.text-main-about h3,
.main-mission-content h3 {
    font-family: 'Comfortaa', sans-serif;
    font-size: 36px;
    line-height: 38px;
    color: #3b4696;
}
.main-mission-content {
    z-index: 2;
    max-width: 550px;
}
.main-mission-content:before {
    z-index: -1;
    content: "";
    width: 450px;
    height: 450px;
    top: 50%;
    transform: translateY(-50%);
    left: -125px;
    position: absolute;
    display: inline-block;
    background: url(/wp-content/themes/wowwater/img/mission-quote.png), no-repeat;
    background-size: contain;
}
.main-products {
    background: #d1d5e8;
    overflow: hidden;
    position: relative;
    min-height: 500px;
    padding: 100px 0 120px;
}
.product-wrapper-image {
    background: #fff;
}
.main-products-info h3 {
    font-size: 46px;
    line-height: 48px;
    font-family: 'Comfortaa', sans-serif;
}
.main-products-info a {
    display: block;
    padding: 15px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 18px;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.main-products-info a:hover {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #3b4696;
    color: #fff;
    border-color: #3b4696;
}
.main-products .row {
    min-height: 550px;
}
#main-products-courusel,
.main-blog .row {
    position: relative;
}

.main-products .products-courusel {
    position: absolute;
    left: 32%;
}
#main-products-courusel  .slick-prev, #main-products-courusel  .slick-next {
    bottom: -55px;
    top: auto;
}

.main-blog .row  .slick-prev,  .main-blog .row .slick-next {
    bottom: 15px;
    top: auto;
}
#main-products-courusel .slick-prev, .main-blog .row  .slick-prev {
    left: calc(50% - 35px);
}
#main-products-courusel .slick-next, .main-blog .row .slick-next{
    right: calc(50% - 35px);

}

#main-products-courusel .slick-next:before, #main-products-courusel .slick-prev:before,
.main-blog .row  .slick-prev:before, .main-blog .row .slick-next:before {
    content: '';
    background: url(/wp-content/themes/wowwater/img/next.svg), no-repeat;
    height: 25px;
    width: 25px;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

#main-products-courusel .slick-prev:before,
.main-blog .row  .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-product-wrapper .entry-content {
    max-height: 48px;
    overflow: hidden;
}
.promotion-banner-slide {
    height: 80vh;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative;
}


.promotion-banner-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.banner-body-navigation,
.main-promotions-navigation {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 4;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.main-promotions-navigation .slick-dots {
    margin-right: 35px;
    margin-left: auto;
}

/*BLOG*/

.card-post {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.card-post-wrapper {
    min-height: 390px;
position: relative;
    background-color: #3b4696;

}
.card-post-wrapper-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
 .hovered {
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 100;
    opacity: 0;
     width: 100%;
}
.hovered .title {
    margin-bottom: 35px;
    font-family: 'Comfortaa', sans-serif;
}
.card-post-wrapper:hover >  .hovered  {
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.card-post-wrapper:hover .card-post-wrapper-bg{
opacity: 0.3;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.btn-border {
    text-transform: uppercase;
    padding: 10px 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-border:hover {
    color: #fff;
border-color: #3b4696;
    background: #3b4696;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.post-link {
    display: block;
    margin: 15px auto 0;
    max-width: 300px;
    text-align: center;
    font-size: 18px;
}
.post-link:hover {
    text-decoration: underline;
}
.pagination {
    width: 100%;
    text-align: center;
}

.pagination .page-numbers {
    font-size: 20px;
    display: block;
    background: #ccc;
    border-radius: 50%;
    padding: 15px;
    line-height: 11px;
    margin: 0 5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: #3b4696;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

}
/*SINGLE POST*/

.single-post-header {
    background: rgb(129,141,226);
    background: radial-gradient(circle, rgba(129,141,226,1) 0%, rgba(59,70,150,1) 74%);
    min-height: 400px;
}
.single-post-header-content {
    color: #fff;
    max-width: 800px;
}
.single-post-header-content h1 {
    font-weight: 500;
    color: #fff;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    color: #3b4696;
    font-weight: bold;
    margin-top: 40px;
}
.share-btn-post span {
    background: #3b4696;
    padding: 0 2px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.share-btn-post img {
    max-width: 17px;
    filter: invert(100%) sepia(94%) saturate(17%) hue-rotate(291deg) brightness(105%) contrast(100%);
}
.share-btn-post.dropdown-toggle::after {
    display: none;
}
.single-post article .container {
    max-width: 800px;
}

.single-post .dropdown-menu {
    min-width: auto;
    padding: 10px 30px;

}
/*SINGLE PRODUCT*/
.kama_breadcrumbs {
    font-size: 14px;
    text-align: center;
    max-width: 300px;
}
.single-product-image img {
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 650px;
    width: 100%;
}
h1 {
    font-family: 'Comfortaa', sans-serif;
    font-size: 36px;
    color: #3b4696;
    text-align: center;
}
.short-characters-row {
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}
.short-characters-row:first-child {
    border-top: 1px solid #ccc;
}
.btn-blue-bg {
    background: #3b4696;
    color: #fff;
    border-radius: 8px;
    border-width: 0px;
}
.single-product-review {
    width: 100%;
}
.single-product-review .btn-blue-bg,
input[type=submit].btn-blue-bg {
    display: block;
    padding: 10px;
    font-size: 20px;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.single-product-review .btn-blue-bg:hover,
input[type=submit].btn-blue-bg:hover {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0.85;
}

.product-full-description .nav-tabs {
    border: none;
}

.product-full-description .nav-item {
    padding: 15px 50px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8a8a8a;
    border: none;
    position: relative;
    margin-right: 30px;
}

.product-full-description .nav-tabs .nav-link.active {
    color: #8a8a8a;
}

.product-full-description .nav-tabs .nav-link.active:before {
    background: #3b4696;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-full-description .nav-link:before {
     content: "";
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 8px;
     margin: 5px 0 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
     transition-duration: 0.75s;
     opacity: 1;
     background: #ccc;
    left: 0%;
 }

.product-full-description .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 8px;
    margin: 5px 0 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    transition-duration: 0.75s;
    opacity: 0;
    background: #3b4696;
    left: 0;
}

.nav-link:hover::after {
    opacity: 1;
    width: 100%;
}

/*ARCHIVE PRODUCT*/

.product-wrapper-image img {
    height: 260px;
    width: auto;
    object-fit: cover;
    margin: auto;
    display: block;
}
.product-more-btn {
color: #000;
position: relative;
}

.product-more-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.product-more-btn:hover:after {
    background: #3b4696;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-category-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}
.product-page-title {
    font-size: 24px;
    font-weight: bold;
}

/*PROMOTIONS*/

.promotion-title {
    color: #3b4696;
    font-family: 'Comfortaa', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

.promotion-link-more {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.promotion-link-more:hover {
    color: #fff;
    opacity: 0.85;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.promotion-info-block {
    width: 100%;
}
.promotion-info-block .entry-content {
    max-width: 400px;
}

#promotions-wrapper .row:nth-child(2n) > .promotion-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
}

#promotions-wrapper .row:nth-child(2n) > .promotion-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

#promotions-wrapper .row:nth-child(2n) > .promotion-info .promotion-info-block {
    text-align: right;
}

#promotions-wrapper .row:nth-child(2n) > .promotion-info .promotion-info-block .entry-content{
    margin-left: auto;
}

/*PROMOTION SINGLE*/

.promotion-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px;
}

.page-promotion-wrapper .container {
    max-width: 800px;
}
.page-promotion-wrapper .page-title {
    font-size: 24px;
    font-weight: bold;
    font-family: inherit;
    text-align: left;
}

/*CONTACT PAGE*/
.contacts-banner {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contacts-banner .container {
    position: relative;
}
.contacts-banner .title {
    background: #fff;
    width: 350px;
    height: 350px;
    text-align: center;
    padding: 50px;
    border-radius: 50%;
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
}
.contacts-us-info .address {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
}
.contacts-us-info .phone {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}
.contacts-us-form .form-group {
    margin-bottom: 40px;

}
.contacts-us-form .form-control {
    background: transparent;
    border: solid #acacac;
    border-width: 0 0 2px 0;
    padding: 10px 0;
}

.contacts-us-form .form-control::placeholder,
#callBackModal .form-control::placeholder {
    text-transform: uppercase;
}

.contacts-us-form input[type=submit].btn-blue-bg {
    display: inline-block;
    width: auto;
    padding: 10px 40px;
}

#topbutton {
    position: fixed;
    display: none;
    height: 45px;
    width: 45px;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    background: transparent;
    border-radius: 50%;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    border: 1px solid #3b4696;
}

#topbutton:after {
    content: "\21E7";
    font-size: 40px;
    line-height: 40px;
    color: #3b4696;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 992px) {

    header .navbar, .navbar-toggler {
        padding: 0;
    }
    .modal-open header .header-bottom.fixed {
        padding-right: 0px;
    }
    header #navbarNav {
        position: absolute;
        top: 70px;
        width: 100vw;
        left: -15px;
        z-index: 100;
        background: #fff;
        webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    }

    #promotions-wrapper .row:nth-child(2n) > .promotion-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #promotions-wrapper .row:nth-child(2n) > .promotion-info .promotion-info-block {
        text-align: center;
    }
    #promotions-wrapper .row:nth-child(2n) > .promotion-info .promotion-info-block .entry-content{
        margin-left: 0;
    }

    .promotion-info {
        text-align: center;
    }
    .promotion-info-block .entry-content {
        margin: auto;
    }

    footer {
        text-align: center;
    }
    #footer-menu {
        margin: auto;
    }

    .contacts-banner {
        min-height: auto;
    }

    .card-post-wrapper {
        min-height: 300px;
    }
    .text-main-about {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .main-products .products-courusel {
        position: relative;
        left: auto;
    }
    .main-products {
        padding: 30px 0 50px;
    }
    .main-products-info h3 {
        font-size: 36px;
        line-height: 38px;
    }
    .main-products-info {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 30px;
    }
    .contacts-banner .title {
        width: 300px;
        height: 300px;
    }

    .text-main-about {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .banner-bg, .promotion-banner-slide {
        height: 40vh;
    }
    #main-products-courusel  .slick-prev, #main-products-courusel  .slick-next {
        bottom: -50px;
    }
}

@media screen and (max-width: 576px) {
    .contacts-banner {
        background-image: none!important;
    }
    .contacts-banner .title {
        width: 100%;
        border-radius: 0;
        height: auto;
        padding: 20px;
    }
    header .col-auto {
        padding: 0!important;
    }
    .promotion-banner-slide {
        background-size: cover!important;
        background-position: center!important;
        background-repeat: no-repeat!important;
    }
    .product-full-description .nav-item {
        font-size: 20px;
        padding: 10px 10px;
        margin-right: 0px;
    }
    .product-full-description .nav-item:first-child {
        margin-right: 10px;
    }
    .banner-bg, .promotion-banner-slide {
        height: 30vh;
    }
    .main-blog .row {
        padding-bottom: 20px;
    }
}


@media screen and (max-height: 768px) {
    .single-product-image img {
        max-height: 500px;
        width: auto;
    }
}


@media screen and (max-width: 768px) and (max-height: 812px) {
    .banner-bg, .promotion-banner-slide {
        height: 210px;
    }
}
@media screen and (max-height: 600px) {
    .banner-bg, .promotion-banner-slide {
        height: 180px;
    }
}
#header_language_list {
    /*padding: 0 15px;*/
}
#header_language_list  > div {
 margin: 0 5px;
}
.current-lang {
    font-weight: bold;
    text-decoration: underline;
    color: #3b4696;
}

.another-lang .current-lang {
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
.another-lang:hover {
    text-decoration: underline;
}

.contacts-us-info {
    color: #3b4696;
}
