.section-product__left.two--elems {
    flex-basis: 100%;
    flex-wrap: wrap;
    flex-flow: row;
}
.section-product__right + .section-product__left {
    margin-top: 2em;
}
.section-product__right + .section-product__left + .section-product__right
{
    margin-top: 2em;
}
.swiper-button-next,
.swiper-button-prev {
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.woocommerce .quantity .quantity-box {
    background: black;
}
.woocommerce .quantity .quantity-box__number {
    width: calc(100% - 72px);
    overflow: hidden;
    height: calc(100% - 1px);
}
.woocommerce .quantity .quantity-box__number input {
    font-size: 20px;
    margin: 0;
    border: 0;
    height: calc(100% - 1px);
    width: 100%;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt
{
    background: black;
    border-radius: 0;
    font-family: futuraBold;
    font-size: 18px;
    border: 1px solid black;
    transition: all ease-in-out .3s;
    margin-left: auto;
    color: white;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover
{
    background: white;
    color: black;
    border: 1px solid black;
}
.quantity-box + div {
    margin-left: auto;
}
.product-content__share .social {
    justify-content: start;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before
{
    color: #333 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message
{
    background: transparent;
    border-width: 2px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]
{
    color: white;
}

@media only screen and (min-width: 576px) {
    .product-content__wishlist .tinvwl_add_to_wishlist_button {
        min-width: 158px;
    }
    .product-content__wishlist .tinvwl_add_to_wishlist_button[data-tinv-wl-action="remove"] {
        min-width: 200px;
    }
}

.modal {
    position: fixed;
}

.modal-window__close img {
    box-shadow: 0 0 0 #282525;
    border-radius: 50%;
    transition: all ease-in-out .3s;
}
.modal-window__close:hover img {
    box-shadow: 0 0 9px #282525;
    border-radius: 50%;
}
/*.wpcf7 input[type="checkbox"]*/
/*{*/
/*    display: block;*/
/*}*/
/*.wpcf7 input[type="checkbox"] + span {*/
/*    display: block;*/
/*    position: relative;*/
/*    padding-left: 35px;*/
/*    margin-bottom: 20px;*/
/*    cursor: pointer;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*}*/
/*.wpcf7 input[type="checkbox"] + span:before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    border: 1px solid #000;*/
/*    background-color: #fff;*/
/*    background-size: 70%;*/
/*    background-position: center;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    -webkit-transition: all 0.12s ease;*/
/*    transition: all 0.12s ease;*/

/*    width: 15px;*/
/*    height: 15px;*/
/*    background-size: 60%;*/
/*    margin-right: 10px;*/
/*}*/
/*.wpcf7 input[type="checkbox"]:checked + span:before {*/
/*    background-image: url(../img/icons/tick.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-color: #000;*/
/*}*/
.wpcf7-not-valid-tip {
    display: none;
}
.modal-form__content .input.wpcf7-not-valid {
    border-color: red;
}
.wpcf7-not-valid input[type="checkbox"]+label:before {
    border-color: red;
}
.wpcf7-spinner {
    top: -32px;
    left: -17px;
}

@media only screen and (max-width: 767px)
{
    .wpcf7-spinner {
        top: -28px;
    }
}
.wpcf7-list-item {
    margin: 0;
}
.woocommerce-cart .breadcrumb span {
    margin-left: 0;
}
.basket-item__thumb {
    display: block;
}
.basket-item__heading {
    padding-right: .5em;
}
.basket-item__close a.remove {
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
    text-align: left;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 0 #282525;
    border-radius: 50%;
    line-height: normal;
    font-size: 0;
}
.basket-item__close a.remove:hover {
    box-shadow: 0 0 9px #282525;
    background: transparent;
}
.woocommerce-cart .input-group__input {
    max-width: none;
}
.woocommerce-cart .input-group button.button {
    text-transform: uppercase;
    font-family: inherit;
    font-size: 18px;
    padding: 0 20px;
    cursor: pointer;
    border: none;
    border-left: 1px solid #7d7d7d;
    background-color: #fff;
    height: 100%;
    color: black;
    font-weight: normal;
    transition: all ease-in-out .3s;
}
.woocommerce-cart .input-group button.button:hover {
    color: white;
    background: black;
}
.check-left__footer .heading-h6 .woocommerce-Price-currencySymbol,
.check-item__content .heading-h6 .woocommerce-Price-currencySymbol,
.woocommerce-cart .product-subtotal .woocommerce-Price-currencySymbol {
    margin-right: 4px;
}
.woocommerce-info a,
.woocommerce-message a {
    text-decoration: underline;
}
.woocommerce-cart .woocommerce .quantity .quantity-box__number {
    width: calc(100% - 80px);
}
.woocommerce-cart .woocommerce .quantity .quantity-box__number input {
    padding-left: 15px;
}
.woocommerce .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 45px;
    vertical-align: middle;
}
.product-content__wishlist span {
    vertical-align: middle;
    margin-left: 0;
}
.breadcrumb__link {
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.breadcrumb__link:hover {
    color: #333;
}
.woocommerce form .form-row label {
    line-height: normal;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row textarea {
    border: 1.5px solid #7d7d7d;
    padding: 8px 20px;
    font-family: futuraBook;
    font-weight: 400;
    font-size: 18px;
}
.woocommerce form .form-row label {
    display: block;
    margin-bottom: 10px;
}
.form-layout.delivery-options {
    padding-bottom: 48px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
#order_review_heading {
    display: none;
}
.shop_table.woocommerce-checkout-review-order-table
{
    /*display: none;*/
}
#order_review .cart-subtotal,
#order_review .order-total,
#order_review .shop_table > div:nth-child(1),
#order_review .shop_table > div:nth-child(2)
{
    display: none;
}
.woocommerce ul#shipping_method {
    display: block;
    margin-top: 10px;
}
.extra_shipping_field,
#lpac-find-location-btn-wrapper,
#lpac-map-instructions,
.lpac-map {
    display: none;
}
.btn--write-manual {
    cursor: pointer;
}
/*.woocommerce-checkout .form-layout:first-child {*/
/*    padding-bottom: 24px;*/
/*}*/
.woocommerce form .form-row {
    margin: 0 0 1em;
    padding: 0;
    width: 100%;
}
/*#billing_address_1_field,*/
/*#test {*/
/*    display: none;*/
/*}*/
.woocommerce-order-received .check-out {
    margin-top: 2em;
    padding-top: 0;
}
.check-right.check-right--full {
    flex-basis: 100%;
    max-width: initial;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"],
.woocommerce ul#shipping_method li input[type="radio"]
{
    background: transparent;
    appearance: none;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    border: 3px solid black;
    margin: 0 1em 0 0;
    vertical-align: bottom;
    transition: all ease-in-out .3s;
    cursor: pointer;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
    vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li label,
.woocommerce ul#shipping_method li label {
    cursor: pointer;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked,
.woocommerce ul#shipping_method li input[type="radio"]:checked {
    background: silver;
    border: 3px solid black;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: none;
}
.woocommerce-checkout #payment {
background: transparent;
}
.form-layout.payment-methods {
    margin-bottom: 1.5em;
}
.woocommerce-checkout #payment div.payment_box {
    margin-bottom: 0;
}
#place_order {
    display: none;
}

@media only screen and (max-width: 769px)
{
    .basket-item__thumb {
        max-width: 105px;
    }
}
.btn.review_btn {
    font-size: 14px;
    transition: all ease-in-out .3s;
}
.btn.review_btn:hover {
    background: black;
    color: white;
}
.modal--review .woocommerce-Tabs-panel {
    display: block !important;
}
.product__wrapper > .woocommerce-tabs {
    display: none !important;
}
.modal--review textarea,
.modal--review input {
    border: 1.5px solid #7d7d7d;
    padding: 8px 20px;
    font-family: futuraBook, sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 1em;
    outline: none;
}
.modal--review select {
    border: 1.5px solid #7d7d7d;
    padding: 8px 20px;
    font-family: futuraBook, sans-serif;
    font-weight: 400;
    font-size: 18px;
    /* width: 100%; */
    margin-top: 0;
    margin-bottom: 0;
}
.modal--review .commentlist {
    display: none;
}
.modal--review .submit {
    width: 100%;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-family: futuraBook, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    border: 2px solid #000;
    font-weight: 400;
}
.modal--review .woocommerce-Reviews-title {
    font-family: futuraBook, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: left;
    margin-bottom: 0.5em;
    font-size: 28px;
}
.woocommerce .modal--review #review_form #respond p {
    margin-bottom: 0;
}
.modal--reseller .modal-form__content > p {
    text-align: center;
}
.modal--review .comment-form-rating {
    margin-bottom: 1em;
    margin-top: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviews__stars,
.reviews__quantity {
    cursor: pointer;
}
.page-template-after-care .section-hero__wrapper,
.woocommerce-shop .section-hero__wrapper {
    margin-top: 0;
}
.container-mini > p:last-child {
    margin-bottom: 0;
}
.reseller.section + .today.section {
    padding-top: 0;
    margin-top: -20px;
}

.single-product .product-slider__img {
    background-position-y: top;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-color: #bebec0;
}
.breadcrumb span[aria-current="page"] {
    color: black;
}

.single-product .product-content .product-content__title {
    margin-top: 6px;
    margin-bottom: 4px;
}
.single-product .product-content__desc {
    margin-top: 0;
}
.single-product .price.product-content__price {
    margin: 44px 0 57px;
}
.single-product .cart + .product-content__share {
    margin-top: 62px;
}
.single-product .product-content .text {
    line-height: 24px;
    margin: 26px 0 70px;
}
.single-product .product-content__top {
    margin-top: -15px;
}
.stockist-map {
    margin: 55px 0;
}
.stockist-results {
    display: block;
}
.breadcrumb > span,
.breadcrumb > span > span {
    margin-left: 0;
    color: #bebec0 !important;
}
.breadcrumb > a + span {
    margin-left: 5px;
}
.stockist-search button {
    width: 100%;
}
.stockist-search .input-group2 {
    transition: all ease-in-out .3s;
}
.stockist-search .input-group2.invalid {
    border-color: red;
}
.stockist-results #map {
    display: block;
    opacity: 0;
    height: 100px;
    transition: opacity ease-in-out .5s, height ease-in-out .1s;
}
.stockist-results #map.active {
    opacity: 1;
    height: 700px;
}
.stockist__more {
    display: none;
}
.stockist-results > .main-heading {
    display: none;
}
.stockist__content--nothing {
    display: none;
}
.stockist-search .btn {
    position: relative;
}
.stockist-search .btn.loading::after {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: 8px;
    height: 32px;
    width: 32px;
    background: white url('../img/icons/loading_img.gif') no-repeat center center;
    background-size: 24px auto;
}
.stockist-item.stockist-item--hidden {
    display: none;
}
.stockist__more .btn {
    margin: auto;
}
.section.section--news + .footer {
    margin-top: -40px;
}
.modal.modal--review {
    height: 100%;
}
.modal.modal--review > div {
  height: 100%;
  justify-content: center;
  align-content: center;
  display: flex;
}
.modal.modal--review .modal-window {
    margin: auto;
}