/*** Responsive ***/
@media(max-width:1250px){
    .user-pages .confirm-width-passw input[type="submit"].button.reset_btn {
            margin: 25px 0 0px 0;
          clear: both;
    }
}
@media(max-width:1280px){
    #menu > ul,
    #menu > ul > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    .home-slider {
        margin-top: 20px;
    }
    .categories-menu + .banner-shops, .cat-filter + .banner-shops, .inner-menu + .banner-shops {
        margin-top: 0;
    }
    .categories-menu {
        display: none;
    }
    #menu > ul > .vertical-menu.not-hp .sidenav .megaside {
        width: 100%;
    }
    .header-top .left a:after, .header-top .left div:after {
        content: none;
    }
    #menu > ul > .vertical-menu.not-hp .sidenav {
        width: 100%;
    }
    #slider .slick-dots {
        bottom: 15px;
    }
    #menu .header-top {
        padding: 0;
    }
    #menu .header-top .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
    #menu .header-top .wrap .langs {
        order: 1;
        padding: 20px 0;
        border-bottom: 1px solid #D9D9D9;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
    }
    #menu .header-top .wrap .langs .active {
        position: relative;
    }
    #menu .header-top .wrap .langs::before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        content: attr(data-language);
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        text-transform: capitalize;
    }
    #menu .header-top .wrap .langs .active:after {
        content: none;
    }
    #menu .header-top .wrap .langs .active:before {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        background: url("./images/check.svg") no-repeat center;
    }
    #menu .header-top .wrap .langs ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: unset;
        width: unset;
    }
    #menu .header-top .wrap .langs ul li {
        margin: 0 0 0 30px;
    }
    #menu .header-top .shops-link {
        order: 2;
        padding: 20px 0;
        display: block !important;
        border-bottom: 1px solid #D9D9D9;
    }
    #menu .header-top .shops-link:before {
        float: right;
        margin: -2px 0 0 10px;
    }
    #menu .header-top .top-contacst {
        padding: 20px 0;
        order: 3;
    }
.home-slider #slider {
    width: 100%;
    margin-left: 0;
}
body{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
.wrap{width:calc(100% - 30px);}
.content {min-height: 100px;}
#coockies_box > div {padding: 20px 0px;}
#coockies_box p {max-width: calc(100% - 150px);padding-right: 0;}
.langs{margin:-2px 0 0 30px;}
.shops-link{width:auto;}
#logo{margin-right:0;}
/*menu*/
.burger {
    display: block!important;
    float: right;
    width: 50px;
    height: 25px;
    background: url(images/burger.png)no-repeat center;
    border: none;
    margin: 41px 0 0 30px;
    cursor: pointer;
}
.menu-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(38,74,114,0.90);
    z-index: 9;
}
#menu {
	display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 360px;
	height:100%;
    height: calc(100% - 50px);
    overflow-y: auto;
    /* background: #fff; */
    background: #f9f9f9;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    padding-bottom: 50px;
    margin: 0;
    z-index: 99;
}
#menu .menu-top {
    float: left;
    width: calc(100% - 20px);
    padding: 20px 0 20px 20px;
    background: #fff;
}
#menu .menu-top .logo {
    float: left;
    width: 130px;
    height: 50px;
    background: url(images/logo.png)no-repeat left center;
    background-size: 100% auto;
}
#menu .menu-top .close {
    float: right;
    width: 50px;
    height: 50px;
	background: url(images/sprite.png)no-repeat;
	background-position: -366px -132px;
    border: none;
    margin: 0;
    cursor: pointer;
}
#menu > ul{padding:0;background: #fff;}
#menu > ul > li,
#menu > ul > ul > li{width:100%;border-top: 1px solid #dddddd;margin:0;}
/* #menu > ul > li:last-child{border-bottom: 1px solid #dddddd;} */
#menu > ul > li > a,
#menu > ul > ul > li > a{display:block;width:calc(100% - 40px);color:#333333;padding:16px 20px;}
#menu > ul > .vertical-menu > button{font-size:14px;cursor:pointer;display:block;width:100%;color:#333333;padding:16px 50px 16px 20px;text-align: left;}
#menu > ul > .vertical-menu > button::before {
    left: unset;
    right: 13px;
    background-image: url("./images/menu_black.svg");
}
#menu > ul > li.have-megamenu > a,
#menu > ul > ul > li.have-megamenu > a{width:calc(100% - 92px);}
#menu > ul > li.have-megamenu .drop,
#menu > ul > ul > li.have-megamenu .drop{
	width: 50px;
	height: 50px;
	/*border-left: 1px solid #dddddd;
	background-color:#f9f9f9;*/
	background-position: 2px -450px;
}
#menu > ul > .vertical-menu .sidenav {
    display: block;
    position: absolute;
    top: 91px;
    left: 0;
    padding: 0!important;
    width: 100%;
	height:calc(100% - 92px);
	min-height: unset!important;
    /*overflow-y: auto;*/
	visibility: visible;
    opacity: 1;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
	background:#fff;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
#menu > ul > .vertical-menu .sidenav.show {transform: translateX(0);}
#menu > ul > .vertical-menu .sidenav > ul > li {position: relative;}
#menu > ul > .vertical-menu .sidenav .megaside {
	opacity: 1;
	visibility: visible;
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height:100%;
	min-height:unset!important;
    overflow-y: auto;
	visibility: visible;
    opacity: 1;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
	padding: 0!important;
	background: #f5f5f5;
    z-index: 10;
}
#menu > ul > .vertical-menu .sidenav .megaside.show {transform: translateX(0);}
#menu > ul > .vertical-menu .sidenav > .back {
    float: unset;
}
#menu > ul > .vertical-menu .sidenav .megaside .megaside-inner {
    overflow-y: unset;
    overflow-x: unset;
    padding: 17px 0 50px 0;
    height: unset;
}
#menu > ul > .vertical-menu .sidenav .megaside .megaside-inner > ul {
    column-count: 1;
    column-gap: 0;
}
#menu > ul > .vertical-menu .sidenav .megaside .megaside-inner > ul > li {
    margin-bottom: 24px;
}
#menu > ul > .vertical-menu .sidenav .megaside .megaside-inner > ul > li > ul > li:first-child {
    margin-bottom: 5px;
}
#menu > ul > .vertical-menu .sidenav .megaside .megaside-inner > ul > li > ul > li > a {
    line-height: 24px;
}
#menu > ul > .vertical-menu .sidenav > ul {
    width: 100%;
}
#menu .fixed-buttons {
    position: fixed;
    z-index: 11;
    bottom: 0;
    left: 0;
    width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
#menu .fixed-buttons .login::before {
    background: url('./images/Acc.svg') no-repeat center;
}
#menu .fixed-buttons .cart {
    border-left: 1px solid #fff;
}   
#menu .fixed-buttons .cart span {
    background: url('./images/Basket.svg') no-repeat center;
    position: relative;
}
#menu .fixed-buttons .cart span::before {
    content: attr(data-count);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 1px;
    right: -3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}
#menu .fixed-buttons .login,
#menu .fixed-buttons .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
    justify-content: center;
	align-items: center;
    width: 50%;
    height: 55px;
    background-color: #264a72;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
#menu .fixed-buttons .login::before,
#menu .fixed-buttons .cart span {
    content: "";
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin-right: 10px;
}

/*level 2*/
.megamenu { 
    display: block;
    position: absolute;
    top: 91px;
    left: 0;
    padding: 0!important;
    width: 100%;
	height:calc(100% - 92px);
	min-height: unset!important;
    /*overflow-y: auto;*/
	visibility: visible;
    opacity: 1;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
	background:#fff;
    z-index: 10;
}
.megamenu.show {transform: translateX(0);}
.megamenu.show.show-freeze {overflow: hidden;}
#menu .back {
    float: left;
    width: 40px;
    height: 40px;
	background: url(images/sprite.png)no-repeat;
	background-position:-35px -455px;
    margin: 5px 0 0;
    cursor: pointer;
}
.megamenu .level2{width:100%;height:auto;background:#fff;padding-bottom:50px;}
.megamenu .level2 > ul {margin: 0;padding: 20px 20px 20px 45px;}
.megamenu .level2 > ul {padding: 0 0 0 45px;}
.megamenu .level2 > ul > li{position:relative;border-bottom: 1px solid #dddddd;}
.megamenu .level2 > ul > li > a{width: calc(100% - 20px);font-size: 13px;line-height: 18px;font-weight: 500;text-transform: uppercase;padding: 16px 20px 16px 0;}
.megamenu .level2 > ul > li.have-child > a{width: calc(100% - 71px);}
/*level 3*/
.megamenu .level3 {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height:100%;
	min-height:unset!important;
    overflow-y: auto;
	visibility: visible;
    opacity: 1;
    transition: all .5s ease-in-out;
    transform: translateX(-100%);
	padding: 0!important;
	background: #f5f5f5;
    z-index: 10;
}
.megamenu .level3.show {transform: translateX(0);}
#menu .next{
	position:absolute;
	top:0;
	right:0;
	width: 50px;
	height: 50px;
	/*border-left: 1px solid #dddddd;
	background-color:#f9f9f9;*/
	background: url(images/sprite.png)no-repeat;
	background-position: 2px -450px;
	cursor:pointer;
}
.megamenu .level3 > ul {float: unset;width: calc(100% - 65px);padding: 0 20px 0 45px;margin: 0;}
.megamenu .level3 > ul > li:last-child{margin-bottom:25px!important;}
.megamenu .level3 > ul > li:first-child{margin-bottom:0!important;}
.megamenu .level3 > ul > li:first-child > a {font-size: 15px;font-weight: 600;color: #264a72;margin:20px 0!important;}
.megamenu .level3 > ul > li {margin: 0;}
.megamenu .level3 > ul > li:last-child {margin-bottom: 0;}
.megamenu .level3 > ul + .back{display:none;}
.megamenu .level3 > ul > li > a {display:block;font-size: 14px;margin: 8px 0;}
#menu .level3 .back{    margin: 10px 0 0;}
/*inner menu*/
.categories-menu > li.have-sub.open > a, .categories-menu > li.have-sub.open > span {pointer-events: unset;}
.categories-menu > li > a{padding: 0 60px 0 20px;}
/**/
.search {width: 100%;margin:0;}
.home-slider .slick-slide img{width:100%;height:auto;}
#slider, #slider .slick-slider .slick-list, #slider .slick-initialized .slick-slide {height: auto;}
aside {width: 250px;}
.content-right {width: calc(100% - 280px);min-height: unset;}
.categories {width: calc(100% + 20px);margin-left: -10px;}
.categories > a {width: calc(25% - 22px);min-height:unset;margin: 10px;}
.categories > a .title span {font-size: 14px;line-height: 20px;}
.categories > a img {width: calc(100% - 20px);height: auto;}
.content .page-heading, .content-right .page-heading {font-size: 32px;}
.banner-button {left: 20px;width: calc(100% - 40px);}
.product .image{height:auto;}
.product{min-height:unset;}
.about-us .in-left {width: calc(100% - 400px);padding-right: 400px;}
.rekvizits p:first-child{font-size: 18px;}
.shop-list{
	float:left;
	width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.shop {
    min-height: unset;
    width: calc(33.33% - 54px);
    padding: 20px 20px 30px;
    margin: 0 20px 0 0;
}
.shop img {
    clear: both;
    position: relative;
    left: unset;
    bottom: unset;
    float: left;
    width: 100%;
    height: auto;
    margin: 30px 0 0;
}
.shop p:nth-child(2){min-height:36px;}
.fizinis-juridinis > p{padding: 0 20px 0 30px;}
div.post-code {width: 100%;}
.user-menu {width: 250px;}
.user-payment {width: 250px;min-height: 228px;padding: 50px 30px;margin: 39px 0 0 40px;}
.user-help {width:calc(100% - 691px);min-height: 228px;padding: 50px 30px;margin: 39px 0 0 30px;}
.new-adress .ll, .new-adress .rr{width:calc(50% - 10px);}
.order-history tr th:nth-child(1){min-width: 100px;}
.order-history tr td:last-child{text-align:center;}
.view-order{margin-left:0;}
.order-view-info > .left + .left{width:500px;margin-left:100px;}
.order-view-info > .left + .left p span {width: 330px;}
.products-carusel > .left {position: absolute;width:25%;}
.products-carusel > .products-right{width: 100%;padding-left: 25%;}
.carusel-heading {font-size: 29px;max-width:10ch;}
.products-carusel .slick-prev {left: 0!important;}
.products-carusel .slick-next {left: 52px!important;}
.products-carusel .product{height:400px!important;}
.products-carusel .slick-dots {left: 0px;bottom: 95px!important;}
.tab-content{width:100%;}
.product-description {width: 480px;}
.product-images {width: calc(100% - 530px);}
.front-photo{width:100%;height:auto;}
.front-photo a img {max-width: 100%;max-height: 100%;}
.products-gallery .thumb {width: calc(20% - 30px);height:auto;}
.products-gallery{width:100%;height:auto;}
.alert{position:relative;width: calc(100% - 65px);height:auto;line-height: 20px;padding: 15px 50px 15px 15px;}
.alert button.close{position: absolute;top: 7px;right: 15px;margin:0;}
.steps-line .step {width: 25%!important;}
.steps-line .step:after{width:47px;background-position: -249px -57px;}
.steps-line .step.active:after, .steps-line .step.done:after {background-position: -249px -76px;}
.steps-line .step .tt{padding: 0 60px 0 88px;}
.steps-line .step span.num{left:20px;}
.cart-table table th.quanti {width: 200px;}
.cart-table table td.title .image{margin-right:30px;}
.cart-table table td.title  > div {margin: 35px 20px 0 0;} 
.order-confirm-info > div{width:calc(25% - 20px)!important;}
.slick-bar:after{content:none;}
.pagination .to-right {margin-left: 3px;}
.gray-block.chart-total-confirm .right {width: 595px;}
.buttons .agree {width: 460px;}

}

@media(max-width:1150px){
.order-view-info > .left {width: 385px;}
.order-view-info p span{width:180px;}
.order-view-info > .left + .left{width:450px;margin-left:50px;}
.order-view-info > .left + .left p span {width: 280px;}

}

@media(max-width:1100px){
aside {width: 230px;}
.banner-shops{height:350px;}
.banner-shops p{bottom: 110px;font-size:18px;}
.banner-shops:after {top: 32px;width: 80px;height: 130px;background-size: 100% auto;}
.banner-button{bottom:40px;}
.content-right {width: calc(100% - 260px);}
.categories > a {width: calc(33.33% - 22px);}
.product .title{padding: 0 20px;}
.about-us .in-left {
	width: 100%;
	min-height: unset;
    padding:0 0 450px;
    background-position: bottom right;
	background-size:auto 400px;
}
#map {height: 400px;}
.view-map{width:120px;}
.view-map:after{margin-left:0;}
.forma .adress .street {width: 100%;}
.forma .adress .house, .forma .adress .flat {width: calc(50% - 10px);margin: 0;}
.forma .adress .flat{float:right;}
.your-password.right.margin {margin-top: 56px;}
.products-gallery {margin: 10px 0 0 -6px;}
.products-gallery .thumb {width: calc(20% - 23px);margin: 0 6px 8px;}
.steps-line{height:auto;}
.steps-line .step {width: 50%!important;height:80px;}
.steps-line .step:after {right: 50px;width: 77px;background-position: -219px -57px;}
.steps-line .step.active:after, .steps-line .step.done:after {background-position: -219px -76px;}
.steps-line .step .tt {padding: 0 80px 0 88px;}
.cart-table table th.price {width: 120px;}
.cart-table table th.quanti {width: 180px;}
.cart-table table th.price-total {width: 120px;}
.confirm-width-passw .left.half{width:calc(50% - 10px);}

.gray-block.chart-total-confirm .right {width: 520px;}
.buttons .agree {width: 385px;}

}

@media(max-width:1000px){
.top-contacst > .left > span{display:none;}
.header-top .left a.tel {margin-left: 5px;}
footer .col{float:left!important;}
footer .col:nth-child(2){width:calc(38% - 30px);padding-right:30px;}
footer .col:nth-child(3){width:calc(29% - 30px);padding-right:30px;}
footer .col:nth-child(4){width:calc(33% - 0px);padding-right:0px;}
footer .col:nth-child(5){clear:both;width:calc(38% - 30px);padding-right:30px;margin-top:30px;}
footer .col:nth-child(6){width:calc(42% - 0px);margin-top:30px;}
footer .col.copyright.desktop{display:none;}
footer .col.copyright.mobile{display:block!important;}
.login .forma > .left, .login .forma > .right {width: 100%;}
.login-page .login {width: calc(50% - 50px);height: auto;padding: 30px 20px 35px;}
.login-page p {width: 100%;}
.login-page .registration {position:relative;width: calc(50% - 50px);height: 308px;padding: 30px 20px 35px;}
.login-page .registration a.button{position:absolute;left:20px;bottom:35px;}
.login-page .registration a.button.blue-border{left:unset;right:20px;}
.login-page .registration ul{height:auto;}
.login-page .forgot-password{margin-right:0;}
.user-payment {width:calc(100% - 371px);min-height: unset;padding: 50px 30px;margin: 39px 0 0 40px;}
.user-help {width:calc(100% - 371px);min-height: unset;padding: 50px 30px;margin: 20px 0 0 40px;}
.new-adress .left, .new-adress .right {width: 100%;}
.new-adress-block + .confirm-width-passw > .left {width:100%;}
.order-info th:nth-child(2), .order-info th:nth-child(3), .order-info th:nth-child(4), .order-info th:nth-child(5) {width: 100px;}
.order-view-info > .left {width: 100%!important;margin-left:0!important;}
.order-view-info p span{width: calc(100% - 220px)!important;}
.order-view-info > .left  + .left p:first-child{margin-top:0;}
.change-password .forma > .left {width: calc(50% - 10px);}
.products-carusel > .left {width:33.33%;}
.products-carusel > .products-right{padding-left: 33.33%;}
.products-carusel .product{height:420px!important;}
.product-images {width: calc(100% - 430px);}
.product-description {width: 380px;}
.steps-line .step:after {right: 20px;}
.shop-contacts-info {width: calc(50% - 75px);}
.shop-contacts-info:nth-child(3n) {margin-right: 20px;}
.shop-contacts-info:nth-child(2n) {margin-right: 0;}

}

@media(max-width:950px){
.cart-table table td.title .image{width:120px;}
.cart-table table td.title .image img {width: 120px;height: auto;}
.cart-table table td.title > div {width:180px;margin: 15px 20px 0 0;}

}

@media(max-width:900px){
aside {width: 100%;margin-bottom: 0;}
.inner-menu, .categories-menu{margin-bottom: 50px;}
.content-right {width: 100%;}
.categories > a {width: calc(25% - 22px);}
.banner-shops{display:none;}
.about-us .in-left {
    width: calc(100% - 350px);
    min-height: 435px;
    padding: 0 350px 0 0;
    background-position: top right;
    background-size: unset;
}
.view-map{width:auto}
.view-map:after{margin-left:15px;}
.products-gallery {width: calc(100% + 12px);margin: 10px 0 0 -6px;}
.products-gallery .thumb {width: calc(25% - 14px);}
.tabs {margin: 80px 0 75px;}
.steps-line .step:after {right: 20px;}
.steps-line .step:after {right: 30px;width: 47px;background-position: -249px -57px;}
.steps-line .step.active:after, .steps-line .step.done:after {background-position: -249px -76px;}
.cart-table table td.title > div {width:calc(100% - 10px);margin: 15px 10px 20px 0;}
.cart-table table td.title a.title{min-height:unset;}
.gray-block a, .user-help a {clear: both;}
.gray-block a + a, .user-help a + a{margin-top:20px;}
.gray-block a.email:before, .user-help a.email:before{margin-left:0;}
.gray-block.chart-total{min-height:121px;}
.dilivery-method, .payment-method {width: 100%;min-height: unset;margin: 0!important;}
.payment-method {margin-top:50px!important;}
.order-confirm-info > div{width:calc(50% - 20px)!important;}
.order-confirm-info > div:nth-child(2), .order-confirm-info > div:nth-child(4){padding-right:0;}
.order-confirm-info > div:nth-child(3), .order-confirm-info > div:nth-child(4){margin-top:30px;}
/*filtras*/
.categories-menu + .price-filter, .categories-menu + #filters_info, .categories-menu + .cat-filter {margin-top: 0;}
.filter-button{
    display: block!important;
    width:100%;
    height: 46px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color:#fff;
	font-weight: 600;
    padding-bottom: 16px;
    text-transform: uppercase;
	text-align:center;
	line-height:46px;
    background: #2c4a73;
    border: none;
	margin-top:20px;
    cursor: pointer;
}
#filters_info .holder{display:none;float:left;width:100%;margin-top:30px;}
#goTop{
    position:fixed;
    bottom:-100px;
    right:15px;
    width: 40px;
    height: 40px;
    color:#fff;
	background: url(images/sprite.png)no-repeat;
    background-color: #274A72;
	background-position:-70px -455px;
	border-radius:7px;
    z-index:99;
    cursor: pointer;
	opacity:0.8;
}
.change-password .confirm-width-passw > .left {width: 100%;margin: 0;}
.user-pages .confirm-width-passw input[type="submit"].button {margin: 20px 0 0;}
.gray-block.chart-total-confirm .right {width: 100%;}
.buttons .agree {width: auto;}
.buttons  .checkboxai.agree label span.label{width:100%;}

}

@media(max-width:800px){
#cart-bt{width:55px;}
#cart-bt button{display:none;}
#cart-bt .txt{display:none;}
#search {margin-top:10px;}
.cart-body{width:330px;right: 65px;}
.item .image {width: 100px;height: 100px;margin: 20px 10px 10px 5px;}
.item .descr {width: 150px;}
.item .remove{right:20px;}
.item-total {padding: 36px 0px 0px 20px;font-size: 16px;}
.cart-body .button {margin: 25px 20px 24px 0;}
#cart-bt.with-items + .cart-body:before {right: 71px;}
.item .price{font-size:16px;}
#user-bt{min-width:37px;}
#user-bt a.register, #user-bt span{display:none;}
#user-bt a.login, #user-bt a.profile{
	position: relative;
	width: 37px;
    height: 40px;
    overflow: hidden;
    color: transparent;
    background: pink;
	margin:0;
    opacity: 0;
}
#user-bt a:last-child:after{content:none;}
#user-bt:before{margin-right:-37px;}
.user-body li {padding: 18px 20px 17px;}
.user-body{width:280px;}
.user-body a{font-size:15px;}
.user-body li:last-child {padding: 20px 20px 20px;}
.user-body:before{right:12px;}
.categories > a {width: calc(33.33% - 22px);}
.products-carusel .product{height:400px!important;}
.error-page p:first-child {font-size: 120px;}
.error-page p:nth-child(2) {font-size: 30px;}
.error-page p {width:100%;}
.steps-line .step:after {right: 10px;}
header > .header-top {
    display: none;
}
}

@media(max-width:790px){
.shops-link{display:none} 
.header-top .left {width: calc(100% - 55px);}
.header-top .left:before {display: inline-block;float: none;vertical-align: middle;}
.header-top .left a.tel {margin-left: 0;}
.langs {margin: -2px 5px 0 0;}
.about-us .in-left {
	width: 100%;
	min-height: unset;
    padding:0 0 450px;
    background-position: bottom right;
	background-size:auto 400px;
}
.shop {width: calc(100% - 40px);margin:20px 0 0!important;}
.shop:first-child{margin-top:0!important;}
.view-map{width:auto}
.view-map:after{margin-left:15px;}
.shop img {
    position:absolute;
	top:40px;
	right:20px;
    width: 220px;
    height: auto;
    margin: 0;
}
.shop p{width:calc(100% - 240px);}
.shop p:nth-child(2) {min-height:unset;}
.login-page .login{width: calc(100% - 40px);}
.login-page .registration {width: calc(100% - 40px);height: auto;margin-top:20px;}
.login-page .registration a.button {position: relative;left: unset;bottom: unset;}
.fizinis-juridinis > p{display:none;}
.registration-container .forma > .left, .registration-container .forma > .right { width: 100%;}
.registration-container .forma > .right{margin-top:56px;}
.order-history tr th{min-width: unset!important;width: auto!important;}
.order-history tr th:last-child{min-width: 100px!important;}
.scroll-table{float:left;width:100%;overflow:auto;}
.scroll-table.margin table{margin:0;}
.scroll-table.margin{margin-bottom:20px;}
.order-info th{width: auto!important;}
.change-password .forma > .left {width: 100%;margin-left:0!important;}
.gray-block.chart-info {width: calc(100% - 60px);}
.gray-block a, .user-help a {clear: unset;}
.gray-block a + a, .user-help a + a{margin-top:unset;}
.gray-block a.email:before, .user-help a.email:before{margin-left:55px;}
.gray-block.chart-total { min-height: 78px;}
.gray-block.chart-total p{text-align:left;}
.gray-block.chart-total p span{float:right;}
.dilivery-adress{margin-top:50px;}
.login-page .registration a.button.blue-border{margin-left:20px;}
.inner-menu{display:none;}


}

@media(max-width:750px){
.user-menu {width: calc(100% - 2px);}
.user-menu ul li {height: 55px;margin-bottom: 10px;}
.user-payment, .user-help {width:calc(100% - 60px);margin-left:0;}

}

@media(max-width:700px){
.filters > div.right { display: none; }
footer .col:nth-child(2){width:calc(55% - 30px);padding-right:30px;}
footer .col:nth-child(3){width:calc(45% - 0px);padding-right:0;}
footer .col:nth-child(4){clear:both;width:calc(55% - 30px);padding-right:30px;margin-top:30px;}
footer .col:nth-child(5){clear:unset;width:calc(45% - 0px);padding-right:0;margin-top:30px;}
footer .col:nth-child(6){width:calc(100% - 0px);margin-top:25px;}
.products-carusel > .left {width:50%;}
.products-carusel > .products-right{width:50%;}
.products-carusel > .left {position:relative;width: 100%;text-align: center;border-bottom: 1px solid #dddddd;padding-bottom:30px;}
.carusel-heading {max-width: unset;margin: 0;float: left;}
.products-carusel .view-all {float: right; margin-top: 8px;}
.products-carusel{border-top:none;}
.products-carusel > .products-right {width: 100%;padding-left: 0;padding-bottom: 50px;}
.products-carusel .slick-dots {bottom: 0px!important;text-align:center;}
.products-carusel .slick-dots li {float: none;}
.products-carusel .product{border-bottom: 1px solid #dddddd;}
.products-carusel{position:relative;border:none;margin-top: 55px;}
.products-carusel .slick-next, .products-carusel .slick-prev{display:none!important;}
.products-carusel:before{
	position:absolute;
	top:0;
	left:-1px;
	width:3px;
	height:100%;
	content:'';
	background:#fff;
	z-index:9;
}
.product-images {width: 100%;margin-bottom:50px;}
.product-description {width: 100%;}
.products-gallery .thumb {width: calc(20% - 14px);}
.cart-table table th.price , .cart-table table th.price-total{width: 100px;}
.buttons .agree {width: 180px;}
.shop-contacts-info{width: calc(50% - 50px);padding: 25px 20px 30px;}

}

@media(max-width:600px){

.filters select { margin: 5px;width: calc(50% - 10px); }
.change-password .confirm-width-passw > .left {
    float:none;
}
.breadcrumb {
    padding: 16px 0;
}
.breadcrumb a {
    font-size: 12px;
    /* line-height: normal; */
    /* margin: 3px 3px 6px 0; */
    /* display: block; */
    /* text-align: center; */
    /* float: none; */
    /* border: 0; */
    /* padding: 0; */
}
.cart-body {right: 0px;}
#cart-bt.with-items + .cart-body:before {right: 206px;}
/*paddings*/
footer {padding: 56px 0 34px;margin-top: 10px;}
.categories{padding: 15px 0 0px;}
.simple-text.on-bottom{margin-top:30px;}
.filters{margin: 10px 0 20px;     height: auto;}
.order-done{padding-top:20px;}
.products-carusel{margin-top: 20px;}
.product-images {margin-bottom: 30px;}
.cart-table {margin-top: 10px;}
.dilivery-adress{margin-top:30px;}
#payment-dilivery-form{margin-top:0;}
.payment-method {margin-top: 30px!important;}
.inner-menu, .categories-menu{margin-bottom: 35px;}
/* .breadcrumb {padding: 17px 0 7px;} */
/*font*/
.content .page-heading, .content-right .page-heading {font-size: 26px;}
.simple-text h2 {font-size: 24px;}
.simple-text h3 {font-size: 22px;}
.simple-text h4{font-size: 16px;}
.forma .caption, .user-payment p:first-child, .user-help p:first-child{font-size: 18px;}
.registration-container .forma > .right, .your-password.right, .your-password.right.margin {margin-top: 35px;}
.chart-total-confirm p:last-child {font-size: 20px;}
.carusel-heading {font-size: 24px;}
.product-description h1 {font-size: 26px;line-height: 32px;min-height: unset;margin-bottom:20px;}
/**/
.categories > a {width: calc(50% - 22px);}
.product {width: calc(50% - 2px);}
.about-us .in-left {padding:0 0 400px;background-size:auto 350px;}
.rekvizits .left {width: 100%;height: auto;border-right: none;padding: 35px 0px 30px 0;}
.rekvizits .right {width: 100%;height: auto;padding: 0 0 40px 0;}
.forma > .left, .forma > .right {width: 100%;}
.shop img {width: 150px;}
.shop p{width:calc(100% - 170px);}
.fizinis-juridinis{height: 90px;margin-bottom:30px;}
.fizinis-juridinis .radio-bt{float: left;padding: 0 20px;width: calc(50% - 40px);}
.fizinis-juridinis .radio-bt input[type="radio"] + label{font-size:15px;margin-top:35px;padding-left: 33px;line-height: 7px;}
.fizinis-juridinis .radio-bt input[type="radio"] + label span{margin-left:-33px;}
.new-adress .ll, .new-adress .rr {width: 100%;}
.adress-row span {display: block;padding-right: 0;margin-bottom:20px;}
.adress-row {float: left;width: calc(100% - 60px);min-height: unset;padding: 30px 30px 30px ;}
.edit-adress, .delete-adress{position:relative;float:left;left:0;}
.delete-adress{margin-left:20px;}
.order-view-info p span{width: 100%!important;margin: 5px 0 15px;}
.chart-total-confirm.in-order-view{width:calc(100% - 60px);}
/*.chart-total-confirm p {width: calc(100% - 90px);}
.chart-total-confirm p span{min-width:90px;text-align:right;margin-right: -90px;}*/
.close-block{right:30px;}
.tabs {height: 80px;margin: 40px 0 50px;}
.tabs a{padding:0 20px;}
.steps-line {padding: 8px 0 9px;}
.steps-line .step { width: 100%!important;height: 60px;}
.steps-line .step span.num {left:20px;width: 40px;height: 40px;line-height: 40px;}
.steps-line .step:after{content:none;}
.steps-line .step .tt {padding: 0 20px 0 88px;}
.cart-table table{width:570px;}
.cart-table table th.title{min-width: 180px;}
.gray-block.chart-total {width: calc(100% - 60px);min-height: 78px;}
.gray-block.chart-total-confirm .right {width: 100%;}
.buttons .agree { width: 100%;margin: 20px 0px 0 0;text-align:right;}
.cart-table.confirm .checkboxai label span.check {display: inline-block;float: none;vertical-align: middle;}
.cart-table.confirm .checkboxai label span.label {display: inline-block;float: none;vertical-align: middle;width:auto;}
.categories-menu > li {padding: 12px 0 11px;}
.categories-menu > li > a, .categories-menu ul.sub2 > li > a{font-size:14px;}
.categories-menu li.have-sub > span{margin-top:14px;}
.categories-menu ul.sub2 > li {padding: 7px 0;}
.categories-menu ul.sub2 > li.have-sub > span{margin-top: 10px;}
.categories-menu ul.sub2 > li.have-sub.active > span {margin-top: 18px;}
.categories-menu ul.sub2 > li.have-sub.active {padding: 16px 0 8px;}
.categories-menu ul.sub3 > li {padding: 6px 0;}
.categories-menu ul.sub3 > li.have-sub > span{margin-top: 8px;}
.categories-menu ul.sub3 > li.have-sub.active > span{margin-top: 13px;}
.categories-menu ul.sub3 > li.active {padding: 12px 0;margin-bottom: 10px;}
.filter-button{font-size:13px;height: 40px;line-height:40px;}
.inner-menu ul li {font-size: 14px;margin: 12px 0;}
.inner-menu ul li.title {padding: 0 0 10px 20px; margin: 12px 0 0 0;font-size: 15px;}
.shop-contacts-info{width: calc(100% - 60px);padding: 25px 30px 30px;margin-right:0!important;}

}

@media(max-width:500px){
    #slider .slick-dots {
        bottom: 5px;
    }
.home-slider + .products-carusel { margin-top: 20px; }
#menu .fixed-buttons {
    width: 100%;
}
#logo {
    width: 142px;
    height: 31px;
    margin: 19px auto 15px;
    /* float: none; */
    /* display: block; */
}
#user-bt {
    float: left;
}
#logo > img {
    max-width: 100%;
    max-height: 100%;
}
#logo > div {
    display: none;
}
/* .header-top { margin-bottom: 24px; } */
/* header .wrap, .header-top { clear:both; } */
#coockies_box p {max-width: 100%;width: 100%;margin: 0 0 10px;}
#coockies_box .agree{display: block;float: none;margin: auto;}
.order-done{width:100%;}
.chart-pages .order-done p:first-child, .chart-pages .order-done p:first-child + p{font-size: 22px;line-height: 30px;}
.chart-pages .order-done p + p{margin-top:0;}
.chart-pages .order-done p:first-child:before{margin-bottom:30px;}
.header-top .left a:after, .header-top .left div:after {height: 14px;margin: 3px 6px 0 8px;}
.header-buttons{
    /* position:relative; */
    float:right;
    width: unset;
    margin: auto;    
    /* left: 44px; */
}

#search input[type="text"] {
    height: 34px;
}
#search input[type="submit"] {
    width: 36px;
    height: 36px;
    background-position: -74px 1px;
}
#user-bt{margin-top:10px;}
#cart-bt{
    width: unset;
    margin: 10px 0 0 20px;
}
#cart-reload{float:right!important;}
#cart-bt:after{
    content: none;
}
.burger{
    width: 36px;
    margin: 15px 0 0 25px;
}
/* .search {margin: 30px 0 0;} */
.cart-body {width: 290px;right: unset;left: calc(50% - 220px);top: 55px;}
#cart-bt.with-items + .cart-body:before {right: unset;left: 68px;}
.user-body {top: 55px;right: unset;left: calc(50% - 146px);}
.user-body:before {right: 77px;}
.item .descr{padding-left:0;}
.item .image {width: 80px;height: 80px;}
.cart-body .button {width: calc(100% - 42px);margin: 25px 20px 24px 0;}
.item-total {padding: 26px 0px 0px 0;width: 100%;text-align: center;}
.user-body {width: 290px;}
main {min-height: 100px;}
.filters select{width: calc(100% - 10px);  margin-bottom: 20px;}
.about-us .in-left {padding:0 0 350px;background-size:auto 300px;}
.visit {min-width: unset;width: calc(100% - 40px);}
/*button center*/
.forma input[type="submit"].button, .user-pages a.button, .login-page .registration a.button.blue-border{
    display: table;
    float: none;
    margin: auto;	
}
.login-page .forma input[type="submit"].button, .user-pages .forma input[type="submit"].button {clear: both;margin: auto;float: none;}
.user-pages a.button.back-to-acount, .user-pages a.button{width: 190px!important;}
.buttons input[type="submit"].button{display: unset;float: right;}
.login-page .registration a.button.blue-border{margin:20px auto 0;right: unset;width: 188px!important;}
/**/
.forma > .left, .forma > .right {width: 100%;}
.shop img {
    position:relative;
	top:unset;
	right:unset;
    width: 100%;
    height: auto;
    margin: 30px 0 0;
}
.shop p{width:100%;}
#map {height: 330px;}
.login-page .forgot-password {margin: 0 0 25px;width: 100%;text-align: center;}
.login-page .registration a.button, .user-pages a.button.back-to-acount {
    display: block;
    float: none;
    margin: 25px auto 0;
}
.confirm-width-passw .relative {width: 100%;margin-bottom: 20px;}
.new-adress-block + .confirm-width-passw{margin-bottom:20px;}
.chart-total-confirm.in-order-view, .confirm-width-passw, .scroll-table{margin-bottom:20px;}
.products-carusel .product{height:auto!important;}
.product .title{min-height:60px;font-size: 13px;}
    .product .title:last-child{margin-bottom:0;}
#product-form input[type="submit"].button{display: unset;float: right;margin: 0;}
.pagination{width:100%;}
.gray-block a, .user-help a {clear: both;}
.gray-block a + a, .user-help a + a{margin-top:20px;}
.gray-block a.email:before, .user-help a.email:before{margin-left:0;}
.cart-table .gray-block.chart-info {margin-top: 0px;}
.cart-table .gray-block.chart-total-confirm {margin-top: 0px;}
.forma + .gray-block.chart-info {
    margin-top: 20px;
}
#menu{width:100%;}
.forma.forgotten > .left{margin-bottom:20px;}
.login .forma > .right {margin-bottom:20px;}
.search-all-cats{display:none;width:100px;}
#search input[type="text"] {width: calc(100% - 82px);padding: 0 65px 0 15px;}

}

@media(max-width:460px){
.fizinis-juridinis .radio-bt {padding: 0 0 0 20px;width: calc(50% - 20px);}
.fizinis-juridinis .radio-bt input[type="radio"] + label{margin-top:28px;max-width: 10ch;}
    .product-description {
        margin-bottom: 40px;
    }
    .tabs {
        clear:both;
        margin-top:40px;
        float:none;
        height: unset;
    }
    .tabs a {
        float: none;
        display: block;
        background: #f5f5f5;
        padding: 30px 40px;
        border-bottom: 10px solid #ffffff;
    }
}

@media(max-width:400px){

footer .col:nth-child(2){width:calc(58% - 30px);}
footer .col:nth-child(3){width:calc(42% - 0px);}
footer .col:nth-child(4){clear:both;width:calc(58% - 30px);margin-top:20px;}
footer .col:nth-child(5){clear:unset;width:calc(42% - 0px);margin-top:20px;}
footer .col:nth-child(6){margin-top:20px;}
.categories {width: calc(100% + 10px);margin-left: -5px;}
.categories > a {width: calc(50% - 12px);margin:5px;}
.categories > a .title span {font-size: 13px;line-height: 18px;}
.product{padding-bottom: 27px;}
.product .image {margin-top: 10px;}
.product .price {font-size: 18px;}
.product .title {padding: 0 10px;}
.about-us .in-left {padding:0 0 300px;background-size:auto 250px;}
.new-adress-block {width: calc(100% - 40px);padding: 30px 20px 30px;}
.new-adress-block + .confirm-width-passw {width: calc(100% - 40px);padding: 20px 20px 30px;}
.adress-row {width: calc(100% - 40px);padding: 30px 20px 30px ;}
.edit-adress, .delete-adress{padding: 0 10px 0 10px;}
.edit-adress:after, .delete-adress:after{margin-left:5px;}
.order-history tr th, .order-history tr td, .order-info tr th, .order-info tr td {font-size: 13px;padding: 10px 5px;}
.order-history tr th, .order-history tr td, .order-info tr th, .order-info tr td {font-size: 13px;padding: 10px 5px;}
.order-view-info {width: calc(100% - 40px);padding: 5px 20px 15px;}
.chart-total-confirm.in-order-view{width:calc(100% - 40px);padding:30px 20px;}
.chart-total-confirm p {font-size: 14px;}
.chart-total-confirm p span{font-size: 15px;}
.chart-total-confirm p:last-child {font-size: 18px;}
.close-block{right:20px;}
/*.breadcrumb a{font-size:12px;line-height: 10px;}*/
.products-gallery .thumb {width: calc(25% - 14px);}
#product-form{width:100%;}
#product-form input[type="submit"].button{width: calc(100% - 160px);font-size:16px;}
.product-description .price{font-size:26px;}
.product-description h1, .product-description .price{text-align:center;}
.error-page p:first-child {font-size: 100px;}
.error-page p:nth-child(2) {font-size: 26px;}
.error-page{padding: 50px 20px 70px;}
.error-page p {
    text-align: center !important;
}
.gray-block.chart-info, .gray-block.chart-total {width: calc(100% - 40px);padding:30px 20px;}
.gray-block.chart-total p{font-size:20px;}
/*button center*/
.buttons {margin-top: 0px;}
.chart-pages a.button, .buttons input[type="submit"].button{
    display: table;
    float: none;
    margin: auto;	
}
.chart-pages a.button {width: 158px!important;margin-top: 20px!important;}
.chart-pages .forma input[type="submit"].button{width: 160px!important;margin-top: 20px!important;}
/**/
.dilivery-method .legend + div{padding: 0px 20px 0px;width: calc(100% - 40px);}
.payment-method .legend + div{padding: 0px 20px 30px;width: calc(100% - 40px);}
.gray-block {width: calc(100% - 40px);padding: 30px 20px;}
.buttons .agree { text-align:center;}
.order-confirm-info > div{width:100%!important;padding-right:0!important;margin-top: 20px!important;}
.order-confirm-info > div:nth-child(1){margin-top: 0!important;}
.order-confirm-info > div p:first-child {font-size: 16px;}
.registration-container .buttons a.button.back{margin-top:0!important;}

}

@media(max-width:360px){
.visit {width: calc(100% - 20px);padding: 33px 10px 36px;}
}

@media(max-width:350px){
.user-body {width: 270px;left: calc(50% - 135px);}
#cart-bt.with-items + .cart-body:before {left: 57px;}
.cart-body {width: 270px;left: calc(50% - 135px);}
.user-body:before {right: 68px;}
.item .image {width: 70px;height: 70px;}
.item .descr {width: 145px;}
.item .remove {right: 10px;}
.edit-adress, .delete-adress{min-width:70px;font-size:13px;}
.delete-adress{margin-left:10px;}
.burger {
    margin: 15px 0 0 10px;
}
#cart-bt {
    margin: 10px 0 0 10px;
}

}

