/*!
Theme Name: Multistroy
Theme URI: #
Author: Ivan Ryzhenko
Author URI: https://www.instagram.com/foldybox
Description: Тема для сайта Multistroy
Version: 1.0.0
Requires PHP: 5.6
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/*  COMMON STYLES   */
.flex-middle {
    display: flex;
    align-items: center;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
}
.h100 {
    height: 100%;
}
body {
    background: #F9F9F9;
}

.added_to_cart {
    position: absolute;
    width: 100%;
    height: 67px;
    left: 0px;
    bottom: 0px;
    background: #474747;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
    border-radius: 0px 0px 10px 10px;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    z-index: 1;
}
.added_to_cart:hover {
    background: #3d3d3d;
}
.added_to_cart:active {
    background: #313131;
}

/*  STATIC STYLES   */
#static {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;

    display: none;
    z-index: 999;
}
#back {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;

    background: rgba(0, 0, 0, 0.3);
}
#static.active {
    display: block;
}

#show_order {
    display: none;
}

#review-form {
    display: none;
    width: 1300px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

    padding: 30px 65px;

    background: #FFFFFF;
    /* Drop Shadow */
    
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
#review-form > .rw-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#review-form > .rw-header > h2 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    
    color: #000000;    
}
#review-form > .rw-header > span {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
    /* identical to box height, or 143% */
    
    color: #FF4141;

    cursor: pointer;
}
#review-form > .rw-header > span > img {
    position: relative;

    margin-right: 4px;

    left: 0px;
    top: 1px;
}
#review-form form {
    margin-top: 35px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 100%;
}
#review-form form .inpt {
    margin-top: 20px;
    position: relative;
    width: 100%;
}
#review-form form .inpt > span {
    position: absolute;
    display: block;

    left: 35px;
    top: -9px;

    padding: 0px 5px;

    background: #FFFFFF;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;

    color: #000000;
}
#review-form form .inpt > input {
    width: 100%;
    height: 72px;

    padding: 0px 35px;

    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 5px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */

    color: rgba(0, 0, 0, 0.4);
}
#review-form form .inpt > input {
    width: 100%;
    height: 72px;

    padding: 0px 35px;

    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 5px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */

    color: rgba(0, 0, 0, 0.4);
}
#review-form form .inpt > textarea {
    width: 100%;
    height: 72px;

    padding: 25px 35px;

    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 5px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */

    color: rgba(0, 0, 0, 0.4);
}
#review-form form .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
#review-form form .btn > button {
    width: 239px;
    height: 67px;
    
    background: #FFD338;
    border-radius: 50px;
    border: none;
    outline: none;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;

    color: #313131;

    cursor: pointer;
}
#review-form form .btn > button:hover {
    background: #cfab26;
    color: #313131;
}
#review-form form .btn > span {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */

    margin-left: 20px;
    
    color: rgba(0, 0, 0, 0.4);
}

#review-form form > .cont {
    width: 100%;
    display: flex;
}
#review-form form > .cont > .block {
    width: 50%;
}
#review-form form > .cont > .block:first-child {
    padding-right: 10px;
}
#review-form form > .cont > .block:last-child {
    padding-left: 10px;
}
#review-form form > .cont > .block:first-child .inpt:first-child {
    margin: 0;
}
#review-form form > .cont > .block:last-child .inpt {
    height: 100%;
    margin: 0;
}
#review-form form > .cont > .block:last-child .inpt > textarea {
    height: 100%;
}








/*  CART    */
#static > .cart {
	overflow-y: auto; /* я добавил*/
    position: absolute;
    width: 1300px;
    height: calc(100% - 50px);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 0px 70px;
    background: #F9F9F9;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    justify-content: stretch;
}
#static .cart .header {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#static .cart .header > h2 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    
    color: #000000;    
}
#static .cart .header > span {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
    /* identical to box height, or 143% */
    
    color: #FF4141;

    cursor: pointer;
}
#static .cart .header > span > img {
    position: relative;

    left: -5px;
    top: 1px;
}
#static .woocommerce-checkout-payment{
   font-family: Gotham Pro;
   position:static !important;
}
#static .woocommerce-checkout-payment .wc_payment_methods{
    font-size:14px;
        margin: 0px -3px;
}
#static .woocommerce-NoticeGroup{
    font-family: Gotham Pro;
}
#static .woocommerce-NoticeGroup .woocommerce-error{
    padding:5px;
}
#static .woocommerce-checkout-payment .wc_payment_methods label,
#static .woocommerce-checkout-payment .wc_payment_methods input[name="payment_method"]{
    cursor: pointer;
}
#static .woocommerce-checkout-payment .wc_payment_methods input[name="payment_method"] ~ div{
    display:none;
}
#static .woocommerce-checkout-payment .wc_payment_methods input[name="payment_method"]:checked ~ div{
    display:block !important;
}
.mini-cart-container{
    display:flex;
}
.cart .cart-inner{
    overflow-y: auto;
    height: 100%;
}
#static .cart .widget {
/*    height: 100%;
    overflow: hidden;*/
    overflow-y: auto;
}
#static .cart .widget > .widget_shopping_cart_content {
    height: 100%;
    /*height: calc(100% - 120px);*/
}
#static .cart .widget > .widget_shopping_cart_content > .main {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    overflow-x:hidden;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding-bottom: 45px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list::after {
    content: "";
    width: 844px;
    height: 64px;

    position: absolute;
    left: 0px;
    bottom: 59px;
    z-index: 9998;
    background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 57.78%);
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header {
    position: absolute;
    top: -25px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > span {
    position: absolute;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    
    display: inline-block;
    width: max-content;
    
    color: rgba(0, 0, 0, 0.4);
    
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > .name {
    left: 130px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > .weight {
    left: 310px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > .quantity {
    left: 460px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > .sum {
    left: 670px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .scroll {

}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list {
    position: relative;
    /*width: 864px;*/
	width: 745px;
    height: auto;
    margin-bottom: 60px;
    /*overflow-y: scroll;*/
    overflow-x: visible;
}
/* 1 - скроллбар */
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar {
    position: relative;
    right: -10px;
    width: 14px;
    height: 4px;
    background-color: #000000;
    border-radius: 500px;
    background: #EFEFEF;

    z-index: 9999;
  }

/* 2 - кнопка */
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-button {
    display: none;
}
/* 3 - трек */
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track {
    background: #EFEFEF;
    border-radius: 500px;
}
/* 4 - видимая часть трека */
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track-piece {

}
/* 5 - ползунок */
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-thumb {
    background: #D1D1D1;
    border-radius: 500px;
}
/* 6 - уголок */
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-corner {
  
}
/* 7 - изменение размеров */
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-resizer {
  
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    /*width: 840px;*/
	width: 745px;
    height: 110px;

    margin-bottom: 15px;

    background: #FFFFFF;

    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;

    overflow: hidden;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image > img {
    width: 110px;
    height: 110px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n {
    margin-left: 20px;
    width: 170px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > .code {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    color: rgba(0, 0, 0, 0.4); 
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    /* or 111% */

    color: #313131;    
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a .name {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */

    color: #313131;    
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .weight {
    margin-left: 10px;
    width: 100px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */


    color: #000000;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity {
    margin-left: 50px;
    width: 150px;
    display: flex;
    justify-content: center;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button {
    display: block;
    width: 40px;
    height: 32px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
    text-align: center;
    /* identical to box height, or 125% */

    border: 1px solid #F5F5F5;
    outline: none;

    color: #000000;
    cursor: pointer;
    background: #F5F5F5;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:hover {
    background: #DDDDDD;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:active {
    background: #c7c7c7;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .quantity {
    display: block;
    width: 70px;
    height: 32px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    /* identical to box height, or 125% */
    background: #F9F9F9;
    text-align: center;

    border: none;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    outline: none;

    text-align: center;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .sum {
    margin-left: 60px;
    width: 100px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */

    color: #000000;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete {
    justify-self: flex-end;
    margin-left: auto;
    margin-right: 30px;

    width: 30px;
    height: 30px;

    border: none;
    outline: none;
    cursor: pointer;

    background: #F5F5F5;
    border-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete > span {
    display: none;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:hover {
    background: #dddddd;
}
#static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:focus {
    background: #c5c5c5;
}

.woocommerce-mini-cart__empty-message {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
#static .cart .order {
    padding-top: 60px;
    /*padding-bottom: 60px;*/
	margin-left: 20px;
}
#static .cart .order > .form {
    width: 360px;

    background: #FFFFFF;

    padding: 30px 20px 20px 20px;

    display: flex;
    flex-direction: column;

    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position:relative;
}
#static .woocommerce-error{
    color: #fff;

}
#static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 {
    flex: none!important;
    max-width: 100%!important;
    width: 100%!important;
    padding: 0!important;
}
#static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 > .woocommerce-billing-fields > h3 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */
    
    
    color: #000000;
}
#static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 .woocommerce-billing-fields__field-wrapper > p {
    margin-top: 13px;

    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
#static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > label {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    color: #000000;
}
#static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > .woocommerce-input-wrapper > input {
    margin-top: 2px;
    padding: 0px 15px;

    height: 45px;
    
    background: #F5F5F5;
    opacity: 0.6;
    border: 2px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 5px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    width: 100%;

    color: #000000;

    opacity: 0.3;
}
#static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
#static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result > span {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    
    
    color: #000000;
    
    opacity: 0.4;
}
#static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
#static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result > span {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    
    color: #000000;
}
#static .cart .order > .form > .woocommerce > form .woocommerce-privacy-policy-text {
    display: none;
}
#static .cart .order > .form > .woocommerce > form .privacy-policy {
    margin-top: 15px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;

    color: #000000;
}
#static .cart .order > .form > .woocommerce > form .place-order > button {
    margin-top: 15px;
    height: 50px;

    padding: 0px 20px;

    width: 100%;

    background: #FFD338;
    border-radius: 10px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

    color: #313131;

    border: none;
    outline: none;

    cursor: pointer;
}
#static .cart .order > .form > .woocommerce > form .place-order > button:hover {
    background: #eec222;
}

/*  CART-SUCCESS    */
#static > .cart-success {
    position: absolute;
    width: 697px;
    height: 668px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: #F9F9F9;
    border-radius: 10px;
}
#static > .cart-success > img {

}
#static > .cart-success > h2 {
    margin-top: 50px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    text-align: center;
    
    color: rgba(0, 0, 0, 0.8);
}
#static > .cart-success > p {
    margin-top: 15px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    
    text-align: center;
    
    color: rgba(0, 0, 0, 0.3);
}
#static > .cart-success > a {
    margin-top: 30px;

    width: 200px;
    height: 60px;
    
    display: block;

    background: #FFD338;
    border-radius: 10px;
    border: none;
    outline: none;
    cursor: pointer;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    /* identical to box height, or 125% */

    color: #313131;
}
#static > .cart-success > a:hover {
    background: #e6b919;
}

/*  CALL    */
#call-form {
    width: 1300px;
    height: 414px;

    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

    display: none;
}
#call-form > .call {
    position: relative;

    width: 1300px;
    height: 414px;
    
    background: #FFFFFF;
    /* Drop Shadow */
    
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#call-form > .call > .close {
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 28px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
    /* identical to box height, or 143% */
    
    color: #FF4141;

    cursor: pointer;
}
#call-form > .call > .close > img {
    position: relative;

    left: -5px;
    top: 1px;
}
#call-form > .call > .questions {
    width: 50%;
    height: 100%;
    padding: 0px 80px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
#call-form > .call > .questions > h3 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    /* or 118% */
    
    
    color: #000000;
    
}
#call-form > .call > .questions > .phone-n-email {
    margin-top: 30px;
    
    display: flex;
    justify-content: stretch;
}
#call-form > .call > .questions > .phone-n-email > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}
#call-form > .call > .questions > .phone-n-email > div > span {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    
    color: rgba(0, 0, 0, 0.4);
    
}
#call-form > .call > .questions > .phone-n-email > div > a {
    margin-top: 15px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;

    color: #000000;
    text-decoration: none;
}
#call-form > .call > .questions > span {
    display: inline-block;
    margin-top: 24px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;

    color: rgba(0, 0, 0, 0.4);
}
#call-form > .call > .questions > .social {
    margin-top: 20px;
    display: flex;
}
#call-form > .call > .questions > .social > a {
    margin-right: 15px;
}
#call-form > .call > .callback {
    border-left: 1px solid rgba(0, 0, 0, 0.2);;
    width: 50%;
    height: 100%;
    padding: 0px 80px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
#call-form > .call > .callback h3 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    /* or 118% */
    color: #000000;
}
#call-form > .call > .callback .inpt {
    margin-top: 28px;
    position: relative;
    width: 100%;
}
#call-form > .call > .callback .inpt > span {
    position: absolute;
    display: block;

    left: 35px;
    top: -9px;

    padding: 0px 5px;

    background: #FFFFFF;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;

    color: #000000;
}
#call-form > .call > .callback .inpt > input {
    width: 100%;
    height: 72px;

    padding: 0px 35px;

    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 5px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */

    color: rgba(0, 0, 0, 0.4);
}
#call-form > .call > .callback .btn {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#call-form > .call > .callback .btn > button {
    width: 239px;
    height: 67px;
    
    background: #FFD338;
    border-radius: 50px;
    border: none;
    outline: none;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;

    color: #313131;

    cursor: pointer;
}
#call-form > .call > .callback .btn > button:hover {
    background: #cfab26;
    color: #313131;
}
#call-form > .call > .callback .btn > span {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    
    color: rgba(0, 0, 0, 0.4);
}


#static > .active {
    display: flex;
}


/*  HEADER STYLES   */
body > header {
    display: block;

    width: 100%;
    height: 230px;

    background: #FFFFFF;
}

#primary-header {
    display: block;

    width: 100%;
    height: 130px;

    background: #FFFFFF;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header-logo {
    display: block;

    width: 250px;
    height: 50px;
}
#header-logo img {
    width: 250px;
    height: 50px;
}
#header-logo img.logo-min {
    display: none;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    height: 50px!important;

    outline: 0!important;
    border: 1px solid #FFD338!important;
    border-radius: 5px!important;

    font-family: Gotham Pro!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 17px!important;

    color: rgba(49, 49, 49, 0.4)!important;
}

#callback {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;

    margin-left: 25px;
}
#callback a {
    display: inline;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;

    color: #000000;
}
#callback a img {
    position: relative;
    top: 3px;

    display: inline-block;
    width: 18px;
    height: 18px;

    margin-right: 8px;
}
#callback button {
    display: block;
    width: 138px;
    height: 25px;

    background: #FFD338;
    border-radius: 50px;
    border: none;
    outline: none;

    cursor: pointer;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 11px;
    margin-top: 5px;
    color: #7D7D7D;
}
#callback button img {
    display: none;
}
#callback button:hover {
    background: #e6b919;
}

#cart-button {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0px 10px;
    height: 50px;

    border: none;
    border-radius: 10px;
    background: none;
    outline: none;
    cursor: pointer;
}
#cart-button:hover {
    background: #e2e2e2;
}
#cart-button div  {
    display: block;
    margin-left: 15px;
}
#cart-button div span {
    display: block;
    text-align: center;
    width: 100%;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    text-align: left;
    
    color: #000000;
}
#cart-button div #count {
    margin-top: 7px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    text-align: left;
    
    color: #7D7D7D;
}


#secondary-header {
    display: flex;

    flex-direction: row;
    justify-content: flex-start;

    width: 100%;
    height: 100px;

    background: #FFFFFF;
}

#catalog-link {
    width: 200px;
    height: 60px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #FFD338;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
    border: none;
    outline: none;
    border-radius: 5px;

    text-decoration: none;

    cursor: pointer;
}
#catalog-link:hover {
    background: #eec222;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
}
#catalog-link span {
    display: block;

    margin-left: 15px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;

    color: #181818;
}

#main-header-nav nav {
    width: fit-content;
    margin: 0;
    padding: 0;
}

#main-header-nav ol {
    display: block;
    width: fit-content;
    margin: 0;
    padding: 0;
}
#main-header-nav ol li {
    display: inline;

    margin-left: 35px;
}

#main-header-nav ol li a {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;

    color: #000000;
    text-decoration: none;
}


/*  FOOTER STYLES   */
footer {
    width: 100%;
    height: 200px;
    margin-top: 90px;

    background: #273142;
}
footer .container {
    height: 100%;
}
footer .container .row {
    height: 100%;
}
footer .container .row .col {
    display: flex;
    height: 100%;
    align-items: center;
}
footer .container .row .col:last-child {
    justify-content: flex-end;
}
#footer-logo {
    display: block;

    width: 250px;
    height: 50px;
}
#footer-logo img {
    display: block;

    width: 250px;
    height: 50px;
}
#main-footer-nav nav {
    width: fit-content;
    margin: 0;
    padding: 0;
}

#main-footer-nav ol {
    display: block;
    width: fit-content;
    margin: 0;
    padding: 0;
}
#main-footer-nav ol br {
    display: none;
}
#main-footer-nav ol li {
    display: inline;
    margin: 0;
    padding: 0;
    margin-right: 35px;
}
#main-footer-nav ol li:last-child {
    margin-right: 0px;
}
#main-footer-nav ol li a {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;    
}
.social nav {
    width: fit-content;
    margin: 0;
    padding: 0;
}

.social ol {
    text-align: end;
    display: block;
    width: fit-content;
    margin: 0;
    padding: 0;
}
.social ol li {
    display: inline;

    text-align: end;

    margin-left: 25px;
}
.social ol li:first-child {
    margin-left: 0px;
}

.social ol li a {
 
}



/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== 

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {

	float: left;

	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	float: right;

	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
*/

#call {
    margin-top: 75px;

    width: 1300px;
    height: 414px;
    
    background: #FFFFFF;
    /* Drop Shadow */
    
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#call > .questions {
    width: 50%;
    height: 100%;
    padding: 0px 80px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
#call > .questions > h3 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    /* or 118% */
    
    
    color: #000000;
    
}
#call > .questions > .phone-n-email {
    margin-top: 30px;
    
    display: flex;
    justify-content: stretch;
}
#call > .questions > .phone-n-email > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}
#call > .questions > .phone-n-email > div > span {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    
    color: rgba(0, 0, 0, 0.4);
    
}
#call > .questions > .phone-n-email > div > a {
    margin-top: 15px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 19px;

    color: #000000;
    text-decoration: none;
}
#call > .questions > span {
    display: inline-block;
    margin-top: 24px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;

    color: rgba(0, 0, 0, 0.4);
}
#call > .questions > .social {
    margin-top: 20px;
    display: flex;
}
#call > .questions > .social > a {
    margin-right: 15px;
}
#call > .news-box {
    width: 50%;
    height: 100%;
    padding: 0px 30px;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#call > .news-box > .new {
    width: 240px;
    margin-right: 50px;
}
#call > .news-box > .new > .post-thumbnail > img {
    border-radius: 10px;
    width: 240px;
    height: 144px;
}
#call > .news-box > .new > h4 {
    margin-top: 15px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    
    color: rgba(0, 0, 0, 0.8);
}
#call > .news-box > .new > p {
    margin-top: 10px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    
    color: rgba(0, 0, 0, 0.4);
}
#call > .news-box > .new > a {
    margin-top: 13px;
    display: block;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    text-decoration: none;
    
    color: rgba(0, 0, 0, 0.4);
}

.single-product > h2 {
    width: 100%;
    margin-top: 90px;

    text-align: left;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;

    color: #313131;

}
.single-product .products {
    margin-top: 20px!important;
}

#same {
    margin-top: 30px;
}

#same .items {
    margin-top: 30px;

    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    height: 508px;
    margin: auto;
    margin-top: 20px;
}

#same .items .item {
    display: block;

    width: 325px;
    height: 508px;

    overflow: hidden;
}
#same .items .item > div {
    position: relative;
    display: block;

    overflow: hidden;

    margin: auto;

    width: 310px;
    height: 508px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
#same .items .item > div > a {
    display: block;
    height: 441px;
    text-decoration: none;
}
#same .items .item > div > a:hover, #same .items .item > div > a:focus {
    text-decoration: none;
    outline: none;
}
#same .items .item > div > a > img {
    display: block;

    width: 310px;
    height: 200px;
}
#same .items .item > div > a > .code {
    display: block;

    width: 100%;
    padding: 0px 30px;
    margin-top: 20px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;

    color: rgba(0, 0, 0, 0.4);
}
#same .items .item > div > a > .name {
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding: 0px 30px;
    margin-top: 9px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */

    color: #313131;
}
#same .items .item > div > a > .description {
    width: 100%;
    height: 68px;
    overflow: hidden;
    padding: 0px 30px;
    margin-top: 7px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    /* or 106% */

    color: rgba(0, 0, 0, 0.4);
}
#same .items .item > div > a > .price-box {
    display: flex;
    justify-content: flex-start;

    width: 100%;
    margin-top: 21px;
}
#same .items .item > div > a > .price-box > .price {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#same .items .item > div > a > .price-box > .price > .prev {
    display: block;
    width: 100%;
    padding-left: 30px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height, or 200% */
    
    text-decoration-line: line-through;
    
    color: rgba(0, 0, 0, 0.5);
}
#same .items .item > div > a > .price-box > .price > .current {
    display: block;
    width: 100%;
    padding-left: 30px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */

    color: #313131;
}
#same .items .item > div > a > .price-box > .in-stock {
    display: block;
    width: 50%;
    padding-left: 5x;

    width: 120px;
    height: 35px;
    
    border-radius: 3px;

    font-family: Gotham Pro;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    /* identical to box height, or 175% */

    background: #E0B7B7;
    color: #CE0000;
}
#same .items .item > div > a > .price-box > .in-stock.is-in-stock {
    display: block;
    width: 50%;
    padding-left: 5x;

    width: 120px;
    height: 35px;
    
    background: rgba(66, 206, 0, 0.2);
    border-radius: 3px;

    font-family: Gotham Pro;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    /* identical to box height, or 175% */

    color: #42CE00;
}
#same .items .item > div > button {
    position: absolute;
    width: 100%;
    height: 67px;
    left: 0px;
    bottom: 0px;

    background: #FFD338;
    /* Inner Shadow */

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
    border-radius: 0px 0px 10px 10px;

    border: none;
    outline: none;
    cursor: pointer;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */


    color: #313131;
}
#same .items .item > div > button:hover {
    background: #eec222;
}
#same .items .item > div > button:active {
    background: #474747;
}
#same .items .item > div > button > img {
    margin-right: 18px;
}
.woocommerce-breadcrumb {
    margin-top: 16px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;

    color: rgba(0, 0, 0, 0.8);
}
#breadcrumbs a {
    color: rgba(0,0,0,.8);
}
.woocommerce-breadcrumb > span {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
.woocommerce-breadcrumb > a {
    display: inline-block;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    text-decoration: none;

    color: rgba(0, 0, 0, 0.8);
}
#main > .container > .row > .col > .header > .sel {
    position: relative;
}
#main > .container > .row > .col > .header > .sel > select {
    width: 273px;
    height: 56px;
    
    border: 2px solid rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;

    color: #000000;

    padding: 0px 30px;

    opacity: 0.8;

    background: none;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#main > .container > .row > .col > .header > .sel > select::-ms-expand {  /* для IE */ 
    display: none;
}
#main > .container > .row > .col > .header > .sel > img { 
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
}




/* 
    "post.css"
    by Ryzhenko Ivan

*/

article .entry-header {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
article .entry-header .entry-title {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    
    color: rgba(0, 0, 0, 0.8);;
}

.martop70 {
    margin-top: 70px;
}
.martop60 {
    margin-top: 60px;
}
.martop40 {
    margin-top: 40px;
}

#banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 1300px;
    height: 450px;

    margin-top: 50px;
    border-radius: 10px;

    background: #7D7D7D;
    overflow: hidden;
}
#banner > h2 {
    width: 100%;
    font-family: Gotham Pro;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 35px;
    /* or 97% */

    z-index: 50;
    color: #FFFFFF;
}
#banner > .post-thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1300px;
    height: 453px;
}
#banner > .post-thumbnail > img {
    width: 1300px;
    height: 453px;
}

.main-text .row .col {
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin-top: 60px;
}
.main-text .row .col > img {
        width: 100%;
    }
.main-text .row .col > h3 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;

    color: #000000;
}
.main-text .row .col > p {
    margin-top: 20px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;

    color: rgba(0, 0, 0, 0.6);
}
.main-text .row .col:nth-child(1n) > h3 {
    margin-right: 40px;
}
.main-text .row .col:nth-child(1n) > p {
    margin-right: 40px;
}
.main-text .row .col:nth-child(2n) > h3 {
    margin-left: 40px;
}
.main-text .row .col:nth-child(2n) > p {
    margin-left: 40px;
}

.entry-footer {
    display: none;
}



.d-card {
    width: 420px;
    height: 374px;

    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.d-card > .header {
    height: 95px;
    display: flex;
    align-items: center;

    padding: 0px 45px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.d-card > .header > img {

}
.d-card > .header > h3 {
    margin-left: 25px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;

    color: #000000;    
}
.d-card > .body {
    width: 100%;
    padding: 0px 45px;
    padding-top: 40px;
}
.d-card > .body > p {
    margin-bottom: 20px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    
    
    color: rgba(0, 0, 0, 0.8);
}
.d-card > .body > p > .number {
    display: inline-block;
    margin-top: 10px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    /* identical to box height, or 83% */
    
    
    color: rgba(0, 0, 0, 0.8);
}
.d-card > .body > ul {
    list-style: none;
    padding-left: 20px;
}
.d-card > .body > ul > li {
    margin-top: 20px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;

    color: rgba(0, 0, 0, 0.8);
}
.d-card > .body > ul > li::before {
    content: "\2022";
    color: #FFD338;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

#info {
    margin-top: 25px;

    display: flex;


    width: 1300px;
    height: 513px;

    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;

    overflow: hidden;
}
#info > .map {
    width: 750px;
    height: 513px;
}
#info > .map > img {
    width: 750px;
    height: 513px;
}
#info > .contacts {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 70px;
}
#info > .contacts > h4 {
    display: block;
    text-align: center;
    width: 200px;
    height: 40px;

    background: #FFD338;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;

    color: #303030;
}
#info > .contacts > div {
    margin-top: 30px;
    display: flex;
}
#info > .contacts > div > img {
    width: 33px;
    height: 33px;
}
#info > .contacts > div > div {
    margin-left: 30px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;

    color: #000000;
}
#info > .contacts > div > div > h6 {
    margin-bottom: 6px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;

    color: #303030;
}
#info > .contacts > div > div > a {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    
    text-decoration-line: underline;
    
    color: #08AFD3;
}









.images .flex-viewport {
    position: relative;
    width: 584px;
    height: 426px!important;

    border-radius: 10px;
    overflow: hidden;
}
.images .flex-viewport figure {
    height: 426px!important;
}
.images .flex-viewport figure div {
    width: 584px!important;
    height: 426px!important;
}
.images .flex-viewport figure div a {
    display: block;
    width: 584px!important;
    height: 426px!important;
}
.images .flex-viewport figure div a img {
    width: 584px!important;
    height: 426px!important;
}
.images .woocommerce-product-gallery__trigger {
    position: absolute;
    display: block;
    height: 1em!important;
    width: 1em!important;
    top: 1em!important;
    left: 1em!important;
    z-index: 10;
}
.images .flex-control-nav {
    margin-top: 15px;
    display: flex;
}
.images .flex-control-nav > li {
    display: block;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    width: 90px;
    height: 90px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.images .flex-control-nav > li img {
    width: 90px!important;
    height: 90px!important;
}
.images .flex-control-nav > li:hover {
    transition: all 0.3s ease-out;
}

.main-info h1 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    
    color: #000000;
}
.main-info p {
    margin-top: 15px;
    width: 100%;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;

    color: rgba(0, 0, 0, 0.4);
}
.main-info ul.only-card {
    display: none;
}
.custom-attributes {
    margin-top: 15px;
    width: 100%;
}
.custom-attributes li {
    position: relative;
    margin-top: 6px;
    width: 100%;
    display: none;
    justify-content: space-between;
}
.custom-attributes li:first-child {
    margin-top: 0px;
}
.custom-attributes li::after {
    content: ".................................................................................................................................................................................................................................................................................................................................";
    position: absolute;
    left: 0px;
    bottom: 2px;

    width: 100%;
    overflow: hidden;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;

    color: #000000;

    opacity: 0.4;
    z-index: 5;
}
.custom-attributes li .attribute-label {
    background: #F9F9F9;
    display: block;

    padding-right: 6px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    
    color:  rgba(0, 0, 0, 0.4);

    z-index: 10;
}
.custom-attributes li .attribute-value {
    background: #F9F9F9;
    display: block;
    
    padding-left: 6px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    
    color: #000000;
    z-index: 10;
}
.custom-attributes li:nth-child(1) {
    display: flex;
}
.custom-attributes li:nth-child(2) {
    display: flex;
}
.custom-attributes li:nth-child(3) {
    display: flex;
}
.custom-attributes li:nth-child(4) {
    display: flex;
}

.main-info .all-spec {
    margin-top: 20px;

    display: block;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;

    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.main-info .price {
    margin-top: 30px;
}
.main-info .price del .amount bdi span {
    display: inline;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height, or 200% */
    
    text-decoration-line: line-through;
    
    color: rgba(0, 0, 0, 0.5);
}
.main-info .price del .amount bdi {
    display: block;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    
    text-decoration-line: line-through;
    
    color: rgba(0, 0, 0, 0.5);
}
.main-info .price ins .amount bdi span {
    display: inline;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    /* identical to box height, or 117% */
   /* color: #FF3434;*/
}
.main-info .price ins .amount bdi {
    display: block;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    /* identical to box height, or 117% */
   /* color: #FF3434;*/
}
.main-info .price .amount bdi span {
    display: inline;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    /* identical to box height, or 117% */
    text-decoration: none;

    color: #000000;
}
.main-info .price  bdi {
    display: block;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    /* identical to box height, or 117% */
    text-decoration: none;

    color: #000000;
}


.main-info form {
    display: flex;
    margin-top: 30px;
}
.main-info .sku {
    display: block;
    margin-top: 15px;
    width: 100%;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
}
.main-info form .quantity {
    float: left;
    margin: 0 15px 0 0;
	
}
.woocommerce .quantity input.qty{
	width: 3.631em;
    text-align: center;
    min-width: 50px;
    border-radius: 7px;
    border: solid 1px #FFD338;
    color: #000;
    font-weight: 400;
    font-size: 13pt;
    padding: 12px 0;
	
}
.main-info form .single_add_to_cart_button  {
   /* width: 249px;
    height: 63px;*/

    background: #FFD338;

    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
	padding: 15px 35px;
    line-height: 17px;

    color: #000000;
}
.main-info form .single_add_to_cart_button:hover {
    background: #eec222;
}
.main-info form .single_add_to_cart_button:hover {
    background: #d6ae1d;
}
.main-info form .one-click {
    width: 249px;
    height: 63px;
    margin-left: 10px;

    background: #FFFFFF;

    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;

    color: #000000;
}
.main-info form .one-click:hover {
    background: #f8f8f8;
}

.description-content > h2:first-child {
    display: none;
}

.description-content {
    margin-top: 80px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;

    color: rgba(0, 0, 0, 0.4);
}
.description-content .col h4 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;

    color: #000000;
}
.description-content .col p {
    margin-top: 15px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;

    color: rgba(0, 0, 0, 0.4);
}

.additional_information-content > h2 {
    margin-top: 100px;

    padding: 0px 10px;

    width: 100%;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;

    color: #000000;
}

.woocommerce-product-attributes {
    margin-top: 30px;
    width: 100%;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item:first-child {
    margin-top: 0px;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(2) {
    margin-top: 0px;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item::after {
    content: ".................................................................................................................................................................................................................................................................................................................................";
    position: absolute;
    left: 0px;
    bottom: 2px;

    width: 100%;
    overflow: hidden;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;

    color: #000000;

    opacity: 0.4;
    z-index: 5;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item .item__label {
    background: #F9F9F9;
    display: block;

    padding-right: 6px;
    padding-left: 20px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    
    color:  rgba(0, 0, 0, 0.4);

    z-index: 10;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item .item__value {
    background: #F9F9F9;
    display: block;
    
    padding-left: 6px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    
    color: #000000;
    z-index: 10;
}


#same-items {
    margin-top: 75px;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    height: auto;
}
#same-items .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 325px;
    height: auto;
}
#same-items .slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.products {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.products .type-product {
    position: relative;
    display: block;
    overflow: hidden;

    margin-bottom: 20px;

    width: 310px!important;
    height: 493px!important;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.products .type-product > a {
    position: relative;
    display: block;
    height: 445px;
    text-decoration: none;
    overflow: hidden;
}
.products .type-product > a:hover, .products .type-product > a:focus {
    text-decoration: none;
    outline: none;
}
.products .type-product > a > .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 310px;
    height: 232px;
}
.products .type-product > a > .image::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.products .type-product > a > .image > img {
    display: block;

    width: 310px;
    height: 232px;
}
.products .type-product > a > .sku {
    display: block;

    width: 100%;
    padding: 0px 30px;
    margin-top: 10px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;

    color: rgba(0, 0, 0, 0.4);
}
.products .type-product > a > .woocommerce-loop-product__title {
    width: 100%;
    padding: 0px 30px;
    margin-top: 9px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    /* or 111% */

    color: #313131;
}
.products .type-product > a > .woo-product-short-desc {
    width: 100%;
    height: 51px;
    overflow: hidden;
    padding: 0px 30px;
    margin-top: 7px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    /* or 106% */

    color: rgba(0, 0, 0, 0.4);
}
.products .type-product > a > .woo-product-short-desc > ul {
    list-style: none;
    padding-left: 15px;
}
.products .type-product > a > .woo-product-short-desc > ul > li::before {
    content: "\2022";
    color: #FFD338;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
.products .type-product > a > .price-box {
    position: absolute;
    bottom: 5px;
    padding: 0 30px;
    padding-top: 2px;
    padding-bottom: 15px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    background: #FFFFFF;
}
.products .type-product > a > .price-box > .price {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
}
.products .type-product > a > .price-box > .price > .amount {
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.products .type-product > a > .price-box > .price del .amount bdi span {
    display: inline;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height, or 200% */
    
    text-decoration-line: line-through;
    
    color: rgba(0, 0, 0, 0.5);
}
.products .type-product > a > .price-box > .price del .amount bdi {
    display: block;
    width: 100%;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height, or 200% */
    
    text-decoration-line: line-through;
    
    color: rgba(0, 0, 0, 0.5);
}
.products .type-product > a > .price-box > .price ins .amount bdi span {
    display: inline;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */
    text-decoration: underline #FFFFFF;

    color: #FF3434;
}
.products .type-product > a > .price-box > .price ins .amount bdi {
    display: block;
    width: 100%;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */
    text-decoration: underline #FFFFFF;

    color: #FF3434;
}
.products .type-product > a > .price-box > .price .amount bdi span {
    display: inline;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */
    text-decoration: none;

    color: #313131;
}
.products .type-product > a > .price-box > .price  bdi {
    display: block;
    width: 100%;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */
    text-decoration: none;

    color: #313131;
}
.products .type-product > a > .price-box > .in-stock {
    display: block;
    padding-left: 5px;

    width: fit-content;
    padding: 0 10px;
    height: 35px;
    
    border-radius: 3px;

    font-family: Gotham Pro;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 35px;
    /* identical to box height, or 175% */

    background: #E0B7B7;
    color: #CE0000;
}
.products .type-product > a > .price-box > .in-stock.is-in-stock {
    display: block;
    padding-left: 5px;

    width: fit-content;
    padding: 0 10px;
    height: 35px;
    
    background: rgba(66, 206, 0, 0.2);
    border-radius: 3px;

    font-family: Gotham Pro;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 35px;
    /* identical to box height, or 175% */

    color: #42CE00;
}
.products .type-product > .button {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0px;
    bottom: 0px;

    background: #FFD338;
    /* Inner Shadow */

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
    border-radius: 0px 0px 10px 10px;

    border: none;
    outline: none;
    cursor: pointer;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */


    color: #313131;
}
.products .type-product > .button::before {
   /* content: '';
    display: inline-block;
    background: url(https://multistroy.dp.ua/wp-content/themes/multistroy/assets/img/item-cart.svg);
    background-size: 100% 100%;
    width: 25px;
    height: 24px;
    margin-right: 10px;*/
}
.products .type-product > .button:hover {
    background: #eec222;
}
.products .type-product > .button:active {
    background: #474747;
}
.products .type-product > .button > img {
    margin-right: 18px;
}

.woocommerce-info {
    background: #FFFFFF!important;
    border: 1px solid #727272;
    border-radius: 10px;

    position: relative;
    left: -10px;

    width: calc(100% + 20px);

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;

    color: #000000;

    padding: 10px 20px;
}

.woocommerce-message {
    background: #65c261!important;
    border: 1px solid #448341;
    border-radius: 10px;

    position: relative;
    left: -10px;

    width: calc(100% + 20px);

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;

    color: #000000;

    margin-top: 20px;

    padding: 10px 20px;
}

.woocommerce-message a {
    display: none;
}

/* 
    "index.css"
    by Ryzhenko Ivan

*/

#carousel {
    width: 1300px;
    height: 450px;
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}
#carousel .slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    width: 1300px;
    height: 450px;
    border-radius: 10px;

    background: #7D7D7D;
}
#carousel .slide .text {
    margin-left: 110px;
    width: 452px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#carousel .slide .text h2 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 35px;
    /* or 97% */


    color: #FFFFFF;
}
#carousel .slide .text p {
    margin-top: 20px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */
    
    
    color: rgba(255, 255, 255, 0.6);
}
#carousel .slide .text > a {
    display: block;
    margin-top: 40px;
    width: 220px;
    height: 69px;
    text-decoration: none;
}
#carousel .slide .text a button {
    width: 220px;
    height: 69px;
    
    background: #FFD338;
    border-radius: 5px;
    outline: none;
    border: none;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 122% */

    color: #181818;
    cursor: pointer;
}
#carousel .slide .text a button:hover {
    background: #eec222;
}


#lead {
    width: 100%;
    margin-top: 90px;
}
#lead > h2 {
    width: 100%;

    text-align: left;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;

    color: #313131;

}
#lead-items {
    margin-top: 20px;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    height: 508px;
}
#lead-items .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 325px;
    height: 508px;
}
#lead-items .slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}


#sale {
    width: 100%;
    margin-top: 90px;
}
#sale > h2 {
    width: 100%;

    text-align: left;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;

    color: #FF3434;

}
#sale-items {
    margin-top: 20px;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    height: 508px;
}
#sale-items .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 325px;
    height: 508px;
}
#sale-items .slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}


#categories {
    width: 100%;
    margin-top: 90px;
}
.product-content h2{
	 width: 100%;
    text-align: left;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    color: #313131;
	    padding-top: 20px;
    padding-bottom: 5px;
	
}
#categories h2 {
    width: 100%;

    text-align: left;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;

    color: #313131;
}
#categories .items {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
    height: 280px;
    margin: auto;
    margin-top: 20px;
}

#categories .items .item {
    display: block;

    width: 420px;
    height: 280px;

    overflow: hidden;
}
#categories .items .item > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin: auto;

    width: 420px;
    height: 280px;
}
#categories .items .item > div > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 130px;
    width: 420px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;

    overflow: hidden;
    text-decoration: none;
}
#categories .items .item > div > a:hover, #categories .items .item > div > a:focus {
    text-decoration: none;
    outline: none;
}
#categories .items .item > div > a > img {
    display: block;

    height: 130px;
    width: 210px;
}
#categories .items .item > div > a > h3 {
    width: 210px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */

    color: #313131;
}


#about {
    width: 100%;
    margin-top: 90px;
}
#about h2 {
    width: 100%;

    text-align: left;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;

    color: #313131;
}
#about .container {
    width: 100%;
}
#about .container > .row {
    margin-top: 20px;
}
#about .container > .row > .col > .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    width: 420px;
    height: 303px;

    padding: 0px 50px;

    background: #FFFFFF;
    /* Drop Shadow */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;

    margin-bottom: 20px;
}
#about .container > .row > .col > .card > h3 {
    margin-top: 14px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 25px;
    /* or 104% */
    
    color: #313131;
}
#about .container > .row > .col > .card > p {
    margin-top: 10px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    /* or 106% */
    
    color: rgba(0, 0, 0, 0.3);
}


#reviews {
    width: 100%;
    margin-top: 90px;
}
#reviews h2 {
    width: 100%;

    text-align: left;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;

    color: #313131;
}
#reviews .container {
    width: 100%;
}
#reviews .container > .row {
    margin-top: 20px;
}
#reviews .container > .row > .col > .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    width: 420px;
    height: 315px;

    padding: 0px 50px;

    background: #FFFFFF;
    /* Drop Shadow */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
#reviews .container > .row > .col > .card > .stars {
    height: 34px;
}
#reviews .container > .row > .col > .card > h3 {
    margin-top: 33px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    /* identical to box height, or 92% */
    
    
    color: #000000;
}
#reviews .container > .row > .col > .card > p {
    margin-top: 15px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */
    
    color: rgba(0, 0, 0, 0.4);
}
#reviews > a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;

    color: rgba(0, 0, 0, 0.4);

    cursor: pointer;

    text-decoration: none;
}
#reviews > a:hover {
    color: rgba(0, 0, 0, 0.6);
}


#frequent {
    width: 100%;
    margin-top: 90px;
}
#frequent h2 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    
    color: #000000;
}
#frequent .requests {
    margin-right: 40px;
}
#frequent .requests > .container {
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
#frequent .requests > .container .row {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}
#frequent .requests > .container .row .col {
    padding-left: 5px;
    padding-right: 5px;
}
#frequent .requests > .container .row .col a {
    display: block;
    width: 100%;
    height: 40px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;

    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    text-decoration: none;

    background: #E7E7E7;
    border-radius: 50px;
}
#frequent .requests > .container .row a:hover {
    color: rgba(0, 0, 0, 0.4);
    background: #cccccc;
}
#frequent .questions {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 640px;
    height: 400px;

    padding: 0px 65px;

    background: #FFFFFF;

    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
#frequent .questions > h3 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
    /* identical to box height */
    
    
    color: #000000;
}
#frequent .questions > p {
    margin-top: 15px;

    padding-right: 20px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    
    
    color: rgba(0, 0, 0, 0.4);
}
#frequent .questions > .inpt {
    margin-top: 20px;
    position: relative;
    width: 100%;
}
#frequent .questions > .inpt > span {
    position: absolute;
    display: block;

    left: 35px;
    top: -9px;

    padding: 0px 5px;

    background: #FFFFFF;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;

    color: #000000;
}
#frequent .questions > .inpt > input {
    width: 100%;
    height: 72px;

    padding: 0px 35px;

    border: 1px solid rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border-radius: 5px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* identical to box height, or 111% */

    color: rgba(0, 0, 0, 0.4);
}
#frequent .questions > .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
#frequent .questions > .btn > button {
    width: 239px;
    height: 67px;
    
    background: #FFD338;
    border-radius: 50px;
    border: none;
    outline: none;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;

    color: #313131;

    cursor: pointer;
}
#frequent .questions > .btn > button:hover {
    background: #cfab26;
    color: #313131;
}
#frequent .questions > .btn > span {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    
    color: rgba(0, 0, 0, 0.4);
}





#catalog .products {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#catalog .products .product {
    margin-bottom: 20px;
    margin-right: 10px;
}
#catalog .products .product:first-child {
    margin-left: 0px;
}
#catalog .products .product:nth-child(3n+1) {
    margin-left: 0px;
}

#catalog-cat .products .type-product {
    margin-bottom: 20px!important;
    margin-left: 20px!important;
}
#catalog-cat .products .type-product:first-child {
    margin-left: 0px!important;
}
#catalog-cat .products .type-product:nth-child(4n+1) {
    margin-left: 0px!important;
}

#filter-btn {
    display: none;
}



/* 
    "catalog.css"
    by Ryzhenko Ivan

*/

#catalog_title > h1.page-title {
    margin-top: 32px;
    margin-bottom: 30px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    
    color: rgba(0, 0, 0, 0.8);
}

#catalog-cat .products {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#catalog-cat .products .product {
    margin-bottom: 20px;
    margin-left: 20px;
}
#catalog-cat .products .product:first-child {
    margin-left: 0px;
}
#catalog-cat .products .product:nth-child(3n+1) {
    margin-left: 0px;
}
#catalog-cat .products .product-category {
    margin-bottom: 20px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 420px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;

    overflow: hidden;
    text-decoration: none;
}
#catalog-cat .products .product-category > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 130px;
    width: 420px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;

    text-decoration: none;
}
#catalog-cat .products .product-category > a:hover, #catalog .products .product-category > a:focus {
    text-decoration: none;
    outline: none;
}
#catalog-cat .products .product-category > a > img {
    display: block;
    height: 130px;
    width: 210px;
}
#catalog-cat .products .product-category > a > h2 {
    width: 210px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */

    color: #313131;
    text-decoration: none;
}
#catalog-cat .products .product-category > a > h2 > mark {
    background: none;
    text-decoration: none;
}


aside#secondary {
    margin-right: 20px;
    width: 310px;
    background: #FFFFFF;

    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;

    padding-top: 35px;
    padding-bottom: 15px;
}
aside#secondary > .widget_layered_nav {
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
aside#secondary > .widget_layered_nav:last-child {
    margin-bottom: 0px;
    border: none;
}
aside#secondary > .widget_layered_nav > h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    background: #FFFFFF;
    padding: 5px 35px;

    margin-bottom: 10px;

    border: none;
    outline: none;
    background: none;

    text-align: left;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;

    color: rgba(0, 0, 0, 0.8);
}
aside#secondary > .widget_layered_nav > ul {
    padding: 0px 30px;
}
aside#secondary > .widget_layered_nav > ul > li {
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;

    color: rgba(0, 0, 0, 0.6);
}
aside#secondary > .widget_layered_nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 14px;
    text-decoration: none;

    margin-right: 5px;

    color: rgba(0, 0, 0, 0.6);
}
aside#secondary > .widget_layered_nav > ul > li:hover > a {
    color: rgba(0, 0, 0, 0.8);
}
aside#secondary > .widget_layered_nav > ul > li > a::before {
    content: '';
    display: inline-block;
    margin-right: 13px;
    width: 24px;
    height: 24px;
	padding-right: 23px;
    background: url(assets/img/unchosen.svg);

}
aside#secondary > .widget_layered_nav > ul > li.chosen > a::before {
    content: '';
    display: inline-block;
    margin-right: 13px;
    width: 24px;
    height: 24px;
    background: url(assets/img/chosen.svg);

}
aside#secondary > .widget_layered_nav > ul > li:last-child {
    margin-bottom: 0px;
}


#catalog_category_title {
    margin-top: 32px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#catalog_category_title > h1 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    
    color: rgba(0, 0, 0, 0.8);
}
#catalog_category_title > .sel {
    position: relative;
}
#catalog_category_title > .sel > form > select {
    width: 273px;
    height: 56px;
    
    border: 2px solid rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;

    color: #000000;

    padding: 0px 20px;

    opacity: 0.8;

    background: none;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#catalog_category_title > .sel > form > select > option {
    width: 273px;
}
#catalog_category_title > .sel > form > select::-ms-expand {  /* для IE */ 
    display: none;
}
#catalog_category_title > .sel > img { 
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
}

.category-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-footer .woocommerce-pagination > ul > li{
    display: inline-block;
}
.category-footer .woocommerce-pagination > ul > li > a {
    display: inline-block;
    width: 40px;
    height: 40px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;

    color: rgba(0, 0, 0, 0.7);

    border: 2.5px solid rgba(0, 0, 0, 0.0);
    box-sizing: border-box;
    border-radius: 10px;
}
.category-footer .woocommerce-pagination > ul > li > span.current {
    display: inline-block;
    width: 40px;
    height: 40px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;

    color: rgba(0, 0, 0, 0.7);

    border: 2.5px solid rgba(0, 0, 0, 1);
    box-sizing: border-box;
    border-radius: 10px;
}
.category-footer .woocommerce-pagination > ul > li > a.prev {
    display: none;
}
.category-footer .woocommerce-pagination > ul > li > a.next {
    display: none;
}
.category-footer .woocommerce-result-count {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;

    color: rgba(0, 0, 0, 0.4);
}






#main > .container > .row > .col > .custom-breadcrumbs {
    margin-top: 30px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;

    color: rgba(0, 0, 0, 0.8);
}
#main > .container > .row > .col > .custom-breadcrumbs > span {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
#main > .container > .row > .col > .custom-breadcrumbs > a {
    display: inline-block;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    text-decoration: none;

    color: rgba(0, 0, 0, 0.8);
}
#news-header {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#news-header > h1 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    
    color: rgba(0, 0, 0, 0.8);;
}

#banner {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    width: 1300px;
    height: 450px;

    margin-top: 50px;
    border-radius: 10px;

    background: #7D7D7D;
}
#banner .text {
    margin-left: 110px;
    width: 452px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#banner .text h2 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 35px;
    /* or 97% */


    color: #FFFFFF;
}
#banner .text p {
    margin-top: 20px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */
    
    
    color: rgba(255, 255, 255, 0.6);
}
#banner .text > a {
    display: block;
    margin-top: 40px;
    width: 220px;
    height: 69px;
    text-decoration: none;
}
#banner .text a button {
    width: 220px;
    height: 69px;
    
    background: #FFD338;
    border-radius: 5px;
    outline: none;
    border: none;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 122% */

    color: #181818;
    cursor: pointer;
}
#banner .text a button:hover {
    background: #eec222;
}



#news-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#news-list > .news-item {
    position: relative;
    display: block;

    margin-top: 20px;

    overflow: hidden;

    width: 310px;
    height: 424px;

    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-decoration: none;
}
#news-list > .news-item:hover, #news-list > .news-item:focus {
    text-decoration: none;
    outline: none;
}
#news-list .news-item > .post-thumbnail {
    display: block;

    width: 310px;
    height: 200px;
}
#news-list .news-item > .post-thumbnail > img {
    display: block;

    width: 310px;
    height: 200px;
}
#news-list > .news-item > .news-text {
    display: block;
    width: 100%;
    height: 224px;
    text-decoration: none;

    padding-top: 30px;
}
#news-list > .news-item > .news-text > h4 {
    width: 100%;
    max-height: 40px;
    overflow: hidden;
    padding: 0px 30px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    
    color: #000000;
}
#news-list > .news-item > .news-text > .date {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    padding: 0px 30px;
    margin-top: 5px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    
    color: rgba(0, 0, 0, 0.43);
}
#news-list > .news-item > .news-text > p {
    width: 100%;
    max-height: 130px;
    overflow: hidden;
    padding: 0px 30px;
    margin-top: 7px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;

    color: rgba(0, 0, 0, 0.4);
}

#news-list > .news-item-lg {
    display: block;

    width: 640px;
    height: 424px;

    margin-top: 20px;
    border-radius: 10px;

    background: #7D7D7D;
}
#news-list > .news-item-lg:hover, #news-list > .itema-lg:focus {
    text-decoration: none;
    outline: none;
}
#news-list > .news-item-lg .text {
    margin-left: 70px;
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#news-list > .news-item-lg .text h2 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    /* or 108% */
    
    
    color: #FFFFFF;
}
#news-list > .news-item-lg .text p {
    margin-top: 20px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    
    color: rgba(255, 255, 255, 0.7);    
}
#news-list > .news-item-lg .text > a {
    display: block;
    margin-top: 40px;
    width: 220px;
    height: 69px;
    text-decoration: none;
}
#news-list > .news-item-lg .text a button {
    width: 220px;
    height: 69px;
    
    background: #FFD338;
    border-radius: 5px;
    outline: none;
    border: none;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 122% */

    color: #181818;
    cursor: pointer;
}
#news-list > .news-item-lg .text a button:hover {
    background: #eec222;
}

.wp-pagenavi {
    margin-top: 20px;
    width: 100%;

    display: inline-flex;
    
}
.wp-pagenavi > a {
    display: inline-block;
    width: 40px;
    height: 40px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;

    color: rgba(0, 0, 0, 0.7);

    border: 2.5px solid rgba(0, 0, 0, 0.0);
    box-sizing: border-box;
    border-radius: 10px;
}
.wp-pagenavi > span.current {
    display: inline-block;
    width: 40px;
    height: 40px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;

    color: rgba(0, 0, 0, 0.7);

    border: 2.5px solid rgba(0, 0, 0, 1);
    box-sizing: border-box;
    border-radius: 10px;
}
.wp-pagenavi > a.nextpostslink {
    display: none;
}
.wp-pagenavi > a.previouspostslink {
    display: none;
}
.wp-pagenavi > .pages {
    display: none;
}

#sale_list {
    margin-top: 30px;
}
#sale_list .products {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#sale_list .products .product {
    margin-bottom: 20px;
    margin-left: 20px;
}
#sale_list .products .product:first-child {
    margin-left: 0px;
}
#sale_list .products .product:nth-child(4n+1) {
    margin-left: 0px;
}

#sale_header {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sale_header > h1 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 34px;
    
    color: #FF3434;
}

.slick-next {
    right: -10px;
    top: 40%;
}
.slick-prev {
    left: -10px;
    top: 40%;
}

.error-404 {
    width: 100%;
    height: calc(100vh - 530px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.error-404 h2 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 23px;
    /* identical to box height */

    text-align: center;
    
    color: #000000;
}
.error-404 h1 {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 38px;

    text-align: center;
    
    color: #000000;
}
.error-404 p {
    margin-top: 20px;
    max-width: 600px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 17px;
    
    color: rgba(0, 0, 0, 0.6);
}
.error-404 a {
    margin-top: 20px;

    display: flex;
    width: 200px;
    height: 60px;

    justify-content: center;
    align-items: center;
    
    background: #FFD646;
    border-radius: 10px;

    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */


    color: #000000;
}
.error-404 a:hover {
    background: #e4c03e;
}


@media (max-width: 1320px) {

    /*  COMMON STYLES   */
    .flex-middle {
        display: flex;
        align-items: center;
    }
    .flex-space-between {
        display: flex;
        justify-content: space-between;
    }
    .h100 {
        height: 100%;
    }
    body {
        background: #F9F9F9;
    }
    

    .slick-next {
        right: -20px;
    }
    .slick-prev {
        left: -20px;
    }


    #review-form {
        display: none;
        width: 1140px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    
        padding: 30px 65px;
    
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #review-form > .rw-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #review-form > .rw-header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;    
    }
    #review-form > .rw-header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;
    
        cursor: pointer;
    }
    #review-form > .rw-header > span > img {
        position: relative;
    
        margin-right: 4px;
    
        left: 0px;
        top: 1px;
    }
    #review-form form {
        margin-top: 35px;
    
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    
        width: 100%;
    }
    #review-form form .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #review-form form .inpt > span {
        position: absolute;
        display: block;
    
        left: 35px;
        top: -9px;
    
        padding: 0px 5px;
    
        background: #FFFFFF;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
    
        color: #000000;
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > textarea {
        width: 100%;
        height: 72px;
    
        padding: 25px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #review-form form .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    
        color: #313131;
    
        cursor: pointer;
    }
    #review-form form .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #review-form form .btn > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
    
        margin-left: 20px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    
    #review-form form > .cont {
        width: 100%;
        display: flex;
    }
    #review-form form > .cont > .block {
        width: 50%;
    }
    #review-form form > .cont > .block:first-child {
        padding-right: 10px;
    }
    #review-form form > .cont > .block:last-child {
        padding-left: 10px;
    }
    #review-form form > .cont > .block:first-child .inpt:first-child {
        margin: 0;
    }
    #review-form form > .cont > .block:last-child .inpt {
        height: 100%;
        margin: 0;
    }
    #review-form form > .cont > .block:last-child .inpt > textarea {
        height: 100%;
    }



    /*  STATIC STYLES   */
    #static {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        display: none;
        z-index: 999;
    }
    #back {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        background: rgba(0, 0, 0, 0.3);
    }
    #static.active {
        display: block;
    }

    /*  CART    */
    #static > .cart {
        position: absolute;
        width: 1148px;
        height: calc(100% - 50px);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        padding: 0px 40px;
        
        background: #F9F9F9;
        border-radius: 10px;

        display: none;
        flex-direction: column;
        justify-content: stretch;
    }
    #static .cart .header {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #static .cart .header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;    
    }
    #static .cart .header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        cursor: pointer;
    }
    #static .cart .header > span > img {
        position: relative;

        left: -5px;
        top: 1px;
    }
    #static .cart .widget {
      /*  height: calc(100% - 140px);*/
        overflow: hidden;
		overflow-y: auto;
    }
    #static .cart .widget > .widget_shopping_cart_content {
        height: 100%;
        /*height: calc(100% - 120px);*/
    }
    #static .cart .widget > .widget_shopping_cart_content > .main {
        height: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list {
        position: relative;
        display: flex;
        height: 100%;
        justify-content: flex-start;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list::after {
        content: "";
        width: 752px;
        height: 64px;

        position: absolute;
        left: 0px;
        bottom: 59px;
        z-index: 9998;
        background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 57.78%);
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header {
        position: absolute;
        top: -25px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > span {
        position: absolute;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */
        
        display: inline-block;
        width: max-content;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > .name {
        left: 120px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > .weight {
        left: 290px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > .quantity {
        left: 395px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header > .sum {
        left: 585px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .scroll {

    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list {
        position: relative;
        width: 776px;
        height: auto;
        margin-bottom: 60px;
        overflow-y: scroll;
        overflow-x: visible;
    }
    /* 1 - скроллбар */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar {
        position: relative;
        right: -10px;
        width: 14px;
        height: 4px;
        background-color: #000000;
        border-radius: 500px;
        background: #EFEFEF;

        z-index: 9999;
    }

    /* 2 - кнопка */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-button {
        display: none;
    }
    /* 3 - трек */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track {
        background: #EFEFEF;
        border-radius: 500px;
    }
    /* 4 - видимая часть трека */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track-piece {

    }
    /* 5 - ползунок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-thumb {
        background: #D1D1D1;
        border-radius: 500px;
    }
    /* 6 - уголок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-corner {
    
    }
    /* 7 - изменение размеров */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-resizer {
    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 752px;
        height: 110px;

        margin-bottom: 15px;

        background: #FFFFFF;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image {
        width: 110px;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image > img {
        width: 110px;
        height: 110px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n {
        margin-left: 10px;
        width: 160px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > .code {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: rgba(0, 0, 0, 0.4); 
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-decoration: none;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a .name {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .weight {
        margin-left: 10px;
        width: 100px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */


        color: #000000;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity {
        margin-left: 5px;
        width: 150px;
        display: flex;
        justify-content: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button {
        display: block;
        width: 40px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 32px;
        text-decoration: none;
        text-align: center;
        /* identical to box height, or 125% */

        border: 1px solid #F5F5F5;
        outline: none;

        color: #000000;
        cursor: pointer;
        background: #F5F5F5;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:hover {
        background: #DDDDDD;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:active {
        background: #c7c7c7;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:last-child {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .quantity {
        display: block;
        width: 70px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        /* identical to box height, or 125% */
        background: #F9F9F9;
        text-align: center;

        border: none;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;
        outline: none;

        text-align: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .sum {
        margin-left: 40px;
        width: 100px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: #000000;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete {
        justify-self: flex-end;
        margin-left: auto;
        margin-right: 30px;

        width: 30px;
        height: 30px;

        border: none;
        outline: none;
        cursor: pointer;

        background: #F5F5F5;
        border-radius: 5px;

        display: flex;
        justify-content: center;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:hover {
        background: #dddddd;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:focus {
        background: #c5c5c5;
    }

    .woocommerce-mini-cart__empty-message {
        margin-top: 30px;
        width: 100%;
        text-align: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }

    #static .cart .order > .form {
        width: 282px;

        background: #FFFFFF;

        padding: 30px 20px 20px 20px;

        display: flex;
        flex-direction: column;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 {
        flex: none!important;
        max-width: 100%!important;
        width: 100%!important;
        padding: 0!important;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 > .woocommerce-billing-fields > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
        
        
        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 .woocommerce-billing-fields__field-wrapper > p {
        margin-top: 13px;

        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > label {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > .woocommerce-input-wrapper > input {
        margin-top: 2px;
        padding: 0px 15px;

        height: 45px;
        
        background: #F5F5F5;
        opacity: 0.6;
        border: 2px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */

        width: 100%;

        color: #000000;

        opacity: 0.3;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        
        color: #000000;
        
        opacity: 0.4;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .woocommerce-privacy-policy-text {
        display: none;
    }
    #static .cart .order > .form > .woocommerce > form .privacy-policy {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button {
        margin-top: 15px;
        height: 50px;

        padding: 0px 20px;

        background: #FFD338;
        border-radius: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;

        color: #313131;

        border: none;
        outline: none;

        cursor: pointer;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button:hover {
        background: #eec222;
    }

    /*  CART-SUCCESS    */
    #static > .cart-success {
        position: absolute;
        width: 697px;
        height: 668px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background: #F9F9F9;
        border-radius: 10px;
    }
    #static > .cart-success > img {

    }
    #static > .cart-success > h2 {
        margin-top: 50px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        text-align: center;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #static > .cart-success > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        text-align: center;
        
        color: rgba(0, 0, 0, 0.3);
    }
    #static > .cart-success > a {
        margin-top: 30px;

        width: 200px;
        height: 60px;
        
        display: block;

        background: #FFD338;
        border-radius: 10px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 60px;
        text-align: center;
        text-decoration: none;
        /* identical to box height, or 125% */

        color: #313131;
    }
    #static > .cart-success > a:hover {
        background: #e6b919;
    }

    /*  CALL    */
    #call-form {
        width: 1135px;
        height: 414px;

        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
    }
    #call-form > .call {
        position: relative;

        width: 1135px;
        height: 414px;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #call-form > .call > .close {
        display: inline-block;
        position: absolute;
        top: 24px;
        right: 28px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        cursor: pointer;
    }
    #call-form > .call > .close > img {
        position: relative;

        left: -5px;
        top: 1px;
    }
    #call-form > .call > .questions {
        width: 50%;
        height: 100%;
        padding: 0px 40px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call-form > .call > .questions > .phone-n-email {
        margin-top: 30px;
        
        display: flex;
        justify-content: stretch;
    }
    #call-form > .call > .questions > .phone-n-email > div {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    #call-form > .call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call-form > .call > .questions > .phone-n-email > div > a {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 19px;

        color: #000000;
        text-decoration: none;
    }
    #call-form > .call > .questions > span {
        display: inline-block;
        margin-top: 24px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .questions > .social {
        margin-top: 20px;
        display: flex;
    }
    #call-form > .call > .questions > .social > a {
        margin-right: 15px;
    }
    #call-form > .call > .callback {
        border-left: 1px solid rgba(0, 0, 0, 0.2);;
        width: 50%;
        height: 100%;
        padding: 0px 80px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .callback h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        /* or 118% */
        color: #000000;
    }
    #call-form > .call > .callback .inpt {
        margin-top: 28px;
        position: relative;
        width: 100%;
    }
    #call-form > .call > .callback .inpt > span {
        position: absolute;
        display: block;

        left: 35px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #call-form > .call > .callback .inpt > input {
        width: 100%;
        height: 72px;

        padding: 0px 35px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .callback .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #call-form > .call > .callback .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #call-form > .call > .callback .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #call-form > .call > .callback .btn > span {
        margin-left: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }


    #static > .active {
        display: flex;
    }


    /*  HEADER STYLES   */
    body > header {
        display: block;

        width: 100%;
        height: 230px;

        background: #FFFFFF;
    }

    #primary-header {
        display: block;

        width: 100%;
        height: 130px;

        background: #FFFFFF;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #header-logo {
        display: block;

        width: 250px;
        height: 50px;
    }
    #header-logo img {
        width: 250px;
        height: 50px;
    }
    #header-logo img.logo-min {
        display: none;
    }
    .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
        height: 50px!important;

        outline: 0!important;
        border: 1px solid #FFD338!important;
        border-radius: 5px!important;

        font-family: Gotham Pro!important;
        font-style: normal!important;
        font-weight: 400!important;
        font-size: 18px!important;
        line-height: 17px!important;

        color: rgba(49, 49, 49, 0.4)!important;
    }

    #callback {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;

        margin-left: 25px;
    }
    #callback a {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
    line-height: 17px;
        text-decoration: none;

        color: #000000;
    }
    #callback a img {
        position: relative;
        top: 3px;

        display: inline-block;
        width: 18px;
        height: 18px;

        margin-right: 8px;
    }
    #callback button {
        display: block;
        width: 138px;
        height: 25px;

        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 11px;
        margin-top: 5px;
        color: #7D7D7D;
    }
    #callback button:hover {
        background: #e6b919;
    }

    #cart-button {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 0px 10px;
        height: 50px;

        border: none;
        border-radius: 10px;
        background: none;
        outline: none;
        cursor: pointer;
    }
    #cart-button:hover {
        background: #e2e2e2;
    }
    #cart-button div  {
        display: block;
        margin-left: 15px;
    }
    #cart-button div span {
        display: block;
        text-align: center;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        text-align: left;
        
        color: #000000;
    }
    #cart-button div #count {
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        text-align: left;
        
        color: #7D7D7D;
    }


    #secondary-header {
        display: flex;

        flex-direction: row;
        justify-content: flex-start;

        width: 100%;
        height: 100px;

        background: #FFFFFF;
    }

    #catalog-link {
        width: 200px;
        height: 60px;

        display: flex;
        justify-content: center;
        align-items: center;

        background: #FFD338;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
        border: none;
        outline: none;
        border-radius: 5px;

        text-decoration: none;

        cursor: pointer;
    }
    #catalog-link:hover {
        background: #eec222;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
    }
    #catalog-link span {
        display: block;

        margin-left: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;

        color: #181818;
    }

    #main-header-nav nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    #main-header-nav ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    #main-header-nav ol li {
        display: inline;

        margin-left: 35px;
    }

    #main-header-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }


    /*  FOOTER STYLES   */
    footer {
        width: 100%;
        height: 200px;
        margin-top: 90px;

        background: #273142;
    }
    footer .container {
        height: 100%;
    }
    footer .container .row {
        height: 100%;
    }
    footer .container .row .col {
        display: flex;
        height: 100%;
        align-items: center;
    }
    #footer-logo {
        display: block;

        width: 250px;
        height: 50px;
    }
    #footer-logo img {
        display: block;

        width: 250px;
        height: 50px;
    }
    #main-footer-nav nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    #main-footer-nav ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    #main-footer-nav ol li {
        display: inline;
        margin: 0;
        padding: 0;
        margin-right: 20px;
    }
    #main-footer-nav ol li:last-child {
        margin-right: 0px;
    }
    #main-footer-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;    
    }
    .social nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    .social ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    .social ol li {
        display: inline;

        margin-left: 25px;
    }
    .social ol li:first-child {
        margin-left: 0px;
    }

    .social ol li a {
    
    }

    #call {
        margin-top: 75px;

        width: 1140px;
        height: 383px;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #call > .questions {
        width: 50%;
        height: 100%;
        padding: 0px 35px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call > .questions > .phone-n-email {
        margin-top: 30px;
        
        display: flex;
        justify-content: stretch;
    }
    #call > .questions > .phone-n-email > div {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    #call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call > .questions > .phone-n-email > div > a {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 19px;

        color: #000000;
        text-decoration: none;
    }
    #call > .questions > span {
        display: inline-block;
        margin-top: 24px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call > .questions > .social {
        margin-top: 20px;
        display: flex;
    }
    #call > .questions > .social > a {
        margin-right: 15px;
    }
    #call > .news-box {
        width: 50%;
        height: 100%;
        padding: 0px 30px;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    #call > .news-box > .new {
        width: 240px;
        margin-right: 20px;
    }
    #call > .news-box > .new > .post-thumbnail > img {
        border-radius: 10px;
        width: 240px;
        height: 144px;
    }
    #call > .news-box > .new > h4 {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #call > .news-box > .new > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    #call > .news-box > .new > a {
        margin-top: 13px;
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;
        
        color: rgba(0, 0, 0, 0.4);
    }

    .single-product > h2 {
        width: 100%;
        margin-top: 90px;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;

    }
    .single-product .products {
        margin-top: 20px!important;
    }

    #same {
        margin-top: 30px;
    }

    #same .items {
        margin-top: 30px;

        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
        margin: auto;
        margin-top: 20px;
    }

    #same .items .item {
        display: block;

        width: 325px;
        height: 508px;

        overflow: hidden;
    }
    #same .items .item > div {
        position: relative;
        display: block;

        overflow: hidden;

        margin: auto;

        width: 310px;
        height: 508px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #same .items .item > div > a {
        display: block;
        height: 441px;
        text-decoration: none;
    }
    #same .items .item > div > a:hover, #same .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #same .items .item > div > a > img {
        display: block;

        width: 310px;
        height: 200px;
    }
    #same .items .item > div > a > .code {
        display: block;

        width: 100%;
        padding: 0px 30px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .name {
        width: 100%;
        height: 40px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 9px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }
    #same .items .item > div > a > .description {
        width: 100%;
        height: 68px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .price-box {
        display: flex;
        justify-content: flex-start;

        width: 100%;
        margin-top: 21px;
    }
    #same .items .item > div > a > .price-box > .price {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #same .items .item > div > a > .price-box > .price > .prev {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    #same .items .item > div > a > .price-box > .price > .current {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */

        color: #313131;
    }
    #same .items .item > div > a > .price-box > .in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    #same .items .item > div > a > .price-box > .in-stock.is-in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    #same .items .item > div > button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    #same .items .item > div > button:hover {
        background: #eec222;
    }
    #same .items .item > div > button:active {
        background: #474747;
    }
    #same .items .item > div > button > img {
        margin-right: 18px;
    }


    .woocommerce-breadcrumb {
        margin-top: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    .woocommerce-breadcrumb > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    .woocommerce-breadcrumb > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .header > .sel {
        position: relative;
    }
    #main > .container > .row > .col > .header > .sel > select {
        width: 273px;
        height: 56px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;

        padding: 0px 30px;

        opacity: 0.8;

        background: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #main > .container > .row > .col > .header > .sel > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #main > .container > .row > .col > .header > .sel > img { 
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
    }




    /* 
        "post.css"
        by Ryzhenko Ivan

    */

    article .entry-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    article .entry-header .entry-title {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);;
    }

    .martop70 {
        margin-top: 70px;
    }
    .martop60 {
        margin-top: 60px;
    }
    .martop40 {
        margin-top: 40px;
    }

    #banner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

        width: 1300px;
        height: 450px;

        margin-top: 50px;
        border-radius: 10px;

        background: #7D7D7D;
        overflow: hidden;
    }
    #banner > h2 {
        width: 100%;
        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 35px;
        /* or 97% */

        z-index: 50;
        color: #FFFFFF;
    }
    #banner > .post-thumbnail {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1300px;
        height: 453px;
    }
    #banner > .post-thumbnail > img {
        width: 1300px;
        height: 453px;
    }

    .main-text .row .col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .main-text .row .col > img {
        width: 100%;
    }
    .main-text .row .col > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 22px;

        color: #000000;
    }
    .main-text .row .col > p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;

        color: rgba(0, 0, 0, 0.6);
    }
    .main-text .row .col:nth-child(1n) > h3 {
        margin-right: 40px;
    }
    .main-text .row .col:nth-child(1n) > p {
        margin-right: 40px;
    }
    .main-text .row .col:nth-child(2n) > h3 {
        margin-left: 40px;
    }
    .main-text .row .col:nth-child(2n) > p {
        margin-left: 40px;
    }

    .entry-footer {
        display: none;
    }



    .d-card {
        width: 360px;
        height: 390px;

        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }
    .d-card > .header {
        height: 95px;
        display: flex;
        align-items: center;

        padding: 0px 25px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .d-card > .header > img {

    }
    .d-card > .header > h3 {
        margin-left: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;

        color: #000000;    
    }
    .d-card > .body {
        width: 100%;
        padding: 0px 25px;
        padding-top: 40px;
    }
    .d-card > .body > p {
        margin-bottom: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > p > .number {
        display: inline-block;
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 20px;
        /* identical to box height, or 83% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul {
        list-style: none;
        padding-left: 20px;
    }
    .d-card > .body > ul > li {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }

    #info {
        margin-top: 25px;

        display: flex;


        width: 1141px;
        height: 539px;

        background: #FFFFFF;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        border-radius: 20px;

        overflow: hidden;
    }
    #info > .map {
        width: 609px;
        height: 539px;
    }
    #info > .map > img {
        width: 609px;
        height: 539px;
    }
    #info > .contacts {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 70px;
    }
    #info > .contacts > h4 {
        display: block;
        text-align: center;
        width: 200px;
        height: 40px;

        background: #FFD338;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 40px;

        color: #303030;
    }
    #info > .contacts > div {
        margin-top: 30px;
        display: flex;
    }
    #info > .contacts > div > img {
        width: 33px;
        height: 33px;
    }
    #info > .contacts > div > div {
        margin-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;

        color: #000000;
    }
    #info > .contacts > div > div > h6 {
        margin-bottom: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 33px;

        color: #303030;
    }
    #info > .contacts > div > div > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        
        text-decoration-line: underline;
        
        color: #08AFD3;
    }









    .images .flex-viewport {
        position: relative;
        width: 519px!important;
        height: 378.59px!important;

        border-radius: 10px;
        overflow: hidden;
    }
    .images .flex-viewport figure {
        height: 378.59px!important;
    }
    .images .flex-viewport figure div {
        width: 519px!important;
        height: 378.59px!important;
    }
    .images .flex-viewport figure div a {
        display: block;
        width: 519px!important;
        height: 378.59px!important;
    }
    .images .flex-viewport figure div a img {
        width: 519px!important;
        height: 378.59px!important;
    }
    .images .woocommerce-product-gallery__trigger {
        position: absolute;
        display: block;
        height: 1em!important;
        width: 1em!important;
        top: 1em!important;
        left: 1em!important;
        z-index: 10;
    }
    .images .flex-control-nav {
        margin-top: 15px;
        display: flex;
    }
    .images .flex-control-nav > li {
        display: block;
        margin-right: 20px;
        border-radius: 10px;
        overflow: hidden;
        width: 80px!important;
        height: 80px!important;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }
    .images .flex-control-nav > li img {
        width: 80px!important;
        height: 80px!important;
    }
    .images .flex-control-nav > li:hover {
        transition: all 0.3s ease-out;
    }

    .main-info h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;
        
        color: #000000;
    }
    .main-info p {
        margin-top: 15px;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;

        color: rgba(0, 0, 0, 0.4);
    }
    .main-info ul.only-card {
        display: none;
    }
    .custom-attributes {
        margin-top: 15px;
        width: 100%;
    }
    .custom-attributes li {
        position: relative;
        margin-top: 6px;
        width: 100%;
        display: none;
        justify-content: space-between;
    }
    .custom-attributes li:first-child {
        margin-top: 0px;
    }
    .custom-attributes li::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .custom-attributes li .attribute-label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 15px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .custom-attributes li .attribute-value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        
        color: #000000;
        z-index: 10;
    }
    .custom-attributes li:nth-child(1) {
        display: flex;
    }
    .custom-attributes li:nth-child(2) {
        display: flex;
    }
    .custom-attributes li:nth-child(3) {
        display: flex;
    }
    .custom-attributes li:nth-child(4) {
        display: flex;
    }

    .main-info .all-spec {
        margin-top: 20px;

        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
    }

    .main-info .price {
        margin-top: 30px;
    }
    .main-info .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price del .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        /*color: #FF3434;*/
    }
    .main-info .price ins .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

       /* color: #FF3434;*/
    }
    .main-info .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }
    .main-info .price  bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }


    .main-info form {
        display: flex;
        margin-top: 30px;
    }
    .main-info .sku {
        display: block;
        margin-top: 15px;
        width: 100%;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.8);
    }
    .main-info form .quantity {
        display: none;
    }
    .main-info form .single_add_to_cart_button  {
        width: 249px;
        height: 63px;

        background: #FFD338;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #eec222;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #d6ae1d;
    }
    .main-info form .one-click {
        width: 249px;
        height: 63px;
        margin-left: 10px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .one-click:hover {
        background: #f8f8f8;
    }

    .description-content > h2:first-child {
        display: none;
    }

    .description-content {
        margin-top: 80px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }
    .description-content .col h4 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #000000;
    }
    .description-content .col p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }

    .additional_information-content > h2 {
        margin-top: 100px;

        padding: 0px 10px;

        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #000000;
    }

    .woocommerce-product-attributes {
        margin-top: 30px;
        width: 100%;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item {
        position: relative;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:first-child {
        margin-top: 0px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(2) {
        margin-top: 0px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;
        padding-left: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        
        color: #000000;
        z-index: 10;
    }


    #same-items {
        margin-top: 75px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
    }
    #same-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 508px;
    }
    #same-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .products .type-product {
        position: relative;
        display: block;
        overflow: hidden;

        margin-bottom: 20px;

        width: 270px!important;
        height: 508px!important;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    .products .type-product > a {
        position: relative;
        display: block;
        height: 441px;
        text-decoration: none;
        overflow: hidden;
    }
    .products .type-product > a:hover, .products .type-product > a:focus {
        text-decoration: none;
        outline: none;
    }
    .products .type-product > a > .image {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 270px;
        height: 202px;
    }
    .products .type-product > a > .image::after {
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 0px;
        left: 0px;

        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }
    .products .type-product > a > .image > img {
        display: block;

        width: 270px;
        height: 202px;
    }
    .products .type-product > a > .sku {
        display: block;

        width: 100%;
        padding: 0px 15px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
    .products .type-product > a > .woocommerce-loop-product__title {
        width: 100%;
        padding: 0px 15px;
        margin-top: 9px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 17px;
        /* or 111% */

        color: #313131;
    }
    .products .type-product > a > .woo-product-short-desc {
        width: 100%;
        height: 51px;
        overflow: hidden;
        padding: 0px 15px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    .products .type-product > a > .woo-product-short-desc > ul {
        list-style: none;
        padding-left: 15px;
    }
    .products .type-product > a > .woo-product-short-desc > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }
    .products .type-product > a > .price-box {
        position: absolute;
        bottom: 0px;
        padding: 0 15px;
        padding-top: 5px;
        padding-bottom: 15px;

        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
    }
    .products .type-product > a > .price-box > .price {
        width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    }
    .products .type-product > a > .price-box > .price > .amount {
        width: 100%;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    .products .type-product > a > .price-box > .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price del .amount bdi {
        display: block;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price ins .amount bdi {
        display: block;
        width: 100%;
        

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .price  bdi {
        display: block;
        width: 100%;
      

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .in-stock {
        display: block;
        padding-left: 5px;

        width: fit-content;
        padding: 0 10px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    .products .type-product > a > .price-box > .in-stock.is-in-stock {
        display: block;
        padding-left: 5px;

        width: fit-content;
        padding: 0 10px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    .products .type-product > .button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    .products .type-product > .button::before {
        content: '';
        display: inline-block;
        background: url(https://multistroy.dp.ua/wp-content/themes/multistroy/assets/img/item-cart.svg);
        background-size: 100% 100%;
        width: 25px;
        height: 24px;
        margin-right: 10px;
    }
    .products .type-product > .button:hover {
        background: #eec222;
    }
    .products .type-product > .button:active {
        background: #474747;
    }
    .products .type-product > .button > img {
        margin-right: 18px;
    }

    .woocommerce-info {
        background: #FFFFFF!important;
        border: 1px solid #727272;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        padding: 10px 20px;
    }

    .woocommerce-message {
        background: #65c261!important;
        border: 1px solid #448341;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        margin-top: 20px;

        padding: 10px 20px;
    }

    .woocommerce-message a {
        display: none;
    }

    /* 
        "index.css"
        by Ryzhenko Ivan

    */

    #carousel {
        width: 1140px;
        height: 451.42px;
        margin-top: 50px;
        border-radius: 10px;
        overflow: hidden;
    }
    #carousel .slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 1140px;
        height: 451.42px;

        background: #7D7D7D;
    }
    #carousel .slide .text {
        margin-left: 110px;
        width: 452px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #carousel .slide .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 35px;
        /* or 97% */


        color: #FFFFFF;
    }
    #carousel .slide .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #carousel .slide .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #carousel .slide .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #carousel .slide .text a button:hover {
        background: #eec222;
    }


    #lead {
        width: 100%;
        margin-top: 90px;
    }
    #lead > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;

    }
    #lead-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
    }
    #lead-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 508px;
    }
    #lead-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }


    #sale {
        width: 100%;
        margin-top: 90px;
    }
    #sale > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #FF3434;

    }
    #sale-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
    }
    #sale-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 508px;
    }
    #sale-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }


    #categories {
        width: 100%;
        margin-top: 90px;
    }
    #categories h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #categories .items {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 280px;
        margin: auto;
        margin-top: 20px;
    }

    #categories .items .item {
        display: block;

        width: 366px;
        height: 280px;

        overflow: hidden;
    }
    #categories .items .item > div {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        margin: auto;

        width: 366px;
        height: 280px;
    }
    #categories .items .item > div > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 130px;
        width: 366px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #categories .items .item > div > a:hover, #categories .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #categories .items .item > div > a > img {
        display: block;

        width: 50%;
    }
    #categories .items .item > div > a > h3 {
        width: 50%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }


    #about {
        width: 100%;
        margin-top: 90px;
    }
    #about h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #about .container {
        width: 100%;
    }
    #about .container > .row {
        margin-top: 20px;
    }
    #about .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: 367px;
        height: 333px;

        padding: 0px 50px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #about .container > .row > .col > .card > h3 {
        margin-top: 14px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 25px;
        /* or 104% */
        
        color: #313131;
    }
    #about .container > .row > .col > .card > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;
        /* or 106% */
        
        color: rgba(0, 0, 0, 0.3);
    }


    #reviews {
        width: 100%;
        margin-top: 90px;
    }
    #reviews h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #reviews .container {
        width: 100%;
    }
    #reviews .container > .row {
        margin-top: 20px;
    }
    #reviews .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: 365px;
        height: 315px;

        padding: 0px 50px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #reviews .container > .row > .col > .card > .stars {
        height: 34px;
    }
    #reviews .container > .row > .col > .card > h3 {
        margin-top: 33px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 22px;
        /* identical to box height, or 92% */
        
        
        color: #000000;
    }
    #reviews .container > .row > .col > .card > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        /* or 122% */
        
        color: rgba(0, 0, 0, 0.4);
    }
    #reviews > a {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);

        text-decoration: none;
    }
    #reviews > a:hover {
        color: rgba(0, 0, 0, 0.6);
    }


    #frequent {
        width: 100%;
        margin-top: 90px;
    }
    #frequent h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;
    }
    #frequent .requests {
        margin-right: 40px;
    }
    #frequent .requests > .container {
        margin-top: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #frequent .requests > .container .row {
        margin-bottom: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }
    #frequent .requests > .container .row .col {
        padding-left: 5px;
        padding-right: 5px;
    }
    #frequent .requests > .container .row .col a {
        display: block;
        width: 100%;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 40px;

        color: rgba(0, 0, 0, 0.5);
        text-align: center;
        text-decoration: none;

        background: #E7E7E7;
        border-radius: 50px;
    }
    #frequent .requests > .container .row a:hover {
        color: rgba(0, 0, 0, 0.4);
        background: #cccccc;
    }
    #frequent .questions {
        display: flex;
        flex-direction: column;
        justify-content: center;

        width: 560px;
        height: 400px;

        padding: 0px 65px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #frequent .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;
        /* identical to box height */
        
        
        color: #000000;
    }
    #frequent .questions > p {
        margin-top: 15px;

        padding-right: 20px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #frequent .questions > .inpt > span {
        position: absolute;
        display: block;

        left: 35px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #frequent .questions > .inpt > input {
        width: 100%;
        height: 72px;

        padding: 0px 35px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #frequent .questions > .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #frequent .questions > .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #frequent .questions > .btn > span {
        margin-left: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }





    #catalog .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog .products .product {
        margin-bottom: 20px;
        margin-left: 20px;
    }
    #catalog .products .product:first-child {
        margin-left: 0px;
    }
    #catalog .products .product:nth-child(3n+1) {
        margin-left: 0px;
    }

    #catalog-cat .products .type-product {
        margin-bottom: 20px!important;
        margin-left: 20px!important;
    }
    #catalog-cat .products .type-product:first-child {
        margin-left: 0px!important;
    }
    #catalog-cat .products .type-product:nth-child(4n+1) {
        margin-left: 0px!important;
    }



    /* 
        "catalog.css"
        by Ryzhenko Ivan

    */

    #catalog_title > h1.page-title {
        margin-top: 32px;
        margin-bottom: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }

    #catalog-cat .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog-cat .products .product {
        margin-bottom: 20px;
        margin-left: 20px;
    }
    #catalog-cat .products .product:first-child {
        margin-left: 0px;
    }
    #catalog-cat .products .product:nth-child(3n+1) {
        margin-left: 0px;
    }
    #catalog-cat .products .product-category {
        margin-bottom: 20px;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 113px;
        width: 366px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 113px;
        width: 366px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        text-decoration: none;
    }
    #catalog-cat .products .product-category > a:hover, #catalog .products .product-category > a:focus {
        text-decoration: none;
        outline: none;
    }
    #catalog-cat .products .product-category > a > img {
        display: block;
        height: 113px;
        width: 183px;
    }
    #catalog-cat .products .product-category > a > h2 {
        width: 183px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a > h2 > mark {
        background: none;
        text-decoration: none;
    }


    aside#secondary {
        margin-right: 20px;
        width: 270px;
        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;

        padding-top: 35px;
        padding-bottom: 15px;
    }
    aside#secondary > .widget_layered_nav {
        width: 100%;
        background: #FFFFFF;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    aside#secondary > .widget_layered_nav:last-child {
        margin-bottom: 0px;
        border: none;
    }
    aside#secondary > .widget_layered_nav > h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
        padding: 5px 15px;

        margin-bottom: 20px;

        border: none;
        outline: none;
        background: none;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;

        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul {
        padding: 0px 15px;
    }
    aside#secondary > .widget_layered_nav > ul > li {
        display: inline-flex;
        width: 100%;
        margin-bottom: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li > a {
        display: inline-flex;
        align-items: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;

        margin-right: 2px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li:hover > a {
        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul > li > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/unchosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li.chosen > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/chosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li:last-child {
        margin-bottom: 0px;
    }


    #catalog_category_title {
        margin-top: 32px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #catalog_category_title > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #catalog_category_title > .sel {
        position: relative;
    }
    #catalog_category_title > .sel > form > select {
        width: 273px;
        height: 56px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;

        padding: 0px 20px;

        opacity: 0.8;

        background: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #catalog_category_title > .sel > form > select > option {
        width: 273px;
    }
    #catalog_category_title > .sel > form > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #catalog_category_title > .sel > img { 
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
    }

    .category-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .category-footer .woocommerce-pagination > ul > li{
        display: inline-block;
    }
    .category-footer .woocommerce-pagination > ul > li > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > a.prev {
        display: none;
    }
    .category-footer .woocommerce-pagination > ul > li > a.next {
        display: none;
    }
    .category-footer .woocommerce-result-count {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;

        color: rgba(0, 0, 0, 0.4);
    }






    #main > .container > .row > .col > .custom-breadcrumbs {
        margin-top: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .custom-breadcrumbs > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    #main > .container > .row > .col > .custom-breadcrumbs > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #news-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #news-header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);;
    }

    #banner {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 1139px;
        height: 453px;

        margin-top: 50px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #banner .text {
        margin-left: 110px;
        width: 452px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #banner .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 35px;
        /* or 97% */


        color: #FFFFFF;
    }
    #banner .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #banner .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #banner .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #banner .text a button:hover {
        background: #eec222;
    }



    #news-list {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #news-list > .news-item {
        position: relative;
        display: block;

        margin-top: 20px;

        overflow: hidden;

        width: 270px;
        height: 424px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        text-decoration: none;
    }
    #news-list > .news-item:hover, #news-list > .news-item:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list .news-item > .post-thumbnail {
        display: block;

        width: 270px;
        height: 180px;
    }
    #news-list .news-item > .post-thumbnail > img {
        display: block;

        width: 270px;
        height: 180px;
    }
    #news-list > .news-item > .news-text {
        display: block;
        width: 100%;
        height: 224px;
        text-decoration: none;

        padding-top: 30px;
    }
    #news-list > .news-item > .news-text > h4 {
        width: 100%;
        max-height: 40px;
        overflow: hidden;
        padding: 0px 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        
        color: #000000;
    }
    #news-list > .news-item > .news-text > .date {
        display: block;
        width: 100%;
        height: 20px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        
        color: rgba(0, 0, 0, 0.43);
    }
    #news-list > .news-item > .news-text > p {
        width: 100%;
        max-height: 130px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;

        color: rgba(0, 0, 0, 0.4);
    }

    #news-list > .news-item-lg {
        display: block;

        width: 560px;
        height: 424px;

        margin-top: 20px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #news-list > .news-item-lg:hover, #news-list > .itema-lg:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list > .news-item-lg .text {
        margin-left: 70px;
        width: 400px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #news-list > .news-item-lg .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 26px;
        /* or 108% */
        
        
        color: #FFFFFF;
    }
    #news-list > .news-item-lg .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        
        color: rgba(255, 255, 255, 0.7);    
    }
    #news-list > .news-item-lg .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #news-list > .news-item-lg .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #news-list > .news-item-lg .text a button:hover {
        background: #eec222;
    }

    .wp-pagenavi {
        margin-top: 20px;
        width: 100%;

        display: inline-flex;
        
    }
    .wp-pagenavi > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > a.nextpostslink {
        display: none;
    }
    .wp-pagenavi > a.previouspostslink {
        display: none;
    }
    .wp-pagenavi > .pages {
        display: none;
    }

    #sale_list {
        margin-top: 30px;
    }
    #sale_list .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #sale_list .products .product {
        margin-bottom: 20px;
        margin-left: 20px;
    }
    #sale_list .products .product:first-child {
        margin-left: 0px;
    }
    #sale_list .products .product:nth-child(4n+1) {
        margin-left: 0px;
    }

    #sale_header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #sale_header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #FF3434;
    }

    a, ins {
        text-decoration: underline;
        text-decoration: none!important;
      }

}




@media (max-width: 1200px) {
	#catalog #brands .product-category {
    width: 100%!important;
}

    .slick-next {
        right: -10px;
        top: 40%;
    }
    .slick-prev {
        left: -10px;
        top: 40%;
    }
    
    
    /*  COMMON STYLES   */
    .flex-middle {
        display: flex;
        align-items: center;
    }
    .flex-space-between {
        display: flex;
        justify-content: space-between;
    }
    .h100 {
        height: 100%;
    }
    body {
        background: #F9F9F9;
    }


    #review-form {
        display: none;
        width: 960px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    
        padding: 30px 65px;
    
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #review-form > .rw-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #review-form > .rw-header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;    
    }
    #review-form > .rw-header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;
    
        cursor: pointer;
    }
    #review-form > .rw-header > span > img {
        position: relative;
    
        margin-right: 4px;
    
        left: 0px;
        top: 1px;
    }
    #review-form form {
        margin-top: 35px;
    
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    
        width: 100%;
    }
    #review-form form .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #review-form form .inpt > span {
        position: absolute;
        display: block;
    
        left: 35px;
        top: -9px;
    
        padding: 0px 5px;
    
        background: #FFFFFF;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
    
        color: #000000;
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > textarea {
        width: 100%;
        height: 72px;
    
        padding: 25px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #review-form form .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    
        color: #313131;
    
        cursor: pointer;
    }
    #review-form form .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #review-form form .btn > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
    
        margin-left: 20px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    
    #review-form form > .cont {
        width: 100%;
        display: flex;
    }
    #review-form form > .cont > .block {
        width: 50%;
    }
    #review-form form > .cont > .block:first-child {
        padding-right: 10px;
    }
    #review-form form > .cont > .block:last-child {
        padding-left: 10px;
    }
    #review-form form > .cont > .block:first-child .inpt:first-child {
        margin: 0;
    }
    #review-form form > .cont > .block:last-child .inpt {
        height: 100%;
        margin: 0;
    }
    #review-form form > .cont > .block:last-child .inpt > textarea {
        height: 100%;
    }




    /*  STATIC STYLES   */
    #static {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        display: none;
        z-index: 999;
    }
    #back {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        background: rgba(0, 0, 0, 0.3);
    }
    #static.active {
        display: block;
    }

    /*  CART    */
    #static > .cart {
        position: absolute;
        width: 960px;
        height: calc(100% - 50px);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        padding: 0px 40px;
        
        background: #F9F9F9;
        border-radius: 10px;

        display: none;
        flex-direction: column;
        justify-content: stretch;
    }
    #static .cart .header {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #static .cart .header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;    
    }
    #static .cart .header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        cursor: pointer;
    }
    #static .cart .header > span > img {
        position: relative;

        left: -5px;
        top: 1px;
    }
    #static .cart .widget {
       /* height: calc(100% - 140px);*/
        overflow: hidden;
		overflow-y: auto;
    }

    #static .cart .widget > .widget_shopping_cart_content {
        height: 100%;
       /* height: calc(100% - 80px);*/
    }
    #static .cart .widget > .widget_shopping_cart_content > .main {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 60px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order {
        padding-top: 20px;
        /*padding-bottom: 60px;*/
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list {
        position: relative;
        display: flex;
        height: 100%;
        justify-content: flex-start;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list::after {
        content: "";
        width: 557px;
        height: 64px;

        position: absolute;
        left: 0px;
        bottom: 59px;
        z-index: 9998;
        background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 57.78%);
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header {
        position: absolute;
        top: -25px;

        display: none;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list {
        position: relative;
        width: 581px;
        height: auto;
        margin-bottom: 60px;
        overflow-y: scroll;
        overflow-x: visible;
    }
    /* 1 - скроллбар */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar {
        position: relative;
        right: -10px;
        width: 14px;
        height: 4px;
        background-color: #000000;
        border-radius: 500px;
        background: #EFEFEF;

        z-index: 9999;
    }

    /* 2 - кнопка */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-button {
        display: none;
    }
    /* 3 - трек */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track {
        background: #EFEFEF;
        border-radius: 500px;
    }
    /* 4 - видимая часть трека */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track-piece {

    }
    /* 5 - ползунок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-thumb {
        background: #D1D1D1;
        border-radius: 500px;
    }
    /* 6 - уголок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-corner {
    
    }
    /* 7 - изменение размеров */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-resizer {
    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item {
        position: relative;

        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        width: 557px;
        height: 182px;

        margin-bottom: 15px;

        background: #FFFFFF;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image {
        width: 133px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image > img {
        width: 133px;
        height: 100px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n {
        margin-left: 10px;
        width: 414px;
        height: 100px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > .code {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: rgba(0, 0, 0, 0.4); 
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-decoration: none;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a .name {
        width: 300px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .hr {
        position: relative;
        top: -3px;
        display: block;
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 1px;
        margin: 0;
        padding: 0;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .weight {
        position: relative;
        top: -3px;
        height: 72px;

        width: 133px;
        margin-left: 0px;

        display: flex;
        justify-content: center;
        align-items: center;

        text-align: center;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */


        color: #000000;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity {
        position: relative;
        top: -3px;
        height: 72px;

        margin-left: 10px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button {
        display: block;
        width: 40px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 32px;
        text-decoration: none;
        text-align: center;
        /* identical to box height, or 125% */

        border: 1px solid #F5F5F5;
        outline: none;

        color: #000000;
        cursor: pointer;
        background: #F5F5F5;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:hover {
        background: #DDDDDD;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:active {
        background: #c7c7c7;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:last-child {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .quantity {
        display: block;
        width: 70px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        /* identical to box height, or 125% */
        background: #F9F9F9;
        text-align: center;

        border: none;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;
        outline: none;

        text-align: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .sum {
        justify-self: flex-end;
        margin-left: auto;
        margin-right: 30px;

        position: relative;
        top: -3px;
        height: 72px;

        width: fit-content;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: #000000;

        display: flex;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete {
        position: absolute;
        right: 30px;
        top: 35px;

        justify-self: unset;
        margin-left: 0;
        margin-right: 0;

        width: 30px;
        height: 30px;

        border: none;
        outline: none;
        cursor: pointer;

        background: #F5F5F5;
        border-radius: 5px;

        display: flex;
        justify-content: center;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:hover {
        background: #dddddd;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:focus {
        background: #c5c5c5;
    }

    .woocommerce-mini-cart__empty-message {
        margin-top: 30px;
        width: 100%;
        text-align: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }

    #static .cart .order > .form {
        width: 282px;

        background: #FFFFFF;

        padding: 30px 20px 20px 20px;

        display: flex;
        flex-direction: column;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 {
        flex: none!important;
        max-width: 100%!important;
        width: 100%!important;
        padding: 0!important;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 > .woocommerce-billing-fields > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
        
        
        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 .woocommerce-billing-fields__field-wrapper > p {
        margin-top: 13px;

        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > label {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > .woocommerce-input-wrapper > input {
        margin-top: 2px;
        padding: 0px 15px;

        height: 45px;
        
        background: #F5F5F5;
        opacity: 0.6;
        border: 2px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */

        width: 100%;

        color: #000000;

        opacity: 0.3;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        
        color: #000000;
        
        opacity: 0.4;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .woocommerce-privacy-policy-text {
        display: none;
    }
    #static .cart .order > .form > .woocommerce > form .privacy-policy {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button {
        margin-top: 15px;
        height: 50px;

        padding: 0px 20px;

        background: #FFD338;
        border-radius: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;

        color: #313131;

        border: none;
        outline: none;

        cursor: pointer;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button:hover {
        background: #eec222;
    }

    /*  CART-SUCCESS    */
    #static > .cart-success {
        position: absolute;
        width: 697px;
        height: 668px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background: #F9F9F9;
        border-radius: 10px;
    }
    #static > .cart-success > img {

    }
    #static > .cart-success > h2 {
        margin-top: 50px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        text-align: center;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #static > .cart-success > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        text-align: center;
        
        color: rgba(0, 0, 0, 0.3);
    }
    #static > .cart-success > a {
        margin-top: 30px;

        width: 200px;
        height: 60px;
        
        display: block;

        background: #FFD338;
        border-radius: 10px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 60px;
        text-align: center;
        text-decoration: none;
        /* identical to box height, or 125% */

        color: #313131;
    }
    #static > .cart-success > a:hover {
        background: #e6b919;
    }

    /*  CALL    */
    #call-form {
        width: 960px;
        height: 414px;

        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
    }
    #call-form > .call {
        position: relative;

        width: 960px;
        height: 414px;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #call-form > .call > .close {
        display: inline-block;
        position: absolute;
        top: 24px;
        right: 28px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        cursor: pointer;
    }
    #call-form > .call > .close > img {
        position: relative;

        left: -5px;
        top: 1px;
    }
    #call-form > .call > .questions {
        width: 45%;
        height: 100%;
        padding: 0px 30px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call-form > .call > .questions > .phone-n-email {
        margin-top: 10px;
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #call-form > .call > .questions > .phone-n-email > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #call-form > .call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        margin-top: 20px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call-form > .call > .questions > .phone-n-email > div > a {
        margin-top: 10px;

        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }
    #call-form > .call > .questions > span {
        display: inline-block;
        margin-top: 24px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .questions > .social {
        margin-top: 20px;
        display: flex;
    }
    #call-form > .call > .questions > .social > a {
        margin-right: 15px;
    }
    #call-form > .call > .callback {
        border-left: 1px solid rgba(0, 0, 0, 0.2);;
        width: 55%;
        height: 100%;
        padding: 0px 30px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .callback h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* or 118% */
        color: #000000;
    }
    #call-form > .call > .callback .inpt {
        margin-top: 28px;
        position: relative;
        width: 100%;
    }
    #call-form > .call > .callback .inpt > span {
        position: absolute;
        display: block;

        left: 35px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #call-form > .call > .callback .inpt > input {
        width: 100%;
        height: 72px;

        padding: 0px 35px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .callback .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #call-form > .call > .callback .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #call-form > .call > .callback .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #call-form > .call > .callback .btn > span {
        margin-left: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }


    #static > .active {
        display: flex;
    }


    /*  HEADER STYLES   */
    body > header {
        display: block;

        width: 100%;
        height: 230px;

        background: #FFFFFF;
    }

    #primary-header {
        display: block;

        width: 100%;
        height: 130px;

        background: #FFFFFF;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #header-logo {
        display: block;

        width: 250px;
        height: 50px;
    }
    #header-logo img {
        width: 250px;
        height: 50px;
    }
#header-logo img.logo-min {
    display: none;
}
    .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
        height: 50px!important;

        outline: 0!important;
        border: 1px solid #FFD338!important;
        border-radius: 5px!important;

        font-family: Gotham Pro!important;
        font-style: normal!important;
        font-weight: 400!important;
        font-size: 18px!important;
        line-height: 17px!important;


        color: rgba(49, 49, 49, 0.4)!important;
    }
    #callback {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;

        margin-left: 25px;
    }
    #callback a {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
    line-height: 17px;
        text-decoration: none;

        color: #000000;
    }
    #callback a img {
        position: relative;
        top: 3px;

        display: inline-block;
        width: 18px;
        height: 18px;

        margin-right: 8px;
    }
    #callback button {
        display: block;
        width: 138px;
        height: 25px;

        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 11px;
        margin-top: 5px;
        color: #7D7D7D;
    }
    #callback button:hover {
        background: #e6b919;
    }

    #cart-button {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 0px 10px;
        height: 50px;

        border: none;
        border-radius: 10px;
        background: none;
        outline: none;
        cursor: pointer;
    }
    #cart-button:hover {
        background: #e2e2e2;
    }
    #cart-button div  {
        display: block;
        margin-left: 15px;
    }
    #cart-button div span {
        display: block;
        text-align: center;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        text-align: left;
        
        color: #000000;
    }
    #cart-button div #count {
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        text-align: left;
        
        color: #7D7D7D;
    }


    #secondary-header {
        display: flex;

        flex-direction: row;
        justify-content: flex-start;

        width: 100%;
        height: 100px;

        background: #FFFFFF;
    }

    #catalog-link {
        width: 200px;
        height: 60px;

        display: flex;
        justify-content: center;
        align-items: center;

        background: #FFD338;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
        border: none;
        outline: none;
        border-radius: 5px;

        text-decoration: none;

        cursor: pointer;
    }
    #catalog-link:hover {
        background: #eec222;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
    }
    #catalog-link span {
        display: block;

        margin-left: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;

        color: #181818;
    }

    #main-header-nav nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    #main-header-nav ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    #main-header-nav ol li {
        display: inline;

        margin-left: 35px;
    }

    #main-header-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }


    /*  FOOTER STYLES   */
    footer {
        width: 100%;
        height: 200px;
        margin-top: 90px;

        background: #273142;
    }
    footer .container {
        height: 100%;
    }
    footer .container .row {
        height: 100%;
    }
    footer .container .row .col {
        display: flex;
        height: 100%;
        align-items: center;
    }
    #footer-logo {
        display: block;

        width: 200px;
        height: auto;
    }
    #footer-logo img {
        display: block;

        width: 200px;
        height: auto;
    }
    #main-footer-nav nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    #main-footer-nav ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    #main-footer-nav ol li {
        display: inline;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }
    #main-footer-nav ol li:last-child {
        margin-right: 0px;
    }
    #main-footer-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;    
    }
    .social nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    .social ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    .social ol li {
        display: inline;

        margin-left: 25px;
    }
    .social ol li:first-child {
        margin-left: 0px;
    }

    .social ol li a {
    
    }

    #call {
        margin-top: 75px;

        width: 960px;
        height: 414px;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #call > .questions {
        width: 42%;
        height: 100%;
        padding: 0px 30px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call > .questions > .phone-n-email {
        margin-top: 10px;
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #call > .questions > .phone-n-email > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        margin-top: 20px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call > .questions > .phone-n-email > div > a {
        margin-top: 10px;

        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }
    #call > .questions > span {
        display: inline-block;
        margin-top: 24px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call > .questions > .social {
        margin-top: 20px;
        display: flex;
    }
    #call > .questions > .social > a {
        margin-right: 15px;
    }
    #call > .news-box {
        width: 58%;
        height: 100%;
        padding: 0px 0px;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    #call > .news-box > .new {
        width: 240px;
        margin-right: 20px;
    }
    #call > .news-box > .new > .post-thumbnail > img {
        border-radius: 10px;
        width: 240px;
        height: 144px;
    }
    #call > .news-box > .new > h4 {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #call > .news-box > .new > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    #call > .news-box > .new > a {
        margin-top: 13px;
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;
        
        color: rgba(0, 0, 0, 0.4);
    }

    .single-product > h2 {
        width: 100%;
        margin-top: 90px;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;

    }
    .single-product .products {
        margin-top: 20px!important;
    }

    #same {
        margin-top: 30px;
    }

    #same .items {
        margin-top: 30px;

        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
        margin: auto;
        margin-top: 20px;
    }

    #same .items .item {
        display: block;

        width: 325px;
        height: 508px;

        overflow: hidden;
    }
    #same .items .item > div {
        position: relative;
        display: block;

        overflow: hidden;

        margin: auto;

        width: 310px;
        height: 508px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #same .items .item > div > a {
        display: block;
        height: 441px;
        text-decoration: none;
    }
    #same .items .item > div > a:hover, #same .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #same .items .item > div > a > img {
        display: block;

        width: 310px;
        height: 200px;
    }
    #same .items .item > div > a > .code {
        display: block;

        width: 100%;
        padding: 0px 30px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .name {
        width: 100%;
        height: 40px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 9px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }
    #same .items .item > div > a > .description {
        width: 100%;
        height: 68px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .price-box {
        display: flex;
        justify-content: flex-start;

        width: 100%;
        margin-top: 21px;
    }
    #same .items .item > div > a > .price-box > .price {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #same .items .item > div > a > .price-box > .price > .prev {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    #same .items .item > div > a > .price-box > .price > .current {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */

        color: #313131;
    }
    #same .items .item > div > a > .price-box > .in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    #same .items .item > div > a > .price-box > .in-stock.is-in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    #same .items .item > div > button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    #same .items .item > div > button:hover {
        background: #eec222;
    }
    #same .items .item > div > button:active {
        background: #474747;
    }
    #same .items .item > div > button > img {
        margin-right: 18px;
    }


    .woocommerce-breadcrumb {
        margin-top: 42px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    .woocommerce-breadcrumb > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    .woocommerce-breadcrumb > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .header > .sel {
        position: relative;
    }
    #main > .container > .row > .col > .header > .sel > select {
        width: 273px;
        height: 56px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;

        padding: 0px 30px;

        opacity: 0.8;

        background: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #main > .container > .row > .col > .header > .sel > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #main > .container > .row > .col > .header > .sel > img { 
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
    }




    /* 
        "post.css"
        by Ryzhenko Ivan

    */

    article .entry-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    article .entry-header .entry-title {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);;
    }

    .martop70 {
        margin-top: 70px;
    }
    .martop60 {
        margin-top: 60px;
    }
    .martop40 {
        margin-top: 40px;
    }

    #banner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

        width: 1300px;
        height: 450px;

        margin-top: 50px;
        border-radius: 10px;

        background: #7D7D7D;
        overflow: hidden;
    }
    #banner > h2 {
        width: 100%;
        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 35px;
        /* or 97% */

        z-index: 50;
        color: #FFFFFF;
    }
    #banner > .post-thumbnail {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1300px;
        height: 453px;
    }
    #banner > .post-thumbnail > img {
        width: 1300px;
        height: 453px;
    }

    .main-text .row .col {
        display: flex;
        flex-direction: column;
        justify-content: center;

        margin-top: 30px;
    }
    .main-text .row .col > img {
        width: 100%;
    }
    .main-text .row .col > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 22px;

        color: #000000;
    }
    .main-text .row .col > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.6);
    }
    .main-text .row .col:nth-child(1n) > h3 {
        margin-right: 10px;
    }
    .main-text .row .col:nth-child(1n) > p {
        margin-right: 10px;
    }
    .main-text .row .col:nth-child(2n) > h3 {
        margin-left: 10px;
    }
    .main-text .row .col:nth-child(2n) > p {
        margin-left: 10px;
    }

    .entry-footer {
        display: none;
    }



    .d-card {
        width: 310px;
        height: 380px;

        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }
    .d-card > .header {
        height: 80px;
        display: flex;
        align-items: center;

        padding: 0px 20px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .d-card > .header > img {
        width: 34px;
        height: 34px;
    }
    .d-card > .header > h3 {
        margin-left: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 19px;

        color: #000000;    
    }
    .d-card > .body {
        width: 100%;
        padding: 0px 20px;
        padding-top: 30px;
    }
    .d-card > .body > p {
        margin-bottom: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > p > .number {
        display: inline-block;
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        /* identical to box height, or 83% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul {
        list-style: none;
        padding-left: 20px;
    }
    .d-card > .body > ul > li {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }

    #info {
        margin-top: 25px;

        display: flex;


        width: 960px;
        height: 453px;

        background: #FFFFFF;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        border-radius: 20px;

        overflow: hidden;
    }
    #info > .map {
        width: 512px;
        height: 453px;
    }
    #info > .map > img {
        width: 512px;
        height: 453px;
    }
    #info > .contacts {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px 40px;
    }
    #info > .contacts > h4 {
        display: block;
        text-align: center;
        width: 200px;
        height: 40px;

        background: #FFD338;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 40px;

        color: #303030;
    }
    #info > .contacts > div {
        margin-top: 30px;
        display: flex;
    }
    #info > .contacts > div > img {
        width: 33px;
        height: 33px;
    }
    #info > .contacts > div > div {
        margin-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;

        color: #000000;
    }
    #info > .contacts > div > div > h6 {
        margin-bottom: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 33px;

        color: #303030;
    }
    #info > .contacts > div > div > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
        
        text-decoration-line: underline;
        
        color: #08AFD3;
    }









    .images .flex-viewport {
        position: relative;
        width: 453.61px!important;
        height: 330.89px!important;

        border-radius: 10px;
        overflow: hidden;
    }
    .images .flex-viewport figure {
        height: 330.89px!important;
    }
    .images .flex-viewport figure div {
        width: 453.61px!important;
        height: 330.89px!important;
    }
    .images .flex-viewport figure div a {
        display: block;
        width: 453.61px!important;
        height: 330.89px!important;
    }
    .images .flex-viewport figure div a img {
        width: 453.61px!important;
        height: 330.89px!important;
    }
    .images .woocommerce-product-gallery__trigger {
        position: absolute;
        display: block;
        height: 1em!important;
        width: 1em!important;
        top: 1em!important;
        left: 1em!important;
        z-index: 10;
    }
    .images .flex-control-nav {
        margin-top: 15px;
        display: flex;
    }
    .images .flex-control-nav > li {
        display: block;
        margin-right: 10px;
        border-radius: 10px;
        overflow: hidden;
        width: 70px!important;
        height: 70px!important;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }
    .images .flex-control-nav > li img {
        width: 70px!important;
        height: 70px!important;
    }
    .images .flex-control-nav > li:hover {
        transition: all 0.3s ease-out;
    }

    .main-info h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;
        
        color: #000000;
    }
    .main-info p {
        margin-top: 15px;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;

        color: rgba(0, 0, 0, 0.4);
    }
    .main-info ul.only-card {
        display: none;
    }
    .custom-attributes {
        margin-top: 15px;
        width: 100%;
    }
    .custom-attributes li {
        position: relative;
        margin-top: 6px;
        width: 100%;
        display: none;
        justify-content: space-between;
    }
    .custom-attributes li:first-child {
        margin-top: 0px;
    }
    .custom-attributes li::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .custom-attributes li .attribute-label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 15px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .custom-attributes li .attribute-value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        
        color: #000000;
        z-index: 10;
    }
    .custom-attributes li:nth-child(1) {
        display: flex;
    }
    .custom-attributes li:nth-child(2) {
        display: flex;
    }
    .custom-attributes li:nth-child(3) {
        display: flex;
    }
    .custom-attributes li:nth-child(4) {
        display: flex;
    }

    .main-info .all-spec {
        margin-top: 20px;

        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
    }

    .main-info .price {
        margin-top: 30px;
    }
    .main-info .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price del .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        /*color: #FF3434;*/
    }
    .main-info .price ins .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        /*color: #FF3434;*/
    }
    .main-info .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }
    .main-info .price  bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }


    .main-info form {
        display: flex;
        margin-top: 30px;
    }
    .main-info .sku {
        display: block;
        margin-top: 15px;
        width: 100%;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.8);
    }
    .main-info form .quantity {
        display: none;
    }
    .main-info form .single_add_to_cart_button  {
        width: 249px;
        height: 63px;

        background: #FFD338;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #eec222;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #d6ae1d;
    }
    .main-info form .one-click {
        width: 249px;
        height: 63px;
        margin-left: 10px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .one-click:hover {
        background: #f8f8f8;
    }

    .description-content > h2:first-child {
        display: none;
    }

    .description-content {
        margin-top: 80px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }
    .description-content .col h4 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #000000;
    }
    .description-content .col p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }

    .additional_information-content > h2 {
        margin-top: 100px;

        padding: 0px 10px;

        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #000000;
    }

    .woocommerce-product-attributes {
        margin-top: 30px;
        width: 100%;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item {
        position: relative;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:first-child {
        margin-top: 0px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(2) {
        margin-top: 0px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;
        padding-left: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        
        color: #000000;
        z-index: 10;
    }


    #same-items {
        margin-top: 75px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
    }
    #same-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 508px;
    }
    #same-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .products .type-product {
        position: relative;
        display: block;
        overflow: hidden;

        margin-bottom: 20px;

        width: 310px!important;
        height: 508px!important;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    .products .type-product > a {
        position: relative;
        display: block;
        height: 441px;
        text-decoration: none;
        overflow: hidden;
    }
    .products .type-product > a:hover, .products .type-product > a:focus {
        text-decoration: none;
        outline: none;
    }
    .products .type-product > a > .image {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 310px;
        height: 232.5px;
    }
    .products .type-product > a > .image::after {
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 0px;
        left: 0px;

        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }
    .products .type-product > a > .image > img {
        display: block;

        width: 310px;
        height: 232.5px;
    }
    .products .type-product > a > .sku {
        display: block;

        width: 100%;
        padding: 0px 30px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
    .products .type-product > a > .woocommerce-loop-product__title {
        width: 100%;
        padding: 0px 30px;
        margin-top: 9px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 17px;
        /* or 111% */

        color: #313131;
    }
    .products .type-product > a > .woo-product-short-desc {
        width: 100%;
        height: 51px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    .products .type-product > a > .woo-product-short-desc > ul {
        list-style: none;
        padding-left: 15px;
    }
    .products .type-product > a > .woo-product-short-desc > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }
    .products .type-product > a > .price-box {
        position: absolute;
        bottom: 0px;
        padding: 0 30px;
        padding-top: 5px;
        padding-bottom: 15px;

        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
    }
    .products .type-product > a > .price-box > .price {
        width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    }
    .products .type-product > a > .price-box > .price > .amount {
        width: 100%;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    .products .type-product > a > .price-box > .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price del .amount bdi {
        display: block;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price ins .amount bdi {
        display: block;
        width: 100%;
  

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .price  bdi {
        display: block;
        width: 100%;
     

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .in-stock {
        display: block;
        padding-left: 5px;

        width: fit-content;
        padding: 0 10px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    .products .type-product > a > .price-box > .in-stock.is-in-stock {
        display: block;
        padding-left: 5px;

        width: fit-content;
        padding: 0 10px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    .products .type-product > .button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    .products .type-product > .button::before {
        content: '';
        display: inline-block;
        background: url(https://multistroy.dp.ua/wp-content/themes/multistroy/assets/img/item-cart.svg);
        background-size: 100% 100%;
        width: 25px;
        height: 24px;
        margin-right: 10px;
    }
    .products .type-product > .button:hover {
        background: #eec222;
    }
    .products .type-product > .button:active {
        background: #474747;
    }
    .products .type-product > .button > img {
        margin-right: 18px;
    }

    .woocommerce-info {
        background: #FFFFFF!important;
        border: 1px solid #727272;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        padding: 10px 20px;
    }

    .woocommerce-message {
        background: #65c261!important;
        border: 1px solid #448341;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        margin-top: 20px;

        padding: 10px 20px;
    }

    .woocommerce-message a {
        display: none;
    }

    /* 
        "index.css"
        by Ryzhenko Ivan

    */

    #carousel {
        width: 960px;
        height: 378.97px;
        margin-top: 50px;
        border-radius: 10px;
        overflow: hidden;
    }
    #carousel .slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 960px;
        height: 378.97px;

        background: #7D7D7D;
    }
    #carousel .slide .text {
        margin-left: 110px;
        width: 452px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #carousel .slide .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        /* or 97% */


        color: #FFFFFF;
    }
    #carousel .slide .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #carousel .slide .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #carousel .slide .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #carousel .slide .text a button:hover {
        background: #eec222;
    }


    #lead {
        width: 100%;
        margin-top: 90px;
    }
    #lead > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;

    }
    #lead-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
    }
    #lead-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 508px;
    }
    #lead-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }


    #sale {
        width: 100%;
        margin-top: 90px;
    }
    #sale > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #FF3434;

    }
    #sale-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
    }
    #sale-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 508px;
    }
    #sale-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }


    #categories {
        width: 100%;
        margin-top: 90px;
    }
    #categories h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #categories .items {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 280px;
        margin: auto;
        margin-top: 20px;
    }

    #categories .items .item {
        display: block;

        width: 310px;
        height: 280px;

        overflow: hidden;
    }
    #categories .items .item > div {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        margin: auto;

        width: 310px;
        height: 241px;
    }
    #categories .items .item > div > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 113px;
        width: 310px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #categories .items .item > div > a:hover, #categories .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #categories .items .item > div > a > img {
        display: block;
        width: 50%;
    }
    #categories .items .item > div > a > h3 {
        width: 50%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }


    #about {
        width: 100%;
        margin-top: 90px;
    }
    #about h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #about .container {
        width: 100%;
    }
    #about .container > .row {
        margin-top: 20px;
    }
    #about .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: 310px;
        height: 338px;

        padding: 0px 20px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #about .container > .row > .col > .card > h3 {
        margin-top: 14px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 25px;
        /* or 104% */
        
        color: #313131;
    }
    #about .container > .row > .col > .card > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;
        /* or 106% */
        
        color: rgba(0, 0, 0, 0.3);
    }


    #reviews {
        width: 100%;
        margin-top: 90px;
    }
    #reviews h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #reviews .container {
        width: 100%;
    }
    #reviews .container > .row {
        margin-top: 20px;
    }
    #reviews .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: 310px;
        height: 315px;

        padding: 0px 20px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #reviews .container > .row > .col > .card > .stars {
        height: 34px;
    }
    #reviews .container > .row > .col > .card > h3 {
        margin-top: 33px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 22px;
        /* identical to box height, or 92% */
        
        
        color: #000000;
    }
    #reviews .container > .row > .col > .card > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        /* or 122% */
        
        color: rgba(0, 0, 0, 0.4);
    }
    #reviews > a {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);

        text-decoration: none;
    }
    #reviews > a:hover {
        color: rgba(0, 0, 0, 0.6);
    }


    #frequent {
        width: 100%;
        margin-top: 90px;
    }
    #frequent h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;
    }
    #frequent .requests {
        margin-right: 0px;
    }
    #frequent .requests > .container {
        margin-top: 30px;
        padding-left: 2px;
        padding-right: 2px;
    }
    #frequent .requests > .container .row {
        margin-bottom: 4px;
        margin-left: -4px;
        margin-right: -4px;
    }
    #frequent .requests > .container .row .col {
        padding-left: 2px;
        padding-right: 2px;
    }
    #frequent .requests > .container .row .col a {
        display: block;
        width: 100%;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;

        color: rgba(0, 0, 0, 0.5);
        text-align: center;
        text-decoration: none;

        background: #E7E7E7;
        border-radius: 50px;
    }
    #frequent .requests > .container .row a:hover {
        color: rgba(0, 0, 0, 0.4);
        background: #cccccc;
    }
    #frequent .questions {
        display: flex;
        flex-direction: column;
        justify-content: center;

        width: 470px;
        height: 430px;

        padding: 0px 20px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #frequent .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;
        /* identical to box height */
        
        
        color: #000000;
    }
    #frequent .questions > p {
        margin-top: 15px;

        padding-right: 20px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #frequent .questions > .inpt > span {
        position: absolute;
        display: block;

        left: 35px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #frequent .questions > .inpt > input {
        width: 100%;
        height: 72px;

        padding: 0px 35px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #frequent .questions > .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #frequent .questions > .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #frequent .questions > .btn > span {
        margin-left: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }





    #catalog .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog .products .product {
        margin-bottom: 13px;
        margin-left: 13px;
    }
    #catalog .products .product:first-child {
        margin-left: 0px;
    }
    #catalog .products .product:nth-child(3n+1) {
        margin-left: 13px;
    }
    #catalog .products .product:nth-child(2n+1) {
        margin-left: 0px!important;
    }

    #catalog-cat .products .type-product {
        margin-bottom: 13px!important;
        margin-left: 13px!important;
    }
    #catalog-cat .products .type-product:first-child {
        margin-left: 0px!important;
    }
    #catalog-cat .products .type-product:nth-child(4n+1) {
        margin-left: 13px!important;
    }
    #catalog-cat .products .type-product:nth-child(3n+1) {
        margin-left: 0px!important;
    }



    /* 
        "catalog.css"
        by Ryzhenko Ivan

    */

    #catalog_title > h1.page-title {
        margin-top: 32px;
        margin-bottom: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }

    #catalog-cat .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog-cat .products .product {
        margin-bottom: 15px;
        margin-left: 15px;
    }
    #catalog-cat .products .product:first-child {
        margin-left: 0px;
    }
    #catalog-cat .products .product:nth-child(3n+1) {
        margin-left: 0px;
    }
    #catalog-cat .products .product-category {
        margin-bottom: 15px;
        margin-left: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 113px;
        width: 310px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 113px;
        width: 310px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        text-decoration: none;
    }
    #catalog-cat .products .product-category > a:hover, #catalog .products .product-category > a:focus {
        text-decoration: none;
        outline: none;
    }
    #catalog-cat .products .product-category > a > img {
        display: block;
        width: 155px;
    }
    #catalog-cat .products .product-category > a > h2 {
        width: 155px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a > h2 > mark {
        background: none;
        text-decoration: none;
    }


    aside#secondary {
        margin-right: 15px;
        width: 310px;
        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;

        padding-top: 25px;
        padding-bottom: 5px;
    }
    aside#secondary > .widget_layered_nav {
        width: 100%;
        background: #FFFFFF;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    aside#secondary > .widget_layered_nav:last-child {
        margin-bottom: 0px;
        border: none;
    }
    aside#secondary > .widget_layered_nav > h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
        padding: 5px 15px;

        margin-bottom: 20px;

        border: none;
        outline: none;
        background: none;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;

        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul {
        padding: 0px 15px;
    }
    aside#secondary > .widget_layered_nav > ul > li {
        display: inline-flex;
        width: 100%;
        margin-bottom: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li > a {
        display: inline-flex;
        align-items: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;

        margin-right: 2px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li:hover > a {
        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul > li > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/unchosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li.chosen > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/chosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li:last-child {
        margin-bottom: 0px;
    }


    #catalog_category_title {
        margin-top: 32px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #catalog_category_title > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #catalog_category_title > .sel {
        position: relative;
    }
    #catalog_category_title > .sel > form > select {
        width: 273px;
        height: 56px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;

        padding: 0px 20px;

        opacity: 0.8;

        background: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #catalog_category_title > .sel > form > select > option {
        width: 273px;
    }
    #catalog_category_title > .sel > form > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #catalog_category_title > .sel > img { 
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
    }

    .category-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .category-footer .woocommerce-pagination > ul > li{
        display: inline-block;
    }
    .category-footer .woocommerce-pagination > ul > li > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > a.prev {
        display: none;
    }
    .category-footer .woocommerce-pagination > ul > li > a.next {
        display: none;
    }
    .category-footer .woocommerce-result-count {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;

        color: rgba(0, 0, 0, 0.4);
    }






    #main > .container > .row > .col > .custom-breadcrumbs {
        margin-top: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .custom-breadcrumbs > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    #main > .container > .row > .col > .custom-breadcrumbs > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #news-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #news-header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);;
    }

    #banner {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 960px;
        height: 377px;

        margin-top: 50px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #banner .text {
        margin-left: 56px;
        width: 452px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #banner .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
        /* or 97% */


        color: #FFFFFF;
    }
    #banner .text p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #banner .text > a {
        display: block;
        margin-top: 35px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #banner .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #banner .text a button:hover {
        background: #eec222;
    }



    #news-list {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #news-list > .news-item {
        position: relative;
        display: block;

        margin-top: 20px;

        overflow: hidden;

        width: 310px;
        height: 424px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        text-decoration: none;

        margin-left: 15px;
    }
    #news-list > .news-item:first-child {
        margin-left: 0px;
    }
    #news-list > .news-item:nth-child(3n+1) {
        margin-left: 0px;
    }
    #news-list > .news-item:hover, #news-list > .news-item:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list .news-item > .post-thumbnail {
        display: block;

        width: 310px;
        height: 230px;
    }
    #news-list .news-item > .post-thumbnail > img {
        display: block;

        width: 310px;
        height: 230px;
    }
    #news-list > .news-item > .news-text {
        display: block;
        width: 100%;
        height: 224px;
        text-decoration: none;

        padding-top: 30px;
    }
    #news-list > .news-item > .news-text > h4 {
        width: 100%;
        max-height: 40px;
        overflow: hidden;
        padding: 0px 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        
        color: #000000;
    }
    #news-list > .news-item > .news-text > .date {
        display: block;
        width: 100%;
        height: 20px;
        overflow: hidden;
        padding: 0px 20px;
        margin-top: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        
        color: rgba(0, 0, 0, 0.43);
    }
    #news-list > .news-item > .news-text > p {
        width: 100%;
        max-height: 130px;
        overflow: hidden;
        padding: 0px 20px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;

        color: rgba(0, 0, 0, 0.4);
    }

    #news-list > .news-item-lg {
        display: block;

        width: 635px;
        height: 424px;

        margin-top: 20px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #news-list > .news-item-lg:hover, #news-list > .itema-lg:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list > .news-item-lg .text {
        margin-left: 40px;
        width: 400px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #news-list > .news-item-lg .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 26px;
        /* or 108% */
        
        
        color: #FFFFFF;
    }
    #news-list > .news-item-lg .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        
        color: rgba(255, 255, 255, 0.7);    
    }
    #news-list > .news-item-lg .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #news-list > .news-item-lg .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #news-list > .news-item-lg .text a button:hover {
        background: #eec222;
    }

    .wp-pagenavi {
        margin-top: 20px;
        width: 100%;

        display: inline-flex;
        
    }
    .wp-pagenavi > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > a.nextpostslink {
        display: none;
    }
    .wp-pagenavi > a.previouspostslink {
        display: none;
    }
    .wp-pagenavi > .pages {
        display: none;
    }

    #sale_list {
        margin-top: 30px;
    }
    #sale_list .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #sale_list .products .product {
        margin-bottom: 15px;
        margin-left: 15px;
    }
    #sale_list .products .product:first-child {
        margin-left: 0px;
    }
    #sale_list .products .product:nth-child(4n+1) {
        margin-left: 15px;
    }
    #sale_list .products .product:nth-child(3n+1) {
        margin-left: 0px;
    }

    #sale_header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #sale_header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #FF3434;
    }

    a, ins {
        text-decoration: underline;
        text-decoration: none!important;
      }

}


@media (max-width: 992px) {
	#top-header {
	font-size: 14px !important;
}
	.opt-category {
    	margin: 5px 0px 0px !important;
		font-size: 13px !important;
		text-align: center;
    
	}
    
    /*  COMMON STYLES   */
    .flex-middle {
        display: flex;
        align-items: center;
    }
    .flex-space-between {
        display: flex;
        justify-content: space-between;
    }
    .h100 {
        height: 100%;
    }
    body {
        background: #F9F9F9;
    }



    #review-form {
        display: none;
        width: 720px;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    
        padding: 30px 40px;
    
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #review-form > .rw-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #review-form > .rw-header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        
        color: #000000;    
    }
    #review-form > .rw-header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;
    
        cursor: pointer;
    }
    #review-form > .rw-header > span > img {
        position: relative;
    
        margin-right: 4px;
    
        left: 0px;
        top: 1px;
    }
    #review-form form {
        margin-top: 35px;
    
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    
        width: 100%;
    }
    #review-form form .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #review-form form .inpt > span {
        position: absolute;
        display: block;
    
        left: 35px;
        top: -9px;
    
        padding: 0px 5px;
    
        background: #FFFFFF;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
    
        color: #000000;
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > textarea {
        width: 100%;
        height: 72px;
    
        padding: 25px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #review-form form .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    
        color: #313131;
    
        cursor: pointer;
    }
    #review-form form .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #review-form form .btn > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
    
        margin-left: 20px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    
    #review-form form > .cont {
        width: 100%;
        display: flex;
    }
    #review-form form > .cont > .block {
        width: 50%;
    }
    #review-form form > .cont > .block:first-child {
        padding-right: 10px;
    }
    #review-form form > .cont > .block:last-child {
        padding-left: 10px;
    }
    #review-form form > .cont > .block:first-child .inpt:first-child {
        margin: 0;
    }
    #review-form form > .cont > .block:last-child .inpt {
        height: 100%;
        margin: 0;
    }
    #review-form form > .cont > .block:last-child .inpt > textarea {
        height: 100%;
    }
    


    /*  STATIC STYLES   */
    #static {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        display: none;
        z-index: 999;
    }
    #back {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        background: rgba(0, 0, 0, 0.3);
    }
    #static.active {
        display: block;
    }

    /*  CART    */
    #static > .cart {
        position: absolute;
        width: 720px;
        height: calc(100% - 50px);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        padding: 0px 30px;
        
        background: #F9F9F9;
        border-radius: 10px;

        display: none;
        flex-direction: column;
        justify-content: stretch;
    }
    #static .cart .header {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #static .cart .header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;    
    }
    #static .cart .header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        cursor: pointer;
    }
    #static .cart .header > span > img {
        position: relative;

        left: -5px;
        top: 1px;
    }
    #static .cart .widget {
       /* height: calc(100% - 110px);*/
        overflow: hidden;
		overflow-y: auto;
    }

    #static .cart .widget > .widget_shopping_cart_content {
        height: 100%;
       /* height: calc(100% - 80px);*/
    }
    #static .cart .widget > .widget_shopping_cart_content > .main {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 60px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order {
        padding-top: 20px;
       /* padding-bottom: 60px;*/
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list {
        position: relative;
        display: flex;
        height: 100%;
        justify-content: flex-start;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list::after {
        content: "";
        width: 406px;
        height: 64px; 

        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 9998;
        background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 57.78%);
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header {
        position: absolute;
        top: -25px;

        display: none;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list {
        position: relative;
        width: 424px;
        height: auto;
        margin-bottom: 0px;
        overflow-y: scroll;
        overflow-x: visible;
    }
    /* 1 - скроллбар */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar {
        position: relative;
        right: -10px;
        width: 14px;
        height: 4px;
        background-color: #000000;
        border-radius: 500px;
        background: #EFEFEF;

        z-index: 9999;
    }

    /* 2 - кнопка */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-button {
        display: none;
    }
    /* 3 - трек */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track {
        background: #EFEFEF;
        border-radius: 500px;
    }
    /* 4 - видимая часть трека */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track-piece {

    }
    /* 5 - ползунок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-thumb {
        background: #D1D1D1;
        border-radius: 500px;
    }
    /* 6 - уголок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-corner {
    
    }
    /* 7 - изменение размеров */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-resizer {
    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item {
        position: relative;

        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        width: 406px;
        height: 182px;

        margin-bottom: 15px;

        background: #FFFFFF;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image {
        width: 133px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image > img {
        width: 133px;
        height: 100px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n {
        margin-left: 10px;
        width: 263px;
        height: 100px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > .code {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: rgba(0, 0, 0, 0.4); 
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-decoration: none;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a .name {
        width: 200px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .hr {
        position: relative;
        top: -3px;
        display: block;
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 1px;
        margin: 0;
        padding: 0;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .weight {
        position: relative;
        top: -3px;
        height: 72px;

        width: 133px;
        margin-left: 0px;

        display: flex;
        justify-content: center;
        align-items: center;

        text-align: center;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */


        color: #000000;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity {
        position: relative;
        top: -3px;
        height: 72px;

        margin-left: 10px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button {
        display: block;
        width: 40px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 32px;
        text-decoration: none;
        text-align: center;
        /* identical to box height, or 125% */

        border: 1px solid #F5F5F5;
        outline: none;

        color: #000000;
        cursor: pointer;
        background: #F5F5F5;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:hover {
        background: #DDDDDD;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:active {
        background: #c7c7c7;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:last-child {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .quantity {
        display: block;
        width: 70px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        /* identical to box height, or 125% */
        background: #F9F9F9;
        text-align: center;

        border: none;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;
        outline: none;

        text-align: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .sum {
        justify-self: flex-end;
        margin-left: auto;
        margin-right: 30px;

        position: relative;
        top: -3px;
        height: 72px;

        width: fit-content;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: #000000;

        display: flex;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete {
        position: absolute;
        right: 30px;
        top: 35px;

        justify-self: unset;
        margin-left: 0;
        margin-right: 0;

        width: 30px;
        height: 30px;

        border: none;
        outline: none;
        cursor: pointer;

        background: #F5F5F5;
        border-radius: 5px;

        display: flex;
        justify-content: center;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:hover {
        background: #dddddd;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:focus {
        background: #c5c5c5;
    }

    .woocommerce-mini-cart__empty-message {
        margin-top: 30px;
        width: 100%;
        text-align: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }

    #static .cart .order > .form {
        width: 232px;

        background: #FFFFFF;

        padding: 30px 20px 20px 20px;

        display: flex;
        flex-direction: column;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 {
        flex: none!important;
        max-width: 100%!important;
        width: 100%!important;
        padding: 0!important;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 > .woocommerce-billing-fields > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
        
        
        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 .woocommerce-billing-fields__field-wrapper > p {
        margin-top: 13px;

        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > label {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > .woocommerce-input-wrapper > input {
        margin-top: 2px;
        padding: 0px 15px;

        height: 45px;
        
        background: #F5F5F5;
        opacity: 0.6;
        border: 2px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */

        width: 100%;

        color: #000000;

        opacity: 0.3;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        
        color: #000000;
        
        opacity: 0.4;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .woocommerce-privacy-policy-text {
        display: none;
    }
    #static .cart .order > .form > .woocommerce > form .privacy-policy {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button {
        margin-top: 15px;
        height: 50px;

        padding: 0px 20px;

        background: #FFD338;
        border-radius: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;

        color: #313131;

        border: none;
        outline: none;

        cursor: pointer;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button:hover {
        background: #eec222;
    }

    /*  CART-SUCCESS    */
    #static > .cart-success {
        position: absolute;
        width: 697px;
        height: 668px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background: #F9F9F9;
        border-radius: 10px;
    }
    #static > .cart-success > img {

    }
    #static > .cart-success > h2 {
        margin-top: 50px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        text-align: center;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #static > .cart-success > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        text-align: center;
        
        color: rgba(0, 0, 0, 0.3);
    }
    #static > .cart-success > a {
        margin-top: 30px;

        width: 200px;
        height: 60px;
        
        display: block;

        background: #FFD338;
        border-radius: 10px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 60px;
        text-align: center;
        text-decoration: none;
        /* identical to box height, or 125% */

        color: #313131;
    }
    #static > .cart-success > a:hover {
        background: #e6b919;
    }

    /*  CALL    */
    #call-form {
        width: 720px;
        height: 720px;

        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
    }
    #call-form > .call {
        position: relative;

        width: 720px;
        height: 720px;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #call-form > .call > .close {
        display: inline-block;
        position: absolute;
        top: 24px;
        right: 28px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        cursor: pointer;
    }
    #call-form > .call > .close > img {
        position: relative;

        left: -5px;
        top: 1px;
    }
    #call-form > .call > .questions {
        width: 100%;
        height: 50%;
        padding: 0px 80px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call-form > .call > .questions > .phone-n-email {
        margin-top: 10px;
        
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    #call-form > .call > .questions > .phone-n-email > div {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    #call-form > .call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        margin-top: 20px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call-form > .call > .questions > .phone-n-email > div > a {
        margin-top: 10px;

        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }
    #call-form > .call > .questions > span {
        display: inline-block;
        margin-top: 24px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .questions > .social {
        margin-top: 10px;
        display: flex;
    }
    #call-form > .call > .questions > .social > a {
        margin-right: 15px;
    }
    #call-form > .call > .callback {
        border-top: 1px solid rgba(0, 0, 0, 0.2);;
        width: 100%;
        height: 50%;
        padding: 0px 80px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .callback h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* or 118% */
        color: #000000;
    }
    #call-form > .call > .callback .inpt {
        margin-top: 28px;
        position: relative;
        width: 100%;
    }
    #call-form > .call > .callback .inpt > span {
        position: absolute;
        display: block;

        left: 35px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #call-form > .call > .callback .inpt > input {
        width: 100%;
        height: 72px;

        padding: 0px 35px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .callback .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #call-form > .call > .callback .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #call-form > .call > .callback .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #call-form > .call > .callback .btn > span {
        margin-left: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }


    #static > .active {
        display: flex;
    }


    /*  HEADER STYLES   */
    header {
        display: block;

        width: 100%;
        height: 220px;

        background: #FFFFFF;
    }

    #primary-header {
        display: block;

        width: 100%;
        height: 100px;

        background: #FFFFFF;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #header-logo {
        display: block;

        width: 250px;
        height: 50px;
    }
    #header-logo img {
        display: none;
        width: 250px;
        height: 50px;
    }
    #header-logo img.logo-min {
        width: 50px;
        height: 50px;
        display: block;
    }

    .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
        height: 50px!important;
        min-width: 250px!important;
        outline: 0!important;
        border: 1px solid #FFD338!important;
        border-radius: 5px!important;

        font-family: Gotham Pro!important;
        font-style: normal!important;
        font-weight: 400!important;
        font-size: 18px!important;
        line-height: 17px!important;

        color: rgba(49, 49, 49, 0.4)!important;
    }

    #callback {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;

        margin-left: 25px;
    }
    #callback a {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
    line-height: 17px;
        text-decoration: none;

        color: #000000;
    }
    #callback a img {
        position: relative;
        top: 3px;

        display: inline-block;
        width: 18px;
        height: 18px;

        margin-right: 8px;
    }
    #callback button {
        display: block;
        width: 138px;
        height: 25px;

        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 11px;
        margin-top: 5px;
        color: #7D7D7D;
    }
    #callback button:hover {
        background: #e6b919;
    }

    #cart-button {
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 0px 10px;
        height: 50px;

        border: none;
        border-radius: 10px;
        background: none;
        outline: none;
        cursor: pointer;
    }
    #cart-button:hover {
        background: #e2e2e2;
    }
    #cart-button div  {
        display: block;
        margin-left: 15px;
    }
    #cart-button div span {
        display: block;
        text-align: center;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        text-align: left;
        
        color: #000000;
    }
    #cart-button div #count {
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        text-align: left;
        
        color: #7D7D7D;
    }


    #secondary-header {
        display: flex;

        flex-direction: row;
        justify-content: flex-start;

        width: 100%;
        height: 90px;

        background: #FFFFFF;
    }

    #catalog-link {
        width: 60px;
        height: 60px;

        display: flex;
        justify-content: center;
        align-items: center;

        background: #FFD338;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
        border: none;
        outline: none;
        border-radius: 5px;

        text-decoration: none;

        cursor: pointer;
    }
    #catalog-link:hover {
        background: #eec222;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
    }
    #catalog-link span {
        display: none;
    }

    #main-header-nav nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    #main-header-nav ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
		margin-left: 10px;
    }
    #main-header-nav ol li {
        display: inline;

        margin-left: 20px;
    }

    #main-header-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }


    /*  FOOTER STYLES   */
    footer {
        width: 100%;
        height: 200px;
        margin-top: 90px;

        background: #273142;
    }
    footer .container {
        height: 100%;
    }
    footer .container .row {
        height: 100%;
        display: flex;
        align-items: center;
    }
    footer .container .row .col {
        display: block;
        height: fit-content;
    }
    #footer-logo {
        display: block;

        width: 200px;
        height: auto;
    }
    #footer-logo img {
        display: block;

        width: 200px;
        height: auto;
    }
    #main-footer-nav nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    #main-footer-nav ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    #main-footer-nav ol li {
        display: inline;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }
    #main-footer-nav ol li:last-child {
        margin-right: 0px;
    }
    #main-footer-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;    
    }
    .social ol {
        display: flex;
        justify-content: flex-end;

        width: 100%;
        margin: 0;
        padding: 0;
    }
    .social ol li {
        display: inline;

        margin-left: 25px;
    }
    .social ol li:first-child {
        margin-left: 0px;
    }

    .social ol li a {
    
    }

    #call {
        margin-top: 75px;

        width: 720px;
        height: 414px;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #call > .questions {
        width: 60%;
        height: 100%;
        padding: 0px 30px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call > .questions > .phone-n-email {
        margin-top: 10px;
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #call > .questions > .phone-n-email > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        margin-top: 20px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call > .questions > .phone-n-email > div > a {
        margin-top: 10px;

        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }
    #call > .questions > span {
        display: inline-block;
        margin-top: 24px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call > .questions > .social {
        margin-top: 20px;
        display: flex;
    }
    #call > .questions > .social > a {
        margin-right: 15px;
    }
    #call > .news-box {
        width: 40%;
        height: 100%;
        padding: 0px 0px;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    #call > .news-box > .new {
        width: 240px;
        margin-right: 20px;
    }
    #call > .news-box > .new:last-child {
        display: none;
    }
    #call > .news-box > .new > .post-thumbnail > img {
        border-radius: 10px;
        width: 240px;
        height: 144px;
    }
    #call > .news-box > .new > h4 {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #call > .news-box > .new > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    #call > .news-box > .new > a {
        margin-top: 13px;
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;
        
        color: rgba(0, 0, 0, 0.4);
    }

    .single-product > h2 {
        width: 100%;
        margin-top: 90px;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;

    }
    .single-product .products {
        margin-top: 20px!important;
    }

    #same {
        margin-top: 30px;
    }

    #same .items {
        margin-top: 30px;

        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
        margin: auto;
        margin-top: 20px;
    }

    #same .items .item {
        display: block;

        width: 325px;
        height: 508px;

        overflow: hidden;
    }
    #same .items .item > div {
        position: relative;
        display: block;

        overflow: hidden;

        margin: auto;

        width: 310px;
        height: 508px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #same .items .item > div > a {
        display: block;
        height: 441px;
        text-decoration: none;
    }
    #same .items .item > div > a:hover, #same .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #same .items .item > div > a > img {
        display: block;

        width: 310px;
        height: 200px;
    }
    #same .items .item > div > a > .code {
        display: block;

        width: 100%;
        padding: 0px 30px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .name {
        width: 100%;
        height: 40px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 9px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }
    #same .items .item > div > a > .description {
        width: 100%;
        height: 68px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .price-box {
        display: flex;
        justify-content: flex-start;

        width: 100%;
        margin-top: 21px;
    }
    #same .items .item > div > a > .price-box > .price {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #same .items .item > div > a > .price-box > .price > .prev {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    #same .items .item > div > a > .price-box > .price > .current {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */

        color: #313131;
    }
    #same .items .item > div > a > .price-box > .in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    #same .items .item > div > a > .price-box > .in-stock.is-in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    #same .items .item > div > button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    #same .items .item > div > button:hover {
        background: #eec222;
    }
    #same .items .item > div > button:active {
        background: #474747;
    }
    #same .items .item > div > button > img {
        margin-right: 18px;
    }


    .woocommerce-breadcrumb {
        margin-top: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    .woocommerce-breadcrumb > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    .woocommerce-breadcrumb > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .header > .sel {
        position: relative;
    }
    #main > .container > .row > .col > .header > .sel > select {
        width: 273px;
        height: 56px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;

        padding: 0px 30px;

        opacity: 0.8;

        background: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #main > .container > .row > .col > .header > .sel > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #main > .container > .row > .col > .header > .sel > img { 
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
    }




    /* 
        "post.css"
        by Ryzhenko Ivan

    */

    article .entry-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        height: auto;
    }
    article .entry-header .entry-title {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }

    .martop70 {
        margin-top: 70px;
    }
    .martop60 {
        margin-top: 60px;
    }
    .martop40 {
        margin-top: 40px;
    }

    #banner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

        width: 1300px;
        height: 450px;

        margin-top: 50px;
        border-radius: 10px;

        background: #7D7D7D;
        overflow: hidden;
    }
    #banner > h2 {
        width: 100%;
        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 35px;
        /* or 97% */

        z-index: 50;
        color: #FFFFFF;
    }
    #banner > .post-thumbnail {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1300px;
        height: 453px;
    }
    #banner > .post-thumbnail > img {
        width: 1300px;
        height: 453px;
    }

    .main-text .row .col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .main-text .row .col > img {
        width: 100%;
    }
    .main-text .row .col > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 22px;

        color: #000000;
    }
    .main-text .row .col > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.6);
    }
    .main-text .row .col:nth-child(1n) > h3 {
        margin-right: 0px;
    }
    .main-text .row .col:nth-child(1n) > p {
        margin-right: 0px;
    }
    .main-text .row .col:nth-child(2n) > h3 {
        margin-left: 0px;
    }
    .main-text .row .col:nth-child(2n) > p {
        margin-left: 0px;
    }

    .entry-footer {
        display: none;
    }

    .martop40 {
        margin-top: 25px;
    }

    .d-card {
        width: 100%;
        height: 380px;

        margin-bottom: 20px;

        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }
    .d-card > .header {
        height: 80px;
        display: flex;
        align-items: center;

        padding: 0px 20px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .d-card > .header > img {
        width: 34px;
        height: 34px;
    }
    .d-card > .header > h3 {
        margin-left: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 19px;

        color: #000000;    
    }
    .d-card > .body {
        width: 100%;
        padding: 0px 20px;
        padding-top: 30px;
    }
    .d-card > .body > p {
        margin-bottom: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > p > .number {
        display: inline-block;
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        /* identical to box height, or 83% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul {
        list-style: none;
        padding-left: 20px;
    }
    .d-card > .body > ul > li {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }

    #info {
        margin-top: 25px;

        display: flex;
        flex-direction: column;

        width: 720px;
        height: 650px;

        background: #FFFFFF;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        border-radius: 20px;

        overflow: hidden;
    }
    #info > .map {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    #info > .map > img {
        width: 100%;
    }
    #info > .contacts {
        width: 100%;
        height: 350px;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        padding: 0px 40px;
    }
    #info > .contacts > h4 {
        display: block;
        text-align: center;
        width: 100%;
        height: 40px;
        background: #FFD338;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 40px;

        margin-top: 30px;

        color: #303030;
    }
    #info > .contacts > div {
        margin-top: 30px;
        display: flex;

        width: 50%;
    }
    #info > .contacts > div > img {
        width: 33px;
        height: 33px;
    }
    #info > .contacts > div > div {
        margin-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;

        color: #000000;
    }
    #info > .contacts > div > div > h6 {
        margin-bottom: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 33px;

        color: #303030;
    }
    #info > .contacts > div > div > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
        
        text-decoration-line: underline;
        
        color: #08AFD3;
    }



    .price-n-button {
        position: relative;
        right: calc(100% + 20px);
        width: calc(200% + 20px);
        display: flex;
        align-items: center;
        margin-top: 20px;
    }





    .images .flex-viewport {
        position: relative;
        width: 329px!important;
        height: 239.99px!important;

        border-radius: 10px;
        overflow: hidden;
    }
    .images .flex-viewport figure {
        height: 239.99px!important;
    }
    .images .flex-viewport figure div {
        width: 329px!important;
        height: 239.99px!important;
    }
    .images .flex-viewport figure div a {
        display: block;
        width: 329px!important;
        height: 239.99px!important;
    }
    .images .flex-viewport figure div a img {
        width: 329px!important;
        height: 239.99px!important;
    }
    .images .woocommerce-product-gallery__trigger {
        position: absolute;
        display: block;
        height: 1em!important;
        width: 1em!important;
        top: 1em!important;
        left: 1em!important;
        z-index: 10;
    }
    .images .flex-control-nav {
        margin-top: 15px;
        display: flex;
    }
    .images .flex-control-nav > li {
        display: block;
        margin-right: 10px;
        border-radius: 10px;
        overflow: hidden;
        width: 70px!important;
        height: 70px!important;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }
    .images .flex-control-nav > li img {
        width: 70px!important;
        height: 70px!important;
    }
    .images .flex-control-nav > li:hover {
        transition: all 0.3s ease-out;
    }

    .main-info h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;
        
        color: #000000;
    }
    .main-info p {
        margin-top: 15px;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;

        color: rgba(0, 0, 0, 0.4);
    }
    .main-info ul.only-card {
        display: none;
    }
    .custom-attributes {
        margin-top: 15px;
        width: 100%;
    }
    .custom-attributes li {
        position: relative;
        margin-top: 6px;
        width: 100%;
        display: none;
        justify-content: space-between;
    }
    .custom-attributes li:first-child {
        margin-top: 0px;
    }
    .custom-attributes li::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .custom-attributes li .attribute-label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 15px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .custom-attributes li .attribute-value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        
        color: #000000;
        z-index: 10;
    }
    .custom-attributes li:nth-child(1) {
        display: flex;
    }
    .custom-attributes li:nth-child(2) {
        display: flex;
    }
    .custom-attributes li:nth-child(3) {
        display: flex;
    }
    .custom-attributes li:nth-child(4) {
        display: flex;
    }

    .main-info .all-spec {
        margin-top: 20px;

        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
    }

    .main-info .price {
        margin-top: 0px;
        width: 50%;
    }
    .main-info .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price del .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        /*color: #FF3434;*/
    }
    .main-info .price ins .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        /*color: #FF3434;*/
    }
    .main-info .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }
    .main-info .price  bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }


    .main-info form {
        display: flex;
        margin-top: 0px;
        width: 50%;
    }
    .main-info .sku {
        display: block;
        margin-top: 15px;
        width: 100%;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.8);
    }
    .main-info form .quantity {
        display: none;
    }
    .main-info form .single_add_to_cart_button  {
        width: 100%;
        height: 63px;

        background: #FFD338;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #eec222;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #d6ae1d;
    }
    .main-info form .one-click {
        width: 249px;
        height: 63px;
        margin-left: 10px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .one-click:hover {
        background: #f8f8f8;
    }

    .description-content > h2:first-child {
        display: none;
    }

    .description-content {
        margin-top: 80px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }
    .description-content .col h4 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #000000;
    }
    .description-content .col p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }

    .additional_information-content > h2 {
        margin-top: 100px;

        padding: 0px 10px;

        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #000000;
    }

    .woocommerce-product-attributes {
        margin-top: 30px;
        width: 100%;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item {
        position: relative;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:first-child {
        margin-top: 0px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(2) {
        margin-top: 0px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;
        padding-left: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        
        color: #000000;
        z-index: 10;
    }


    #same-items {
        margin-top: 75px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 538px;
    }
    #same-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 538px;
    }
    #same-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .products .type-product {
        position: relative;
        display: block;
        overflow: hidden;

        margin-bottom: 20px;

        width: 350px!important;
        height: 538px!important;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    .products .type-product > a {
        position: relative;
        display: block;
        height: 471px;
        text-decoration: none;
        overflow: hidden;
    }
    .products .type-product > a:hover, .products .type-product > a:focus {
        text-decoration: none;
        outline: none;
    }
    .products .type-product > a > .image {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 350px;
        height: 262.5px;
    }
    .products .type-product > a > .image::after {
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 0px;
        left: 0px;

        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }
    .products .type-product > a > .image > img {
        display: block;

        width: 350px;
        height: 262.5px;
    }
    .products .type-product > a > .sku {
        display: block;

        width: 100%;
        padding: 0px 30px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
    .products .type-product > a > .woocommerce-loop-product__title {
        width: 100%;
        padding: 0px 30px;
        margin-top: 9px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 17px;
        /* or 111% */

        color: #313131;
    }
    .products .type-product > a > .woo-product-short-desc {
        width: 100%;
        height: 51px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    .products .type-product > a > .woo-product-short-desc > ul {
        list-style: none;
        padding-left: 15px;
    }
    .products .type-product > a > .woo-product-short-desc > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }
    .products .type-product > a > .price-box {
        position: absolute;
        bottom: 0px;
        padding: 0 30px;
        padding-top: 5px;
        padding-bottom: 15px;

        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
    }
    .products .type-product > a > .price-box > .price {
        width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    }
    .products .type-product > a > .price-box > .price > .amount {
        width: 100%;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    .products .type-product > a > .price-box > .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price del .amount bdi {
        display: block;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price ins .amount bdi {
        display: block;
        width: 100%;
     

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .price  bdi {
        display: block;
        width: 100%;
     

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .in-stock {
        display: block;
        padding-left: 10px;

        margin-left: 20px;

        width: fit-content;
        padding: 0 10px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    .products .type-product > a > .price-box > .in-stock.is-in-stock {
        display: block;
        padding-left: 5px;

        width: fit-content;
        padding: 0 10px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    .products .type-product > .button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    .products .type-product > .button::before {
        content: '';
        display: inline-block;
        background: url(https://multistroy.dp.ua/wp-content/themes/multistroy/assets/img/item-cart.svg);
        background-size: 100% 100%;
        width: 25px;
        height: 24px;
        margin-right: 10px;
    }
    .products .type-product > .button:hover {
        background: #eec222;
    }
    .products .type-product > .button:active {
        background: #474747;
    }
    .products .type-product > .button > img {
        margin-right: 18px;
    }

    .woocommerce-info {
        background: #FFFFFF!important;
        border: 1px solid #727272;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        padding: 10px 20px;
    }

    .woocommerce-message {
        background: #65c261!important;
        border: 1px solid #448341;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        margin-top: 20px;

        padding: 10px 20px;
    }

    .woocommerce-message a {
        display: none;
    }

    /* 
        "index.css"
        by Ryzhenko Ivan

    */

    #carousel {
        width: 720px;
        height: 376px;
        margin-top: 20px;
        border-radius: 10px;
        overflow: hidden;
    }
    #carousel .slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 720px;
        height: 376px;

        background: #7D7D7D;
    }
    #carousel .slide .text {
        margin-left: 40px;
        width: 452px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #carousel .slide .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        /* or 97% */


        color: #FFFFFF;
    }
    #carousel .slide .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #carousel .slide .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #carousel .slide .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #carousel .slide .text a button:hover {
        background: #eec222;
    }


    #lead {
        width: 100%;
        margin-top: 50px;
    }
    #lead > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;

    }
    #lead-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 538px;
    }
    #lead-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 538px;
    }
    #lead-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }


    #sale {
        width: 100%;
        margin-top: 50px;
    }
    #sale > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #FF3434;

    }
    #sale-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 538px;
    }
    #sale-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 538px;
    }
    #sale-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }


    #categories {
        width: 100%;
        margin-top: 50px;
    }
    #categories h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #categories .items {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 280px;
        margin: auto;
        margin-top: 20px;
    }

    #categories .items .item {
        display: block;

        width: 350px;
        height: 280px;

        overflow: hidden;
    }
    #categories .items .item > div {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        margin: auto;

        width: 350px;
        height: 280px;
    }
    #categories .items .item > div > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 350px;
        height: 130px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #categories .items .item > div > a:hover, #categories .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #categories .items .item > div > a > img {
        display: block;
        width: 150px;
    }
    #categories .items .item > div > a > h3 {
        width: 150px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }


    #about {
        width: 100%;
        margin-top: 50px;
    }
    #about h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #about .container {
        width: 100%;
    }
    #about .container > .row {
        margin-top: 20px;
    }
    #about .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: 100%;
        height: 338px;

        padding: 0px 20px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #about .container > .row > .col > .card > h3 {
        margin-top: 14px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 25px;
        /* or 104% */
        
        color: #313131;
    }
    #about .container > .row > .col > .card > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;
        /* or 106% */
        
        color: rgba(0, 0, 0, 0.3);
    }


    #reviews {
        width: 100%;
        margin-top: 90px;
    }
    #reviews h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #reviews .container {
        width: 100%;
    }
    #reviews .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: 100%;
        height: 315px;

        padding: 0px 20px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        margin-top: 20px;
    }
    #reviews .container > .row > .col:last-child {
        display: none;
    }
    #reviews .container > .row > .col > .card > .stars {
        height: 34px;
    }
    #reviews .container > .row > .col > .card > h3 {
        margin-top: 33px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 22px;
        /* identical to box height, or 92% */
        
        
        color: #000000;
    }
    #reviews .container > .row > .col > .card > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        /* or 122% */
        
        color: rgba(0, 0, 0, 0.4);
    }
    #reviews > a {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);

        text-decoration: none;
    }
    #reviews > a:hover {
        color: rgba(0, 0, 0, 0.6);
    }


    #frequent {
        width: 100%;
        margin-top: 50px;
    }
    #frequent h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;
    }
    #frequent .requests {
        margin-right: 0px;
    }
    #frequent .requests > .container {
        margin-top: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }
    #frequent .requests > .container .row {
        margin-bottom: 4px;
        margin-left: -4px;
        margin-right: -4px;
    }
    #frequent .requests > .container .row .col {
        padding-left: 2px;
        padding-right: 2px;
    }
    #frequent .requests > .container .row .col a {
        display: block;
        width: 100%;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;

        color: rgba(0, 0, 0, 0.5);
        text-align: center;
        text-decoration: none;

        background: #E7E7E7;
        border-radius: 50px;
    }
    #frequent .requests > .container .row a:hover {
        color: rgba(0, 0, 0, 0.4);
        background: #cccccc;
    }
    #frequent .questions {
        display: flex;
        flex-direction: column;
        justify-content: center;

        margin-top: 10px;

        width: 100%;
        height: 430px;

        padding: 0px 20px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #frequent .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;
        /* identical to box height */
        
        
        color: #000000;
    }
    #frequent .questions > p {
        margin-top: 15px;

        padding-right: 20px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #frequent .questions > .inpt > span {
        position: absolute;
        display: block;

        left: 35px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #frequent .questions > .inpt > input {
        width: 100%;
        height: 72px;

        padding: 0px 35px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #frequent .questions > .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #frequent .questions > .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #frequent .questions > .btn > span {
        margin-left: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }





    #catalog .products {
        margin-top: 20px;

        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog .products .product {
        margin-bottom: 20px;
        margin-left: 20px;
    }
    #catalog .products .product:first-child {
        margin-left: 0px;
    }
    #catalog .products .product:nth-child(3n+1) {
        margin-left: 20px;
    }
    #catalog .products .product:nth-child(2n+1) {
        margin-left: 0px!important;
    }

    #catalog-cat .products .type-product {
        margin-bottom: 20px!important;
        margin-left: 20px!important;
    }
    #catalog-cat .products .type-product:first-child {
        margin-left: 0px!important;
    }
    #catalog-cat .products .type-product:nth-child(4n+1) {
        margin-left: 20px!important;
    }
    #catalog-cat .products .type-product:nth-child(3n+1) {
        margin-left: 20px!important;
    }
    #catalog-cat .products .type-product:nth-child(2n+1) {
        margin-left: 0px!important;
    }



    /* 
        "catalog.css"
        by Ryzhenko Ivan

    */

    #catalog_title {
        height: auto;
        background: none;
    }

    #catalog_title > h1.page-title {
        margin-top: 32px;
        margin-bottom: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }

    #catalog-cat .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog-cat .products .product {
        margin-bottom: 20px;
        margin-left: 20px;
    }
    #catalog-cat .products .product:first-child {
        margin-left: 0px;
    }
    #catalog-cat .products .product:nth-child(3n+1) {
        margin-left: 20px;
    }
    #catalog-cat .products .product:nth-child(2n+1) {
        margin-left: 0px;
    }
    #catalog-cat .products .product-category {
        margin-bottom: 20px;
        margin-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 350px;
        height: 130px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 350px;
        height: 130px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        text-decoration: none;
    }
    #catalog-cat .products .product-category > a:hover, #catalog .products .product-category > a:focus {
        text-decoration: none;
        outline: none;
    }
    #catalog-cat .products .product-category > a > img {
        display: flex;
        justify-content: flex-end;
        width: 175px;
        height: 100%;
        overflow: hidden;
    }
    #catalog-cat .products .product-category > a > h2 {

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a > h2 > mark {
        background: none;
        text-decoration: none;
    }

    #filter-btn {
        display: block;
        width: 100%;
        height: 50px;

        background: #FFFFFF;
        border: 2px solid #FFD338;
        box-sizing: border-box;
        /* Drop Shadow */

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 27px;
        /* identical to box height */


        color: rgba(0, 0, 0, 0.8);
    }
    #filter-btn.collapsed {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    aside#secondary {
        margin-right: 15px;
        width: 100%;
        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;

        padding-top: 25px;
        padding-bottom: 5px;

        display: none;
        
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    aside#secondary.show {
        display: flex;
    }
    aside#secondary > .widget_layered_nav {
        width: 50%;
        background: #FFFFFF;
        padding-bottom: 0;
        margin-bottom: 25px;
        border-bottom: none;
    }
    aside#secondary > .widget_layered_nav:last-child {
        margin-bottom: 0px;
        border: none;
    }
    aside#secondary > .widget_layered_nav > h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
        padding: 5px 40px;

        margin-bottom: 20px;

        border: none;
        outline: none;
        background: none;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;

        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul {
        padding: 0px 40px;
    }
    aside#secondary > .widget_layered_nav > ul > li {
        display: inline-flex;
        width: 100%;
        margin-bottom: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li > a {
        display: inline-flex;
        align-items: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;

        margin-right: 2px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li:hover > a {
        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul > li > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/unchosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li.chosen > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/chosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li:last-child {
        margin-bottom: 0px;
    }


    #catalog_category_title {
        margin-top: 32px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        height: auto;
        background: none;
    }
    #catalog_category_title > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #catalog_category_title > .sel {
        position: relative;
    }
    #catalog_category_title > .sel > form > select {
        width: 273px;
        height: 56px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;

        padding: 0px 20px;

        opacity: 0.8;

        background: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #catalog_category_title > .sel > form > select > option {
        width: 273px;
    }
    #catalog_category_title > .sel > form > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #catalog_category_title > .sel > img { 
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
    }

    .category-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .category-footer .woocommerce-pagination > ul > li{
        display: inline-block;
    }
    .category-footer .woocommerce-pagination > ul > li > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > a.prev {
        display: none;
    }
    .category-footer .woocommerce-pagination > ul > li > a.next {
        display: none;
    }
    .category-footer .woocommerce-result-count {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;

        color: rgba(0, 0, 0, 0.4);
    }






    #main > .container > .row > .col > .custom-breadcrumbs {
        margin-top: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .custom-breadcrumbs > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    #main > .container > .row > .col > .custom-breadcrumbs > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #news-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #news-header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);;
    }

    #banner {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 720px;
        height: 377px;

        margin-top: 20px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #banner .text {
        margin-left: 56px;
        width: 452px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #banner .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
        /* or 97% */


        color: #FFFFFF;
    }
    #banner .text p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #banner .text > a {
        display: block;
        margin-top: 35px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #banner .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #banner .text a button:hover {
        background: #eec222;
    }



    #news-list {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #news-list > .news-item {
        position: relative;
        display: block;

        margin-top: 20px;

        overflow: hidden;

        width: 350px;
        height: 424px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        text-decoration: none;

        margin-left: 0px;
    }
    #news-list > .news-item:first-child {
        margin-left: 0px;
    }
    #news-list > .news-item:nth-child(3n+1) {
        margin-left: 0px;
    }
    #news-list > .news-item:nth-child(2n+1) {
        margin-left: 0px;
    }
    #news-list > .news-item:hover, #news-list > .news-item:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list .news-item > .post-thumbnail {
        display: block;

        width: 350px;
        height: 262.5px;
    }
    #news-list .news-item > .post-thumbnail > img {
        display: block;

        width: 350px;
        height: 262.5px;
    }
    #news-list > .news-item > .news-text {
        display: block;
        width: 100%;
        height: 224px;
        text-decoration: none;

        padding-top: 10px;
    }
    #news-list > .news-item > .news-text > h4 {
        width: 100%;
        max-height: 40px;
        overflow: hidden;
        padding: 0px 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        
        color: #000000;
    }
    #news-list > .news-item > .news-text > .date {
        display: block;
        width: 100%;
        height: 20px;
        overflow: hidden;
        padding: 0px 20px;
        margin-top: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        
        color: rgba(0, 0, 0, 0.43);
    }
    #news-list > .news-item > .news-text > p {
        width: 100%;
        max-height: 130px;
        overflow: hidden;
        padding: 0px 20px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;

        color: rgba(0, 0, 0, 0.4);
    }

    #news-list > .news-item-lg {
        display: block;

        width: 720px;
        height: 424px;

        margin-top: 20px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #news-list > .news-item-lg.item-clearfix {
        display: none;
    }
    #news-list > .news-item-lg:hover, #news-list > .itema-lg:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list > .news-item-lg .text {
        margin-left: 40px;
        width: 400px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #news-list > .news-item-lg .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 26px;
        /* or 108% */
        
        
        color: #FFFFFF;
    }
    #news-list > .news-item-lg .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        
        color: rgba(255, 255, 255, 0.7);    
    }
    #news-list > .news-item-lg .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #news-list > .news-item-lg .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #news-list > .news-item-lg .text a button:hover {
        background: #eec222;
    }

    .wp-pagenavi {
        margin-top: 20px;
        width: 100%;

        display: inline-flex;
        
    }
    .wp-pagenavi > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > a.nextpostslink {
        display: none;
    }
    .wp-pagenavi > a.previouspostslink {
        display: none;
    }
    .wp-pagenavi > .pages {
        display: none;
    }

    #sale_list {
        margin-top: 30px;
    }
    #sale_list .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #sale_list .products .product {
        margin-bottom: 20px;
        margin-left: 20px;
    }
    #sale_list .products .product:first-child {
        margin-left: 0px;
    }
    #sale_list .products .product:nth-child(4n+1) {
        margin-left: 20px;
    }
    #sale_list .products .product:nth-child(3n+1) {
        margin-left: 20px;
    }
    #sale_list .products .product:nth-child(2n+1) {
        margin-left: 0px;
    }

    #sale_header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #sale_header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #FF3434;
    }

    a, ins {
        text-decoration: underline;
        text-decoration: none!important;
      }

}

45.39.183.79:64665:dqZG9Sq1:@media (max-width: 768px) {
	#top-header {
	font-size: 14px !important;
}
	.term-description img{
	height: 100%;
    width: 100%;
}

    .error-404 {
        width: 100%;
        height: calc(100vh - 530px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .error-404 h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 21px;
        /* identical to box height */
    
        text-align: center;
        
        color: #000000;
    }
    .error-404 h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 26px;
    
        text-align: center;
        
        color: #000000;
    }
    .error-404 p {
        margin-top: 20px;
        max-width: 600px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        
        color: rgba(0, 0, 0, 0.6);
    }
    .error-404 a {
        margin-top: 20px;
    
        display: flex;
        width: 200px;
        height: 60px;
    
        justify-content: center;
        align-items: center;
        
        background: #FFD646;
        border-radius: 10px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */
    
    
        color: #000000;
    }
    .error-404 a:hover {
        background: #e4c03e;
    }
    
    /*  COMMON STYLES   */
    .flex-middle {
        display: flex;
        align-items: center;
    }
    .flex-space-between {
        display: flex;
        justify-content: space-between;
    }
    .h100 {
        height: 100%;
    }
    body {
        background: #F9F9F9;
    }



    #review-form {
        display: none;
        width: calc(100% - 40px);
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    
        padding: 30px 40px;
    
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #review-form > .rw-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #review-form > .rw-header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        
        color: #000000;    
    }
    #review-form > .rw-header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        width: 20px;
        height: 20px;
    
        cursor: pointer;
    }
    #review-form > .rw-header > span > img {
        position: static;

        margin-right: 0px;

        width: 20px;
        height: 20px;
    }
    #review-form > .rw-header > span > span {
        display: none;
    }
    #review-form form {
        margin-top: 35px;
    
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    
        width: 100%;
    }
    #review-form form .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #review-form form .inpt > span {
        position: absolute;
        display: block;
    
        left: 20px;
        top: -9px;
    
        padding: 0px 5px;
    
        background: #FFFFFF;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
    
        color: #000000;
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 20px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > textarea {
        width: 100%;
        height: 144px;
    
        padding: 25px 20px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #review-form form .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    
        color: #313131;
    
        cursor: pointer;
    }
    #review-form form .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #review-form form .btn > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
    
        margin-left: 20px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    
    #review-form form > .cont {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #review-form form > .cont > .block {
        width: 100%;
    }
    #review-form form > .cont > .block:first-child {
        padding-right: 0px;
    }
    #review-form form > .cont > .block:last-child {
        padding-left: 0px;
    }
    #review-form form > .cont > .block:first-child .inpt:first-child {
        margin-top: 20px;
    }
    #review-form form > .cont > .block:last-child .inpt {
        height: 100%;
        margin-top: 20px;
    }
    #review-form form > .cont > .block:last-child .inpt > textarea {
        height: 144px;
    }
    


    /*  STATIC STYLES   */
    #static {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        display: none;
        z-index: 999;
    }
    #back {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        background: rgba(0, 0, 0, 0.3);
    }
    #static.active {
        display: block;
    }

    /*  CART    */
    #static > .cart {
        position: absolute;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        padding: 0px 30px;
        
        background: #F9F9F9;
        border-radius: 10px;

        display: none;
        flex-direction: column;
        justify-content: stretch;
    }
    #static .cart .header {
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #static .cart .header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;    
    }
    #static .cart .header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        cursor: pointer;
        z-index: 99999;
    }
    #static .cart .header > span > img {
        position: relative;

        left: -5px;
        top: 1px;
    }
    #static .cart .widget {
       /* height: calc(100% - 190px);*/
        overflow: hidden;
    }
    #static .cart .widget > .widget_shopping_cart_content {
        height: 100%;
       /* height: calc(100% - 80px);*/
    }
    #static .cart .widget > .widget_shopping_cart_content > .main {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 0px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order {
        padding-top: 20px;
        /*padding-bottom: 60px;*/
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list {
        position: relative;
        display: flex;
        height: 100%;
        justify-content: flex-start;
    }
    #show_order {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: calc(100% - 60px);
        height: 90px;

        background: #FFD338;
        border: 3px solid #FFD338;
        box-sizing: border-box;
        border-radius: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 20px;
        /* identical to box height, or 83% */


        color: #1A1A1A;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list::after {
        content: "";
        width: 100%;
        height: 64px; 

        display: none;

        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 9998;
        background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 57.78%);
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header {
        position: absolute;
        top: -25px;

        display: none;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        overflow-y: scroll;
        overflow-x: visible;

        padding-right: 5px;
    }
    /* 1 - скроллбар */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar {
        display: none;
    }

    /* 2 - кнопка */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-button {
        display: none;
    }
    /* 3 - трек */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track {
        background: #EFEFEF;
        border-radius: 500px;
    }
    /* 4 - видимая часть трека */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track-piece {

    }
    /* 5 - ползунок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-thumb {
        background: #D1D1D1;
        border-radius: 500px;
    }
    /* 6 - уголок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-corner {
    
    }
    /* 7 - изменение размеров */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-resizer {
    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item {
        position: relative;

        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        height: 182px;

        margin-bottom: 15px;

        background: #FFFFFF;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image {
        width: 133px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image > img {
        width: 133px;
        height: 100px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n {
        margin-left: 10px;
        width: 263px;
        height: 100px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > .code {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: rgba(0, 0, 0, 0.4); 
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-decoration: none;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a .name {
        width: 250px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .hr {
        position: relative;
        top: -3px;
        display: block;
        background: rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 1px;
        margin: 0;
        padding: 0;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .weight {
        position: relative;
        top: -3px;
        height: 72px;

        width: 133px;
        margin-left: 0px;

        display: flex;
        justify-content: center;
        align-items: center;

        text-align: center;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */


        color: #000000;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity {
        position: relative;
        top: -3px;
        height: 72px;

        margin-left: 10px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button {
        display: block;
        width: 40px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 32px;
        text-decoration: none;
        text-align: center;
        /* identical to box height, or 125% */

        border: 1px solid #F5F5F5;
        outline: none;

        color: #000000;
        cursor: pointer;
        background: #F5F5F5;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:hover {
        background: #DDDDDD;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:active {
        background: #c7c7c7;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:last-child {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .quantity {
        display: block;
        width: 70px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        /* identical to box height, or 125% */
        background: #F9F9F9;
        text-align: center;

        border: none;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;
        outline: none;

        text-align: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .sum {
        justify-self: flex-end;
        margin-left: auto;
        margin-right: 30px;

        position: relative;
        top: -3px;
        height: 72px;

        width: fit-content;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: #000000;

        display: flex;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete {
        position: absolute;
        right: 30px;
        top: 35px;

        justify-self: unset;
        margin-left: 0;
        margin-right: 0;

        width: 30px;
        height: 30px;

        border: none;
        outline: none;
        cursor: pointer;

        background: #F5F5F5;
        border-radius: 5px;

        display: flex;
        justify-content: center;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:hover {
        background: #dddddd;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:focus {
        background: #c5c5c5;
    }

    .woocommerce-mini-cart__empty-message {
        margin-top: 30px;
        width: 100%;
        text-align: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }
    .mini-cart-container{
        flex-wrap:wrap;
    }
/*    #static .cart .order {
        display: none;
    }*/

    #static .cart .order > .form {
        width: 100%;
        height: 100%;
       /* position: absolute;
        top: 0;
        left: 0;*/

        background: #FFFFFF;

        padding: 30px 20px 20px 20px;

        display: flex;
        flex-direction: column;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 {
        flex: none!important;
        max-width: 100%!important;
        width: 100%!important;
        padding: 0!important;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 > .woocommerce-billing-fields > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000; 

        margin-bottom: 30px;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 .woocommerce-billing-fields__field-wrapper > p {
        margin-top: 13px;

        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > label {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > .woocommerce-input-wrapper > input {
        margin-top: 2px;
        padding: 0px 15px;

        height: 45px;
        
        background: #F5F5F5;
        opacity: 0.6;
        border: 2px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 125% */

        width: 100%;

        color: #000000;

        opacity: 0.3;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        
        color: #000000;
        
        opacity: 0.4;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .woocommerce-privacy-policy-text {
        display: none;
    }
    #static .cart .order > .form > .woocommerce > form .privacy-policy {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button {
        display: block;
       /* position: absolute; */
      /*  bottom: 20px; */
      /*  left: 50%; */
       /* transform: translate(-50%, 0%); */
		left: auto;
   		 transform: translate(0%, 0%);
       /* width: calc(100% - 60px); */
        height: 90px;

        background: #FFD338;
        border: 3px solid #FFD338;
        box-sizing: border-box;
        border-radius: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 20px;
        /* identical to box height, or 83% */
        color: #1A1A1A;
        outline: none;

        cursor: pointer;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button:hover {
        background: #eec222;
    }

    /*  CART-SUCCESS    */
    #static > .cart-success {
        position: absolute;
        width: 520px;
        height: 620px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background: #F9F9F9;
        border-radius: 10px;
    }
    #static > .cart-success > img {

    }
    #static > .cart-success > h2 {
        margin-top: 50px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        text-align: center;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #static > .cart-success > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        text-align: center;
        
        color: rgba(0, 0, 0, 0.3);
    }
    #static > .cart-success > a {
        margin-top: 30px;

        width: 200px;
        height: 60px;
        
        display: block;

        background: #FFD338;
        border-radius: 10px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 60px;
        text-align: center;
        text-decoration: none;
        /* identical to box height, or 125% */

        color: #313131;
    }
    #static > .cart-success > a:hover {
        background: #e6b919;
    }

    /*  CALL    */
    #call-form {
        width: 540px;
        height: 720px;

        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
    }
    #call-form > .call {
        position: relative;

        width: 540px;
        height: 720px;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #call-form > .call > .close {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 15px;
        
        width: 20px;
        height: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        cursor: pointer;
    }
    #call-form > .call > .close > img {
        position: static;
        width: 20px;
        height: 20px;
        left: -5px;
        top: 1px;
    }
    #call-form > .call > .close > span {
        display: none;
    }
    #call-form > .call > .questions {
        width: 100%;
        height: 50%;
        padding: 0px 40px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call-form > .call > .questions > .phone-n-email {
        margin-top: 10px;
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #call-form > .call > .questions > .phone-n-email > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #call-form > .call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        margin-top: 20px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call-form > .call > .questions > .phone-n-email > div > a {
        margin-top: 10px;

        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }
    #call-form > .call > .questions > span {
        display: inline-block;
        margin-top: 24px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .questions > .social {
        margin-top: 10px;
        display: flex;
    }
    #call-form > .call > .questions > .social > a {
        margin-right: 15px;
    }
    #call-form > .call > .callback {
        border-top: 1px solid rgba(0, 0, 0, 0.2);;
        width: 100%;
        height: 50%;
        padding: 0px 40px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .callback h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        /* or 118% */
        color: #000000;
    }
    #call-form > .call > .callback .inpt {
        margin-top: 28px;
        position: relative;
        width: 100%;
    }
    #call-form > .call > .callback .inpt > span {
        position: absolute;
        display: block;

        left: 35px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #call-form > .call > .callback .inpt > input {
        width: 100%;
        height: 72px;

        padding: 0px 35px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .callback .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #call-form > .call > .callback .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #call-form > .call > .callback .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #call-form > .call > .callback .btn > span {
        margin-left: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }


    #static > .active {
        display: flex;
    }


    /*  HEADER STYLES   */
    header {
        display: block;

        width: 100%;
        height: 220px;

        background: #FFFFFF;
    }

    #primary-header {
        display: block;

        width: 100%;
        height: 100px;

        background: #FFFFFF;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #header-logo {
        display: block;

        width: 250px;
        height: 50px;
    }
    #header-logo img {
        display: none;
        width: 250px;
        height: 50px;
    }
    #header-logo img.logo-min {
        width: 50px;
        height: 50px;
        display: block;
    }

    .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
        height: 50px!important;
        min-width: 250px!important;
        outline: 0!important;
        border: 1px solid #FFD338!important;
        border-radius: 5px!important;

        font-family: Gotham Pro!important;
        font-style: normal!important;
        font-weight: 400!important;
        font-size: 18px!important;
        line-height: 17px!important;


        color: rgba(49, 49, 49, 0.4)!important;
    }

    #callback {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        margin-left: 0px;
        margin-right: 5px;
    }
    #callback a {
        display: none;
    }
    #callback a img {
        position: relative;
        top: 3px;

        display: inline-block;
        width: 18px;
        height: 18px;

        margin-right: 8px;
    }
    #callback button {
        display: block;
        width: 27px;
        height: 27px;

        padding: 0;

        background: none;
        border-radius: 50px;
        border: none;
        outline: none;

        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 11px;
        margin-top: 5px;
        color: #7D7D7D;
    }

    #callback button img {
        display: block;
        width: 27px;
        height: 27px;
    }

    #callback button span {
        display: none;
    }

    #callback button:hover {
        background: none;
    }

    #cart-button {
        display: flex;
        justify-content: center;
        align-items: center;

        padding: 0px 0px;
        height: 27px;
        width: 27px;

        border: none;
        border-radius: 10px;
        background: none;
        outline: none;
        cursor: pointer;
    }
    #cart-button img {
        height: 29px;
        width: 29px;
    }
    #cart-button:hover {
        background: none;
    }
    #cart-button div  {
        display: none;
        margin-left: 15px;
    }
    #cart-button div span {
        display: block;
        text-align: center;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        text-align: left;
        
        color: #000000;
    }
    #cart-button div #count {
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        text-align: left;
        
        color: #7D7D7D;
    }


    #secondary-header {
        display: flex;

        flex-direction: row;
        justify-content: flex-start;

        width: 100%;
        height: 90px;

        background: #FFFFFF;
    }

    #catalog-link {
        width: 60px;
        height: 60px;

        display: flex;
        justify-content: center;
        align-items: center;

        background: #FFD338;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
        border: none;
        outline: none;
        border-radius: 5px;

        text-decoration: none;

        cursor: pointer;
    }
    #catalog-link:hover {
        background: #eec222;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
    }
    #catalog-link span {
        display: none;
    }

    #main-header-nav nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    #main-header-nav ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
		margin-left: 10px;
    }
    #main-header-nav ol li {
        display: inline;

        margin-left: 10px;
    }

    #main-header-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }


    /*  FOOTER STYLES   */
    footer {
        width: 100%;
        height: 200px;
        margin-top: 90px;

        background: #273142;
    }
    footer .container {
        height: 100%;
    }
    footer .container .row {
        height: 100%;
        display: flex;
        align-items: center;
    }
    footer .container .row .col {
        display: block;
        height: fit-content;
    }
    #footer-logo {
        display: block;

        width: 200px;
        height: auto;
    }
    #footer-logo img {
        display: block;

        width: 200px;
        height: auto;
    }
    #main-footer-nav nav {
        width: fit-content;
        margin: 0;
        padding: 0;
    }

    #main-footer-nav ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    #main-footer-nav ol li {
        display: inline;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }
    #main-footer-nav ol li:last-child {
        margin-right: 0px;
    }
    #main-footer-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;    
    }
    .social ol {
        display: flex;
        justify-content: flex-end;

        width: 100%;
        margin: 0;
        padding: 0;
    }
    .social ol li {
        display: inline;

        margin-left: 25px;
    }
    .social ol li:first-child {
        margin-left: 0px;
    }

    .social ol li a {
    
    }

    #call {
        margin-top: 75px;

        width: 100%;
        height: 364px;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #call > .questions {
        width: 60%;
        height: 100%;
        padding: 0px 30px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call > .questions > .phone-n-email {
        margin-top: 10px;
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #call > .questions > .phone-n-email > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        margin-top: 20px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call > .questions > .phone-n-email > div > a {
        margin-top: 10px;

        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }
    #call > .questions > span {
        display: inline-block;
        margin-top: 24px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call > .questions > .social {
        margin-top: 20px;
        display: flex;
    }
    #call > .questions > .social > a {
        margin-right: 15px;

        width: 40px;
        height: 40px;
    }
    #call > .questions > .social > a > img {
        width: 40px;
        height: 40px;
    }
    #call > .news-box {
        width: 40%;
        height: 100%;
        padding: 0px 0px;

        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    #call > .news-box > .new {
        width: 190px;
        margin-right: 20px;
    }
    #call > .news-box > .new:last-child {
        display: none;
    }
    #call > .news-box > .new > .post-thumbnail > img {
        border-radius: 10px;
        width: 190px;
        height: 142.5px;
    }
    #call > .news-box > .new > h4 {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #call > .news-box > .new > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    #call > .news-box > .new > a {
        margin-top: 13px;
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;
        
        color: rgba(0, 0, 0, 0.4);
    }



    .single-product > h2 {
        width: 100%;
        margin-top: 90px;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;

    }
    .single-product .products {
        margin-top: 20px!important;
    }

    #same {
        margin-top: 30px;
    }

    #same .items {
        margin-top: 30px;

        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
        margin: auto;
        margin-top: 20px;
    }

    #same .items .item {
        display: block;

        width: 325px;
        height: 508px;

        overflow: hidden;
    }
    #same .items .item > div {
        position: relative;
        display: block;

        overflow: hidden;

        margin: auto;

        width: 310px;
        height: 508px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #same .items .item > div > a {
        display: block;
        height: 441px;
        text-decoration: none;
    }
    #same .items .item > div > a:hover, #same .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #same .items .item > div > a > img {
        display: block;

        width: 310px;
        height: 200px;
    }
    #same .items .item > div > a > .code {
        display: block;

        width: 100%;
        padding: 0px 30px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .name {
        width: 100%;
        height: 40px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 9px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }
    #same .items .item > div > a > .description {
        width: 100%;
        height: 68px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .price-box {
        display: flex;
        justify-content: flex-start;

        width: 100%;
        margin-top: 21px;
    }
    #same .items .item > div > a > .price-box > .price {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #same .items .item > div > a > .price-box > .price > .prev {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    #same .items .item > div > a > .price-box > .price > .current {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */

        color: #313131;
    }
    #same .items .item > div > a > .price-box > .in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    #same .items .item > div > a > .price-box > .in-stock.is-in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    #same .items .item > div > button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    #same .items .item > div > button:hover {
        background: #eec222;
    }
    #same .items .item > div > button:active {
        background: #474747;
    }
    #same .items .item > div > button > img {
        margin-right: 18px;
    }


    .woocommerce-breadcrumb {
        margin-top: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    .woocommerce-breadcrumb > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    .woocommerce-breadcrumb > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .header > .sel {
        position: relative;
    }
    #main > .container > .row > .col > .header > .sel > select {
        width: 273px;
        height: 56px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;

        padding: 0px 30px;

        opacity: 0.8;

        background: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #main > .container > .row > .col > .header > .sel > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #main > .container > .row > .col > .header > .sel > img { 
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
    }




    /* 
        "post.css"
        by Ryzhenko Ivan

    */

    article .entry-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        height: auto;
    }
    article .entry-header .entry-title {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }

    .martop70 {
        margin-top: 70px;
    }
    .martop60 {
        margin-top: 60px;
    }
    .martop40 {
        margin-top: 40px;
    }

    #banner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

        width: 1300px;
        height: 450px;

        margin-top: 50px;
        border-radius: 10px;

        background: #7D7D7D;
        overflow: hidden;
    }
    #banner > h2 {
        width: 100%;
        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 35px;
        /* or 97% */

        z-index: 50;
        color: #FFFFFF;
    }
    #banner > .post-thumbnail {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1300px;
        height: 453px;
    }
    #banner > .post-thumbnail > img {
        width: 1300px;
        height: 453px;
    }

    .main-text .row .col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .main-text .row .col > img {
        width: 100%;
    }
    .main-text .row .col > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 22px;

        color: #000000;
    }
    .main-text .row .col > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.6);
    }
    .main-text .row .col:nth-child(1n) > h3 {
        margin-right: 0px;
    }
    .main-text .row .col:nth-child(1n) > p {
        margin-right: 0px;
    }
    .main-text .row .col:nth-child(2n) > h3 {
        margin-left: 0px;
    }
    .main-text .row .col:nth-child(2n) > p {
        margin-left: 0px;
    }

    .entry-footer {
        display: none;
    }

    .martop40 {
        margin-top: 25px;
    }

    .d-card {
        width: 100%;
        height: 380px;

        margin-bottom: 20px;

        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }
    .d-card > .header {
        height: 80px;
        display: flex;
        align-items: center;

        padding: 0px 20px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .d-card > .header > img {
        width: 34px;
        height: 34px;
    }
    .d-card > .header > h3 {
        margin-left: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 19px;

        color: #000000;    
    }
    .d-card > .body {
        width: 100%;
        padding: 0px 20px;
        padding-top: 30px;
    }
    .d-card > .body > p {
        margin-bottom: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > p > .number {
        display: inline-block;
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        /* identical to box height, or 83% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul {
        list-style: none;
        padding-left: 20px;
    }
    .d-card > .body > ul > li {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }

    #info {
        margin-top: 25px;

        display: flex;
        flex-direction: column;

        width: 100%;
        height: auto;

        background: #FFFFFF;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        border-radius: 20px;

        overflow: hidden;
    }
    #info > .map {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    #info > .map > img {
        width: 100%;
    }
    #info > .contacts {
        width: 100%;
        height: 350px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 20px 40px;
    }
    #info > .contacts > h4 {
        display: block;
        text-align: center;
        width: 100%;
        height: 40px;
        background: #FFD338;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 40px;

        margin-top: 0px;

        color: #303030;
    }
    #info > .contacts > div {
        margin-top: 30px;
        display: flex;

        width: 100%;
    }
    #info > .contacts > div > img {
        width: 33px;
        height: 33px;
    }
    #info > .contacts > div > div {
        margin-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 26px;

        color: #000000;
    }
    #info > .contacts > div > div > h6 {
        margin-bottom: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 33px;

        color: #303030;
    }
    #info > .contacts > div > div > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
        
        text-decoration-line: underline;
        
        color: #08AFD3;
    }


    .images .flex-viewport {
        position: relative;
        width: 540px!important;
        height: 405px!important;

        border-radius: 10px;
        overflow: hidden;
    }
    .images .flex-viewport figure {
        height: 405px!important;
    }
    .images .flex-viewport figure div {
        width: 540px!important;
        height: 405px!important;
    }
    .images .flex-viewport figure div a {
        display: block;
        width: 540px!important;
        height: 405px!important;
    }
    .images .flex-viewport figure div a img {
        width: 540px!important;
        height: 405px!important;
    }
    .images .woocommerce-product-gallery__trigger {
        position: absolute;
        display: block;
        height: 1em!important;
        width: 1em!important;
        top: 1em!important;
        left: 1em!important;
        z-index: 10;
    }
    .images .flex-control-nav {
        margin-top: 15px;
        display: flex;
    }
    .images .flex-control-nav > li {
        display: block;
        margin-right: 10px;
        border-radius: 10px;
        overflow: hidden;
        width: 70px!important;
        height: 70px!important;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }
    .images .flex-control-nav > li img {
        width: 70px!important;
        height: 70px!important;
    }
    .images .flex-control-nav > li:hover {
        transition: all 0.3s ease-out;
    }

    .main-info h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;

        margin-top: 10px;
        
        color: #000000;
    }
    .main-info p {
        margin-top: 15px;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;

        color: rgba(0, 0, 0, 0.4);
    }
    .main-info ul.only-card {
        display: none;
    }
    .custom-attributes {
        margin-top: 15px;
        width: 100%;
    }
    .custom-attributes li {
        position: relative;
        margin-top: 6px;
        width: 100%;
        display: none;
        justify-content: space-between;
    }
    .custom-attributes li:first-child {
        margin-top: 0px;
    }
    .custom-attributes li::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .custom-attributes li .attribute-label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 15px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .custom-attributes li .attribute-value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 15px;
        
        color: #000000;
        z-index: 10;
    }
    .custom-attributes li:nth-child(1) {
        display: flex;
    }
    .custom-attributes li:nth-child(2) {
        display: flex;
    }
    .custom-attributes li:nth-child(3) {
        display: flex;
    }
    .custom-attributes li:nth-child(4) {
        display: flex;
    }

    .main-info .all-spec {
        margin-top: 20px;

        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
    }

    .price-n-button {
        position: static;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .main-info .price {
        margin-top: 0px;
        width: 50%;
    }
    .main-info .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price del .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

       /* color: #FF3434;*/
    }
    .main-info .price ins .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        /*color: #FF3434;*/
    }
    .main-info .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }
    .main-info .price  bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }


    .main-info form {
        display: flex;
        margin-top: 0px;
        width: 50%;
    }
    .main-info .sku {
        display: block;
        margin-top: 15px;
        width: 100%;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.8);
    }
    .main-info form .quantity {
        display: none;
    }
    .main-info form .single_add_to_cart_button  {
        width: 100%;
        height: 63px;

        background: #FFD338;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #eec222;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #d6ae1d;
    }
    .main-info form .one-click {
        width: 249px;
        height: 63px;
        margin-left: 10px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .one-click:hover {
        background: #f8f8f8;
    }

    .description-content > h2:first-child {
        display: none;
    }

    .description-content {
        margin-top: 30px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }
    .description-content .col h4 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #000000;
    }
    .description-content .col p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }

    .additional_information-content > h2 {
        margin-top: 30px;

        padding: 0px 10px;

        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #000000;
    }

    .woocommerce-product-attributes {
        margin-top: 0px;
        width: 100%;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item {
        position: relative;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:first-child {
        margin-top: 20px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(2) {
        margin-top: 20px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;
        padding-left: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        
        color: #000000;
        z-index: 10;
    }


    #same-items {
        margin-top: 75px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 488px;
    }
    #same-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 488px;
    }
    #same-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .products .type-product {
        position: relative;
        display: block;
        overflow: hidden;

        margin-bottom: 20px;

        width: 265px!important;
        height: 488px!important;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    .products .type-product > a {
        position: relative;
        display: block;
        height: 500px;
        text-decoration: none;
        overflow: hidden;
    }
    .products .type-product > a:hover, .products .type-product > a:focus {
        text-decoration: none;
        outline: none;
    }
    .products .type-product > a > .image {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 265px;
        height: 198.75px;
    }
    .products .type-product > a > .image::after {
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 0px;
        left: 0px;

        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }
    .products .type-product > a > .image > img {
        display: block;

        width: 265px;
        height: 198.75px;
    }
    .products .type-product > a > .sku {
        display: block;

        width: 100%;
        padding: 0px 15px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
    .products .type-product > a > .woocommerce-loop-product__title {
        width: 100%;
        padding: 0px 15px;
        margin-top: 9px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 17px;
        /* or 111% */

        color: #313131;
    }
    .products .type-product > a > .woo-product-short-desc {
        width: 100%;
        height: 51px;
        overflow: hidden;
        padding: 0px 15px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    .products .type-product > a > .woo-product-short-desc > ul {
        list-style: none;
        padding-left: 15px;
    }
    .products .type-product > a > .woo-product-short-desc > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }
    .products .type-product > a > .price-box {
        position: absolute;
        bottom: 80px;
        padding: 0 15px;
        padding-top: 5px;
        padding-bottom: 15px;

        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
    }
    .products .type-product > a > .price-box > .price {
        width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    }
    .products .type-product > a > .price-box > .price > .amount {
        width: 100%;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    .products .type-product > a > .price-box > .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price del .amount bdi {
        display: block;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price ins .amount bdi {
        display: block;
        width: 100%;


        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .price  bdi {
        display: block;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .in-stock {
        display: block;
        padding-left: 0px;

        margin-left: 5px;

        width: fit-content;
        padding: 0 10px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    .products .type-product > a > .price-box > .in-stock.is-in-stock {
        display: block;
        padding-left: 0px;

        width: fit-content;
        padding: 0 10px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    .products .type-product > .button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    .products .type-product > .button::before {
        content: '';
        display: inline-block;
        background: url(https://multistroy.dp.ua/wp-content/themes/multistroy/assets/img/item-cart.svg);
        background-size: 100% 100%;
        width: 25px;
        height: 24px;
        margin-right: 10px;
    }
    .products .type-product > .button:hover {
        background: #eec222;
    }
    .products .type-product > .button:active {
        background: #474747;
    }
    .products .type-product > .button > img {
        margin-right: 18px;
    }

    .woocommerce-info {
        background: #FFFFFF!important;
        border: 1px solid #727272;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        padding: 10px 20px;
    }

    .woocommerce-message {
        background: #65c261!important;
        border: 1px solid #448341;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        margin-top: 20px;

        padding: 10px 20px;
    }

    .woocommerce-message a {
        display: none;
    }

    /* 
        "index.css"
        by Ryzhenko Ivan

    */

    #carousel {
        width: 100%;
        height: 380px;
        margin-top: 0px;
        border-radius: 10px;
        overflow: hidden;
		margin-top: 10px;
    }
    #carousel .slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 100%;
        height: 376px;

        background: #7D7D7D;
    }
    #carousel .slide .text {
        margin-left: 40px;
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #carousel .slide .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        /* or 97% */


        color: #FFFFFF;
    }
    #carousel .slide .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #carousel .slide .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #carousel .slide .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #carousel .slide .text a button:hover {
        background: #eec222;
    }


    #lead {
        width: 100%;
        margin-top: 50px;
    }
    #lead > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;

    }
    #lead-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 488px;
    }
    #lead-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 488px;
    }
    #lead-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }


    #sale {
        width: 100%;
        margin-top: 50px;
    }
    #sale > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #FF3434;

    }
    #sale-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 488px;
    }
    #sale-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: 488px;
    }
    #sale-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }


    #categories {
        width: 100%;
        margin-top: 50px;
    }
    #categories h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #categories .items {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 230px;
        margin: auto;
        margin-top: 20px;
    }

    #categories .items .item {
        display: block;

        width: 365px;
        height: 230px;

        overflow: hidden;
    }
    #categories .items .item > div {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        margin: auto;

        width: 265px;
        height: 230px;
    }
    #categories .items .item > div > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 265px;
        height: 110px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #categories .items .item > div > a:hover, #categories .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #categories .items .item > div > a > img {
        display: block;
        width: 132.5px;
    }
    #categories .items .item > div > a > h3 {
        width: 132.5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }


    #about {
        width: 100%;
        margin-top: 50px;
    }
    #about h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #about .container {
        width: 100%;
    }
    #about .container > .row {
        margin-top: 20px;
    }
    #about .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: 100%;
        height: 338px;

        padding: 0px 20px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #about .container > .row > .col > .card > h3 {
        margin-top: 14px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        /* or 104% */
        
        color: #313131;
    }
    #about .container > .row > .col > .card > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 106% */
        
        color: rgba(0, 0, 0, 0.3);
    }


    #reviews {
        width: 100%;
        margin-top: 90px;
    }
    #reviews h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;

        color: #313131;
    }
    #reviews .container {
        width: 100%;
    }
    #reviews .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: 100%;
        height: 315px;

        padding: 0px 20px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        margin-top: 20px;
    }
    #reviews .container > .row > .col:last-child {
        display: none;
    }
    #reviews .container > .row > .col > .card > .stars {
        height: 34px;
    }
    #reviews .container > .row > .col > .card > h3 {
        margin-top: 33px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        /* identical to box height, or 92% */
        
        
        color: #000000;
    }
    #reviews .container > .row > .col > .card > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        color: rgba(0, 0, 0, 0.4);
    }
    #reviews > a {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);

        text-decoration: none;
    }
    #reviews > a:hover {
        color: rgba(0, 0, 0, 0.6);
    }


    #frequent {
        width: 100%;
        margin-top: 50px;
    }
    #frequent h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #000000;
    }
    #frequent .requests {
        margin-right: 0px;
    }
    #frequent .requests > .container {
        margin-top: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }
    #frequent .requests > .container .row {
        margin-bottom: 4px;
        margin-left: -4px;
        margin-right: -4px;
    }
    #frequent .requests > .container .row .col {
        padding-left: 2px;
        padding-right: 2px;
    }
    #frequent .requests > .container .row .col a {
        display: block;
        width: 100%;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 40px;

        color: rgba(0, 0, 0, 0.5);
        text-align: center;
        text-decoration: none;

        background: #E7E7E7;
        border-radius: 50px;
    }
    #frequent .requests > .container .row a:hover {
        color: rgba(0, 0, 0, 0.4);
        background: #cccccc;
    }
    #frequent .questions {
        display: flex;
        flex-direction: column;
        justify-content: center;

        margin-top: 10px;

        width: 100%;
        height: 430px;

        padding: 0px 20px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #frequent .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;
        /* identical to box height */
        
        
        color: #000000;
    }
    #frequent .questions > p {
        margin-top: 15px;

        padding-right: 20px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #frequent .questions > .inpt > span {
        position: absolute;
        display: block;

        left: 35px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #frequent .questions > .inpt > input {
        width: 100%;
        height: 72px;

        padding: 0px 35px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    #frequent .questions > .btn > button {
        width: 239px;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #frequent .questions > .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #frequent .questions > .btn > span {
        margin-left: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }





    #catalog .products {
        margin-top: 10px;

        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog .products .product {
        margin-bottom: 10px;
        margin-left: 10px;
    }
    #catalog .products .product:first-child {
        margin-left: 0px;
    }
    #catalog .products .product:nth-child(3n+1) {
        margin-left: 10px;
    }
    #catalog .products .product:nth-child(2n+1) {
        margin-left: 0px!important;
    }

    #catalog-cat .products .type-product {
        margin-bottom: 10px!important;
        margin-left: 10px!important;
    }
    #catalog-cat .products .type-product:first-child {
        margin-left: 0px!important;
    }
    #catalog-cat .products .type-product:nth-child(4n+1) {
        margin-left: 10px!important;
    }
    #catalog-cat .products .type-product:nth-child(3n+1) {
        margin-left: 10px!important;
    }
    #catalog-cat .products .type-product:nth-child(2n+1) {
        margin-left: 0px!important;
    }



    /* 
        "catalog.css"
        by Ryzhenko Ivan

    */

    #catalog_title {
        height: auto;
        background: none;
    }

    #catalog_title > h1.page-title {
        margin-top: 32px;
        margin-bottom: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }

    #catalog-cat .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog-cat .products .product {
        margin-bottom: 10px;
        margin-left: 10px;
    }
    #catalog-cat .products .product:first-child {
        margin-left: 0px;
    }
    #catalog-cat .products .product:nth-child(3n+1) {
        margin-left: 10px;
    }
    #catalog-cat .products .product:nth-child(2n+1) {
        margin-left: 0px;
    }
    #catalog-cat .products .product-category {
        margin-bottom: 10px;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 265px;
        height: 110px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 265px;
        height: 110px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        text-decoration: none;
    }
    #catalog-cat .products .product-category > a:hover, #catalog .products .product-category > a:focus {
        text-decoration: none;
        outline: none;
    }
    #catalog-cat .products .product-category > a > img {
        display: flex;
        justify-content: flex-end;
        width: 132.5px;
        height: 100%;
        overflow: hidden;
    }
    #catalog-cat .products .product-category > a > h2 {
        width: 132.5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a > h2 > mark {
        background: none;
        text-decoration: none;
    }

    #filter-btn {
        display: block;
        width: 100%;
        height: 104px;

        background: #FFFFFF;
        border: 2px solid #FFD338;
        box-sizing: border-box;
        /* Drop Shadow */

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 28px;
        line-height: 27px;
        /* identical to box height */


        color: rgba(0, 0, 0, 0.8);
    }
    #filter-btn.collapsed {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    aside#secondary {
        margin-right: 15px;
        width: 100%;
        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;

        padding-top: 25px;
        padding-bottom: 5px;

        display: none;
        
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    aside#secondary.show {
        display: flex;
    }
    aside#secondary > .widget_layered_nav {
        width: 50%;
        background: #FFFFFF;
        padding-bottom: 0;
        margin-bottom: 25px;
        border-bottom: none;
    }
    aside#secondary > .widget_layered_nav:last-child {
        margin-bottom: 0px;
        border: none;
    }
    aside#secondary > .widget_layered_nav > h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
        padding: 5px 40px;

        margin-bottom: 20px;

        border: none;
        outline: none;
        background: none;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;

        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul {
        padding: 0px 40px;
    }
    aside#secondary > .widget_layered_nav > ul > li {
        display: inline-flex;
        width: 100%;
        margin-bottom: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li > a {
        display: inline-flex;
        align-items: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;

        margin-right: 2px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li:hover > a {
        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul > li > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/unchosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li.chosen > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/chosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li:last-child {
        margin-bottom: 0px;
    }


    #catalog_category_title {
        margin-top: 32px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        height: auto;
        background: none;
    }
    #catalog_category_title > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #catalog_category_title > .sel {
        position: relative;
    }
    #catalog_category_title > .sel > form > select {
        width: 273px;
        height: 56px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;

        padding: 0px 20px;

        opacity: 0.8;

        background: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #catalog_category_title > .sel > form > select > option {
        width: 273px;
    }
    #catalog_category_title > .sel > form > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #catalog_category_title > .sel > img { 
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
    }

    .category-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .category-footer .woocommerce-pagination > ul > li{
        display: inline-block;
    }
    .category-footer .woocommerce-pagination > ul > li > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > a.prev {
        display: none;
    }
    .category-footer .woocommerce-pagination > ul > li > a.next {
        display: none;
    }
    .category-footer .woocommerce-result-count {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;

        color: rgba(0, 0, 0, 0.4);
    }






    #main > .container > .row > .col > .custom-breadcrumbs {
        margin-top: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .custom-breadcrumbs > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    #main > .container > .row > .col > .custom-breadcrumbs > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #news-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #news-header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);;
    }

    #banner {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 100%;
        height: 377px;

        margin-top: 20px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #banner .text {
        margin-left: 0;
        padding: 0 40px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #banner .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
        /* or 97% */


        color: #FFFFFF;
    }
    #banner .text p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #banner .text > a {
        display: block;
        margin-top: 35px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #banner .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #banner .text a button:hover {
        background: #eec222;
    }



    #news-list {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #news-list > .news-item {
        position: relative;
        display: block;

        margin-top: 10px;

        overflow: hidden;

        width: 265px;
        height: 374px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        text-decoration: none;

        margin-left: 0px;
    }
    #news-list > .news-item:first-child {
        margin-left: 0px;
    }
    #news-list > .news-item:nth-child(3n+1) {
        margin-left: 0px;
    }
    #news-list > .news-item:nth-child(2n+1) {
        margin-left: 0px;
    }
    #news-list > .news-item:hover, #news-list > .news-item:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list .news-item > .post-thumbnail {
        display: block;

        width: 265px;
        height: 198.75px;
    }
    #news-list .news-item > .post-thumbnail > img {
        display: block;

        width: 265px;
        height: 198.75px;
    }
    #news-list > .news-item > .news-text {
        display: block;
        width: 100%;
        height: 175.25px;
        text-decoration: none;

        padding-top: 10px;
    }
    #news-list > .news-item > .news-text > h4 {
        width: 100%;
        max-height: 40px;
        overflow: hidden;
        padding: 0px 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        
        color: #000000;
    }
    #news-list > .news-item > .news-text > .date {
        display: block;
        width: 100%;
        height: 20px;
        overflow: hidden;
        padding: 0px 20px;
        margin-top: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        
        color: rgba(0, 0, 0, 0.43);
    }
    #news-list > .news-item > .news-text > p {
        width: 100%;
        max-height: 130px;
        overflow: hidden;
        padding: 0px 20px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;

        color: rgba(0, 0, 0, 0.4);
    }

    #news-list > .news-item-lg {
        display: block;

        width: 720px;
        height: 424px;

        margin-top: 10px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #news-list > .news-item-lg.item-clearfix {
        display: none;
    }
    #news-list > .news-item-lg:hover, #news-list > .itema-lg:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list > .news-item-lg .text {
        margin-left: 40px;
        width: 400px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #news-list > .news-item-lg .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 26px;
        /* or 108% */
        
        
        color: #FFFFFF;
    }
    #news-list > .news-item-lg .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        
        color: rgba(255, 255, 255, 0.7);    
    }
    #news-list > .news-item-lg .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #news-list > .news-item-lg .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #news-list > .news-item-lg .text a button:hover {
        background: #eec222;
    }

    .wp-pagenavi {
        margin-top: 20px;
        width: 100%;

        display: inline-flex;
        
    }
    .wp-pagenavi > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > a.nextpostslink {
        display: none;
    }
    .wp-pagenavi > a.previouspostslink {
        display: none;
    }
    .wp-pagenavi > .pages {
        display: none;
    }

    #sale_list {
        margin-top: 30px;
    }
    #sale_list .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #sale_list .products .product {
        margin-bottom: 10px;
        margin-left: 10px;
    }
    #sale_list .products .product:first-child {
        margin-left: 0px;
    }
    #sale_list .products .product:nth-child(4n+1) {
        margin-left: 10px;
    }
    #sale_list .products .product:nth-child(3n+1) {
        margin-left: 10px;
    }
    #sale_list .products .product:nth-child(2n+1) {
        margin-left: 0px;
    }

    #sale_header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #sale_header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #FF3434;
    }

    .martop70 {
        margin-top: 30px;
    }

    a, ins {
        text-decoration: underline;
        text-decoration: none!important;
      }

}



@media (max-width: 576px) {
	#top-header {
	font-size: 14px !important;
}

    .row {
        margin-right: -10px!important;
        margin-left: -10px!important;
    }
    
    /*  COMMON STYLES   */
    .flex-middle {
        display: flex;
        align-items: center;
    }
    .flex-space-between {
        display: flex;
        justify-content: space-between;
    }
    .h100 {
        height: 100%;
    }
    body {
        background: #F9F9F9;
    }





    #review-form {
        display: none;
        width: calc(100% - 20px);
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    
        padding: 20px 20px;
    
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #review-form > .rw-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #review-form > .rw-header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 24px;
        
        color: #000000;    
    }
    #review-form > .rw-header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        width: 20px;
        height: 20px;
    
        cursor: pointer;
    }
    #review-form > .rw-header > span > img {
        position: static;

        margin-right: 0px;

        width: 20px;
        height: 20px;
    }
    #review-form > .rw-header > span > span {
        display: none;
    }
    #review-form form {
        margin-top: 10px;
    
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    
        width: 100%;
    }
    #review-form form .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #review-form form .inpt > span {
        position: absolute;
        display: block;
    
        left: 20px;
        top: -9px;
    
        padding: 0px 5px;
    
        background: #FFFFFF;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
    
        color: #000000;
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 35px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > input {
        width: 100%;
        height: 72px;
    
        padding: 0px 20px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .inpt > textarea {
        width: 100%;
        height: 144px;
    
        padding: 25px 20px;
    
        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */
    
        color: rgba(0, 0, 0, 0.4);
    }
    #review-form form .btn {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }
    #review-form form .btn > button {
        width: 100%;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;
    
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
    
        color: #313131;
    
        cursor: pointer;
    }
    #review-form form .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #review-form form .btn > span {
        width: 100%;

        margin-top: 10px;

        text-align: center;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
    
        margin-left: 20px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    
    #review-form form > .cont {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #review-form form > .cont > .block {
        width: 100%;
    }
    #review-form form > .cont > .block:first-child {
        padding-right: 0px;
    }
    #review-form form > .cont > .block:last-child {
        padding-left: 0px;
    }
    #review-form form > .cont > .block:first-child .inpt:first-child {
        margin-top: 20px;
    }
    #review-form form > .cont > .block:last-child .inpt {
        height: 100%;
        margin-top: 20px;
    }
    #review-form form > .cont > .block:last-child .inpt > textarea {
        height: 144px;
    }
    


    /*  STATIC STYLES   */
    #static {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        display: none;
        z-index: 999;
    }
    #back {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;

        background: rgba(0, 0, 0, 0.3);
    }
    #static.active {
        display: block;
    }

    /*  CART    */
    #static > .cart {
		    overflow-y: auto; /* я добавил */
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        padding: 0px 10px;
        
        background: #F9F9F9;
        border-radius: 10px;

        display: none;
        flex-direction: column;
        justify-content: stretch;
    }
    #static .cart .header {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #static .cart .header > h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 25px;
        
        color: #000000;    
    }
    #static .cart .header > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */

        width: 20px;
        height: 20px;

        margin-right: 5px;
        
        color: #FF4141;

        cursor: pointer;
        z-index: 99999;
    }
    #static .cart .header > span > span {
        display: none;
    }
    #static .cart .header > span > img {
        position: static;
        width: 20px;
        height: 20px;

        left: 0px;
        top: 0px;
    }
    #static .cart .widget {
        /*height: calc(100% - 132px);*/
        overflow: hidden;
    }
    #static .cart .widget > .widget_shopping_cart_content {
        height: 100%;
        /*height: calc(100% - 70px);*/
    }
    #static .cart .widget > .widget_shopping_cart_content > .main {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 0px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order {
        padding-top: 10px;
        /*padding-bottom: 60px;*/
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list {
        position: relative;
        display: flex;
        height: 100%;
        justify-content: flex-start;
    }
    #show_order {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%, 0%);
        width: calc(100% - 20px);
        height: 68px;

        background: #FFD338;
        border: 3px solid #FFD338;
        box-sizing: border-box;
        border-radius: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 83% */


        color: #1A1A1A;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list::after {
        content: "";
        width: 100%;
        height: 64px; 

        display: none;

        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 9998;
        background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #F9F9F9 57.78%);
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list-header {
        position: absolute;
        top: -25px;

        display: none;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list {
        position: relative;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        overflow-y: scroll;
        overflow-x: visible;

        padding-right: 0px;
    }
    /* 1 - скроллбар */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar {
        position: relative;
        right: -10px;
        width: 14px;
        height: 4px;
        background-color: #000000;
        border-radius: 500px;
        background: #EFEFEF;

        z-index: 9999;
    }

    /* 2 - кнопка */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-button {
        display: none;
    }
    /* 3 - трек */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track {
        background: #EFEFEF;
        border-radius: 500px;
    }
    /* 4 - видимая часть трека */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-track-piece {

    }
    /* 5 - ползунок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-thumb {
        background: #D1D1D1;
        border-radius: 500px;
    }
    /* 6 - уголок */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-scrollbar-corner {
    
    }
    /* 7 - изменение размеров */
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list::-webkit-resizer {
    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item {
        position: relative;

        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        height: 242px;

        margin-bottom: 15px;

        background: #FFFFFF;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image {
        width: calc(40% - 10px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .image > img {
        width: 133px;
        height: 100px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n {
        margin-left: 10px;
        width: 60%;
        height: 100px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > .code {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: rgba(0, 0, 0, 0.4); 
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        text-decoration: none;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .c-n-n > a .name {
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */

        color: #313131;    
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .hr {
        display: none;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .weight {
        position: relative;
        top: -3px;
        height: 72px;

        width: calc(40% - 10px);
        margin-left: 0px;

        display: flex;
        justify-content: center;
        align-items: center;

        text-align: center;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */


        color: #000000;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity {
        position: relative;
        top: -3px;
        height: 72px;

        margin-left: 10px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button {
        display: block;
        width: 40px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 32px;
        text-decoration: none;
        text-align: center;
        /* identical to box height, or 125% */

        border: 1px solid #F5F5F5;
        outline: none;

        color: #000000;
        cursor: pointer;
        background: #F5F5F5;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:hover {
        background: #DDDDDD;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:active {
        background: #c7c7c7;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .button:last-child {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .quantity > .quantity {
        display: block;
        width: 70px;
        height: 32px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 32px;
        /* identical to box height, or 125% */
        background: #F9F9F9;
        text-align: center;

        border: none;
        border-top: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;
        outline: none;

        text-align: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .sum {
        justify-self: unset;
        margin-left: unset;
        margin-right: 0;

        position: relative;
        top: -3px;
        height: 35px;

        width: calc(40% - 10px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: #000000;

        text-align: center;
        justify-content: center;

        display: flex;
        align-items: center;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete {
        position: static;
        right: 30px;
        top: 35px;

        justify-self: flex-end;
        margin-left: auto;
        margin-right: 5px;
        margin-bottom: 5px;

        width: auto;
        height: 40px;

        padding: 0px 15px;

        border: none;
        outline: none;
        cursor: pointer;

        background: #F5F5F5;
        border-radius: 5px;

        display: flex;
        justify-content: center;
        align-items: center;

        text-decoration: none;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete > span {
        display: inline-block;

        margin-left: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        /* identical to box height, or 143% */


        color: #979797;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:hover {
        background: #dddddd;
    }
    #static .cart .widget > .widget_shopping_cart_content > .main > .item-list > .list .woocommerce-mini-cart-item > .delete:focus {
        background: #c5c5c5;
    }

    .woocommerce-mini-cart__empty-message {
        margin-top: 30px;
        width: 100%;
        text-align: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #000000;
    }

    #static .cart .order {
       /* display: none;*/
    }

    #static .cart .order > .form {
        width: 100%;
        height: 100%;
       /* position: absolute;
        top: 0;
        left: 0;*/

        background: #FFFFFF;

        padding: 12px 10px;

        display: flex;
        flex-direction: column;

        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 {
        flex: none!important;
        max-width: 100%!important;
        width: 100%!important;
        padding: 0!important;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 > .woocommerce-billing-fields > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 25px;
        
        color: #000000;  

        margin-bottom: 30px;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 .woocommerce-billing-fields__field-wrapper > p {
        margin-top: 13px;

        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > label {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 143% */

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form > .col2-set > .col-1 p > .woocommerce-input-wrapper > input {
        margin-top: 2px;
        padding: 0px 15px;

        height: 45px;
        
        background: #F5F5F5;
        opacity: 0.6;
        border: 2px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 125% */

        width: 100%;

        color: #000000;

        opacity: 0.3;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .prev-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        
        color: #000000;
        
        opacity: 0.4;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
    }
    #static .cart .order > .form > .woocommerce > form > .woocommerce-checkout-review-order > .current-result > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 125% */
        
        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .woocommerce-privacy-policy-text {
        display: none;
    }
    #static .cart .order > .form > .woocommerce > form .privacy-policy {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 13px;

        color: #000000;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button {
        display: block;
       /*  position: absolute; */
       /* bottom: 10px; */
       /* left: 50%; */
        /* transform: translate(-50%, 0%); */
		left: auto;
		transform: translate(0%, 0%);
       /* width: calc(100% - 20px); */
        height: 68px;

        background: #FFD338;
        border: 3px solid #FFD338;
        box-sizing: border-box;
        border-radius: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 83% */


        color: #1A1A1A;
    }
    #static .cart .order > .form > .woocommerce > form .place-order > button:hover {
        background: #eec222;
    }

    /*  CART-SUCCESS    */
    #static > .cart-success {
        position: absolute;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        background: #F9F9F9;
        border-radius: 10px;
    }
    #static > .cart-success > img {

    }
    #static > .cart-success > h2 {
        margin-top: 50px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        text-align: center;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #static > .cart-success > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        text-align: center;
        
        color: rgba(0, 0, 0, 0.3);
    }
    #static > .cart-success > a {
        margin-top: 30px;

        width: 200px;
        height: 60px;
        
        display: block;

        background: #FFD338;
        border-radius: 10px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 60px;
        text-align: center;
        text-decoration: none;
        /* identical to box height, or 125% */

        color: #313131;
    }
    #static > .cart-success > a:hover {
        background: #e6b919;
    }

    /*  CALL    */
    #call-form {
        width: calc(100% - 40px);
        height: auto;

        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;

        display: none;
    }
    #call-form > .call {
        position: relative;

        width: 100%;
        height: 100%;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #call-form > .call > .close {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 15px;

        width: 20px;
        height: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 34px;
        /* identical to box height, or 143% */
        
        color: #FF4141;

        cursor: pointer;
    }
    #call-form > .call > .close > img {
        position: static;
        width: 20px;
        height: 20px;
        left: -5px;
        top: 1px;
    }
    #call-form > .call > .close > span {
        display: none;
    }
    #call-form > .call > .questions {
        width: 100%;
        height: 45%;
        padding: 20px 20px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call-form > .call > .questions > .phone-n-email {
        margin-top: 0px;
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #call-form > .call > .questions > .phone-n-email > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #call-form > .call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        margin-top: 20px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call-form > .call > .questions > .phone-n-email > div > a {
        margin-top: 10px;

        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }
    #call-form > .call > .questions > span {
        display: inline-block;
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .questions > .social {
        margin-top: 10px;
        display: flex;
    }
    #call-form > .call > .questions > .social > a {
        margin-right: 15px;
        width: 40px;
        height: 40px;
    }
    #call-form > .call > .questions > .social > a > img {
        width: 40px;
        height: 40px;
    }
    #call-form > .call > .callback {
        border-top: 1px solid rgba(0, 0, 0, 0.2);;
        width: 100%;
        height: 55%;
        padding: 20px 20px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call-form > .call > .callback h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        /* or 118% */
        color: #000000;
    }
    #call-form > .call > .callback .inpt {
        margin-top: 28px;
        position: relative;
        width: 100%;
    }
    #call-form > .call > .callback .inpt > span {
        position: absolute;
        display: block;

        left: 10px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #call-form > .call > .callback .inpt > input {
        width: 100%;
        height: 50px;

        padding: 0px 15px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #call-form > .call > .callback .btn {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }
    #call-form > .call > .callback .btn > button {
        width: 100%;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #call-form > .call > .callback .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #call-form > .call > .callback .btn > span {
        margin-top: 10px;
        margin-left: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }


    #static > .active {
        display: flex;
    }


    /*  HEADER STYLES   */
    header {
        display: block;

        width: 100%;
        height: 220px;

        background: #FFFFFF;
    }

    #primary-header {
        display: block;

        width: 100%;
        height: 100px;

        background: #FFFFFF;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #header-logo {
        display: block;

        width: 250px;
        height: 50px;
    }
    #header-logo img {
        display: none;
        width: 250px;
        height: 50px;
    }
    #header-logo img.logo-min {
        width: 50px;
        height: 50px;
        display: block;
    }

    .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
        height: 50px!important;
        min-width: unset!important;
        outline: 0!important;
        border: 1px solid #FFD338!important;
        border-radius: 5px!important;

        font-family: Gotham Pro!important;
        font-style: normal!important;
        font-weight: 400!important;
        font-size: 13px!important;
        line-height: 17px!important;

        color: rgba(49, 49, 49, 0.4)!important;
    }

    .dgwt-wcas-search-wrapp {
        min-width: unset!important;
    }

    #primary-header .row .col-p-3 {
        display: flex;
        justify-content: space-around;
    }

    #callback {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        margin-left: 0px;
        margin-right: 0px;
    }
    #callback a {
        display: none;
    }
    #callback a img {
        position: relative;
        top: 3px;

        display: inline-block;
        width: 18px;
        height: 18px;

        margin-right: 8px;
    }
    #callback button {
        display: block;
        width: 27px;
        height: 27px;

        padding: 0;

        background: none;
        border-radius: 50px;
        border: none;
        outline: none;

        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 11px;

        margin-top: 5px;

        color: #7D7D7D;
    }

    #callback button img {
        display: block;
        width: 27px;
        height: 27px;
    }

    #callback button span {
        display: none;
    }

    #callback button:hover {
        background: none;
    }

    #cart-button {
        display: flex;
        justify-content: center;
        align-items: center;

        padding: 0px 0px;
        height: 27px;
        width: 27px;

        border: none;
        border-radius: 10px;
        background: none;
        outline: none;
        cursor: pointer;
    }
    #cart-button img {
        height: 29px;
        width: 29px;
    }
    #cart-button:hover {
        background: none;
    }
    #cart-button div  {
        display: none;
        margin-left: 15px;
    }
    #cart-button div span {
        display: block;
        text-align: center;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        text-align: left;
        
        color: #000000;
    }
    #cart-button div #count {
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 15px;
        text-align: left;
        
        color: #7D7D7D;
    }


    #secondary-header {
        display: flex;

        flex-direction: row;
        justify-content: flex-start;

        width: 100%;
        height: 90px;

        background: #FFFFFF;
    }

    #catalog-link {
        width: 60px;
        height: 60px;

        display: flex;
        justify-content: center;
        align-items: center;

        background: #FFD338;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
        border: none;
        outline: none;
        border-radius: 5px;

        text-decoration: none;

        cursor: pointer;
    }
    #catalog-link:hover {
        background: #eec222;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2), inset 0px 0px 10px 1px rgba(255, 255, 255, 0.25);
    }
    #catalog-link span {
        display: none;
    }

    #main-header-nav {
        display: block;
        width: calc(100% - 60px);;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    #main-header-nav ol {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;

        height: 100%;
    }
    #main-header-nav ol li {
        display: inline-block;

        margin-left: 10px;
    }

    #main-header-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;

        color: #000000;
        text-decoration: none;
    }


    /*  FOOTER STYLES   */
    footer {
        width: 100%;
        height: 200px;
        margin-top: 90px;

        background: #273142;
    }
    footer .container {
        height: 100%;
    }
    footer .container .row {
        height: 100%;
        display: flex;
        align-items: center;
    }
    footer .container .row .col {
        display: block;
        height: fit-content;
    }
    #footer-logo {
        display: block;

        width: 200px;
        height: auto;
    }
    #footer-logo img {
        display: block;

        width: 200px;
        height: auto;
    }
    #main-footer-nav {
        width: 60%;
        margin: 0;
        padding: 0;
    }

    #main-footer-nav ol {
        display: block;
        width: fit-content;
        margin: 0;
        padding: 0;
    }
    #main-footer-nav ol li {
        display: inline-block;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }
    #main-footer-nav ol li:last-child {
        margin-right: 0px;
    }
    #main-footer-nav ol li a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
        
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;    
    }
    .social ol {
        display: flex;
        justify-content: flex-start;

        width: 100%;
        margin: 0;
        padding: 0;
    }
    .social ol li {
        display: inline;

        margin-left: 25px;
    }
    .social ol li:first-child {
        margin-left: 0px;
    }

    .social ol li a {
    
    }

    #call {
        margin-top: 75px;

        width: 100%;
        height: auto;
        
        background: #FFFFFF;
        /* Drop Shadow */
        
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        padding: 20px 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #call > .questions {
        width: 100%;
        height: auto;
        padding: 0px 35px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #call > .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        /* or 118% */
        
        
        color: #000000;
        
    }
    #call > .questions > .phone-n-email {
        margin-top: 10px;
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #call > .questions > .phone-n-email > div {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    #call > .questions > .phone-n-email > div > span {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        margin-top: 20px;
        
        color: rgba(0, 0, 0, 0.4);
        
    }
    #call > .questions > .phone-n-email > div > a {
        margin-top: 10px;

        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
        text-decoration: none;
    }
    #call > .questions > span {
        display: inline-block;
        margin-top: 24px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);
    }
    #call > .questions > .social {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;

        width: 100%;
    }
    #call > .questions > .social > a {
        margin-right: 0px;

        width: 44px;
        height: 44px;
    }
    #call > .questions > .social > a > img {
        width: 44px;
        height: 44px;
    }
    #call > .news-box {
        margin-top: 20px;

        width: 100%;
        height: auto;
        padding: 0px 35px;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    #call > .news-box > .new {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    #call > .news-box > .new:last-child {
        display: block;
    }
    #call > .news-box > .new > .post-thumbnail > img {
        border-radius: 10px;
        width: 100%;
        height: auto;
    }
    #call > .news-box > .new > h4 {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #call > .news-box > .new > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;
        
        color: rgba(0, 0, 0, 0.4);
    }
    #call > .news-box > .new > a {
        margin-top: 13px;
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;
        
        color: rgba(0, 0, 0, 0.4);
    }



    .single-product > h2 {
        width: 100%;
        margin-top: 90px;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 20px;

        color: #313131;

    }
    .single-product .products {
        margin-top: 20px!important;
    }

    #same {
        margin-top: 30px;
    }

    #same .items {
        margin-top: 30px;

        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 508px;
        margin: auto;
        margin-top: 20px;
    }

    #same .items .item {
        display: block;

        width: 325px;
        height: 508px;

        overflow: hidden;
    }
    #same .items .item > div {
        position: relative;
        display: block;

        overflow: hidden;

        margin: auto;

        width: 310px;
        height: 508px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #same .items .item > div > a {
        display: block;
        height: 441px;
        text-decoration: none;
    }
    #same .items .item > div > a:hover, #same .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #same .items .item > div > a > img {
        display: block;

        width: 310px;
        height: 200px;
    }
    #same .items .item > div > a > .code {
        display: block;

        width: 100%;
        padding: 0px 30px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .name {
        width: 100%;
        height: 40px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 9px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }
    #same .items .item > div > a > .description {
        width: 100%;
        height: 68px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    #same .items .item > div > a > .price-box {
        display: flex;
        justify-content: flex-start;

        width: 100%;
        margin-top: 21px;
    }
    #same .items .item > div > a > .price-box > .price {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #same .items .item > div > a > .price-box > .price > .prev {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    #same .items .item > div > a > .price-box > .price > .current {
        display: block;
        width: 100%;
        padding-left: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */

        color: #313131;
    }
    #same .items .item > div > a > .price-box > .in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    #same .items .item > div > a > .price-box > .in-stock.is-in-stock {
        display: block;
        width: 50%;
        padding-left: 5x;

        width: 120px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    #same .items .item > div > button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    #same .items .item > div > button:hover {
        background: #eec222;
    }
    #same .items .item > div > button:active {
        background: #474747;
    }
    #same .items .item > div > button > img {
        margin-right: 18px;
    }


    .woocommerce-breadcrumb {
        margin-top: 46px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    .woocommerce-breadcrumb > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    .woocommerce-breadcrumb > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .header > .sel {
        position: relative;
    }
    #main > .container > .row > .col > .header > .sel > select {
        width: 273px;
        height: 56px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: #000000;

        padding: 0px 30px;

        opacity: 0.8;

        background: none;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #main > .container > .row > .col > .header > .sel > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #main > .container > .row > .col > .header > .sel > img { 
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
    }




    /* 
        "post.css"
        by Ryzhenko Ivan

    */

    article .entry-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: none;
        height: auto;
    }
    article .entry-header .entry-title {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }

    .martop70 {
        margin-top: 70px;
    }
    .martop60 {
        margin-top: 60px;
    }
    .martop40 {
        margin-top: 40px;
    }

    #banner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

        width: 1300px;
        height: 450px;

        margin-top: 50px;
        border-radius: 10px;

        background: #7D7D7D;
        overflow: hidden;
    }
    #banner > h2 {
        width: 100%;
        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 35px;
        /* or 97% */

        z-index: 50;
        color: #FFFFFF;
    }
    #banner > .post-thumbnail {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 1300px;
        height: 453px;
    }
    #banner > .post-thumbnail > img {
        width: 1300px;
        height: 453px;
    }

    .main-text .row .col {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .main-text .row .col > img {
        width: 100%;
    }
    .main-text .row .col > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 22px;

        color: #000000;
    }
    .main-text .row .col > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.6);
    }
    .main-text .row .col:nth-child(1n) > h3 {
        margin-right: 0px;
    }
    .main-text .row .col:nth-child(1n) > p {
        margin-right: 0px;
    }
    .main-text .row .col:nth-child(2n) > h3 {
        margin-left: 0px;
    }
    .main-text .row .col:nth-child(2n) > p {
        margin-left: 0px;
    }

    .entry-footer {
        display: none;
    }

    .martop40 {
        margin-top: 25px;
    }

    .d-card {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 380px;

        margin-bottom: 20px;

        background: #FFFFFF;
        border-radius: 10px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    }
    .d-card > .header {
        height: 80px;
        display: flex;
        align-items: center;

        padding: 0px 20px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .d-card > .header > img {
        width: 34px;
        height: 34px;
    }
    .d-card > .header > h3 {
        margin-left: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 19px;

        color: #000000;    
    }
    .d-card > .body {
        width: 100%;
        padding: 0px 20px;
        padding-top: 30px;
    }
    .d-card > .body > p {
        margin-bottom: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > p > .number {
        display: inline-block;
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        /* identical to box height, or 83% */
        
        
        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul {
        list-style: none;
        padding-left: 20px;
    }
    .d-card > .body > ul > li {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.8);
    }
    .d-card > .body > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }

    #info {
        margin-top: 25px;

        display: flex;
        flex-direction: column;

        width: 100%;
        height: auto;

        background: #FFFFFF;
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        border-radius: 20px;

        overflow: hidden;
    }
    #info > .map {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #info > .map > img {
        width: 100%;
        height: auto;
    }
    #info > .contacts {
        width: 100%;
        height: 350px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 20px 20px;
    }
    #info > .contacts > h4 {
        display: block;
        text-align: center;
        width: 100%;
        height: 40px;
        background: #FFD338;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 40px;

        margin-top: 0px;

        color: #303030;
    }
    #info > .contacts > div {
        margin-top: 30px;
        display: flex;

        width: 100%;
    }
    #info > .contacts > div > img {
        width: 33px;
        height: 33px;
    }
    #info > .contacts > div > div {
        margin-left: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;

        color: #000000;
    }
    #info > .contacts > div > div > h6 {
        margin-bottom: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 33px;

        color: #303030;
    }
    #info > .contacts > div > div > a {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        
        text-decoration-line: underline;
        
        color: #08AFD3;
    }

    .images.image-box {
        position: relative;
        display: block;
        width: 100%;
        height: 470px!important;

        overflow: hidden;
    }
    .images .woocommerce-product-gallery {
        position: absolute!important;
        top: 0px;
        left: 50%;

        transform: translate(-50%, 0%);
    }

    .images .flex-viewport {
        position: relative;
        width: 540px!important;
        height: 405px!important;

        border-radius: 10px;
        overflow: hidden;
    }
    .images .flex-viewport figure {
        height: 405px!important;
    }
    .images .flex-viewport figure div {
        width: 540px!important;
        height: 405px!important;
    }
    .images .flex-viewport figure div a {
        display: block;
        width: 540px!important;
        height: 405px!important;
    }
    .images .flex-viewport figure div a img {
        width: 540px!important;
        height: 405px!important;
    }
    .images .woocommerce-product-gallery__trigger {
        position: absolute;
        display: block;
        height: 1em!important;
        width: 1em!important;
        top: 1em!important;
        left: 1em!important;
        z-index: 10;
    }
    .images .flex-control-nav {
        margin-top: 15px;
        display: flex;
    }
    .images .flex-control-nav {
        display: flex;
        justify-content: center;
    }
    .images .flex-control-nav > li {
        display: block;
        margin-right: 10px;
        border-radius: 10px;
        overflow: hidden;
        width: 50px!important;
        height: 50px!important;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }
    .images .flex-control-nav > li img {
        width: 50px!important;
        height: 50px!important;
    }
    .images .flex-control-nav > li:hover {
        transition: all 0.3s ease-out;
    }

    .main-info h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 23px;

        margin-top: 10px;
        
        color: #000000;
    }
    .main-info p {
        margin-top: 15px;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;

        color: rgba(0, 0, 0, 0.4);
    }
    .main-info ul.only-card {
        display: none;
    }
    .custom-attributes {
        margin-top: 15px;
        width: 100%;
    }
    .custom-attributes li {
        position: relative;
        margin-top: 5px;
        width: 100%;
        display: none;
        justify-content: space-between;
    }
    .custom-attributes li:first-child {
        margin-top: 0px;
    }
    .custom-attributes li::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .custom-attributes li .attribute-label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 17px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .custom-attributes li .attribute-value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 17px;
        
        color: #000000;
        z-index: 10;
    }
    .custom-attributes li:nth-child(1) {
        display: flex;
    }
    .custom-attributes li:nth-child(2) {
        display: flex;
    }
    .custom-attributes li:nth-child(3) {
        display: flex;
    }
    .custom-attributes li:nth-child(4) {
        display: flex;
    }

    .main-info .all-spec {
        margin-top: 20px;

        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
    }

    .price-n-button {
        position: static;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .main-info .price {
        margin-top: 0px;
        width: 50%;
    }
    .main-info .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price del .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .main-info .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

       /* color: #FF3434;*/
    }
    .main-info .price ins .amount bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 23px;
        line-height: 30px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

       /* color: #FF3434;*/
    }
    .main-info .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }
    .main-info .price  bdi {
        display: block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #000000;
    }


    .main-info form {
        display: flex;
        margin-top: 0px;
        width: 50%;
    }
    .main-info .sku {
        display: block;
        margin-top: 15px;
        width: 100%;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        color: rgba(0, 0, 0, 0.8);
    }
    .main-info form .quantity {
        display: none;
    }
    .main-info form .single_add_to_cart_button  {
        width: 100%;
        height: 63px;

        background: #FFD338;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #eec222;
    }
    .main-info form .single_add_to_cart_button:hover {
        background: #d6ae1d;
    }
    .main-info form .one-click {
        width: 249px;
        height: 63px;
        margin-left: 10px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }
    .main-info form .one-click:hover {
        background: #f8f8f8;
    }

    .description-content > h2:first-child {
        display: none;
    }

    .description-content {
        margin-top: 30px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }
    .description-content .col h4 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #000000;
    }
    .description-content .col p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.4);
    }

    .additional_information-content > h2 {
        margin-top: 30px;

        padding: 0px 20px;

        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 17px;

        color: #000000;
    }

    .woocommerce-product-attributes {
        margin-top: 0px;
        width: 100%;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item {
        position: relative;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:first-child {
        margin-top: 20px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item:nth-child(2) {
        margin-top: 20px;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item::after {
        content: ".................................................................................................................................................................................................................................................................................................................................";
        position: absolute;
        left: 0px;
        bottom: 2px;

        width: 100%;
        overflow: hidden;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: #000000;

        opacity: 0.4;
        z-index: 5;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__label {
        background: #F9F9F9;
        display: block;

        padding-right: 6px;
        padding-left: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        
        color:  rgba(0, 0, 0, 0.4);

        z-index: 10;
    }
    .woocommerce-product-attributes .woocommerce-product-attributes-item .item__value {
        background: #F9F9F9;
        display: block;
        
        padding-left: 6px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        
        color: #000000;
        z-index: 10;
    }


    #same-items {
        margin-top: 75px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: auto;
    }
    #same-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: auto;
    }
    #same-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        width: 100%;
    }
    .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .products .type-product {
        position: relative;
        display: block;
        overflow: visible;

        margin-bottom: 20px;

        width: calc(100% - 20px)!important;
        height: auto!important;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    .products .type-product > a.woocommerce-LoopProduct-link {
        position: relative;
        display: block;
        /*height: auto;*/
        text-decoration: none;
        overflow: hidden;
        padding-bottom: 140px;
    }
    .products .type-product > a:hover, .products .type-product > a:focus {
        text-decoration: none;
        outline: none;
    }
    .products .type-product > a > .image {
        position: relative;
        display: flex;
        justify-content: center;
        overflow: hidden;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width: 100%;
        height: auto;
    }
    .products .type-product > a > .image::after {
        content: '';
        display: block;
        width: 100%;
        height: 20px;
        position: absolute;
        bottom: 0px;
        left: 0px;

        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }
    .products .type-product > a > .image > img {
        display: block;

        width: 100%;
        height: auto;
    }
    .products .type-product > a > .sku {
        display: block;

        width: 100%;
        padding: 0px 30px;
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 13px;

        color: rgba(0, 0, 0, 0.4);
    }
	li.product.type-product {
    margin-bottom: 30px !important;
}
    .products .type-product > a > .woocommerce-loop-product__title {
        width: 100%;
        padding: 0px 20px;
        margin-top: 9px;

        height: 65px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 17px;
        /* or 111% */

        color: #313131;
    }
    .products .type-product > a > .woo-product-short-desc {
        width: 100%;
        height: 51px;
        overflow: hidden;
        padding: 0px 30px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;
        /* or 106% */

        color: rgba(0, 0, 0, 0.4);
    }
    .products .type-product > a > .woo-product-short-desc > ul {
        list-style: none;
        padding-left: 15px;
    }
    .products .type-product > a > .woo-product-short-desc > ul > li::before {
        content: "\2022";
        color: #FFD338;
        font-weight: bold;
        display: inline-block; 
        width: 1em;
        margin-left: -1em;
    }
    .products .type-product > a > .price-box {
        position: absolute;
        bottom: 55px;
        padding: 0 10px;
        padding-top: 5px;
        padding-bottom: 5px;

        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
    }
    .products .type-product > a > .price-box > .price {
        width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    }
    .products .type-product > a > .price-box > .price > .amount {
        width: 100%;
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    .products .type-product > a > .price-box > .price del .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price del .amount bdi {
        display: block;
        width: 100%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        /* identical to box height, or 200% */
        
        text-decoration-line: line-through;
        
        color: rgba(0, 0, 0, 0.5);
    }
    .products .type-product > a > .price-box > .price ins .amount bdi span {
        display: inline;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price ins .amount bdi {
        display: block;
        width: 100%;


        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: underline #FFFFFF;

        color: #FF3434;
    }
    .products .type-product > a > .price-box > .price .amount bdi span {
        display: inline;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .price  bdi {
        display: block;
        width: 100%;


        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        text-decoration: none;

        color: #313131;
    }
    .products .type-product > a > .price-box > .in-stock {
        display: block;
        padding-left: 0px;

        margin-left: 5px;
        margin-right: 5px;

        width: fit-content;
        padding: 0 10px;
        height: 35px;
        
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 35px;
        /* identical to box height, or 175% */

        background: #E0B7B7;
        color: #CE0000;
    }
    .products .type-product > a > .price-box > .in-stock.is-in-stock {
        display: block;
        padding-left: 0px;

        width: fit-content;
        padding: 0 6px;
        height: 35px;
        
        background: rgba(66, 206, 0, 0.2);
        border-radius: 3px;

        font-family: Gotham Pro;
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 35px;
        /* identical to box height, or 175% */

        color: #42CE00;
    }
    .products .type-product > .button {
        position: absolute;
        width: 100%;
        height: 67px;
        left: 0px;
        bottom: 0px;

        background: #FFD338;
        /* Inner Shadow */

        display: flex;
        justify-content: center;
        align-items: center;

        box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.25);
        border-radius: 0px 0px 10px 10px;

        border: none;
        outline: none;
        cursor: pointer;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        /* identical to box height, or 156% */


        color: #313131;
    }
    .products .type-product > .button::before {
        content: '';
        display: inline-block;
        background: url(https://multistroy.dp.ua/wp-content/themes/multistroy/assets/img/item-cart.svg);
        background-size: 100% 100%;
        width: 25px;
        height: 24px;
        margin-right: 10px;
    }
    .products .type-product > .button:hover {
        background: #eec222;
    }
    .products .type-product > .button:active {
        background: #474747;
    }
    .products .type-product > .button > img {
        margin-right: 18px;
    }

    .woocommerce-info {
        background: #FFFFFF!important;
        border: 1px solid #727272;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        padding: 10px 20px;
    }

    .woocommerce-message {
        background: #65c261!important;
        border: 1px solid #448341;
        border-radius: 10px;

        position: relative;
        left: -10px;

        width: calc(100% + 20px);

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;

        color: #000000;

        margin-top: 20px;

        padding: 10px 20px;
    }

    .woocommerce-message a {
        display: none;
    }

    /* 
        "index.css"
        by Ryzhenko Ivan

    */

    #carousel {
        width: 100%;
        height: 396px;
        margin-top: 0px;
        border-radius: 10px;
        overflow: hidden;
		margin-top: 10px;
    }
    #carousel .slide {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 100%;
        height: 396px;

        background: #7D7D7D;
    }
    #carousel .slide .text {
        margin-left: 40px;
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #carousel .slide .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 22px;
        /* or 97% */


        color: #FFFFFF;
    }
    #carousel .slide .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #carousel .slide .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #carousel .slide .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #carousel .slide .text a button:hover {
        background: #eec222;
    }


    #lead {
        width: 100%;
        margin-top: 50px;
    }
    #lead > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 29px;

        color: #313131;

    }
    #lead-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: auto;
    }
    #lead-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
    }
    #lead-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    #sale {
        width: 100%;
        margin-top: 50px;
    }
    #sale > h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 29px;

        color: #FF3434;

    }
    #sale-items {
        margin-top: 20px;
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: auto;
    }
    #sale-items .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 325px;
        height: auto;
    }
    #sale-items .slick-slide > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        width: 100%;
    }


    #categories {
        width: 100%;
        margin-top: 50px;
    }
    #categories h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 29px;

        color: #313131;
    }
    #categories .items {
        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 230px;
        margin: auto;
        margin-top: 20px;
    }

    #categories .items .item {
        display: block;

        width: 100%;
        height: 230px;

        overflow: hidden;
    }
    #categories .items .item > div {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        margin: auto;

        width: 100%;
        height: 230px;

        padding: 0px 10px;
    }
    #categories .items .item > div > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 110px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #categories .items .item > div > a:hover, #categories .items .item > div > a:focus {
        text-decoration: none;
        outline: none;
    }
    #categories .items .item > div > a > img {
        display: block;
        width: 50%;
    }
    #categories .items .item > div > a > h3 {
        width: 50%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
    }


    #about {
        width: 100%;
        margin-top: 50px;
    }
    #about h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 29px;

        color: #313131;
    }
    #about .container {
        width: 100%;
    }
    #about .container > .row {
        margin-top: 20px;
    }
    #about .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 250px;

        padding: 0px 20px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #about .container > .row > .col > .card > h3 {
        margin-top: 14px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        /* or 104% */
        
        color: #313131;
    }
    #about .container > .row > .col > .card > p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 106% */
        
        color: rgba(0, 0, 0, 0.3);
    }


    #reviews {
        width: 100%;
        margin-top: 50px;
    }
    #reviews h2 {
        width: 100%;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 29px;

        color: #313131;
    }
    #reviews .container {
        width: 100%;
    }
    #reviews .container > .row {
        margin-top: 0;
    }
    #reviews .container > .row > .col > .card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: 315px;

        padding: 0px 20px;

        background: #FFFFFF;
        /* Drop Shadow */
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        margin-top: 20px;
    }
    #reviews .container > .row > .col:last-child {
        display: none;
    }
    #reviews .container > .row > .col > .card > .stars {
        height: 34px;
    }
    #reviews .container > .row > .col > .card > h3 {
        margin-top: 33px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        /* identical to box height, or 92% */
        
        
        color: #000000;
    }
    #reviews .container > .row > .col > .card > p {
        margin-top: 15px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        color: rgba(0, 0, 0, 0.4);
    }
    #reviews > a {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 25px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.4);

        text-decoration: none;
    }
    #reviews > a:hover {
        color: rgba(0, 0, 0, 0.6);
    }


    #frequent {
        height: auto;
        margin-top: 50px;
    }
    #frequent h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 29px;
        
        color: #000000;
    }
    #frequent .requests {
        margin-right: 0px;
    }
    #frequent .requests > .container {
        margin-top: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }
    #frequent .requests > .container .row {
        margin-bottom: 4px;
        margin-left: -4px;
        margin-right: -4px;
    }
    #frequent .requests > .container .row .col {
        padding-left: 2px;
        padding-right: 2px;
    }
    #frequent .requests > .container .row .col a {
        display: block;
        width: 100%;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 0.8em;
        line-height: 38px;

        color: rgba(0, 0, 0, 0.5);
        text-align: center;
        text-decoration: none;

        background: #E7E7E7;
        border-radius: 50px;
    }
    #frequent .requests > .container .row a:hover {
        color: rgba(0, 0, 0, 0.4);
        background: #cccccc;
    }
    #frequent .questions {
        display: flex;
        flex-direction: column;
        justify-content: center;

        margin-top: 10px;

        width: calc(100% + 20px);
        position: relative;
        left: -10px;
        height: auto;

        padding: 30px 20px;

        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }
    #frequent .questions > h3 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 23px;
        /* identical to box height */
        
        
        color: #000000;
    }
    #frequent .questions > p {
        margin-top: 15px;

        padding-right: 20px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* or 111% */
        
        
        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .inpt {
        margin-top: 20px;
        position: relative;
        width: 100%;
    }
    #frequent .questions > .inpt > span {
        position: absolute;
        display: block;

        left: 35px;
        top: -9px;

        padding: 0px 5px;

        background: #FFFFFF;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;

        color: #000000;
    }
    #frequent .questions > .inpt > input {
        width: 100%;
        height: 72px;

        padding: 0px 35px;

        border: 1px solid rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
        border-radius: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        /* identical to box height, or 111% */

        color: rgba(0, 0, 0, 0.4);
    }
    #frequent .questions > .btn {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-top: 30px;
    }
    #frequent .questions > .btn > button {
        width: 90%;
        height: 67px;
        
        background: #FFD338;
        border-radius: 50px;
        border: none;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;

        color: #313131;

        cursor: pointer;
    }
    #frequent .questions > .btn > button:hover {
        background: #cfab26;
        color: #313131;
    }
    #frequent .questions > .btn > span {
        margin-top: 10px;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        /* or 125% */
        
        color: rgba(0, 0, 0, 0.4);
    }





    #catalog .products {
        margin-top: 10px;

        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog .products .product {
        margin-bottom: 10px;
        margin-left: 0px;
        width: 100%!important;
    }
    #catalog .products .product:first-child {
        margin-left: 0px;
    }
    #catalog .products .product:nth-child(3n+1) {
        margin-left: 0px;
    }
    #catalog .products .product:nth-child(2n+1) {
        margin-left: 0px!important;
    }

    #catalog-cat .products .type-product {
        margin-bottom: 10px!important;
        margin-left: 0px!important;
    }
    #catalog-cat .products .type-product:first-child {
        margin-left: 0px!important;
    }
    #catalog-cat .products .type-product:nth-child(4n+1) {
        margin-left: 0px!important;
    }
    #catalog-cat .products .type-product:nth-child(3n+1) {
        margin-left: 0px!important;
    }
    #catalog-cat .products .type-product:nth-child(2n+1) {
        margin-left: 0px!important;
    }


    /* 
        "catalog.css"
        by Ryzhenko Ivan

    */

    #catalog_title {
        height: auto;
        background: none;
    }

    #catalog_title > h1.page-title {
        margin-top: 32px;
        margin-bottom: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }

    #catalog-cat .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #catalog-cat .products .product {
        margin-bottom: 10px;
        margin-left: 0px;
        width: 100%!important;
    }
    #catalog-cat .products .product:first-child {
        margin-left: 0px;
    }
    #catalog-cat .products .product:nth-child(3n+1) {
        margin-left: 0px;
    }
    #catalog-cat .products .product:nth-child(2n+1) {
        margin-left: 0px;
    }
    #catalog-cat .products .product-category {
        margin-bottom: 10px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 110px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        overflow: hidden;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 110px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        text-decoration: none;
    }
    #catalog-cat .products .product-category > a:hover, #catalog .products .product-category > a:focus {
        text-decoration: none;
        outline: none;
    }
    #catalog-cat .products .product-category > a > img {
        display: flex;
        justify-content: flex-end;
        width: 50%;
        overflow: hidden;
    }
    #catalog-cat .products .product-category > a > h2 {
        width: 50%;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        /* or 111% */

        color: #313131;
        text-decoration: none;
    }
    #catalog-cat .products .product-category > a > h2 > mark {
        background: none;
        text-decoration: none;
    }

    #filter-btn {
        display: block;
        width: 100%;
        height: 45px;

        background: #FFFFFF;
        border: 2px solid #FFD338;
        box-sizing: border-box;
        /* Drop Shadow */

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 27px;
        /* identical to box height */


        color: rgba(0, 0, 0, 0.8);
    }
    #filter-btn.collapsed {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    aside#secondary {
        margin-right: 15px;
        width: 100%;
        background: #FFFFFF;

        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;

        padding-top: 25px;
        padding-bottom: 5px;

        display: none;
        
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    aside#secondary.show {
        display: flex;
    }
    aside#secondary > .widget_layered_nav {
        width: 100%;
        background: #FFFFFF;
        padding-bottom: 0;
        margin-bottom: 25px;
        border-bottom: none;
    }
    aside#secondary > .widget_layered_nav:last-child {
        margin-bottom: 0px;
        border: none;
    }
    aside#secondary > .widget_layered_nav > h2 {
        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        background: #FFFFFF;
        padding: 5px 15px;

        margin-bottom: 20px;

        border: none;
        outline: none;
        background: none;

        text-align: left;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;

        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul {
        padding: 0px 15px;
    }
    aside#secondary > .widget_layered_nav > ul > li {
        display: inline-flex;
        width: 100%;
        margin-bottom: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li > a {
        display: inline-flex;
        align-items: center;
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none;

        margin-right: 2px;

        color: rgba(0, 0, 0, 0.6);
    }
    aside#secondary > .widget_layered_nav > ul > li:hover > a {
        color: rgba(0, 0, 0, 0.8);
    }
    aside#secondary > .widget_layered_nav > ul > li > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/unchosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li.chosen > a::before {
        content: '';
        display: inline-block;
        margin-right: 13px;
        width: 24px;
        height: 24px;
        background: url(assets/img/chosen.svg);

    }
    aside#secondary > .widget_layered_nav > ul > li:last-child {
        margin-bottom: 0px;
    }


    #catalog_category_title {
        margin-top: 32px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        height: auto;
        background: none;
    }
    #catalog_category_title > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);
    }
    #catalog_category_title > .sel {
        position: relative;
    }
    #catalog_category_title > .sel > form > select {
        width: 200px;
        height: 40px;
        
        border: 2px solid rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        border-radius: 5px;
        outline: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 17px;

        color: #000000;

        padding: 0px 5px;

        opacity: 0.8;

        background: none;

        text-align: left;

        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    }
    #catalog_category_title > .sel > form > select > option {
        width: 273px;
    }
    #catalog_category_title > .sel > form > select::-ms-expand {  /* для IE */ 
        display: none;
    }
    #catalog_category_title > .sel > img { 
        display: none;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0%, -50%);
    }

    .category-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .category-footer .woocommerce-pagination > ul > li{
        display: inline-block;
    }
    .category-footer .woocommerce-pagination > ul > li > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .category-footer .woocommerce-pagination > ul > li > a.prev {
        display: none;
    }
    .category-footer .woocommerce-pagination > ul > li > a.next {
        display: none;
    }
    .category-footer .woocommerce-result-count {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;

        color: rgba(0, 0, 0, 0.4);
    }






    #main > .container > .row > .col > .custom-breadcrumbs {
        margin-top: 30px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;

        color: rgba(0, 0, 0, 0.8);
    }
    #main > .container > .row > .col > .custom-breadcrumbs > span {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }
    #main > .container > .row > .col > .custom-breadcrumbs > a {
        display: inline-block;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.8);
    }
    #news-header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #news-header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: rgba(0, 0, 0, 0.8);;
    }

    #banner {
        display: flex;
        justify-content: flex-start;
        align-items: center;

        width: 100%;
        height: 420px;

        margin-top: 20px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #banner .text {
        margin-left: 0;
        padding: 0 40px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #banner .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 30px;
        /* or 97% */


        color: #FFFFFF;
    }
    #banner .text p {
        margin-top: 10px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        /* or 122% */
        
        
        color: rgba(255, 255, 255, 0.6);
    }
    #banner .text > a {
        display: block;
        margin-top: 35px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #banner .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #banner .text a button:hover {
        background: #eec222;
    }



    #news-list {
        margin-top: 0px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #news-list > .news-item {
        position: relative;
        display: block;

        margin-top: 10px;

        overflow: hidden;

        width: 100%;
        height: 374px;

        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        text-decoration: none;

        margin-left: 0px;
    }
    #news-list > .news-item:first-child {
        margin-left: 0px;
    }
    #news-list > .news-item:nth-child(3n+1) {
        margin-left: 0px;
    }
    #news-list > .news-item:nth-child(2n+1) {
        margin-left: 0px;
    }
    #news-list > .news-item:hover, #news-list > .news-item:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list .news-item > .post-thumbnail {
        display: block;

        width: 100%;
        height: auto;
    }
    #news-list .news-item > .post-thumbnail > img {
        display: block;

        width: 100%;
        height: auto;
    }
    #news-list > .news-item > .news-text {
        display: block;
        width: 100%;
        height: 175.25px;
        text-decoration: none;

        padding-top: 10px;
    }
    #news-list > .news-item > .news-text > h4 {
        width: 100%;
        max-height: 40px;
        overflow: hidden;
        padding: 0px 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        
        color: #000000;
    }
    #news-list > .news-item > .news-text > .date {
        display: block;
        width: 100%;
        height: 20px;
        overflow: hidden;
        padding: 0px 20px;
        margin-top: 5px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        
        color: rgba(0, 0, 0, 0.43);
    }
    #news-list > .news-item > .news-text > p {
        width: 100%;
        max-height: 130px;
        overflow: hidden;
        padding: 0px 20px;
        margin-top: 7px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;

        color: rgba(0, 0, 0, 0.4);
    }

    #news-list > .news-item-lg {
        display: block;

        width: 100%;
        height: 424px;

        padding: 0px 30px;

        margin-top: 10px;
        border-radius: 10px;

        background: #7D7D7D;
    }
    #news-list > .news-item-lg.item-clearfix {
        display: none;
    }
    #news-list > .news-item-lg:hover, #news-list > .itema-lg:focus {
        text-decoration: none;
        outline: none;
    }
    #news-list > .news-item-lg .text {
        margin: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #news-list > .news-item-lg .text h2 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 26px;
        /* or 108% */
        
        
        color: #FFFFFF;
    }
    #news-list > .news-item-lg .text p {
        margin-top: 20px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        
        color: rgba(255, 255, 255, 0.7);    
    }
    #news-list > .news-item-lg .text > a {
        display: block;
        margin-top: 40px;
        width: 220px;
        height: 69px;
        text-decoration: none;
    }
    #news-list > .news-item-lg .text a button {
        width: 220px;
        height: 69px;
        
        background: #FFD338;
        border-radius: 5px;
        outline: none;
        border: none;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        /* identical to box height, or 122% */

        color: #181818;
        cursor: pointer;
    }
    #news-list > .news-item-lg .text a button:hover {
        background: #eec222;
    }

    .wp-pagenavi {
        margin-top: 20px;
        width: 100%;

        display: inline-flex;
        
    }
    .wp-pagenavi > a {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 0.0);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > span.current {
        display: inline-block;
        width: 40px;
        height: 40px;

        font-family: Gotham Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;

        color: rgba(0, 0, 0, 0.7);

        border: 2.5px solid rgba(0, 0, 0, 1);
        box-sizing: border-box;
        border-radius: 10px;
    }
    .wp-pagenavi > a.nextpostslink {
        display: none;
    }
    .wp-pagenavi > a.previouspostslink {
        display: none;
    }
    .wp-pagenavi > .pages {
        display: none;
    }

    #sale_list {
        margin-top: 30px;
    }
    #sale_list .products {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #sale_list .products .product {
        margin-bottom: 10px;
        margin-left: 0px;
        width: 100%!important;
    }
    #sale_list .products .product:first-child {
        margin-left: 0px;
    }
    #sale_list .products .product:nth-child(4n+1) {
        margin-left: 0px;
    }
    #sale_list .products .product:nth-child(3n+1) {
        margin-left: 0px;
    }
    #sale_list .products .product:nth-child(2n+1) {
        margin-left: 0px;
    }

    #sale_header {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #sale_header > h1 {
        font-family: Gotham Pro;
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 34px;
        
        color: #FF3434;
    }

    .martop70 {
        margin-top: 30px;
    }

    .slick-next {
        right: 10px;
        top: 40%;
    }
    .slick-prev {
        left: 10px;
        top: 40%;
    }
    a, ins {
        text-decoration: none!important;
      }
	  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
			height: 410px !important;
		}

}



a, ins {
    text-decoration: none!important;
  }



.dgwt-wcas-suggestions-wrapp {
    font-family: Gotham Pro;
}


#sd_1 {
    background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_0_dark.jpg)!important;
}
#sd_2 {
    background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_1_dark.jpg)!important;
}
@media (max-width: 1320px) {
    #sd_1 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_0_dark_1140.jpg)!important;
    }
    #sd_2 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_1_dark.jpg)!important;
    }
}
@media (max-width: 1200px) {
    #sd_1 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_0_dark_960.jpg)!important;
    }
    #sd_2 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_1_dark.jpg)!important;
    }
}
@media (max-width: 992px) {
    #sd_1 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_0_dark_720.jpg)!important;
    }
    #sd_2 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_1_dark.jpg)!important;
    }
}
@media (max-width: 768px) {
    #sd_1 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_0_dark_540.jpg)!important;
    }
    #sd_2 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_1_dark.jpg)!important;
    }
}
@media (max-width: 576px) {
    #sd_1 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_0_dark_mobile.jpg)!important;
        background-position: 50% 50%!important;
    }
    #sd_2 {
        background: url(https://multistroy.dp.ua/wp-content/uploads/2020/10/carousel_1_dark.jpg)!important;
        background-position: 50% 50%!important;
    }
}

.background-block{
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
}
.background-block .header {
    height: 95px;
    display: flex;
    align-items: center;
    padding: 0px 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.background-block h3 {
    margin-left: 25px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
    color: #000000;
}
.background-block .body p {
    margin-bottom: 20px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.background-block ul{
	padding-left: 60px;
    margin-top: 20px;
	list-style: circle !important;
}
.background-block .body li {
    margin-bottom: 20px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.8);
}
.background-block .body{
	width: 100%;
    padding: 0px 45px;
    padding-top: 40px;
}
strong {
    font-weight: 700;
}
#order_review{
	margin-top: 20px;
	font-family: Gotham Pro;
}
#order_review li{
	margin-bottom: 12px;
	font-size: 14px;
}
#order_review ul{
	margin-top: 10px;
}
#catalog .products .product-category{
	margin-bottom: 20px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    width: 420px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}
#catalog .products .product-category > a{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 130px;
    width: 420px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    border-radius: 10px;
    text-decoration: none;
   
}
#catalog .products .product-category > a > img {
	display: block;
    height: 130px;
    width: 210px;
}
#catalog .products .product-category > a > h2 {
	 width: 210px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #313131;
    text-decoration: none;
}
.woo-product-short-desc{
	    display: none;
}
.price_slider_wrapper button[type="submit"] {
	color: rgba(0, 0, 0, 0.8);
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;

}
#woocommerce_price_filter-3 h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    padding: 5px 36px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    background: none;
    text-align: left;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.8);
}
#woocommerce_price_filter-3 {
	width: 100%;
    background: #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}
.price_slider_wrapper div.price_label {
    color: rgba(0, 0, 0, 0.8);
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}
#woocommerce_price_filter-3 form {
    padding: 0 30px;
}
.fchange #frequent{
	margin-top: 0px !important;
}
.fchange #frequent{

    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
}
#woocommerce_layered_nav-30 {
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
div#product_description_content {
    padding-left: 20px;
    padding-right: 20px;
}
#product_description_content p {
    margin-bottom: 13px;
	width: 100%;
}
#product_description_content {
   color: rgba(0, 0, 0, 0.8) !important;
}
#product_description_content ul {
    padding: 10px 30px;
    list-style: circle;
}
#product_description_content {
    line-height: 22px;
}
li.product-category {
    width: 48% !important;
	margin-left: 5px !important;
    margin-right: 5px !important;
}
li.product-category a {
    width: 100% !important;
}
mark.count {
    background: none;
}
/***********Новый вид категорий*******/
@media (max-width: 1200px){
	#catalog li.product-category {
    height: max-content !important;
}
	#catalog .products .product-category > a{
		display: inline-table !important;
	}

	
	#catalog .products .product-category > a > h2{
		display: inline-table !important;
		padding: 0px 10px 10px 10px;
		text-align: center;
		font-size: 15px;
	}

	#catalog .products .product-category > a > img{
		height: 130px !important;
    	width: 100% !important;
	}
	#catalog .products .product-category > a > h2{
		width: initial !important;

	}

	#catalog .products .product-category{
		width: 46% !important;
	}

	
	
}
@media (min-width: 1200px){
	#catalog .products .type-product{
	width: 32% !important;
}

	
}
@media (max-width: 768px){
	 #catalog .products .type-product > a > .price-box > .in-stock.is-in-stock{
		display: none !important;
	}
	#catalog .products .type-product > a > .price-box > .in-stock{
		display: none !important;
	}
}
@media (max-width: 576px){
	 #catalog .products .type-product > a > h2.woocommerce-loop-product__title{
		padding: 0px 10px;
		height: initial;
		font-size: 12px;

	}
	#lead-items-box a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        height: 510px !important;
    }
	#lead-items-box .products .type-product > a > .price-box {
		padding-bottom: 15px;
	}
	#sale-items-box a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        height: 510px !important;
    }
	#sale-items-box .products .type-product > a > .price-box {
		padding-bottom: 15px;
	}
	
	#catalog .products .type-product > .button{
		font-size: 15px;
		height: 45px;
	}
	#catalog .products .type-product > a > .price-box > .price ins .amount bdi{
		font-size: 20px;
	}
	#catalog .products .type-product > .button::before{
		width: 19px !important;
    	height: 19px !important;
	}
}
@media (max-width: 992px){
	#catalog .products .type-product{
		width: 46% !important;
	}

	    
}

#catalog .products .product{
	margin-left: 10px !important;
	margin-right: 0px !important;
}



/********************/

span.product_tag {
    display: block;
    margin-top: 15px;
    width: 100%;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
}
.product_tag_wrap {
    margin-top: 38px !important;
    font-size: .9em;
    margin: 0 0 0.8em;
}
.productinfo-show-discounts{
	    display: block;
    margin-top: 27px;
    width: 100%;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.8);
	margin: 25px 0 !important;
}
.productinfo-show-discounts .price{
	font-size: 25px;
    font-weight: 600;
}
.productinfo-show-discounts .price_text{
	font-size: 17px;
}
p.opt-text {
	font-size: 12px;
	color: #000;
}
span.optcount {
    font-size: 16px;
    font-weight: 500;
}
span.optp-rice {
    font-size: 23px;
    font-weight: 500;
    color: #FF3434;
}
span.optprice {
	font-size: 20px;
    font-weight: 500;
    color: #FF3434;
    font-family: Gotham Pro;
}
.opt-category {
    margin: 12px 30px 0px;
    font-size: 13px;
    font-weight: 300;
    color: grey;
}

li.lang{
	display: inline-block !important;
}
#catalog #brands .product-category>a {
    width: 217px !important;
}
#top-header {
	background-color: #EFB9B9;
    padding: 5px 0px 5px 0px;
    text-align: center;
    font-size: 18px;
}
.lang .trp-language-switcher>div {
	background-image: none !important;
	padding: 0px 6px 0px 2px !important;
}
a.trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
    font-size: 12px !important;
    line-height: 15px !important;
}
.trp-ls-shortcode-language a{
	font-size: 12px !important;
    line-height: 15px !important;
}
.trp-ls-shortcode-current-language {
    width: 44px !important;
}
.term-description h1 {
	font-family: Gotham\ Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 15px;
    color: rgba(0,0,0,.8);
}
ol {
    list-style: auto !important; 
}
.old-price {
	display: inline-block;
  position: relative;
  color: #7f94a1;
}

.old-price::after {
  border-bottom: 3px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-12deg);
	top:0;
left:0;
}
@media (max-width: 423px) {
	.products .type-product > a > .price-box > .in-stock.is-in-stock {
		padding: 0 3px !important;
	}
	#catalog .products .type-product > a > .price-box > .price ins .amount bdi {
		font-size: 15px !important;
	}
	.products .type-product > a > .price-box > .price del .amount bdi {
		font-size: 12px !important;
	}
}
.bapf_wid_ h3{
	    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    padding: 3px 5px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    background: none;
    text-align: left;
    font-family: Gotham\ Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    color: rgba(0, 0, 0, .8);
}
.bapf_wid_ {
	    padding: 0 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.bapf_body label {
	font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 13px;
    text-decoration: none;
    margin-right: 5px;
}
.irs--flat .irs-handle>i:first-child {
	background-color: #eec222 !important;
}
.irs--flat .irs-bar {
	background-color: #eec222 !important;
}
.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
	    padding: 2px 5px !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
	font-size: 12px !important;
}
.berocket_single_filter_widget .bapf-clean-rounded li label {
	font-size: 14px;
	padding: 6px 15px !important;
    font-weight: 400 !important;
}
.bapf_ckbox .bapf_body ul li {
    margin-bottom: 6px !important;
}
.bapf_ckbox.bapf-clean-rounded .bapf_body ul li {
    margin-bottom: 1px !important;
}
.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a:before {
	right: 19px !important;
    top: 4px !important;
    font-size: 28px !important;
}
.bapf-sfa-grey-rounded .berocket_aapf_widget_selected_area li a {
	padding: 5px 30px 5px 15px !important;
}
#primary #catalog_category_title>.sel>form>select {
	width: auto;
    height: auto;
	font-size: 14px;
	padding: 7px 42px 7px 15px;
}
.berocket_single_filter_widget.berocket_single_filter_widget_6838.bapf_wid_ {
	width: 100%;
}