/*   
Theme Name: Butontsvet
Version: 1.0.0
Author: VladChV
Author URI: https://kwork.ru/user/vladchv
*/

/* Playfair Display 400+i 700+i */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Cormorant Infant all size */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");

html,body{width:100%;height:100%;padding:0;margin:0;font-size:100%;color:000;font-family:Raleway, sans-serif;}


body{display:flex;flex-direction:column;width:100%;min-height:100%;height:auto;}
*{box-sizing:border-box;}
a{text-decoration:none;color:#616161;}
a:hover,.widget ul li.current-cat a,.current_page_item a,.widget .current-menu-item a{color:rgba(204,204,204,1);}
div{display:flex;width:100%;}
h1,h2,h3,h4{width:100%;margin:0 0 20px 0;}
.content{flex-direction:column;}
.container{width:100%;padding:0 65px;max-width:2000px;margin:0 auto;}
header{position:fixed;width:100%;top:0;left:0;background:#fff;z-index:999;border-bottom:1px solid black;}
header .container{height:80px;align-items:center;}
.logo{position:relative;width:150px;min-width:150px;height:100%;margin-right:90px;}
.logo a{display:flex;width:200px;position:absolute;top:15px;left:0;background:#fff;border-radius:100%;}
.logo img{width:100%;height:auto;transition:.25s}
.logo a:hover img{transform:scale(1.05);}
.top-menu ul{display:flex;list-style:none;margin:4px 0 0 0;padding:0;width:100%;}
.top-menu ul li{display:flex;margin:0 10px;}
.top-menu a{text-transform:uppercase;transition:.25s;font-size:14px;font-weight:600;line-height:1;white-space:nowrap;}
.sidebar{width:240px;padding:54px 5px 0 0;flex-direction:column;}
.catalog-row,.single-product{width:calc(100% - 240px);flex-wrap:wrap;flex-direction:column;}
.catalog{padding-top:130px;}
.catalog .container{flex-wrap:wrap;}
.widget{flex-direction:column;}
.widget ul{list-style:none;display:flex;flex-direction:column;width:100%;margin:0;padding:0;}
.widget ul li{display:flex;margin-bottom:10px;width:100%;}
.widget-title{font-family:Playfair Display;padding-bottom:20px;font-weight:400;font-size:30px;color:#BD282E;text-transform}
.widget ul li a{font-size:26px; font-weight:500;transition:.25s;}
.sort{justify-content:flex-end;padding:0 0 30px 0;}
.catalog-row .facetwp-template{flex-wrap:wrap;}
.facetwp-sort{display:inline-flex;width:auto;margin-left:5px;}
.loop-shop{width:calc(20% - 25px);margin:0 0 25px 25px;}
.loop-a{position:relative;display:flex;width:100%;flex-direction:column;}
.loop-img{position:relative;}
.loop-img img{width:100%;height:100%;object-fit:cover;height:180px;}
.facetwp-pager{justify-content:center;margin:30px 0 0 0;}
.facetwp-pager a{display:flex;width:40px;height:40px;border-radius:100%;border:0px;font-size:20px;transition:.25s;align-items:center;justify-content:center;}
.facetwp-pager a.active{border:1px solid black;color:#616161;font-weight:700;}
.loop-back{display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;visibility:hidden;opacity:0;z-index:-1;transition:.25s;background:rgba(247,247,247,.4);}
.loop-a:hover .loop-back{z-index:9;visibility:visible;opacity:1;}
.button-loop{width:48px;height:48px;border-radius:100%;display:flex;justify-content:center;align-items:center;opacity:.7;transition:opacity .25s, background-color .25s;box-shadow:0 2px 3px rgba(0,0,0,.15);background:url(img/loading.svg) 50% 50% no-repeat #e0e0e0;background-size:28px;background:#e0e0e0;}
.button-loop:hover{background:black;opacity:1;}
.button-loop svg{transition:.25s;}
.button-loop:hover svg{fill:#fff;}
.woocommerce a.added_to_cart{display:none!important;}
.button-loop.loading svg,.button-loop.added svg{opacity:0;visibility:hidden;}
.button-loop.loading{background:url(img/loading.svg) 50% 50% no-repeat black;background-size:28px;opacity:1;}
.button-loop.added{background:url(img/added.svg) 50% 50% no-repeat black;background-size:28px;opacity:1;}
.mini-cart{display:flex;align-items:center;transition:.25s;}
.mini-cart span{white-space:nowrap;}
.mini-cart .amount{font-weight:400;font-family:Playfair Display;display:flex;align-items:center;margin-bottom:2px;}
.mini-cart .amount .woocommerce-Price-currencySymbol{font-size:13px;}
.mini-circle{width:24px;height:24px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:100%;background:black;color:#fff;font-size:15px;margin:0 7px 0 15px;}
.loop-title{padding:10px 10px 5px 10px;font-weight:600;font-size:18px;color:#616161;}
.loop-shop .price,.single-product .price{padding:0 10px 10px 10px;font-size:20px;color:000;font-weight:400;font-family:Playfair Display;}
.woocommerce-Price-currencySymbol{margin-left:5px;}
.loop-shop .price .woocommerce-Price-currencySymbol,.single-product .price .woocommerce-Price-currencySymbol{font-size:15px;}
.loop-shop .price .price-sale,.single-product .price .price-sale{font-weight:700;margin-left:15px;color:black;}
.price-regular.line{position:relative;}
.quantity.product-actions {
	display: none !important;
}
.price-regular.line:after{content:'';display:block;width:100%;height:1px;border-top:1px solid 000;position:absolute;bottom:35%;left:0;}
.item-sale{position:absolute;top:15px;right:15px;z-index:99;display:flex;width:40px;height:40px;align-items:center;justify-content:center;text-align:center;border-radius:100%;background:black;color:#fff;box-shadow:0 2px 3px rgba(0,0,0,.15);}
.facetwp-sort-select{border:0px;outline:none!important;font-family:Cormorant Infant;font-size:20px;cursor:pointer;font-weight:300;width:auto!important;}
.sort span{font-size:20px;font-weight:600;}
.sort select{display:none;}
.select{position:relative;font-size:20px;font-weight:300;cursor:pointer;}
.select-options{margin:0;padding:5px 0;display:flex;flex-direction:column;list-style:none;position:absolute;right:0;top:100%;z-index:999;background:#fff;box-shadow:0 2px 3px rgba(0,0,0,.15);opacity:1;visibility:visible;transition:.25s;}
.select-options.hidden{visibility:hidden;opacity:0;}
.select-options li{display:flex;white-space:nowrap;padding:5px 20px;transition:.25s;}
.select-options li:hover{cursor:pointer;background:black;color:#fff;}
footer{display:flex;justify-content:center;align-items:center;height:80px;margin-top:auto;border-top:1px solid black;}
.copyright{display:inline-flex;width:auto;font-weight:300;}
.top-box{align-items:center;}
.top-box .search{width:auto;align-items:center;}
.messangers{display:inline-flex;margin:0 0 0 auto;width:auto;}
.messangers a{display:flex;align-items:center;justify-content:center;transition:.25s;}
.messangers a:not(:last-child){margin:0 15px 0 0;}
.messangers a svg{transition:.25s;}
.messangers a:hover svg{opacity:.5;}
.search-btn{display:flex;margin-right:25px;}
.popup{display:none;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.9);z-index:9999;}
.search-form{width:100%;max-width:970px;padding:0 20px;margin:0;display:flex;flex-wrap:wrap;position:relative;}
.search-form input{width:100%;background:transparent;border:0px;border-bottom:1px solid rgba(0,0,0,.4);border-radius:0px;outline:none;height:60px;display:flex;align-items:center;font-size:20px;font-weight:600;font-family:Cormorant Infant;}
.search-form button{display:flex;width:60px;height:60px;align-items:center;justify-content:center;text-align:center;background:transparent;border:0px;outline:none;cursor:pointer;position:absolute;right:0;top:0;transition:.25s;}
.search-form button:hover{transform:scale(1.05);}
.popup .close{position:absolute;right:20px;top:20px;width:30px;height:30px;opacity:0.4;transition:.25s;cursor:pointer;}
.close:hover{opacity:1;}
.close:before,.close:after{position:absolute;left:15px;content:'';height:30px;width:2px;background-color:#616161;}
.close:before{transform:rotate(45deg);}
.close:after{transform:rotate(-45deg);}
.text{flex-direction:column;font-size:20px;font-weight:500;}
.text h1{font-size:43px;color:#333;}
blockquote p{margin:0;}
blockquote{margin:10px 0;padding:5px 0 5px 40px;border-left:3px solid black;color:#aaa;}
.facetwp-template .facetwp-template{display:none;}
.text p{margin:10px 0;}
#nanogallery{flex-direction:column;width:calc(100% + 30px);margin:0 -15px;}
.nGY2 .toolbar{display:flex;justify-content:flex-end;}
.nGY2 .toolbar .ngbt{width:auto;}
.nGY2 .nGY2ViewerToolsTopLeft, .nGY2 .nGY2ViewerToolsTopRight,.nGY2 .nGY2ViewerAreaNext>i, .nGY2 .nGY2ViewerAreaPrevious>i{text-shadow:none!important;}
.nanogallery_viewertheme_dark_nanogallery .nGY2Viewer .toolbar,.nGY2 .nGY2ViewerAreaNext>i, .nGY2 .nGY2ViewerAreaPrevious>i{color:#616161!important;}
.nGY2 .nGY2ViewerAreaNext>i, .nGY2 .nGY2ViewerAreaPrevious>i{background:none!important;}
.nGY2 .nGY2viewerGallery{display:none!important;}
.gallery .container{overflow:hidden;}
.gallery #nanogallery{padding-top:30px;}
.contacts{flex-direction:column;padding-top:50px;}
.contacts h2{text-align:center;}
.contacts-row{flex-wrap:wrap;padding-top:30px;}
.contacts-row .item{flex-direction:column;width:33.33%;align-items:center;justify-content:center;}
.contacts-row span{font-size:43px;font-weight:500;color:#333;}
.contacts-row a{font-family:Playfair Display;margin-top:15px;transition:.25s;}
.contacts-form{padding-top:80px;flex-wrap:wrap;max-width:900px;margin:0 auto;}
.contacts-form .item{width:50%;flex-direction:column;padding:0 10px;}
.contacts-form form{display:flex;flex-wrap:wrap;width:100%;}
.contacts-form p{width:100%;margin:0;display:flex;flex-direction:column;}
.contacts-form br{display:none;}
.contacts-form input{width:100%;display:flex;height:50px;align-items:center;padding:0 15px;border:1px solid #333;margin:10px 0;outline:none;font-family:Cormorant Infant;font-weight:500;font-size:18px;}
.contacts-form textarea{width:100%;display:flex;height:120px;align-items:center;padding:15px;border:1px solid #333;margin:10px 0;resize:none;outline:none;font-family:Cormorant Infant;font-weight:500;font-size:18px;}
.contacts-form form>p{width:calc(100% - 20px);margin:0 auto;}
div.wpcf7 input[type="file"]::-webkit-file-upload-button{visibility:hidden;}
div.wpcf7 input[type="file"]{border-style:dashed;padding:0;height:40px;font-size:14px;}
div.wpcf7 input[type="file"]::before {content:attr(data-before);padding:0 15px;display:flex;height:38px;align-items:center;box-sizing:border-box;}
.wpcf7 .button{display:inline-flex;height:50px;align-items:center;width:auto;margin:10px auto!important;background:#000!important;color:#fff!important;border-radius:50px!important;padding:0 40px!important;transition:.25s;}
.wpcf7 .button:hover{opacity:.8;}
.wpcf7-not-valid-tip{font-size:13px;font-weight:700;}
.wpcf7 form .wpcf7-response-output{position:fixed;top:10%;left:50%;transform:translateX(-50%);width:90%;max-width:320px;padding:20px;z-index:99999;border:2px solid black!important;border-radius:0px;background:#fff;color:#222b34;box-shadow: -1px 6px 18px 0 rgb(0 0 0 / 15%);line-height:normal;font-size:100%;margin:0;text-align:center;font-weight:600;}
.wpcf7 form.sent .wpcf7-response-output{border-color:#00B572!important;font-weight:bold;}
div.wpcf7 .ajax-loader{width:100%!important;height:28px!important;background:url(img/loading-dark.svg) 50% 50% no-repeat #fff!important;margin:0!important;}
.single-product{flex-direction:row;}
.breadcrumbs{width:100%;padding:0 0 15px 0;}
.delimiter{margin:0 5px;}
.product-images{width:600px;}
.product-settings{width:calc(100% - 730px);padding:0 0 0 40px;}
.related{width:100%;flex-direction:column;padding-top:80px;}
.related h2{text-align:center;}
.related-row{flex-wrap:wrap;}
.related-row .loop-shop{margin: 0 25px 25px 0;}
.woocommerce-product-gallery{position:relative;flex-wrap:wrap;flex-direction:column;}
.woocommerce-product-gallery__trigger{position:absolute;display:flex;width:30px;height:30px;border-radius:100%;right:20px;top:20px;z-index:99;text-indent:-9999px;background:url(img/search.svg) 50% 45% no-repeat #fff;}
.woocommerce-product-gallery__wrapper{margin:0;}
.flex-viewport{width:100%;display:block;}
.pswp__bg{background:rgba(255,255,255,.9);}
.flex-control-thumbs{display:flex;margin:0;padding:15px 0 0 0;list-style:none;flex-wrap:wrap;}
.flex-control-thumbs li{display:flex;width:81px;height:81px;margin:0 10px 10px 0;cursor:pointer;}
.flex-control-thumbs li img{transition:.25s;width:81px;height:81px;object-fit:cover;}
.flex-control-thumbs li img.flex-active{opacity:.4;}
.woocommerce-product-gallery__image>a{display:block;max-height:730px;cursor:zoom-in;}
.pswp__caption.pswp__caption--fake,.pswp__caption,.pswp__button.pswp__button--zoom,.pswp__button.pswp__button--fs{display:none!important;}
.pswp__counter,.pswp__ui--fit .pswp__top-bar{display:block;background:transparent;}
button.pswp__button.pswp__button--close{background-image:url(img/dark-skin.png)!important;}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before{background:url(img/dark-skin.png) 0 0 no-repeat;}
.pswp__button{background-size:264px 88px!important;}
.pswp__button--arrow--left:before{background-position:-138px -44px!important;}
.pswp__button--arrow--right:before{background-position:-94px -44px!important;}
button.pswp__button--close{background-position: 0 -44px!important;}
.pswp__counter{color:#333;}
.product-settings{flex-direction:column;}
.single-product .price{padding:0 0px 30px 0px;}
.single-product .loop-shop .price{padding:0 10px 10px 10px;}
.product-settings h1{font-size:43px;}
.product-settings .desc{flex-direction:column;padding:30px 0 0 0;font-size:18px;}
.product-settings .desc p{margin:10px 0;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{width:100%;display:block;}
form.cart{display:flex;flex-wrap:wrap;}

form.cart .pre-button{width:calc(100% - 95px);}
.pre-button .button-loop{border-radius:0px;display:flex;width:auto;box-shadow:none;height:55px;background:#000;cursor:pointer;opacity:1;color:#fff;padding:0 45px;text-transform:uppercase;transition:color .25s, padding .25s,opacity .25s;}
.pre-button .button-loop:hover{opacity:.8;}
.pre-button .button-loop.loading{padding:0 25px 0 65px;background: url(img/loading.svg) 15px 50% no-repeat #000;background-size:28px;opacity:1;}
.pre-button .button-loop.added{padding:0 45px 0 65px;background: url(img/added.svg) 15px 50% no-repeat black;background-size:28px;opacity:1;font-size:0px;}
.pre-button .button-loop.added:before{content:'Добавлено';font-size:16px;}
form.cart .quantity{width:80px;height:55px;display:flex;border:1px solid #e8e8e8;margin-right:15px;}
.woocommerce .quantity .qty{padding:0;margin:0;border:0px;outline:none;width:calc(100% - 40px);font-family:Playfair Display;padding-bottom:5px;}
.item-quantity-btn{display:flex;align-items:center;justify-content:center;text-align:center;width:20px;cursor:pointer;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
input[type=number]{-moz-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{-webkit-appearance:none;}
.woocommerce-info,.woocommerce-error{border-top-color:black;}
.woocommerce-info::before,.woocommerce-error::before,.woocommerce form .form-row.woocommerce-invalid label{color:black;}
.full-width{width:100%;flex-direction:column;}
.full-width .woocommerce{flex-direction:column;}
.woocommerce table.shop_table{border:0px;}
.product-thumbnail a img{display:block;max-width:72px;height:auto;}
.woocommerce a.remove{transition:.25s;}
.woocommerce a.remove:hover{color:red!important;background:#fff;opacity:.8;}
.woocommerce table.shop_table .quantity.product-actions{width:80px;height:55px;border:1px solid #e8e8e8;}
button[name="update_cart"]{display:none!important;}
.product-remove{text-align:right;}
.woocommerce a.remove{margin:0 0 0 auto;font-size:2em;width:auto;height:auto;display:flex;align-items:center;justify-content:flex-end;padding-bottom:5px;}
.cart-collaterals h2{display:none;}
.cart-collaterals .cart_totals,.woocommerce-billing-fields__field-wrapper{flex-direction:column;}
#customer_details,.woocommerce-billing-fields{flex-direction:column;}
.woocommerce-billing-fields__field-wrapper{width:100%;flex-wrap:wrap;flex-direction:row;}
.woocommerce-billing-fields__field-wrapper .form-row{width:50%;}
.woocommerce-billing-fields__field-wrapper input{display:flex;height:40px;padding:0 15px;border:1px solid #e8e8e8;border-radius:0px;outline:none;color:#616161;font-family:Cormorant Infant;font-size:18px;}
.checkout.woocommerce-checkout{display:flex;flex-wrap:wrap;}
#order_review,#customer_details{width:50%;}
#order_review{flex-direction:column;padding-left:40px;}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select{border-color:black;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{background:#fff;}
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal{display:none;}
.full-width h1{text-align:center;font-size:43px;margin-bottom:40px;color:#333;}
.full-width,.catalog{padding-bottom:80px;}
.woocommerce-message{border-top-color:#6ED78E;}
.woocommerce-message::before{color:#6ED78E;}
.woocommerce a.remove,.woocommerce a.remove:hover{color:black!important}
.woocommerce-order{flex-direction:column;align-items:center;}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{color:#6ED78E;font-weight:600;font-size:30px;text-align:center;margin-top:0px;}
.woocommerce ul.order_details{padding:0px;}
.woocommerce-order ul{width:auto;}
.woocommerce-order section{width:100%;max-width:730px;margin:0 auto;}
.woocommerce .woocommerce-customer-details address{border:0px;}
#place_order,a.button.wc-backward{background:#000;font-family:Cormorant Infant, sans-serif;border-radius:0px!important;display:inline-flex;height:55px;padding:0 45px;align-items:center;text-transform:uppercase;color:#fff;transition:.25s;width:auto;float:none;left:inherit;margin-right:auto;}
#place_order:hover,a.button.wc-backward:hover{opacity:.8;background:#000;color:#fff;}
.info-row{flex-wrap:wrap;}
.info-row h1{width:100%;font-size:43px;text-align:center;margin-bottom:40px;color:#333;}
.info-row .item{width:33.33%;flex-direction:column;}
.info-row .item img{max-width:100%;height:100%;object-fit:cover;}
.info-row .item.i-img{padding:0 30px;}
.info-title{font-size:30px;font-weight:700;color:#333;letter-spacing:1px;}
.info-sub{padding:30px 0 0 0;letter-spacing:1px;}
.info-text{font-size:20px;color:#333;line-height:1.4;}
.info-row .butn{display:inline-flex;width:auto;background:#000;color:#fff;padding:0 45px;height:55px;align-items:center;justify-content:center;margin:30px auto 0 auto;text-transform:uppercase;transition:.25s;}
.info-row .butn:hover{opacity:.8;}
.promo{width:100%;padding:100px 0;margin:50px 0;color:#fff;background-size:cover;background-position:50% 50%;text-align:center;}
.promo .container{flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
.promo .item{flex-direction:column;width:33.33%;}
.promo-title{justify-content:center;font-size:35px;padding:0 0 50px 0;}
.promo-desc{font-size:22px;}
.promo .btn{display:inline-flex;width:auto;background:none;color:#fff;padding:0 45px;height:55px;align-items:center;justify-content:center;margin:40px auto 0 auto;text-transform:uppercase;transition:.25s;border:1px solid #fff;border-radius:50px;}
.promo .btn:hover{background:#fff;color:#333;}
.map{width:100%;max-width:1300px;margin:0 auto;flex-wrap:wrap;padding-top:30px;}
.map .items{width:50%;flex-wrap:wrap;}
.map .items .item{width:50%;flex-direction:column;padding-right:20px;}
.map-title{display:block;color:#333;font-size:32px;font-weight:700;flex-basis: auto;padding: 0 0 30px 0;}
.r-map{padding-left:30px;display:block;}
.l-map{padding-right:30px;min-height:500px;display:block;}
.map-wrap{display:flex;flex-wrap:wrap;border-bottom:1px solid #333;padding:0 0 30px 0;}
.map span{margin:2px 0;}
.map a{transition:.25s;}
.map-form{display:flex;flex-direction:column;padding:30px 0 0 0;}
.map-form .wpcf7-form{display:flex;flex-direction:column;}
.map-form .wpcf7-form p{display:flex;flex-wrap:wrap;}
.map-form .wpcf7-form span:first-child{width:50%;padding:0 10px 0 0;display:flex;flex-direction:column;}
.map-form .wpcf7-form span:nth-child(3){width:50%;padding:0 0 0 10px;display:flex;flex-direction:column;}
.map-form .wpcf7-form br{display:none;}
.map-form input{width:100%;outline:none;display:flex;height:55px;border:1px solid #e8e8e8;align-items:center;padding:0 15px;font-family:Cormorant Infant, sans-serif;font-size:18px;}
.map-form .wpcf7 .button{margin-top:10px!important;}
.wpcf7-acceptance{width:100%!important;margin-top:10px!important;}
.wpcf7-acceptance label{display:flex!important;align-items:center;cursor:pointer;}
.m-form-title{font-size:20px;font-weight:700;}
.wpcf7-acceptance span{width:100%!important;}
.wpcf7-acceptance input{width:18px!important;height:18px!important;min-width:18px;margin:0 10px 0 0!important;padding:0!important;}
.soc{display:flex;justify-content:flex-end;width:auto;padding:0 30px 0 0;}
.soc a,.search-btn{display:flex;transition:.25s;}
.soc a:hover,.search-btn:hover{opacity:.5;}
.hide-desk{display:none;}
.btn-menu{display:none;}
.text h1,.text h2,.text h3,.text h4{margin:15px 0;}
.top-phone{display:flex;align-items:center;width:auto;padding:0 30px 0 0;margin:0 0 0 15px;}
.top-phone a{display:flex;align-items:center;font-family: Playfair Display;transition:.25s;}
.top-phone a svg{margin-right:10px;min-width:24px;transition:.25s;}
.top-phone a:hover svg{opacity:.5;}
.top-phone a span{margin-bottom:2px;font-size:18px;white-space:nowrap;}
.index-cats,.pre-slider{position:relative;width:calc(100% + 0px);margin:0 -12.5px 30px 12.5px;flex-direction:row;flex-wrap:wrap;padding:0 0 30px 0;}
.index-cats:after,.pre-slider:after{content:'';position:absolute;bottom:0;left:12.5px;width:calc(100% - 25px);height:1px;background:#eee;}
.index-cats .item,.pre-slider .item{width:33.33%;padding:12.5px;overflow:hidden;}
.index-cats .inner,.pre-slider .inner{display:flex;width:100%;position:relative;padding:20px;background:#f9f9f9;transition:.25s;min-height:180px;align-items:flex-end;}
.index-cats .inner .title{text-align:center;font-weight:700;color:#000;position:relative;z-index:3;padding:15px 20px;background:rgba(255,255,255,.85);justify-content:center;}
.index-cats img,.pre-slider img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:.25s;}
.index-cats .inner:hover img{transform:scale(1.025);}
.pre-slider .inner{min-height:250px;}
.pre-slider .inner:after{content:'';position:absolute;width:calc(100% - 20px);height:calc(100% - 20px);top:10px;left:10px;background:linear-gradient(to bottom, rgba(0,0,0,.1) 0%, rgba(0,0,0,.5) 100%);z-index:2;transition:.25s;border:1px solid rgba(255,255,255,1);}
.pre-slider .item{width:100%;}
.pre-slider .meta{align-items:flex-end;position:relative;z-index:3;flex-direction:column;color:#fff;padding:10px;}
.pre-slider .more{font-size:14px;padding:15px 20px;border:1px solid #fff;color:#fff;display:inline-flex;width:auto;margin:20px auto 0 0;transition:.25s;}
.pre-slider .more:hover{background:#fff;color:#000;}
.pre-slider .title{font-weight:700;font-size:18px;}
.pre-slider .inner:hover::after{width:100%;height:100%;top:0;left:0;}

/*owl*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-carousel .owl-stage {flex-direction:row;}
.owl-dots{flex-direction:row;justify-content:center;padding:0 20px;margin:20px 0 0 0;}
.owl-dots button{width:10px;height:10px;border-radius:100%;background:#dadada!important;margin:0 5px;transition:.25s;}
.owl-dots button.active{background:#000!important;}
button.owl-prev,button.owl-next{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:100%;z-index:5;background:#fff!important;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 10px rgba(0, 0, 0,.15);transition:.25s;opacity:0;visibility:hidden;}
button.owl-prev span,button.owl-next span{display:flex;height:100%;width:100%;align-items:center;justify-content:center;}
.owl-carousel .owl-nav.disabled svg{width:24px;height:24px;}
button.owl-prev{left:-10px;transform:translateY(-50%) rotate(-180deg);box-shadow:0 -5px 10px rgba(0, 0, 0,.15);}
button.owl-next{right:-10px;}
button.owl-prev svg,button.owl-next svg{fill:#006c01;transition:.25s;}
button.owl-prev:hover svg,button.owl-next:hover svg{fill:#fff;}
button.owl-prev:hover,button.owl-next:hover{background:#008e00!important;}
.owl-carousel:hover button.owl-prev{left:20px;opacity:1;visibility:visible;}
.owl-carousel:hover button.owl-next{right:20px;opacity:1;visibility:visible;}
/*end owl*/
.loop-a,.breadcrumbs a{transition:.25s;}
.mob-phone{display:none;}
.loop-shop .price{margin-top:auto;}
.footer-promo{background:url(img/promo-bg.jpg) 50% 50% no-repeat;background-size:cover;color:#fff;}
.footer-promo .container{padding-top:80px;padding-bottom:80px;background:linear-gradient(to right, rgba(0,0,0,.8) 0%, rgba(0,0,0,.99) 100%);}
footer{background:#040404;color:#fff;border-top:1px solid rgba(255,255,255,.3);}
.footer-promo .left{flex-direction:column;padding-right:40px;width:100%;max-width:570px;}
.footer-promo .form{width:calc(100% - 570px);}
.footer-promo .title{font-size:40px;}
.footer-promo .desc{margin:0;padding:20px 0 0 0;line-height:1.4;}
.footer-promo form{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-end;}
.footer-promo form>p{margin:0;width:100%;display:flex;align-items:center;justify-content:space-between;}
.footer-promo .form .item{width:100%;justify-content:space-between;}
.footer-promo .form .item.two .wpcf7-form-control-wrap{width:calc(50% - 10px);}
.footer-promo input[type=text],.footer-promo input[type=email],.footer-promo input[type=tel],.footer-promo textarea,.modal form input{display:flex;width:100%;height:40px;padding:0 20px;align-items:center;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.15);outline:none;color:#fff;font-family:Raleway;}
.footer-promo input::placeholder,.footer-promo textarea::placeholder{color:rgba(255,255,255,.6);}
.footer-promo .wpcf7-form-control-wrap{display:flex;flex-direction:column;width:100%;margin-bottom:20px!important;}
.footer-promo textarea{height:120px;padding:20px;resize:none;}
.footer-promo br{display:none;}
.footer-promo .wpcf7 .button{background:#fff!important;border-radius:0px!important;margin:0 0 20px 20px!important;height:40px!important;color:#000!important;text-transform:uppercase;border:0px!important;cursor:pointer;width:250px;text-align:center;justify-content:center;}
.footer-promo div.wpcf7 input[type="file"]{border:1px dashed rgba(255,255,255,.5);}
.footer-promo form>p span,.footer-promo form>p .button{width:calc(100% - 270px)!important;}
.footer-promo form>p .button{width:250px!important;text-align:center;justify-content:center;}
.wpcf7-spinner,.wpcf7-not-valid-tip{display:none!important;}
.wpcf7-not-valid{border-color:red!important;}
.modal{display:flex;padding:30px 30px;background:#fff;border-radius:3px;box-shadow:0px 12px 21px rgb(0 0 0 / 9%);width:85%;max-width:360px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;font-weight:500;display:none;}
.modal-ok{font-size:18px;text-align:center;justify-content:center;line-height:1.6;color:#333;}
.modal button{width:100%;}
.modal-overlay{display:flex;width:100%;height:100%;top:0;left:0;position:fixed;background:rgba(255,255,255,.9);z-index:999;display:none;}
.modal-close{display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;right:-18px;top:-18px;width:36px;height:36px;background:#fff;border-radius:100%;z-index:5;border:2px solid #000;transition:.25s;cursor:pointer;}
.modal-close:hover,.modal-close:focus,.modal-close:active{background:#000;}
.modal-close svg{fill:#333;transition:.25s;}
.modal-close:hover svg,.modal-close:focus svg,.modal-close:active svg{fill:#fff;}
.wpcf7-response-output{display:none!important}
.wpcf7-form *:last-child,.wpcf7-form p:last-child{margin-bottom:0px;}
.modal .modal-content{scrollbar-color:#006c01 #e8e8e8;scrollbar-width:thin;}
.modal .modal-content::-webkit-scrollbar{width:3px;}
.modal .modal-content::-webkit-scrollbar-track{box-shadow:0px;background:#e8e8e8;}
.modal .modal-content::-webkit-scrollbar-thumb{background-color:#006c01;outline:0px solid slategrey;}
.modal form input{border-color:rgba(0,0,0,.5);color:#000;}
.modal form{display:flex;width:100%;flex-direction:column;}
.modal form .wpcf7-list-item{margin:0;font-size:13px;}
.modal form p{margin:0;}
.modal form br{display:none;}
.modal form .wpcf7-form-control-wrap{display:flex;flex-direction:column;margin-bottom:20px;}
.modal form .wpcf7-not-valid-tip{display:none;}
.modal form .wpcf7-acceptance{margin-top:0px!important;}
.modal .wpcf7 .button{border-radius:0px!important;text-transform:uppercase;width:100%;margin:0!important;text-align:center;justify-content:center;cursor:pointer;height:40px;border:0px;}
.modal .wpcf7-acceptance label{align-items:flex-start!important}
.modal .wpcf7-acceptance input{position:relative;top:3px;}
.callback-button{display:flex;height:40px;text-transform:uppercase;font-size:14px;text-align:center;justify-content:center;align-items:center;background:#000;color:#fff;width:100%;max-width:380px;margin:0 auto;transition:.25s;cursor:pointer;display:none;}
.callback-button:hover{opacity:.8;}
.sidebar .callback-button{display:flex;margin-top:20px;}
form .capcha{align-items:center;margin:0 0 20px 0;}
form .capcha .wpcf7-form-control-wrap{margin:0!important;width:100%;}
form .capcha img{margin-right:20px;}
.footer-promo .capcha{width:calc(50% - 270px);}
.footer-promo .submit{width:270px;}

@media screen and (max-width:1430px){
.loop-shop{width:calc(33.33% - 25px);margin:0 0 25px 25px;}
.product-images{width:500px;}
.product-settings{width:calc(100% - 500px);}
.woocommerce-product-gallery__image>a{min-height:inherit;height:500px;}
.woocommerce-product-gallery__image>a img{width:100%;height:100%;object-fit:cover;}
.flex-control-thumbs li{width:calc((500px - 40px) / 5);}
.flex-control-thumbs li img{width:100%;}
.flex-control-thumbs li:nth-child(5n+5){margin-right:0px;}
}

@media screen and (max-width:1200px){
.product-images{width:50%;}
.product-settings{width:50%;}
.flex-control-thumbs li{width:calc((100% - 40px) / 5);}
.woocommerce-product-gallery__image>a{height:430px;}
.top-phone a span{display:none;}
.index-cats .item{width:50%;}
.index-cats .item:last-child{width:100%;}
}

@media screen and (max-width:1100px){
.flex-control-thumbs li{width:calc((100% - 30px) / 4);}
.woocommerce-product-gallery__image>a{height:380px;}
.flex-control-thumbs li:nth-child(5n+5){margin-right:10px;}
.flex-control-thumbs li:nth-child(4n+4){margin-right:0px;}
form.cart{flex-direction:column;}
form.cart .pre-button{margin-top:15px;width:100%;}
.info-row .item{width:50%;}
.info-row .item:last-child{width:100%;}
.info-row .item.i-img{padding:0 0 30px 30px;}
.logo a{width:100%;position:relative;top:0;left:0;}
.logo{justify-content:center;align-items:center;margin-right:20px;width:120px;}
.footer-promo .container{flex-direction:column;padding:80px 65px;}
.footer-promo .left{max-width:100%;padding-bottom:40px;padding-right:0px;}
.footer-promo .form{width:100%;}
}

@media screen and (max-width:1000px){
.loop-shop{width:calc(50% - 25px);margin:0 0 25px 25px;}
.product-images{width:100%;}
.product-settings{width:100%;padding:30px 0 0 0;}
form.cart{flex-direction:row;}
form.cart .pre-button{width:calc(100% - 95px);margin-top:0px;}
.related h2{font-size:25px;}
.map .items{width:100%;}
.l-map{padding:0 0 30px 0;order:2;}
.r-map{padding:0;order:1;}
.map-title{display:none;}
}

@media screen and (max-width:900px){
.container{padding:0 20px;max-width:680px;margin:0 auto;}
header .container{max-width:100%;}
.sidebar{width:100%;padding:54px 0 0 0;}
.catalog-row, .single-product{width:100%;}
.widget_product_categories,.widget.widget_nav_menu{position:relative;margin-bottom:30px;}
.widget_product_categories .for-mobile:before,.widget.widget_nav_menu .for-mobile:before{content:'Категории';display:inline-flex;height:40px;align-items:center;;color:#fff;align-items:center;font-size:22px;text-transform:uppercase;}
.for-mobile{display:flex;width:100%;height:40px;padding:0 15px;box-sizing:border-box;background:black;}
.widget_product_categories .for-mobile:after,.widget.widget_nav_menu .for-mobile:after{content:'';display:flex;width:20px;height:20px;background:url(img/arrow-d.svg) 50% 50% no-repeat;background-size:16px;position:absolute;top:10px;right:15px;z-index:1;transition:.25s;}
.for-mobile.open:after{transform:rotate(-180deg);}
.facetwp-template .loop-shop{margin:0 15px 25px 0;width:calc((100% - 15px) / 2);}
.facetwp-template .loop-shop:nth-child(2n+2){margin-right:0px;}
.widget_product_categories.widget ul,.widget.widget_nav_menu .menu-kategorii-container{padding:15px;display:none;}
.widget ul li a{font-size:25px;}
.logo{width:110px;min-width:110px;height:100%;margin-right:0;}
.logo a{width:110px;}
.logo a img{max-height:80px;transform:scale(1.05);}
.breadcrumbs-row{flex-wrap:wrap;}
.catalog{padding-top:70px;}
.full-width>h1,.text h1,.info-row h1{padding-top:30px;}
.loop-img{flex-direction:column;}
.loop-back{position:absolute;bottom:0;height:48px;visibility:visible;z-index:1;opacity:1;}
.loop-back .button-loop{border-radius:0px;display:flex;width:auto;box-shadow:none;width:100%;height:48px;background:rgba(250,250,250,.6);cursor:pointer;opacity:1;color:#333;padding:0 45px 0 15px;text-transform:uppercase;transition:color .25s, padding 0s,opacity .25s;text-align:left;justify-content:flex-start;font-weight:600;}
.loop-back .button-loop:hover{opacity:.8;}
.loop-back .button-loop.loading{padding:0 45px 0 58px;background: url(img/loading-dark.svg) 15px 50% no-repeat rgba(250,250,250,.9);background-size:28px;opacity:1;color:#333;text-align:left;justify-content:flex-start;}
.loop-back .button-loop.added{padding:0 45px 0 58px;background: url(img/added.svg) 15px 50% no-repeat black;background-size:28px;opacity:1;font-size:0px;color:#fff;text-align:left;justify-content:flex-start;}
.loop-back .button-loop.added:before{content:'Добавлено';font-size:16px;text-align:left;justify-content:flex-start;}
.hide-desk{display:inline;}
.button-loop svg{fill:#333;margin-right:15px;min-width:28px;}
.loop-back .button-loop.loading svg{display:none!important;}
/* Menu */
.btn-menu{display:block;border:0;width:20px;min-width:20px;height:22px;background-color:transparent;cursor:pointer;position:relative;top:0;right:0;z-index:9999;margin-left:25px;}
.btn-menu .name{font-size:12px;display:block;position:absolute;top:-15px;left:0;}
.show_menu .btn-menu:focus{outline:none}
.btn-menu .bar,.btn-menu .bar:before,.btn-menu .bar:after{display:block;position:absolute;width:20px;height:2px;background-color:#000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.btn-menu .bar{top:10px;left:0}
.btn-menu .bar:before{position:absolute;content:'';top:6px;left:0}
.btn-menu .bar:after{position:absolute;content:'';top:-6px;left:0}
.show .btn-menu .bar{background-color:transparent}
.show .btn-menu .bar:before{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.show .btn-menu .bar:after{top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.top-menu{padding:0;width:0;max-width:360px;height:100vh;overflow-y:scroll;position:fixed;top:0;left:0;transition:.5s;background:rgba(255,255,255,.97);z-index:999;flex-direction:column;}
.show .top-menu{width:100%;max-width:360px;box-shadow: 0 0 3px 2px rgba(0,0,0,.15);}
.top-menu ul{flex-direction:column;padding:50px 15px 50px 30px;}
.top-menu ul li{margin:0 0 15px 0;}
.top-menu a{font-size:18px;white-space:nowrap;}
header .container{height:80px;}
.flex-control-thumbs li{width:calc((100% - 40px) / 5);}
.woocommerce-product-gallery__image>a{height:480px;}
.flex-control-thumbs li:nth-child(5n+5){margin-right:0px;}
.flex-control-thumbs li:nth-child(4n+4){margin-right:10px;}
#order_review, #customer_details{width:100%;}
#order_review{padding-left:0px;padding-top:40px;}
#place_order{margin:0 auto;}
.promo{position:relative;}
.promo:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(0,0,0,.5);}
.promo .container{z-index:9;}
.top-phone{padding:0 15px 0 0;display:none;}
.mini-cart{margin-left:15px;}
.index-cats, .pre-slider{width:calc(100% + 15px);margin:0 -7.5px 30px -7.5px;}
.index-cats .item{padding:7.5px;}
.top-menu ul:not(:first-child){padding-top:20px;border-top:1px solid rgba(0,0,0,.2);margin-top:0px;}
.top-menu ul:not(:last-child){padding-bottom:20px;}
.top-menu ul li:last-child{margin:0;}
.top-box{padding-bottom:25px;}
.top-box .search{display:none;}
header{transition:.25s;}
header.min{box-shadow:0 5px 8px rgba(0,0,0,.1);}
.mob-phone{display:flex;align-items:center;position:absolute;bottom:15px;right:20px;background:rgba(255,255,255,1);font-size:14px;border-radius:0 0 5px 5px;padding:0;font-weight:500;}
.mob-phone:hover{color:#000;}
.mob-phone svg{width:15px;height:15px;margin-right:7px;position:relative;bottom:-1px;}
.messangers svg{width:26px;height:26px;}
.footer-promo .container{max-width:100%;flex-direction:column;padding:40px 20px;}
.callback-button{display:flex;max-width:calc(100% - 40px);margin:10px auto 30px;}
.sidebar .callback-button{display:none;}
.footer-promo .capcha{width:calc(100% - 270px);}
}

@media screen and (max-width:640px){
.woocommerce-cart-form thead{display:none;}
.woocommerce-cart-form tbody tr:last-child{display:none;}
.woocommerce-cart-form__cart-item.cart_item{display:flex;flex-wrap:wrap;position:relative;border:1px solid #e8e8e8;margin-bottom:15px;}
.woocommerce-cart-form__cart-item.cart_item td{display:flex;align-items:center;}
.woocommerce-cart-form__cart-item.cart_item td.product-price{display:none;}
.woocommerce-cart-form .product-thumbnail{width:96px;min-width:96px;border-top:0px!important;}
.woocommerce-cart-form .product-name{width:calc(100% - 200px);border-top:0px!important;}
.woocommerce-cart-form .product-quantity{width:104px;border-top:0px!important;}
.woocommerce-cart-form .product-subtotal{width:calc(100% - 37px);font-size:18px;font-weight:700;}
.woocommerce-cart-form .product-remove{width:37px;}
.promo .item{width:100%;}
.promo .item:first-child{padding-bottom:50px;}
.promo-title{padding:0 0 20px 0;}
.promo .btn{margin-top:30px;}
.woocommerce ul.order_details{display:flex;flex-direction:column;align-items:center;}
.woocommerce ul.order_details li{margin:0!important;padding:0 0 15px 0!important;text-align:center;border:0px!important;}
.top-phone a span{display:none;}
.footer-promo .title{font-size:30px;}
}

@media screen and (max-width:520px){
.info-row .item{width:100%;}
.info-title,.info-sub,.woocommerce-order-details__title,.woocommerce-column__title{text-align:center;justify-content:center;}
.info-row .item.i-img{padding:30px 0;}
.promo{padding:50px 0;}
.map{padding-top:0px;}
.contacts-row .item{width:100%;margin-bottom:30px;}
.contacts-form{padding-top:30px;}
.contacts-form .item{width:100%;padding:0;}
.contacts-form form>p{width:100%;}
.full-width, .catalog{padding-bottom:50px;}
#nanogallery{flex-direction:column;width:calc(100% + 20px);margin:0 -10px;}
.widget_product_categories .for-mobile:before{font-size:20px;}
.woocommerce-billing-fields__field-wrapper .form-row{width:100%;}
.map-form .wpcf7-form span:first-child,.map-form .wpcf7-form span:nth-child(3){width:100%;padding:0;}
.map-form .wpcf7-form span:nth-child(3){padding-top:10px;}
.woocommerce-Price-amount.amount{white-space:nowrap;}
.mini-cart .amount{display:none;}
.messangers a:not(:last-child){margin:0 10px 0 0;}
.top-phone{padding:0 0 0 0;margin:0 0 0 10px;}
.btn-menu{margin-left:15px;}
.top-box .search{display:none;}
.index-cats .inner{padding:7.5px;}
.index-cats .inner .title{padding:10px 15px;min-height:58px;align-items:center;justify-content:center;}
.logo a{display:flex;justify-content:center;align-items:center;}
.footer-promo form>p{flex-direction:column;}
.footer-promo form>p span, .footer-promo form>p .button{width:100%!important;}
.footer-promo .wpcf7 .button{margin:0!important}
.footer-promo .capcha{width:100%;}
.footer-promo .submit{width:100%;}
.footer-promo .submit input{width:100%!important;}
}

@media screen and (max-width:440px){
.facetwp-template .loop-shop,.related-row .loop-shop{width:100%;margin:0 0 25px 0;}
.flex-control-thumbs li,.flex-control-thumbs li img{height:70px;}
.product-settings h1{font-size:35px;}
.product-settings{padding:20px 0 0 0;}
.map-title,.m-form-title{text-align:center;}
.map .items .item{width:100%;align-items:center;padding-bottom:20px;}
.show .top-menu{max-width:calc(100% - 60px);}
.woocommerce-product-gallery__image>a{height:400px;}
.footer-promo .title{font-size:25px;text-align:center;}
.footer-promo .desc{text-align:center;font-size:14px;}
}

@media screen and (max-width:400px){
.woocommerce-product-gallery__image>a{height:350px;}
.flex-control-thumbs li, .flex-control-thumbs li img{height:60px;}
}

@media screen and (max-width:380px){
.pre-button .button-loop{font-size:12px;}
.woocommerce-product-gallery__image>a{height:320px;}
.flex-control-thumbs li, .flex-control-thumbs li img{height:56px;}
.pre-button .button-loop{font-size:14px;}
.soc{padding:0 15px 0 0;}
.search-btn{margin-right:15px;}
}

@media screen and (max-width:360px){
.pre-button .button-loop{font-size:12px;}
.woocommerce-product-gallery__image>a{height:320px;}
.flex-control-thumbs li, .flex-control-thumbs li img{height:56px;}
}
