.header__top {
    padding: 10px;
    background: #000000;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff;
}
.header__top p {
    margin: 0;
}
.header__center {
    padding-bottom: 10px;
}

.logo {
    z-index: 1;
    display: inline-block;
    margin: 10px 0 0;
}
.logo__img {
    max-width: 300px;
}
.logo__text span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #d9d9d9;
    text-transform: uppercase;
}
.header .text {
    width: auto;
}

.main-slider__slide {
}
.main-slider__slide img {
    height: auto;
}

/* .woocommerce-product */
.woocommerce .single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper a {
    display: block;
    padding: 20px;
}
.woocommerce .single-product .woocommerce-product-gallery .flex-control-nav li {
    width: 80px;
    height: 80px;
    margin: 5px;
}
.woocommerce .single-product .woocommerce-product-gallery .flex-control-nav li img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.woocommerce .single-product .woocommerce_custom_product_table_attributes {
    width: 100%;
}
.woocommerce .single-product .woocommerce_custom_product_table_attributes th,
.woocommerce .single-product .woocommerce_custom_product_table_attributes td {
    padding: 10px 0;
    border-top: 1px dashed #a8a8a8;
    border-bottom: 1px dashed #a8a8a8;
}
.woocommerce .single-product .price {
    margin-top: 30px;
}
.woocommerce .single-product .price .woocommerce-Price-amount {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e1251b;
}
.woocommerce .single-product .woocommerce-product-details__short-description {
    display: none;
}
.woocommerce .single-product .cart {
    display: flex;
    align-items: center;
}
.woocommerce .single-product .cart {

}
.woocommerce .single-product .cart .button {
    margin-left: 20px;
    background-color: #e1251b;
}
.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 35px;
}
.woocommerce .single-product .cart .button:hover {
    background-color: #b60c04;
}
.woocommerce .single-product .product_meta {
    display: none;
}

.woocommerce div.product .woocommerce-tabs {
    margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    background-color: white;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px 20px;
    border: 1px solid #cfc8d8;
    border-radius: 4px;
    border-top-color: transparent;
}
/* .woocommerce-product */

/* .woocommerce-loop-product */
.woocommerce .products.columns-4 {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
    position: relative;
    display: flex;
    width: 25%;
    margin: 0 0 30px 0;
    padding: 0;
}
.woocommerce ul.products li.product .product_wrap,
.woocommerce-page ul.products li.product .product_wrap {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 20px 0 0;
    padding: 0 10px;
    box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.075);
}
.woocommerce ul.products li.product .product_wrap-double,
.woocommerce-page ul.products li.product .product_wrap-double {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 2;
    margin: 0;
    padding: 0;
    background-color: white;
    box-shadow: unset;
}
.woocommerce ul.products li.product:hover .product_wrap-double,
.woocommerce-page ul.products li.product:hover .product_wrap-double {
    min-height: 100%;
    margin: 0 20px 0 0;
    padding: 0 10px;
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.4);
}

.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__desc,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__desc,
.woocommerce ul.products li.product .woocommerce-loop-product__link .stock,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link .stock {
    display: none;
    margin-top: 20px;
}
.woocommerce ul.products li.product:hover .product_wrap-double .woocommerce-loop-product__link .woocommerce-loop-product__desc,
.woocommerce-page ul.products li.product:hover .product_wrap-double .woocommerce-loop-product__link .woocommerce-loop-product__desc,
.woocommerce ul.products li.product:hover .product_wrap-double .woocommerce-loop-product__link .stock,
.woocommerce-page ul.products li.product:hover .product_wrap-double .woocommerce-loop-product__link .stock {
    display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .stock,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link .stock {
    margin-bottom: 0;
    text-align: center;
}
.stock {
    display: none;
    text-align: center;
}
.summary.entry-summary .stock {
    display: block;
    text-align: left;
}
.out-of-stock {
    color: #ff4200;
}
.in-stock {
    color: #349630;
}
.woocommerce-loop-product__desc {
    color: #161616;
}

.qib-button-wrapper {
    display: none !important;
}
.summary.entry-summary .qib-button-wrapper {
    display: block !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.woocommerce ul.products li.product a img {
    display: block;
    max-width: 120px;
    height: auto;
    margin: 0 auto;
    box-shadow: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    display: block;
    padding: 0.5em 0;
    margin: 20px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #161616;
    text-align: center;
    transition: 0.4s;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover {
    color: #e1251b;
}

.woocommerce ul.products li.product .price {
    display: block;
    margin-top: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #e1251b;
    text-align: center;
}

.woocommerce ul.products li.product .button {
    display: block;
    width: max-content;
    margin: 20px auto;
    background-color: #e1251b;

    border-radius: 5px;
    font-weight: 400;
    color: white;
}
/* .woocommerce-loop-product */

/* .woocommerce-cart */
.woocommerce table.shop_table {
    border-color: transparent;
}
.woocommerce .shop_table_border {
    width: 100%;
    padding: 20px;
    margin-bottom: 2em;
    border: 1px dashed #a8a8a8;
}
.woocommerce .shop_table_border h2 {
    font-size: 24px;
    line-height: 28px;
    color: #e1251b;
}
.woocommerce table.shop_table td {
    border-color: transparent;
}

.woocommerce table.cart .product-thumbnail a {
    display: block;
    width: 100px;
    height: 100px;
}
.woocommerce table.cart .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.woocommerce .shop_table_border .coupon {
    display: flex;
    align-items: center;
}
.woocommerce .shop_table_border .coupon input {
    padding: 10px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
.woocommerce .shop_table_border .coupon .button {
    display: block;
    width: max-content;
    margin: 10px 0 10px auto;
    background-color: #e1251b;
    font-weight: 400;
    color: white !important;
}
.woocommerce .shop_table_border .coupon .button {
    margin-left: 10px !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
.woocommerce .shop_table_border .coupon .button:hover {
    background-color: #b60c04;
}
.woocommerce .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
}

.woocommerce .cart-collaterals .shop_table .order-total th,
.woocommerce .cart-collaterals .shop_table .order-total td {
    border-top: 1px solid rgba(0,0,0,.1);
}
.woocommerce .cart-collaterals .shop_table td[data-title] {
    text-align: right;
}
/* .woocommerce-cart */

/* .woocommerce-checkout */
.woocommerce form.checkout_coupon {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    border: 1px dashed #a8a8a8;
}
/*.woocommerce .woocommerce-checkout .woocommerce-billing-fields,*/
/*.woocommerce .woocommerce-checkout .woocommerce-shipping-fields,*/
/*.woocommerce .woocommerce-checkout .woocommerce-additional-fields {*/
/*    padding: 20px;*/
/*    border: 1px dashed #a8a8a8;*/
/*}*/
.select2-container .select2-selection--single {
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 12px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 12px 15px;
    border-color: #cecece;
    border-radius: 4px;
    font-size: 16px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    /*background: #e9e6ed;*/
    background: transparent;
    border-radius: 5px;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .product-name {
    width: 50%;
}
.woocommerce .woocommerce-checkout-review-order .shop_table .product-total {
    width: 40%;
    text-align: right;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
    border-top-color: transparent;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr:first-child th,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr:first-child td {
    border-top: 1px dashed #a8a8a8 !important;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr:last-child th,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr:last-child td {
    border-bottom: 1px dashed #a8a8a8 !important;
}
.woocommerce .woocommerce-checkout-review-order .shop_table td {
    padding: 25px 0;
}
.woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr:first-child td,
.woocommerce .woocommerce-checkout-review-order .shop_table tfoot tr:first-child th {
    padding-top: 20px;
}
.woocommerce .woocommerce-checkout-review-order .shop_table tfoot th {
    text-align: right;
    padding-right: 30px;
    padding-bottom: 20px;
    width: 70%;
    font-weight: 400;
}
.woocommerce .woocommerce-checkout-review-order .shop_table tfoot td {
    text-align: right;
    padding-top: 0;
    padding-bottom: 20px;
    font-weight: 400;
}
.woocommerce .woocommerce-checkout-review-order .order-total th {
    font-weight: bold !important;
}
.woocommerce .woocommerce-checkout-review-order .order-total td {
    font-weight: bold !important;
    color: #e1251b;
}
.woocommerce .woocommerce-checkout-review-order .cart_item .product-thumbnail {
    width: 90px;
}
.woocommerce .woocommerce-checkout-review-order .cart_item .fusion-product-name-wrapper {
    display: flex;
    align-items: center;
}
.woocommerce .woocommerce-checkout-review-order .cart_item .product-thumbnail {
    flex-shrink: 0;
    width: 90px;
    margin-right: 25px;
    float: left;
}

.woocommerce-MyAccount-navigation ul,
.woocommerce-side-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation,
.woocommerce-side-nav {
    float: left;
    width: 220px;
}
.woocommerce-checkout-nav li a {
    border-bottom: 1px dashed #a8a8a8 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400 !important;
    text-decoration: none !important;
}
.woocommerce-MyAccount-navigation ul li a,
.woocommerce-side-nav li a {
    display: block;
    padding: 10px 0;
    /*border-bottom: 1px solid;*/
    border-bottom: none;
}
.woocommerce-checkout-nav li.is-active a {
    font-size: 18px;
    font-weight: 600 !important;
    background: transparent !important;
}
woocommerce-MyAccount-navigation ul li.is-active a:after,
.woocommerce-side-nav li.is-active a:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    margin-left: 5px;
    color: #161616;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #349630;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #e1251b !important;
}
/* .woocommerce-checkout */

/* .woocommerce-my-account */
#post-11 .woocommerce {
    display: flex;
}
/*.woocommerce-MyAccount-navigation,*/
/*.woocommerce-MyAccount-content {*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*}*/
.woocommerce-MyAccount-navigation,
.woocommerce-side-nav {
    float: unset;
    /*width: auto;*/
    flex-shrink: 0;
    margin-right: 20px;
}
.woocommerce-MyAccount-navigation-link.is-active a {
    color: #e1251b;
}
.woocommerce-EditAccountForm.edit-account {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
}
.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 20px;
}
.woocommerce-MyAccount-navigation ul li a,
.woocommerce-side-nav li a {
    text-decoration: none;
}
.woocommerce .woocommerce-form.woocommerce-form-register.register,
.woocommerce .woocommerce-form.woocommerce-form-login.login {
    background-color: #f8f8f8;
    border-radius: 10px;
    border-color: #f8f8f8;
}
/* .woocommerce-my-account */

.woocommerce .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .quantity .qty {
    margin: 0 2px;
    padding: 5px;
    border-color: #e5e5e5;
    border-radius: 5px;
    color: #161616;
}
.woocommerce .quantity button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 5px;

    font-size: 20px;
    line-height: 20px;
    font-weight: 100;
    color: #3b3b3b;
}

/* .photo-gallery */
.photo-gallery {
    margin-top: 3rem;
}
.photo-gallery a,
.photo-gallery a:visited {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    margin: 15px 0;
    box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.075);
    text-decoration: none;
    transition: 0.4s;
}
.photo-gallery a:hover,
.photo-gallery a:active {
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.4);
}
.photo-gallery a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .photo-gallery */

/* .post */
.post .entry-content {
    display: flex;
    flex-direction: column;
}

.post .title a,
.post .title a:visited {
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.post .entry-content .next,
.post .entry-content .next:visited {
    display: block;
    width: max-content;
    margin-top: 30px;
    padding: 10px 20px;
    background-color: #161616;
    border-radius: 5px;

    font-weight: 400;
    color: white;
    text-decoration: none;

    transition: 0.4s;
}
.post .entry-content .next:hover,
.post .entry-content .next:active {
    background-color: #e1251b;
}

.post .entry-content .next i {
    margin-left: 10px;
}
/* .post */

.header__bottom .cart {
    position: relative;
}
.header__bottom .cart .cart__counter {
    position: absolute;
    right: -10px;
    bottom: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding: 3px;
    border-radius: 50%;
    background-color: white;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #161616;
    overflow: hidden;
}

.products__button {
    text-decoration: none !important;
}

.info__img {
    flex-shrink: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #d8ffdb;
}

@media screen and (max-width: 1024px) {
    .menu-main__wrap.open {
        width: 400px;
        overflow: auto;
    }
    .menu-main__list li ul.sub-menu.open {
        width: 400px;
        padding: 140px 30px 40px 30px;
        overflow: auto;
    }
    .product_wrap.product_wrap-double {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .menu-main__wrap.open {
        width: 90%;
        max-width: 400px;
    }
    .menu-main__list li ul.sub-menu.open {
        width: 90%;
        max-width: 400px;
    }

    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        width: 50%;
    }
    .woocommerce table.shop_table_responsive tr td {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    body .woocommerce .woocommerce-cart-form .qib-button-wrapper {
        float: unset;
        justify-content: flex-end;
        margin-right: 0;
    }
    body .qib-button-wrapper {
        float: unset;
    }

    #post-11 .woocommerce {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {

    .header__top {
        padding: 5px;
    }

    .woocommerce .shop_table_border {
        padding: 5px;
    }
    .woocommerce-side-nav {
        margin-bottom: 20px;
    }
    .woocommerce form.checkout_coupon {
        flex-direction: column;
        align-items: flex-start;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        width: 100%;
    }
    .woocommerce .shop_table_border .coupon {
        flex-wrap: wrap;
    }
    .woocommerce .shop_table_border .coupon input {
        width: 100%;
    }
    .woocommerce .shop_table_border .coupon .button {
        margin-left: auto !important;
    }
    .woocommerce a.remove {
        margin-left: auto;
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce ul.products li.product .product_wrap,
    .woocommerce-page ul.products li.product .product_wrap {
        width: 100%;
        margin-right: 0;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__desc,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__desc,
    .woocommerce ul.products li.product .woocommerce-loop-product__link .stock,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__link .stock {
        display: block;
    }

    .menu-main__wrap.open {
        overflow: auto;
    }
}
