/* magnifying glass icon */
#item-image-img:after {
        content:'';
        display:block; 
        width:20px; 
        height:20px; 
        position:absolute; 
        top:2px;
        right:2px;
        background:url('../libs/zoom/zoom.png') no-repeat;
}
.hidden-imp, .hidden-img-after:after {
    display: none !important;
}
/*html[lang="uk-UA"] .logo {
    background: url(../images/logo_uk.png) 0 50% no-repeat;
    background-size: contain;
}*/
.page-header h1, .item-text h2 {
    font-weight: bold;
    color: #8a1616;
}
.wrapper .section-1 {
    padding-top: 117px;
}
.header .topmenu .nav li a {
    padding: 8px 20px;
}
.header .mod-languages {
    text-align: center;
    margin-top: 2px;
}
.mod-languages li img {
    opacity: 0.7;
}
.mod-languages .lang-active img {
    opacity: 1;
}
.contacts-address a {
    color: black;
}
.tel-header {
    color: #fff;
}
.tel-header:hover, .tel-header:focus {
    color: #fff;
}
body .phone_btn {
    bottom: 120px;
}
.blog.products {
    margin-bottom: 5em;
}
.blog.products .cat-children .item-title {
    text-transform: uppercase;
    color: black;
    margin-top: 2em;
}
.main .blog.products .category-desc, .main .item-page {
    font-size: 16px;
    line-height: 1.5em;
}
.blog.products .product-item .order-btn {
    border: 2px solid #525252;
    padding: 2px;
}
.blog.products .order-btn:hover, .blog.products .order-btn:focus, .item-page.product .order-btn:hover, .item-page.product .order-btn:focus,
.modal-in .formContainer button[type="submit"].rsform-submit-button, .modal-in .formContainer button[type="submit"].rsform-submit-button,
.item-page.product .order-btn {
    border: 2px solid #63312a;
    padding: 2px 15px;
    background: #64322b !important;
    color: #fff;
}
.modal-in .formContainer button[type="submit"].rsform-submit-button:hover, .modal-in .formContainer button[type="submit"].rsform-submit-button:focus,
.item-page.product .order-btn:hover, .item-page.product .order-btn:focus {
    background: #ab3525 !important;
    border: 2px solid #ab3525;
}
.blog.products .product-item a:hover {
    border-color: transparent;
}
.blog.products .product-item:hover {
    border: 3px solid rgba(0,0,0,.4);
}
.blog.products .product-item a {
    border: none;
}
.blog.products .product-item {
    border: 3px solid transparent;
    padding-bottom: 1em;
    margin-bottom: 2em;
}
.blog.products .product-item .item-text {
    margin-top: 0.5em;
}
.item-page.product .item-text img,
.item-page.product .item-text .price {
    margin-bottom: 1.5em;
    width: 100%;
    height: auto;
}
.product .item-image {
/*    margin-right: 2em;
    width: 275px;*/
    margin-right: 2.5em;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.item-page {
    margin-top: 3em;
}
.module.products {
    margin-top: 2em;
}
.module.products .mod_header {
    margin-bottom: 1.5em;
}
.item-page ul {
    margin-left: 2em;
    margin-bottom: 1.5em;
}
.item-page p {
    padding-bottom: 1.5em;
}
.blog.products .cat-children .cat-item a {
    text-decoration: none;
    background: #63312a24;
    display: block;
    margin-bottom: 1em;
    padding: 1em 0;
}
.modal-in .formContainer .rsform-block {
    margin: 1.5em;
}
.modal-in .formContainer .rsform-block .rsform-input-box {
    padding: 0.5em 0.5em;
    font-size: 16px;
}
.formResponsive {
    margin-top: 1.5rem;
}
.link-viber, .link-telegram {
    color: #fff;
    margin-right: 0.6em;
    font-size: 20px;
}
.link-viber:hover, .link-viber:focus, .link-telegram:hover, .link-telegram:focus {
    color: #cdcdcd;
}
.header-right .phone {
    width: 180px;
}
.menu-button:after {
    content: "\f0c9";
    font-family: FontAwesome;
    display: block;
    float: right;
    font-size: 20px;
    content: "\f0c9";
}
::placeholder {
  color: #d9d9d9;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #d9d9d9;
}
.search .btn-search {
    right: 6px;
}
.header-right .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.header-right .block-lang {
    width: 95px;
}
.header-right .block-messenger {
    width: 100px
}
.footer .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer .row .phone {
    line-height: 28px;
    width: 180px;
}
.footer .block-messenger {
    text-align: right;
    width: 100px;
}
.basket_item_count {
    width: 88px;
    height: 35px;
    background: #fff;
    border: 1px solid #FD5E6F;
    border-radius: 10px;
    display: flex;
    margin-top: 10px;
}
.basket_item_count .arrow {
    width: 26px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
    height: 100%;
    color: #FD5E6F;
}
.basket_item_count input {
    border: none;
    min-height: 0;
    padding: 0;
    height: 100%;
    background: transparent;
    -moz-appearance: textfield;
    flex-grow: 1;
    text-align: center;
    font-size: 14px;
    width: 32px;
}
.basket_item_count input[type=number] {
    -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.item-page.product .item-text legend,
.item-page.product .block-quantity .label {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
    color: black;
    padding-left: 0;
}
.item-page.product .block-quantity {
    margin: 20px 0;
}
.order-weight-select label {
    padding-left: 5px;
}
.price-by-agreement {
    display: none;
}
.item-page.product .price {
    height: 48px;
}
body.modal-in, html.modal-in   {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    height: 100%;
}
.modal-text {
    font-size: 21px;
    text-align: center;
    padding: 0 21px;
    line-height: 26px;
    font-weight: bold;
}
.modal-in .rsform-submit-button {
    font-size: 18px;
}
.order-min-price {
    padding: 0 0 20px 0;
    color: #8a1616;
    font-weight: bold;
}
.item-text-body {
    overflow: hidden;
}
.item-text-body ol, .item-text-body ul {
    margin: 0 0px 1.5em 35px;
}
.item-text-body li {
    margin-bottom: 0.4em;
}
.item-text-body h2 {
    margin-bottom: 0.7em;
    font-size: 22px;
    font-weight: bold;
}
.order-btn {
    padding: 2px 15px;
}
.container-breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb {
    margin: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .header .topmenu .nav li a {
        padding: 8px 14px;
    }
    .topmenu {
        padding: 5px 0 0 0; 
    }
    .wrapper .section-1 {
        padding-top: 145px;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 22px;
    }
    .footer  #price_btn, .footer .callback .header-btn, header .header-btn {
        font-size: 18px;
        max-width: 230px !important;
        padding: 4px;
    }
    .wrapper .section-1 {
        padding-top: 15px;
    }
    .container {
        width: 90%;
    }
}
@media (max-width: 640px) {
    .product .item-image {
        width: 100%;
    }
    .item-page.product .item-text img {
        width: 300px;
    }
    .product .item-image {
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        justify-content: space-evenly;
    }
    .item-text-body {
        margin-top: 2em;
    }
    .product .item-image > div, .product .item-image > fieldset {
/*        width: 100%;*/
    }
        
}
@media (max-width: 460px) {
    .header .block-lang {
         float: left;
     }
    .header .phone {
        width: auto;
    }
    .header .mod-languages {
        text-align: right;
        margin-top: 0;
        width: 65px;
    }
    .block-lang {
        width: 85px;
    }
    .item-page {
        margin-top: 1em;
    }
    html body .phone_btn {
        bottom: 144px;
        right: 11px;
    }
    .order-weight-select {
        display: flex;
        flex-wrap: wrap;
        width: 170px;
    }
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg"); 
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}