*::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
*:-moz-placeholder {
    color: #666;
    opacity: 1;
}
*::-moz-placeholder {
    color: #666;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

html{
    position: relative;
    min-height: 100%;
}


body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 18px;
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    font-family: "PFDinTextPro-Regular", sans-serif;
    overflow-x: hidden;
    background-image: url("../images/body-bg.webp");
    -webkit-background-size: cover;
    background-size: cover;
}

a, a:hover, a:active{color:#7f5a51;}
a:hover{text-decoration:underline;}

.readmore{
    font-size:14px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    padding: 0 0 30px;
}

.hidden {
    display: none;
}

.uzor{
    min-height: 100%;
    position:relative;
    z-index: 0;
}

.uzor > .row{
    margin: 0;
}

.uzor .container{
    background: #fff;
    padding: 30px;
    margin:0;
    width: 100%;
}

.container-fluid{
    max-width: 1300px;
    margin: 0 auto;
}

header {
    background: url(../images/header-bg.webp) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0 30px;
    position: relative;
    /*overflow: hidden;*/
}

header .row {
    margin: 0;
}

.common-home header{
    background:none;
    position: absolute;
    left: 70px;
    right: 70px;
    z-index:11;
}
@media (max-width: 768px) {
    .common-home .easy-blog {
        display: none !important;
    }
}

.topline ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.topline a{
    color: #fff;
}

ul.soc {
    padding: 8px 0;
}

ul.lang{
    /*background: #483c3d;*/
    padding: 8px 0;
    line-height: 120%;
    min-width: 100px;
}

ul.lang li, ul.soc li {
    display: inline-block;
}

ul.lang li + li a, ul.lang li + li span {
    border-left: 1px solid #fff;
    padding-left: 7px;
    margin-left: 5px;
}

ul.lang a, ul.lang span{
    color: #f7d340;
    font-size: 14px;
    display: block;
}

ul.lang li.active span{
    color: #fff;
}

.topline i  {
    font-size: 21px;
}

.soc li + li {
    margin-left: 10px;
}

.topmenu {
    display: none;
    list-style: none;
    padding: 12px 6px 0 6px;
    margin: 25px 0 0 0;
    background: #483c3d;
    border-radius: 10px;
}

.topmenu li{
    display: block;
    padding: 10px;
}

.topmenu li a{
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    display: block;
}

.topmenu li.active a,
.topmenu li a:focus,
.topmenu li a:hover{
    text-transform: uppercase;
    color: #83b61c;
    border-bottom: 2px solid #83b61c;
    text-decoration: none;
}

.toggle-menu.open + .topmenu {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    min-width: 200px;
    top: 100%;
    left: 0;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #483c3d;
}

.topmenu li a {
    border-color: rgba(255,255,255, .2);
}

.topmenu li:last-child a {
    border-color: transparent;
}

#cart {
    padding-left: 15px;
}

#cart .dropdown-menu {
    margin-top: 10px;
}

#cart button{
    border:0;
    background: none;
    color:#fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#cart i{
    color: #83b61c;
    margin-right: 15px;
}

#cart .num{
    color: #e6c13c;
}

#cart a{
    color: #7f5a51;
}

.common-home #logo{
    margin: 40px auto 0 auto;
}
@media (max-width: 1200px) {
    .common-home #logo{
        width: 100px;
        height: auto;
        margin: 15px auto;
    }
}

#logo img{
    max-width: 100%;
}

/* main-slider */
header .slider{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
}

.container-fluid.main {
    background: #ffffff;
    padding: 0;
}

#block_top .owl-carousel,
.container-fluid .owl-carousel {
    margin: 0;
}

.owl-carousel .owl-wrapper-outer {
    margin:0;
    padding: 0;
    border:0;
}

.owl-carousel .owl-wrapper-outer {
    margin:0;
    padding: 0;
    border:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-carousel .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.owl-carousel .owl-controls .owl-pagination {
    top: auto;
    bottom: 20px;
}

.owl-carousel .owl-controls .owl-page span {
    border: 2px solid rgba(255,255,255,.6);
    background: #6ba130;
}

.owl-carousel .owl-controls .owl-page.active span {
    background: #db9f00;
    border: 2px solid #fff;
}

#content_top .owl-prev,
#content_top .owl-next{
    width: 41px;
    height: 81px;
    position: absolute;
    top: 42%!important;
    text-align: center;


}

#content_top .owl-prev{
    left: 15px;
    padding-right: 5px;
    background: url(../images/slider-nav-left.png) 0 0 no-repeat;
}

#content_top .owl-prev:hover{
    background: url(../images/slider-nav-left-h.png) 0 0 no-repeat;
}

#content_top .owl-next{
    right: 15px;
    padding-left: 5px;
    background: url(../images/slider-nav-right.png) 0 0 no-repeat;
}

#content_top .owl-next:hover{
    background: url(../images/slider-nav-right-h.png) 0 0 no-repeat;
}


.main-slider{
    max-height: 665px;
}

.main-slider .owl-prev,
.main-slider .owl-next{
    width: 41px;
    height: 81px;
    position: absolute;
    top: 45%!important;
    text-align: center;


}

.main-slider .owl-prev{
    left: 5%;
    padding-right: 5px;
    background: url(../images/slider-nav-left.png) 0 0 no-repeat;
}

.main-slider .owl-prev:hover{
    background: url(../images/slider-nav-left-h.png) 0 0 no-repeat;
}

.main-slider .owl-next{
    right: 5%;
    padding-left: 5px;
    background: url(../images/slider-nav-right.png) 0 0 no-repeat;
}

.main-slider .owl-next:hover{
    background: url(../images/slider-nav-right-h.png) 0 0 no-repeat;
}

.owl-carousel .slider-content{
    position: absolute;
    padding: 0;
    top: 50%;
    margin-top: -58px;
    left: 0;
    width: 100%;
    z-index: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.owl-carousel .owl-item .item .mobile {
    display: none;
}

@media(max-width: 768px) {
    .owl-carousel .owl-item .item {
        position: relative;
        overflow: hidden;
    }

    .owl-carousel .owl-item img {
/*        max-width: none;
        width: auto!important;
        height: 100% !important;*/
    }

    .owl-carousel .slider-content h3 {
        font-size: 14px;
    }
}

@media only screen and (max-width : 640px) {
    .owl-carousel .owl-item .item img {
        display: none!important;
    }

    .owl-carousel .owl-item .item .mobile {
        display: block !important;
    }
}

.owl-carousel .slider-content h3 {
    font-family: "PFDinTextCondPro-Medium";
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 32px;
    line-height: 140%;
    padding: 20px;
    margin: 0;
    color: #fff;
}

.owl-carousel .slider-content h3 p {
    margin: 0;
}

.owl-carousel .slider-content h3 a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}


/* /main-slider */


/* category-list */
.common-home .category-list{
    position: relative;
    margin-top:-80px;
    z-index:10;
    margin-bottom:20px;
}

.category-list .item a {
    display: block;
}

.category-list .item {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom:20px;
}

.category-list .item .image{
    border:9px solid #fff;
    background: #fff;
    border-radius:50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.category-list .item .image img{
    max-width: 100%;
    height: auto;
}

.category-list .item .title{
    display: block;
    color:#fff;
    text-transform:uppercase;
    font-size:16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom:45px;
    padding-top: 10px;
    text-decoration: none;
    transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    z-index: 0;
}

.category-list .item:hover .title{
    bottom: -25px;
}

.category-list .item i{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -10px;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.category-list .item:hover i{
    opacity: 0;
}


.category-list .bg-color-1 .title{background:#6d9018;}
.category-list .bg-color-1:hover .image{border-color:#6d9018; background: #6d9018;}
.category-list .bg-color-1 i{color:#6d9018;}

.category-list .bg-color-2 .title{background:#c35848;}
.category-list .bg-color-2:hover .image{border-color:#c35848; background: #c35848;}
.category-list .bg-color-2:hover .image{border-color:#c35848;}
.category-list .bg-color-2 i{color:#c35848;}

.category-list .bg-color-3 .title{background:#ffa432;}
.category-list .bg-color-3:hover .image{border-color:#ffa432; background: #ffa432;}
.category-list .bg-color-3:hover .image{border-color:#ffa432;}
.category-list .bg-color-3 i{color:#ffa432;}

.category-list .bg-color-4 .title{background:#7a4535;}
.category-list .bg-color-4:hover .image{border-color:#7a4535; background: #7a4535;}
.category-list .bg-color-4:hover .image{border-color:#7a4535;}
.category-list .bg-color-4 i{color:#7a4535;}

.category-list .bg-color-5 .title{background:#d55c19;}
.category-list .bg-color-5:hover .image{border-color:#d55c19; background: #d55c19;}
.category-list .bg-color-5:hover .image{border-color:#d55c19;}
.category-list .bg-color-5 i{color:#d55c19;}


/* list group */
.list-group .children {
    padding-left: 20px;
    margin-bottom: 4px;
}
.list-group a{background-color:#483c3d;}
.list-group a.bg-color-1{background-color:#6d9018;}
.list-group a.bg-color-2{background-color:#c35848;}
.list-group a.bg-color-3{background-color:#ffa432;}
.list-group a.bg-color-4{background-color:#7a4535;}
.list-group a.bg-color-5{background-color:#d55c19;}

.list-group-item:last-child,
.list-group-item:first-child{border: 0;border-radius: 0;}
.list-group a {border: 0; background-image: url(../images/arrow-menu.png); background-repeat: no-repeat; background-position: 95% 50%;color:#fff; padding: 2px 15px; margin-bottom:4px;  border-radius: 0; text-shadow: none; text-transform:uppercase;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {background-color:#83b61c;color:#fff;}




/* /category-list */
#content h1,
#content h2,
.category-list h2,.category-list h1{
    text-align:center;
    margin-top: 0;
}

#content h1 span,
#content h2 span,
.category-list h2 span{
    display:inline-block;
    padding: 0 37px;
    font-size: 28px;
    text-transform:uppercase;
    font-family: "PFDinTextCondPro-Medium";
    position: relative;
    background: #fff;
}

#content h3{
    text-align:center;
}

#content h3.caption {
    text-align: left;
}

#content h3 span{
    display:inline-block;
    padding: 0 100px;
    font-size: 28px;
    text-transform:uppercase;
    font-family: "PFDinTextCondPro-Medium";
    position: relative;
}


#content h3 span:before,
#content h3 span:after{
    content: "";
    position: absolute;
    top:0;
    display: block;
    width: 90px;
    height: 28px;
}
@media (max-width: 768px) {
    #content h3 span:before, #content h3 span:after {
        width: 28px;
    }
    #content h3 span {
        padding: 0 30px;
    }
}
#content h3 span:before{
    left: 0;
}

#content h3 span:after{
    right: 0;
}

.uzor .maintenance{min-height: 400px;padding-top: 320px;}

.information{text-align:center;}
.information .description{width: 90%; margin: 0 auto; text-align:center; color:#a6a6a6; padding: 40px 0 30px 0;}

.category-descroption{text-align:center; }

hr{border-color:#e5dedc;}
body[class^=product-category] hr{margin-top:10px;margin-bottom:10px;border-color:#e5dedc;}

body[class^=product-category] label,
body[class^=product-product] label{font-size:14px; margin-bottom: 0;}

body[class^=product-product] h1{
    position:relative;
    margin-top:0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "PFDinTextCondPro-Medium";
}

body[class^=product-product] h1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 27px;
    height: 28px;
    /*background: #fff url(../images/heading-bg.png) repeat-x 0 50%;*/
}

.lSSlideOuter .lSPager.lSGallery img {
    opacity: .5;
}

.lSSlideOuter .lSPager.lSGallery .active img {
    opacity: 1;
}

#specification h3{
    position:relative;
    margin-top:0;
    margin-bottom: 15px;
    padding: 0 0 15px 37px;
    font-size: 28px;
    text-transform: uppercase;
    font-family: "PFDinTextCondPro-Medium";
    border-bottom: 1px solid #e8e2e0;
    text-align: center;
}

@media(max-width: 768px) {
    #specification h3 {
        font-size: 18px;
        padding: 0 0 15px;
    }
    #specification h3:before, #specification h3:after {
        display: none;
    }
}

#grid-view,
#list-view{border:0;background:none;margin: 0;opacity: 1;}

#grid-view.active,
#list-view.active{opacity: 0.6;}

.product-thumb .price{
    color:#c35848;
    font-size: 20px;
    font-family: "PFDinTextCondPro-Medium";
}

.product-thumb .caption{
    padding:0;
}

.product-thumb .caption a{
    color:#353535;
}

.product-thumb .fa-shopping-cart{
    color:#6d9018;
}

.product-thumb button{
    display: inline-block;
}

.product-thumb button:hover .fa-shopping-cart{
    color:#fff;
}

.related-products  .product-thumb,
.product-grid .product-thumb {
    text-align: center;
}

.related-products  .description,
.product-grid .description{
    display:none;
}
#product ul{
    margin:0;
}

#product h2{
    margin:0;
    padding:5px 0;
    background:none;
    color:#c35848;
    font-family: "PFDinTextCondPro-Medium";
    text-align:left;
}

#product .form-group{
    margin-bottom:0;

}

/* nav-tabs */
.nav-tabs{
    border-bottom: 1px solid #e5dedc;
    padding-bottom: 15px;
    margin-top: 20px;
}

.nav-tabs>li+li{
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid #353535;
}

.nav-tabs>li>a{
    font-family: "PFDinTextCondPro-Medium";
    text-transform: uppercase;
    font-size:20px;
    line-height: 100%;
    border:0;
    padding:0;
    color:#353535;
}

.nav-tabs>li>a:hover{
    background: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
    color:#6d9018;
    background: none;
    border:0;
    padding:0;
}
/* /nav-tabs */

/* thumbnail */
.thumbnail{
    border-radius: 0;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover{
    border-color: #c35848;
}
/* /nav-tabs */

.green{
    color:#6d9018;
}


/* blog-block */
.blog-block{
    background: url(../images/bottom-bg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding:40px 30px;
}

.blog-block .caption{
    color:#fff;
    font-size: 42px;
    line-height: 100%;
    margin-bottom:30px;
    text-align:center;
    text-transform:uppercase;
    font-family: "PFDinTextCondPro-Medium";
}

.blog-block .slider{
    position:relative;
    background: none;
    padding: 0 80px;

}

.blog-block .slider .owl-wrapper-outer{
    border:0;
    box-shadow: none;
}

.blog-block .slider .item{
    text-align:center;
}

.blog-block .slider img{
    display:block;
    margin: 0 auto;
    border-radius: 50%;
    max-width: 172px;
	height: auto;
}

.blog-block .slider .title{
    display: block;
    margin-top: 10px;
    color:#fff;
    text-transform: uppercase;
}

.blog-block .slider a:hover,
.blog-block .slider a:hover .title{
    color:#fff;
}

.blog-block .owl-carousel .owl-buttons div{
    opacity: 1;
}

.blog-block .owl-controls {
    bottom: 50%;

}

.blog-block .owl-prev,
.blog-block .owl-next{
    width: 41px;
    height: 81px;
    text-align: center;
    position: relative;
    margin-top: -50px;
}

.blog-block .owl-prev{
    left: 5%;
    padding-right: 5px;
    background: url(../images/slider-nav-left.png) 0 0 no-repeat;
}

.blog-block .owl-prev:hover{
    background: url(../images/slider-nav-left-h.png) 0 0 no-repeat;
}

.blog-block .owl-next{
    right: 5%;
    padding-left: 5px;
    background: url(../images/slider-nav-right.png) 0 0 no-repeat;
}

.blog-block .owl-next:hover{
    background: url(../images/slider-nav-right-h.png) 0 0 no-repeat;
}
/* /blog-block */

#button-cart {
    margin-top: 15px;
    background: #6d9018;
    color: #ffffff;
    transition: all .3s;
}

#button-cart:hover {
    background: rgb(57, 123, 33);
    border-color: rgb(57, 123, 33);
    color: #ffffff;
    text-decoration: none;
}

footer {
    background: #483c3d;
}

footer .footer-logo {
    width: 100px;
    margin: 15px auto;
    display: block;
}

footer .footer-phone {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 8px;
}

footer .soc {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

footer .soc li {
    display: inline-block;
    margin: 0;
}

footer .soc li + li {
    margin-left: 10px;
}

footer .soc li a {
    color: #ffffff;
    font-size: 21px;
}

#copy{
    padding: 20px 0  15px;
    line-height: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.header-phone, .mobile-phone {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px;
}

.topline .mobile-phone, .topline .mobile-lang{
    display: none;
}

/* readmore-less */
.addReadMore.showlesscontent .content {
    height: 100px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.addReadMore.showlesscontent .content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 40px;
    background: linear-gradient(rgba(255,255,255, 0) 0, #fff 50%);
}

.addReadMore.showlesscontent .readLess,
.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    display: block;
    margin-left: 2px;
    color: #6d9018;
    cursor: pointer;
}

/* stars */
.review_star{position:relative;display:inline-block;min-width:125px;margin:0 0 0 5px}
.review_star input{position:relative;display:inline-block;vertical-align:middle;width:19px;height:19px;margin:0;z-index:99;cursor:pointer;opacity:0;}
.review_star input + input{margin:0 0 0 1px}
.review_star .stars{position:absolute;top:3px;left:0;}
.review_star .stars i{display:inline-block;vertical-align:top;font-size:21px;color: #fccd36;}
.review_star .stars i + i{margin:0 0 0 1px}


/* mainmenu */
#mainmenu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
    min-height: 0;
}

#mainmenu.sticky-nav{
    background: #5b2717;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#mainmenu.sticky-nav #cart {
    float: right;
}

#mainmenu.sticky-nav .topmenu, #mainmenu.sticky-nav #cart {
    margin-top: 0;
}

.sticky-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.toggle-menu {
    border: 0;
    outline: 0;
    padding: 8px 12px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #483c3d;
}

.toggle-menu:focus, .toggle-menu:hover {
    color: #83b61c;
    cursor: pointer;
}

.sandwich {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
}

.sandwich span {
    display: block;
}

.sandwich .menu-text {
    color: #fff;
    left: 0;
    top: 2px;
    position: absolute;
    text-transform: uppercase;
    line-height: 110%;
}

.sandwich .sw-topper {
    position: relative;
    top: 0;
    width: 22px;
    height: 3px;
    background: white;
    border: none;
    transition: transform 0.5s, top 0.2s;
    display: block;
}


.sandwich .sw-bottom {
    position: relative;
    width: 22px;
    height: 3px;
    top: 4.6px;
    background: white;
    border: none;
    border-radius: 4px;
    transition: transform 0.5s, top 0.2s;
    transition-delay: 0.2s, 0s;
}


.sandwich .sw-footer {
    position: relative;
    width: 22px;
    height: 3px;
    top: 9.5px;
    background: white;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.sandwich.active .sw-topper {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sandwich.active .sw-bottom {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-categories {
    display: none;
}

.topline-wrapper {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.topline-wrapper .topline-wrapper {
    padding: 0;
    margin: 0;
}

.topline-wrapper .topline-wrapper > div {
    margin-left: 15px;
}

@media only screen and (max-width : 1100px) {
    header {
        padding: 0 20px;
    }

    .common-home header {
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width : 992px) {
    header {
        padding: 0;
    }

    #slideshow0 .owl-wrapper-outer {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

@media only screen and (max-width : 768px) {
    .topline-wrapper .topline-wrapper > div {
        margin-left: 0;
    }

    .language-wrapper {
        width: 30px;
        text-align: center;
        position: relative;
    }

    ul.lang {
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: 34px;
        position: absolute;
        z-index: 11;
        overflow: hidden;
    }

    ul.lang li {
        display: none;

    }

    ul.lang li + li span, ul.lang li + li a {
        border-left: 0!important;
        padding-left: 0;
        margin-left: 0;
    }

    .language-wrapper.open ul.lang {
        height: auto;
        background: #483c3d;
    }

    .language-wrapper.open li, ul.lang li.active {
        display: block;
    }


    #mainmenu {
        margin-right: 15px;
    }

    .topmenu {
        width: 100%;
        text-align: center;
        padding: 10px!important;
    }

    .toggle-menu.open + .topmenu {
        min-width: 290px;
        margin-top: 10px;
    }

    .topmenu ul.soc li, .topmenu ul.lang li {
        padding: 0;
    }

    .topmenu ul.lang a, .topmenu ul.lang span {
        color: #f7d340;
        font-size: 14px;
        display: block;
        text-transform: uppercase;
        border: 0;
    }

    .toggle-menu.open {
        background: #83b61c;
    }

    .topline-wrapper .topline-wrapper {
        width: 100%;
        justify-content: flex-start;
    }

    .topline-wrapper + .topline-wrapper {
        justify-content: flex-end;
    }

    .toggle-categories {
        display: block;
        padding: 10px 20px;
        margin-bottom: 15px;
        text-align: center;
        background: #483c3d;
        color: #ffffff;
        text-transform: uppercase;
    }

    .toggle-categories.open {
        background: #6ba130;
    }

    .toggle-categories .caret {
        border-top: 8px dashed;
        border-top: 8px dashed;

        border-right: 8px solid transparent;
        border-left: 8px solid transparent;

    }

    .toggle-categories.open .caret {
        border-top: 0px dashed;
        border-top: 0px dashed;
        border-bottom: 8px dashed;
        border-bottm: 8px dashed;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;

    }

    #column-left.open {
        display: block !important;
    }

    #cart {
        padding-left: 0;
        width: 124px;
    }

    #cart > .btn {
        float: right;
        text-align: right;
    }

    #cart .dropdown-menu {
        margin-top: 15px;
        min-width: 290px;
    }

    #slideshow0 .slider-content {
        margin-top: 2%;
    }
}


@media only screen and (max-width : 550px) {
    .nav-tabs>li>a {
        font-size: 14px;
    }

    .category-list .col-xs-6 {
        width: 100%;
    }

    .owl-carousel .owl-item {
       /* height: 400px;*/
    }

    .owl-carousel .slider-content {
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .owl-carousel .slider-content h3 {
        font-size: 24px;
    }
    
}

@media only screen and (max-width : 480px) {
    ul.soc {
        width: 85px;
    }

    #cart {
        margin-left: 15px;
    }

    #cart .dropdown-menu {
        margin-top: 10px;
    }
}

@media only screen and (max-width : 380px) {
    .soc li + li {
        margin-left: 5px;
    }

    #cart {
        width: 50px;
    }

    #cart #cart-total {
        display: none;
    }


}