@import url('./../fonts/fonts.css');

.main-page-wrapper{
    min-height: 700px;
}

.menu-opener .menu-opener-icon:not(.custom-icon):after {
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    content: "\f15a";
    font-family: "woodmart-font";
}

.whb-general-header {
    border-color: rgba(232, 232, 232, 1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.vc_custom_1627647301477 {
    margin-top: -10px !important;
    margin-right: -10px !important;
    margin-bottom: 30px !important;
    margin-left: -10px !important;
}

.whb-header-bottom {
    border-color: rgba(232, 232, 232, 1);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.menu-opener {
    background-color: rgba(0, 123, 196, 1);
    color: #fff;
}

.whb-sticked .whb-not-sticky-row{
    display: none;
}

.whb-top-bar {
    background-color: rgba(0, 123, 196, 1);
}

.container {
    max-width: 1222px;
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.site-logo a img {
    max-height: 90px !important;
    width: 115px !important;
    max-width: 115px !important;
}

.product-currency{
    margin-left: 3px;
}

.whb-clone.whb-sticked {
    visibility: visible;
    opacity: 1;
    transform: translateZ(0);
    animation: wd-fadeInDownBig .3s ease;
    pointer-events: visible;
    pointer-events: unset;
}

.whb-clone {
    position: fixed;
    z-index: 391;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease, visibility .1s ease, transform .3s ease;
    animation: wd-fadeOutUpBig .1s ease;
    pointer-events: none;
}

@media (min-width: 1025px) {
    .whb-top-bar-inner {
        height: 42px;
        max-height: 42px;
    }
    .whb-general-header-inner {
        height: 105px;
        max-height: 105px;
    }
}

.wd-header-mobile-nav .wd-tools-icon:before {
    font-size: 24px;
    content: "\f15a";
    font-family: "woodmart-font";
}

/*====styles===========*/

.top-address{
    height: 100% !important;
    color: #fff;
    padding: 0 10px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: 365px;
    font-size: 12px;
}

.top-social{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}

.top-social li{
    margin: 0 5px;
    width: 32px;
}

.bt-language{
    margin-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;

}

.bt-language .fa{
    color: #fff;
}

.lang-block > span{
    color: #fff;
    font-weight: bold;
}

.breadcrumb{
    margin: 15px 0;
}

input[type='number']{
    border-radius: inherit;
    height: auto;
}

a {
    color: #333333;
    text-decoration: none;
    transition: all .25s ease;
}

.site-logo{
    text-align: center;
}

.site-logo a img{
    min-width: 262px;
    margin: 0 auto;
}

/* header fix */
.top-fix{
    position: fixed;
    top: 106px;
    z-index: 701;
    width: 100%;
}

.top-header-fix{
    position: fixed;
    top: 0;
    z-index: 700;
    width: 100%;
    padding: 0;
}
/* /header fix */

.searchform{
    max-width: 442px;
}

#front-slider-block{
   display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 30px;
    margin-top: 30px;
    /*width: 75%;*/
    /*float: right;*/
}

#filter-block-loading{
    width: 35px;
    height: 35px;
    margin: 0 auto;
    margin-top: 30px;
}

.category-page{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.category-sidebar{
    width: 270px;
}

.category-products{
    width: 75%;
}


/*====sidebar filter===*/
#filter-block{
    margin: 0 0 60px 0;
    display: block;
    padding-bottom: 15px;
    opacity: 0;
}

#filter-block h3{
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;
}

.range-wrapper{
    background: #FFF;
    width: 275px;
}

.range-picker .select-label:after{
    border-top-color: #ccad88 !important;
}

.range-picker .label{
    padding: 8px 8px !important;
}

.range-picker .process,
.range-picker .select-label{
    background-color: rgba(0, 123, 196, 1) !important;
}

.filter-submit{
    margin: 15px 0;
    background: rgba(0, 123, 196, 1);
    color: #FFF;
}

/*====/sidebar filter===*/


/* product items */
.front-product-items{
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.product-items{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}

.product-item{
    width: 211px;
    height: 325px;
    margin: 0 5px 5px 0;
    padding: 0 15px;
    border-radius: 8px;
    box-shadow: 0 1px 2px #ededed;
    background-color: #fff;
    position: relative;
}

.product-item__price{
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    margin: 5px 0 0 0;
}

.product-item__price .product-currency{
    margin-left: 5px;
}

.product-item__discount-price{
    font-size: 1.2em;
    line-height: 1;
    margin: 7px 0 -8px 0;
}

.product-item__price-striked{
    text-decoration: line-through;
    font-weight: 400 !important;
}

.product-item__price-discount-price{
    display: block;
}

.product-item__image{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    text-align: center;
}

.product-item__image img{
    /*width: 180px !important;*/
    height: 180px !important;
}

.product-item__name{
    height: 30px;
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

.product-item__name a{
    text-transform: capitalize;
    color: #000;
}

.product-item__name-discount-price{
    margin-top: 3px !important;
}

.product-item__buttons{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.product-item__buttons a{
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #000;
    border-radius: 2px;
}

.product-item__buttons button{
    /*padding: 10px 20px;*/
    line-height: 20px;
    border: none;
    background: none;
    border-radius: 25px;
}

.product-item__buttons .btn-cart{
    background: #FFF;
    border: 1px solid #c2121b;
    color: #c2121b;
    text-decoration: none;
    border-radius: 5px;
}

.product-item__buttons .btn-wishlist{
    background: #FFF;
    border: 1px solid #c2121b;
    color: #c2121b;
    text-decoration: none;
    border-radius: 5px;
    height: 30px;
    width: 40px;
}
/* /product items */

.logo-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    max-width: 270px;
}

.logo-item__left{
    font-size: 20px;
    color: #fe6a00;
}
.logo-item__right{
    font-size: 20px;
    color: #fe6a00;
}
.logo-item__text{
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 5px;
    color: #fe6a00;
    text-align: center;
}

/* logo animation text */
.banner__slides {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    overflow: hidden
}

.banner__slides__slide {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
}

.banner__slides__slide.banner__slides__slide--active {
    display: inline-block
}

.banner__slides--hide {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in,-webkit-transform .5s ease-in
}

.banner__slides--hide .banner__slides__slide {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in,-webkit-transform .5s ease-in
}

/* /logo animation text */

/* front slider */
#front-slider{
    display: block;
    width: 890px;
    height: 464px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

#front-slider li{
    margin: 0;
    padding: 0;
}

#front-slider .owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#front-slider .owl-dots .owl-dot{
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #ffffff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    width: 16px;
    height: 16px;
    margin: 0 3px;
}

#front-slider .owl-dots .owl-dot span{
    display: block;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#front-slider .owl-dots .owl-dot.active span{
    background-color: #fff;
}

.front-slider-item{
    width: 100%;
    height: 464px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    background-color: #f2f2f2;
}

.front-slider-item__left{
    width: 55%;
    position: relative;
    z-index: 2;
}

.front-slider-item__right{
    width: 30%;
    position: relative;
}

.front-slider-item__text{
    padding: 60px 30px;
    transform: translateX(-1000px);
}

.front-slider-item__text.action{
    transition: transform 1s;
    transform: translateX(0px);
}

.front-slider-item__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(1000px);
    z-index: 1;
}

.front-slider-item__image.action{
    transition: transform 1s;
    transform: translateX(0px);
}

/* /front slider */

/* double banner */
.double-banner-container{
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}
.double-banner-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 290px;
}
.double-banner-item{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.double-banner-item__text{
    width: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
}
/* /double banner */

/* quadro banner*/
.quadro-banner-items{
    display: grid;
    grid-template:
            'ban_1 ban_2 ban_4'
            'ban_1 ban_3 ban_4';
    align-items: start;
    margin: 50px 0;
}

.quadro-banner-item{
    perspective: 1px;
    position: relative;
}

.quadro-banner-item:hover{
    transform: translateZ(0);
}

.quadro-banner-item-1{
    grid-area: ban_1;
    grid-column: auto / span 3;
    text-decoration: none;
    height: 400px;
}

.quadro-banner-item-2{
    grid-area: ban_2;
    grid-column: auto / span 3;
    text-decoration: none;
    height: 200px;
}

.quadro-banner-item-3{
    grid-area: ban_3;
    grid-column: auto / span 3;
    text-decoration: none;
    height: 200px;
}

.quadro-banner-item-4{
    grid-area: ban_4;
    grid-column: auto / span 3;
    text-decoration: none;
    height: 400px;
}

.quadro-banner-item-1 img{
    height: 400px;
}

.quadro-banner-item-2 img{
    height: 200px;
}

.quadro-banner-item-3 img{
    height: 200px;
}

.quadro-banner-item-4 img{
    height: 400px;
}

.quadro-banner-item__image{
    position: relative;
    height: 100%;
    overflow: hidden;
}

.quadro-banner-item__image img{
    position: absolute;
    width: 100%;
    transform: translate(0px, 0px);
}

.quadro-banner-item__image img:hover{
    transform: matrix(1.15, 0, 0, 1.15, -15, -13);
    transform-style: preserve-3d;
}

.quadro-banner-item__text{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 30px;
}
/* /quadro banner*/


.wd-header-cats:hover > .wd-dropdown-cats{
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: visible;
    display: block;
}

/* front bottom banner */
.front-bottom-banner{
    margin: 80px 0;
    height: 344px;
    width: 100%;
}

.front-bottom-banner-item__text{
    position: relative;
    top: 40px;
    left: 40px;
    max-width: 420px;
    color: #fff;
    text-align: center;
}

/* /front bottom banner */

.page-banner{
    width: 100%;
    height: 230px;
}

#content{
    width: 100%;
    float: inherit;
    min-height: 800px;
}

.page-login-form{
    display: flex;
    justify-content: center;
    align-items: center;
}

#login-form{
    width: 320px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-radius: 15px;
    background-color: #eee;
}

#login-form .form-group .control-label{
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-control{
    border-radius: 5px !important;
    color: #000 !important;
}

#login-form .help-block{
    font-size: 14px;
}


/*=====category menu=====*/
#category-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

#category-menu > li{
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

#category-menu > li > a{
    padding: 8px 18px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    text-transform: unset;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

#category-menu > li > a:hover{
    background-color: #eee;
}

.nav-submenu{
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 380;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    text-align: left;
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px) translateZ(0);
}

.nav-submenu > li{
    margin: 5px 0;
}

.nav-submenu > li > a {
    padding: 7px 18px;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    text-transform: unset;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    text-decoration: none;
    min-width: 140px;
}

.nav-submenu > li > a:hover{
    color: #ff8000;
}

#category-menu > li:hover > .nav-submenu{
    display: block;
}

#category-menu > li .nav-submenu > li{
    position: relative;
}

#category-menu > li .nav-submenu > li:hover .nav-submenu{
    display: block;
}

/*=====/category menu=====*/

.page-banner{
    height: 230px;
}

.page-banner__text{
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 50px;
}

.page-content{
    margin: 30px 0;
}

/* contact */
.contact-items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0;
}
.contact-item{
    width: 48%;
}
/* /contact */

/* news */
.front-news-items{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin-top: 30px;
    position: relative;
}

.front-news-items .owl-stage{
    display: flex;
    justify-content: flex-start;
}

.front-news-items .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: none;
}

.front-news-items:hover .owl-nav{
    display: block;
}

.front-news-items .owl-nav button{
    position: absolute;
    background: none;
    border: 0;
    font-size: 45px;
}

.front-news-items .owl-nav .owl-prev{
    left: -20px;
}

.front-news-items .owl-nav .owl-next{
    right: -20px;
}

.front-news-item{
    height: 600px;
}

.news-items{
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.news-item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.news-item__image{
    width: 200px;
}

.news-item__text{
    margin-left: 30px;
    font-size: 14px;
}

.news-view__img{
    margin-bottom: 15px;
}

.news-view__text{
    margin-bottom: 30px;
    font-size: 14px;
}

.news-item-page__date{
    text-align: right;
    width: 100%;
    display: block;
    font-size: 12px;
}

.page_news-item__date{
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}
/* /news */


/*Product page */
#product-page{
    margin-bottom: 50px;
}

#product-page h3{
    margin-bottom: 0;
}

.product-page-items{
    display: flex;
    justify-content: space-between;
}
.product-page-item{
    min-width: 48%;
    position: relative;
    top: 15px;
    margin-right: 5px;
}
.product-page-item .title{
    padding-left: 0;
}
.product-page-item__image{
    max-width: 400px;
    min-height: 400px;
    text-align: center;
}
.product-page-item__image img{
    width: 100%;
    position: relative;
}
.product-page-item__description{
    min-height: 200px;
}

.product-page-item__category{
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.product-page-item__category span{
    font-weight: bold;
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 1em;
}

.product-page-item__in_stock{
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.product-page-item__category a{
    text-decoration: underline;
}

.product-page-item .cart{
    margin-top: 30px;
}

.product-page-item .cart .button-group{
    display: flex;
    justify-content: space-between;
}

.product-page-item .cart .button-group .add-to-cart{
    background: #007bc4;
    padding: 10px 20px;
    color: #FFF;
    border: none;
    border-radius: 20px;
}

.product-page-item .cart .button-group .add-to-cart .fa{
    margin-right: 5px;
}

.add-to-cart.active{
    background-color: #007bc4;
    color: #FFF;
}

.product-page-item .cart .button-group .btn-wishlist-box{
    background: #007bc4;
    color: #FFF;
    border-radius: 20px;
}
.product-page-item .cart .button-group .btn-wishlist-box .btn-wishlist{
    border: none;
    background: #007bc4;
    color: #FFF;
    border-radius: 20px;
}

.product-page-item .quantity_info{
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.product-page-item .quantity_info span{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
}

.product-page-item .quantity_info input{
    width: 50px;
}

.product-page-item__price{
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.product-page-item__price .product-currency{
    margin-left: 5px;
}

.product-page-item__price span{
    width: 100px;
}

.product-page__text{
    margin: 50px 0;
}

.product-page-item .product-page_item__type{
    margin-left: 5px;
}

.product-page__content{
    display: block;
    min-height: 200px;
    padding: 5px;
    margin-top: 15px;
    width: 100%;
}

.product-page__content h3{
    font-size: 18px;
    margin: 15px 0 !important;
}

.product-page-item__short-description{
    margin-top: 30px;
}

.product-page-item__short-description h3{
    font-size: 18px;
    margin: 15px 0 !important;
}

.descr-line{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000;
}

.descr-line__left{
    width: 200px;
    min-width: 200px;
}
/* /product page*/

.table-wishlist{
    height: 100vh;
}


/* search */
.search-form{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
}

.search-form__search-page{
    float: inherit;
    max-width: 380px;
}

.search-form form{
    position: relative;
}

.search-form>div{
    float: right;
}
.search-form-container .input_cat{
    border-style: solid;
    border-color: #077dc1;
    border-width: 2px 0 2px 1px;
    height: 50px;
    line-height: 46px;
    padding:0;
    position:relative;
    min-width: 185px;
}
.search-form-container .input_cat .sbSelector{
    padding-left:20px;
    padding-right: 20px;
    color: #000;
}
.search-form-container .input_cat .sbToggle {
    height: 14px;
    position: absolute;
    right: 25px;
    top: 18px;
    width: 14px;
}
.search-form-container .sbHolder {
    position: relative;
    width: 100%;
}
.search-form-container .sbOptions {
    background:#fff;
    border: 1px solid #3695eb;
    left: 0;
    margin: 0;
    min-height: 150px;
    overflow: auto;
    padding: 0 0 10px;
    position: absolute;
    top: 48px !important;
    width: 100%;
    z-index:1000;
    margin-left:-1px;
    min-width:200px;
}
.search-form .sbOptions>li{
    padding:0 6px 0 25px;
    line-height: 22px;
}
.search-form>div select{
    height: 50px;
    line-height: 46px;
    background-color: transparent;
    font-style: italic;
}
.search-form{
    position: relative;
}
.search-form .input-group-btn {
    width: auto;
    position:absolute;
    top:0;
    right:0;
    display: flex;
    justify-content: space-between;
}
.search-form .btn{
    color: #777;
    height: 25px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border: 0;
    background: #FFF;
    border-radius: 0 35px 35px 0;
    position: relative;
    top: 8px;
    right: 5px;
}
.search-form .btn .fa{
    vertical-align:top;
    font-size: 18px;
}

.search-form  .form-control{
    width: 500px;
    padding:0 20px;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 35px !important;
}
.search-form  .form-control::-webkit-input-placeholder {
    color: #797979;
}
.search-form  .form-control:-moz-placeholder { /* Firefox 18- */
    color: #797979;
}
.search-form  .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #797979;
}

.search-form  .form-control:-ms-input-placeholder {
    color: #797979;
}

#search_dropdown{
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 100;
    width: 100%;
    background: #FFF;
    min-height: 50px;
    border: 1px solid #CCC;
    margin: 0;
    padding: 0;
}

#search_dropdown li{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px;
    min-height: 50px;
    font-size: 12px;
    font-weight: bold;
}

.search_dropdown__img{
    text-align: left;
    margin-right: 15px;
    min-width: 50px;
}

.search_dropdown__name{
    text-align: left;
    width: 80%;
}

.search_dropdown__price{
    text-align: center;
    min-width: 130px;
}
button,
button:active,
button:focus {
    outline: none !important;
    background: none;
}


/* Product slider */

.product-gallery{
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 7;
    max-width: 425px;
    margin-top: 30px;
    display: flex;
}

.product-gallery li{
    margin: 0 2px;
    width: 102px !important;
    list-style: none;
    max-height: 150px;
    height: 90px;
    text-align: center;
}

.product-gallery li img{
    height: 90px;
    width: 90px;
}

.product-slider{
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 7;
    max-width: 425px;
    margin-top: 30px;
}

.product-slider li{
    list-style: none;
    max-height: 150px;
    height: 100px;
    border: 1px solid #CCC;
}

.product-slider li img{
    width: 100%;
    height: 100%;
}

.product-slider .owl-item{
    margin: 0 2px;
    width: 102px !important;
}

.product-slider .owl-nav{
    position: absolute;
    top: 0;
    width: 100%;
    left: -4px;
    pointer-events: none;
    height: 30px;
}

.product-slider:hover .owl-nav{
    display: block;
}

.product-slider .owl-nav button{
    width: 18px;
    outline: none;
    pointer-events: auto;
    background: #489a38 !important;
}

.product-slider .owl-nav button span{
    font-size: 40px;
    color: #FFF;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: relative;
    top: -2px;
}

.product-slider.owl-nav .owl-prev{
    float: left;
}

.product-slider .owl-nav .owl-next{
    float: right;
    position: relative;
    left: 5px;
}

.product-slider .owl-dots{
    display: none;
}

/* /Product slider */


/*===product image popup=====*/

#product-image-bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(37,37,37,0.9);
    display: none;
}

#product-image-container{
    position: fixed;
    margin: 0 auto;
    top: 0px;
    max-width: 100%;
    max-height: 100%;
    z-index: 9990;
    display: none;
    /*left: calc(50% - 600px);*/
    left: 0;
    border: 1px solid #414141;
    width: 100%;
}

@media (max-width: 1200px){

    #product-image-container{
        left: 0;
    }

    .search-form .form-control{
        width: 300px !important;
    }

    #top-menu-block .container{
        width: 100%;
    }

}

@media (max-width: 640px){

    .header-block #logo{
        margin: 5px 0;
    }

    .header-block #logo a img{
        margin: 0 auto;
    }

    .header-block .search-form{
        margin: 5px 0;
    }

    #product-image-container img{
        width: 100%;
        height: auto;
    }

    #left_top_links .top-phone{
        padding: 2px;
    }
    .phone-numbers{
        margin-left: 0;
        width: 100px;
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }

    .news-page-items li{
        flex-direction: column;
    }

    .news-page-items li .news-item__image{
        width: 100%;
        text-align: center;
    }

    .news-page-items li .news-item__text{
        width: 100%;
        text-align: center;
    }


}

#product-image-popup{
    text-align: center;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-image-popup #popup-img{
    max-width: 1200px;
    max-height: 1200px;
}

#product-image-popup #popup-close{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    background: #FF0000;
    font-size: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

#product-image-nav{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: none;
}

#product-image-popup:hover #product-image-nav{
    display: block;
}

#product-image-nav_left,
#product-image-nav_right{
    font-size: 40px;
    font: inherit;
    font-weight: bold;
    color: #fff;
    background: rgba(255,255,255,0.3);
    border: none;
    height: 70px;
    width: 20px;
    border-radius: 15px;
}

#product-image-nav_left{
    position: absolute;
    left: 0;
}

#product-image-nav_right{
    position: absolute;
    right: 0;
}

/*===/product image popup=====*/

/* cart */
#cart{
    float:right;
    width:auto;
}
#cart > .btn {
    font-size:15px;
    font-weight:400;
    color: #007bc4;
    text-transform:uppercase;
    padding:0 5px;
    height: 40px;
    background: none;
    border-radius: inherit;
}
#cart > .btn i {
    margin-right: 5px;
    font-size: 25px;
}

#cart-total{
    position: absolute;
    top: 4px;
    right: -4px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--wd-primary-color);
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 9px;
    line-height: 15px;
}

#wishlist-link{
    color: #007bc4 !important;
    margin: 0 15px;
    width: 60px;
    padding: 0 5px;
    height: 45px;
    border: 1px solid #007bc4;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#wishlist-link i{
    font-size: 25px;
    color: #007bc4;
}

#wishlist-link:hover i:before{
    color: #007bc4;
}


#wishlist-link i:before{
    color: #007bc4;
}

#cart > .btn:hover,#cart.open > .btn {
    background-color: #007bc4;
    color: #007bc4;
    border:1px solid #007bc4;
    box-shadow: none;
    text-shadow: none;
}
.btn:active{box-shadow:none;}
#cart .dropdown-menu {
    top: 44px;
    z-index: 1001;
    min-width:500px;
    padding: 0;
    font-size:14px;
    border-left:none;
    border-top:none;
    border-right:none;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    background-color: #FFF;
}

#cart .cart_bottom{
    position: relative;
    top: 4px;
}

#cart:hover .dropdown-menu{
    display:block;
}
#cart .dropdown-menu .cart_bottom table{
    width:100%;
    margin-bottom:10px;
}
#cart .dropdown-menu .cart_bottom table td{
    padding:5px 26px 8px;
    font-weight:bold;
    color: #007bc4;
}
#cart .dropdown-menu .cart_bottom table td.text-right{
    font-size:20px;
    line-height:22px;
}
#cart .dropdown-menu .cart_bottom .buttons{
    background-color: #007bc4;
    padding:16px 20px;
    margin:0;
    border-radius: 0 0 5px 5px;
}
#cart .dropdown-menu .cart_bottom .buttons .cart_bt{
    margin-right:8px;
}
#cart .dropdown-menu .cart_bottom .buttons .cart_bt,#cart .dropdown-menu .cart_bottom .buttons .checkout_bt{
    width:48%;
    display:inline-block;
    vertical-align:top;
}
.another-language #cart .dropdown-menu .cart_bottom .buttons .cart_bt{
    width:52%;
}
.another-language  #cart .dropdown-menu .cart_bottom .buttons .checkout_bt{
    width:44%;
}
#cart .dropdown-menu .cart_bottom .buttons .btn{
    font-size:10px;
    text-transform:uppercase;
    line-height:16px;
    padding:8px;
    color: #FFF;
    width:100%;
    font-weight:400;
    background-color: #118acb;
}
#cart .dropdown-menu .cart_bottom .buttons .btn:hover{
    background-color: #118acb;
    border:1px solid #118acb;
}


#cart-modal button{
    margin: 5px;
}

.btn-clear-cart{
    float: left;
}

.del-item, .del-wishlist-item{
    cursor: pointer;
}

.del-wishlist-item{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}

#top-cart-list .table-responsive{
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

#top-cart-list .table-responsive tr td{
    vertical-align: middle;
}

#top-cart-list .table-responsive img{
    width: 40px;
    height: 40px;
}

#top-cart-list .table-responsive .cart-img-td{
    max-width: 50px;
}

#top-cart-list .table-responsive .cart-name-td{
    width: 255px;
    font-size: 12px;
    font-weight: bold;
}

#top-cart-list .table-responsive tr td{
    padding: 5px;
}

#top-cart-list .table-responsive tr:first-child td{
    border-top: 0;
}

#top-cart-list .table-responsive .del-item-td{
    width: 30px;
}

#top-cart-list .table-responsive .qty-item-td{
    width: 50px;
}

#top-cart-list .table-responsive .cart-item-qty{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border: 0;
}

#top-cart-list .table-responsive .cart-qty{
    font-size: 12px;
    font-weight: bold;
}

#top-cart-list .table-responsive .qty-item-td input{
    max-width: 40px;
    margin-left: 5px;
}

.modal-cart img{
    width: 50px;
}

.modal-cart tr td{
    vertical-align: middle !important;
}

.alert-success{
    margin: 20px 0;
}

.alert-dismissable .close,
.alert-dismissible .close{
    top: 0;
    right: 0;
}

.product-add-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-add-btn a{
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    background-color: rgb(0,123,196);
    border-radius: 15px;
    text-transform: uppercase;
}

.signup-link{
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}

.login-top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 120px;
}

.login-top > span{
    color: #333;
    font-weight: 700;
}

.login-top a{
    color: #333;
    font-size: 14px;
    padding: 0 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.wishlist-top-icon{
    font-size: 20px;
    color: #333;
}

.wd-tools-element .wd-tools-icon{
    color: #333;
}

.top-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-menu li{
    margin: 0 15px;
}

.top-menu li a{
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
}

.top-menu li a:hover{
    color: #ff8000;
}

.menu-opener i{
    margin-right: 10px;
}

.mobile-register-link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mobile-register-link a{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: var(--nav-gap);
    padding-left: var(--nav-gap);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2;
}

.product-item__sticker{
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 50px;
    border-radius: 5px;
}

.hit-sticker{
    background-color: red;
    color: #fff;
}

.footer{
    height: 345px;
    background-color: #97e6f7;
}

.footer-items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 90px;
    margin-top: 27px;
}

.footer-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-item__left img{
    height: 90px;
    width: 90px;
    margin-right: 10px;
}

.footer-item__text{
    color: #333;
}

.footer-logo{
    text-align: center;
}

.footer-logo a img{
    min-width: 262px;
    margin: 0 auto;
}

.footer-logo a img {
    max-height: 90px !important;
    width: 115px !important;
    max-width: 115px !important;
}
.footer-bottom-items{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
}

.footer-bottom-item{
    width: 30%;
    display: flex;
    justify-content: center;
}

.footer-info-items{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-info-items li{
    color: #333;
}

.footer-info-items li i{
    margin-right: 10px;
}

.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li a{
    color: #333;
}

@media (max-width: 1024px){
    #front-slider{
        width: 100%;
    }

    .double-banner-items{
        height: auto;
        flex-wrap: wrap;
    }

    .double-banner-item{
        margin-bottom: 30px;
    }

    .quadro-banner-items{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .quadro-banner-item{
        width: 100%;
    }

    .front-bottom-banner{
        width: 100%;
    }

    .front-bottom-banner-item__text{
        position: inherit;
        padding: 30px;
    }

    .product-page-items{
        flex-direction: column;
    }

    .category-page{
        flex-direction: column;
    }

    .category-products{
        width: auto;
    }

    #filter-block{
        padding: 0;
        margin-bottom: 15px;
    }

    .footer{
        height: auto;
    }

    .footer-items{
        height: auto;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .footer-item{
        margin-bottom: 30px;
    }

    .footer-item__left{
        margin-right: 15px;
    }

    .footer-bottom-items{
        flex-direction: column;
        margin-top: 15px;
    }

    .footer-bottom-item{
        margin-bottom: 30px;
        width: auto;
    }
}

@media (max-width: 768px){

    .front-slider-item__text p{
        font-size: 14px !important;
    }

    .front-slider-item__text p span{
        font-size: 20px !important;
    }

    .front-slider-item__text > h2 span{
        font-size: 24px !important;
    }

    .contact-items{
        flex-direction: column;
        align-items: center;
    }

    .contact-item{
        margin-bottom: 30px;
    }

}

@media (max-width: 640px) {

    .news-item__text{
        margin-left: 0;
    }

    .news-item-page__date{
        margin: 5px 0;
    }
}