body[data-matched-route-name='productSeo'] .main {
    padding: 0;
}

.add-review-pop-up .fancybox__content {
    max-width: 360px;
    width: 100% !important;
    padding: 10px 10px 15px;
    border-radius: 10px;
}

.single-product-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #E5E5E4;
}

.single-product-wrapper.background-white {
    background: #ffffff;
}

.single-product-wrapper.background-gray-light {
    background: #F7F7F7;
}

.single-product-wrapper.border-bottom {
    border-bottom: 1px solid #E5E5E4;
}

.single-product-wrapper > .inner {
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.single-product-wrapper > .inner .breadcrumbs-wrapper {
    margin: 15px 0;
}

.single-product-wrapper > .inner .single-product .sp-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section {
    position: relative;
    flex: 0 1 310px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .add-to-favourites-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: auto;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .add-to-favourites-wrapper .add-to-favourites-button {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../images/icons/icon-heart-dark.svg') no-repeat center;
    cursor: pointer;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .add-to-favourites-wrapper.added .add-to-favourites-button {
    background: url('../images/icons/icon-heart-accent2-solid.svg') no-repeat center;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .cart-panel-button {
    position: absolute;
    right: 0;
    bottom: 58px;
    z-index: 9;
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #239B56 url('../images/icons/icon-cart-white.svg') no-repeat center;
    cursor: pointer;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-images {
    max-width: 310px;
    margin: 0 auto;
    padding: 15px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-images .owl-dots {
    display: none;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-thumbs {
    margin-top: 15px;
    text-align: center;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-thumbs .sp-gallery-thumb {
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    margin-right: 3px;
    padding: 3.5px;
    border: 1px solid transparent;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-thumbs .sp-gallery-thumb.active {
    border: 1px solid #00ADEE;
    box-shadow: 0 0 0 2px rgba(0, 173, 238, 0.25);
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-thumbs .sp-gallery-thumb:last-child {
    margin-right: 3px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-thumbs .sp-gallery-thumb img {
    display: block;
    width: 100%;
}

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

    .single-product-wrapper > .inner .breadcrumbs-wrapper {
        margin: 10px 0;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .add-to-favourites-wrapper {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .add-to-favourites-wrapper .add-to-favourites-button {
        width: 48px;
        height: 48px;
        background-color: #ffffff !important;
        border-radius: 50%;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .cart-panel-button {
        display: block;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-images {
        padding: 0 15px;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-images .owl-dots {
        display: block;
        margin-top: 15px;
        text-align: center;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-images .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        background: #ffffff;
        border: 2px solid rgba(35, 31, 32, 0.25);
        border-radius: 50%;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-images .owl-dots .owl-dot.active {
        background: #231F20;
        border-color: #231F20;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-gallery-section .sp-gallery-wrapper .sp-gallery-thumbs {
        display: none;
    }
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section {
    flex: 0 1 530px;
    margin: 0 20px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .sp-labels .sp-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 4px 10px 3px;
    background: #FFD940;
    border-radius: 15px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .sp-labels .sp-label:last-child {
    margin-right: 0;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .sp-labels .sp-label.black-friday,
.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .sp-labels .sp-label.discount-percentage {
    background: #E74C3C;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E4;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .product-rating-wrapper .stars {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .product-rating-wrapper .stars .star {
    cursor: pointer;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .product-rating-wrapper .rating-text-list-product {
    display: inline-block;
    vertical-align: middle;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .product-rating-wrapper .rating-text-list-product .max-rating:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 5px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .product-review-statistics-wrapper .stars {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .product-review-statistics-wrapper .rating {
    display: inline-block;
    vertical-align: middle;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .product-review-statistics-wrapper .rating:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 2px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .product-review-statistics-wrapper .reviews {
    display: inline-block;
    vertical-align: middle;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .availability-wrapper {
    margin: 18px 0 27px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .availability-wrapper .availability:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 50%;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .availability-wrapper .availability.available:before {
    background: #239B56 url('../images/icons/icon-check-white-xsmall.svg') no-repeat center;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .availability-wrapper .availability.not-available:before {
    background: #E74C3C url('../images/icons/icon-envelope-white-xsmall.svg') no-repeat center;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .availability-wrapper .availability span {
    display: inline-block;
    vertical-align: middle;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper {
    position: relative;
    margin-bottom: 5px;
    padding: 17px 16px 16px 41px;
    background: #F7F7F7;
    border: 1px solid #E5E5E4;
    border-radius: 10px;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper:last-child {
    margin-bottom: 0;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 15px;
    display: block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 2px solid #231F20;
    border-radius: 50%;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.selected {
    padding: 16px 15px 15px 40px;
    background: #ffffff;
    border: 2px solid #00ADEE;
    box-shadow: 0 0 0 2px rgba(0, 173, 238, 0.25);
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.selected:before {
    top: 17px;
    left: 14px;
    border-color: #00ADEE;
    box-shadow: 0 0 0 2px rgba(0, 173, 238, 0.25);
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.selected:after {
    content: '';
    position: absolute;
    top: 21px;
    left: 18px;
    width: 8px;
    height: 8px;
    background: #00ADEE;
    border-radius: 50%;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .option-value-label,
.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .option-price-per-weight,
.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available,
.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery,
.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .option-value-prices-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .option-value-label {
    margin-right: 5px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available {
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery {
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available:before,
.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available:before {
    background: #E74C3C url('../images/icons/icon-envelope-white-small.svg') no-repeat center;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery:before {
    background: #239B56 url('../images/icons/icon-truck-white-small.svg') no-repeat center;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available span,
.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery span {
    display: inline;
    vertical-align: middle;
}

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

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available span,
    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery span {
        display: none;
    }
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .option-value-prices-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 2px 0 0 20px;
    background: #F7F7F7;
    transform: translateY(-50%);
    transition: background-color 0.2s ease-in-out;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.selected .option-value-prices-wrapper {
    right: 14px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.selected .option-value-prices-wrapper {
    background: #ffffff;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .option-value-prices-wrapper .option-value-old-price {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .option-value-prices-wrapper .option-value-price {
    display: inline-block;
    vertical-align: middle;
}

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

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.has-label {
        padding-bottom: 45px;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.has-label.selected {
        padding-bottom: 44px;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available,
    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery {
        position: absolute;
        top: auto;
        right: 15px;
        bottom: 15px;
        margin-left: 0;
        white-space: nowrap;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.selected .notify-me-when-available,
    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.selected .free-delivery {
        right: 14px;
        bottom: 14px;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available span,
    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery span {
        position: relative;
        top: 1px;
        margin-right: 5px;
        margin-left: 0;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available:before,
    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery:before {
        float: right;
        margin-right: 0;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .option-value-prices-wrapper {
        top: 19px;
        transform: none;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper.selected .option-value-prices-wrapper {
        top: 18px;
        right: 14px;
        transform: none;
    }
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel {
    flex: 0 0 310px;
    padding: 30px 10px 10px;
    border: 1px solid #E5E5E4;
    border-radius: 10px;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .prices-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .prices-wrapper .old-price,
.single-product-wrapper > .inner .single-product .sp-top .cart-panel .prices-wrapper .price {
    display: inline-block;
    vertical-align: middle;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .prices-wrapper .old-price {
    margin-right: 10px;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .prices-wrapper .price-per-weight {
    margin-top: 10px;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .notify-wrapper {
    padding: 20px;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 10px;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .notify-wrapper .notify-message {
    position: relative;
    margin-bottom: 20px;
    padding-left: 34px;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .notify-wrapper .notify-message:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: url('../images/icons/icon-envelope-warning.svg') no-repeat center;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .notify-wrapper .notify-button {
    padding: 22px 10px 21px;
    background: #E74C3C;
    border-radius: 28px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .notify-wrapper .notify-button:hover {
    background: #c94538;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .discount-label {
    position: relative;
    min-height: 28px;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 6px 12px 6px 27px;
    background: #E74C3C;
    border-radius: 14px;
    cursor: pointer;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .discount-label:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    display: block;
    width: 14px;
    height: 14px;
    background: url('../images/icons/icon-tag-white.svg') center no-repeat;
    background-size: 14px;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .autoship-wrapper {
    margin-top: -10px;
    margin-bottom: 20px;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .autoship-wrapper .autoship {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 13px 65px;
    background: rgba(255, 217, 64, 0.3);
    border-radius: 10px;
    cursor: pointer;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .autoship-wrapper .autoship:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    width: 40px;
    height: 40px;
    background: #FFD940 url('../images/icons/icon-autoship-dark.svg') center no-repeat;
    border-radius: 28px;
    transform: translateY(-50%);
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .autoship-wrapper .autoship > .info {
    margin-left: 10px;
    text-align: right;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .autoship-wrapper .autoship > .info .discount {
    margin-top: 1px;
    white-space: nowrap;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .autoship-wrapper .autoship-description {
    max-width: calc(100% - 20px);
    margin: 15px auto 0;
    text-align: center;
}

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

    .single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .discount-label {
        margin-bottom: 15px;
    }

    .single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .autoship-wrapper {
        margin-top: -5px;
        margin-bottom: 25px;
    }

    .single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .autoship-wrapper .autoship-description {
        max-width: 100%;
    }
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel {
    padding: 20px 20px 25px;
    background: rgba(35, 155, 86, 0.1);
    border-radius: 10px;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel .quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel .quantity-wrapper .subtraction-button,
.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel .quantity-wrapper .addition-button {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    cursor: pointer;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel .quantity-wrapper .subtraction-button {
    background: #ffffff url('../images/icons/icon-minus-success.svg') no-repeat center;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel .quantity-wrapper .addition-button {
    background: #ffffff url('../images/icons/icon-plus-success.svg') no-repeat center;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel .add-to-cart-button {
    padding: 16px 10px;
    background: #239B56;
    border-radius: 28px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel .add-to-cart-button:hover {
    background: #4a834a;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel .add-to-cart-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    background: url('../images/icons/icon-cart-white.svg') no-repeat center;
}

.single-product-wrapper > .inner .single-product .sp-top .cart-panel .add-to-cart-wrapper .add-to-cart-panel .add-to-cart-button span {
    display: inline-block;
    vertical-align: middle;
}

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

    .single-product-wrapper > .inner .single-product .sp-top {
        display: block;
        padding-bottom: 30px;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section {
        margin: 20px 0 0;
    }

    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .notify-me-when-available span,
    .single-product-wrapper > .inner .single-product .sp-top .sp-info-section .configurable-options-wrapper .option-value-wrapper .free-delivery span {
        display: inline-block;
    }

    .single-product-wrapper > .inner .single-product .sp-top .cart-panel {
        margin-top: 30px;
    }
}

.single-product-wrapper > .inner .wrapper {
    display: flex;
}

.single-product-wrapper > .inner .wrapper .short-description-wrapper {
    flex: 0 1 50%;
    padding: 40px 65px 40px 0;
}

.single-product-wrapper > .inner .wrapper .short-description-wrapper .more-information-button {
    display: inline-block;
    max-width: 330px;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #ffffff;
    border: 2px solid #E5E5E4;
    border-radius: 24px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
}

.single-product-wrapper > .inner .wrapper .short-description-wrapper .more-information-button:hover {
    border-color: #231F20;
}

.single-product-wrapper > .inner .wrapper .short-description-wrapper .more-information-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    background: url('../images/icons/icon-align-left-dark.svg') no-repeat center;
}

.single-product-wrapper > .inner .wrapper .short-description-wrapper .more-information-button span {
    display: inline-block;
    vertical-align: middle;
}

.single-product-wrapper > .inner .wrapper .latest-review-wrapper {
    flex: 0 1 50%;
    padding: 40px 0 40px 64px;
    border-left: 1px solid #E5E5E4;
}

.single-product-wrapper > .inner .wrapper .latest-review-wrapper .latest-review .rating {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
}

.single-product-wrapper > .inner .wrapper .latest-review-wrapper .latest-review .info {
    display: inline-block;
    vertical-align: top;
}

.single-product-wrapper > .inner .wrapper .latest-review-wrapper .latest-review .info .name {
    margin-bottom: 5px;
}

.single-product-wrapper > .inner .wrapper .latest-review-wrapper .latest-review .text {
    margin-top: 15px;
}

.single-product-wrapper > .inner .wrapper .latest-review-wrapper .all-reviews-button {
    display: inline-block;
    max-width: 330px;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background: #ffffff;
    border: 2px solid #E5E5E4;
    border-radius: 24px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease-in-out;
}

.single-product-wrapper > .inner .wrapper .latest-review-wrapper .all-reviews-button:hover {
    border-color: #231F20;
}

.single-product-wrapper > .inner .wrapper .latest-review-wrapper .all-reviews-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    background: url('../images/icons/icon-comment-dots-dark.svg') no-repeat center;
}

.single-product-wrapper > .inner .wrapper .latest-review-wrapper .all-reviews-button span {
    display: inline-block;
    vertical-align: middle;
}

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

    .single-product-wrapper.no-border-bottom-mobile {
        border-bottom: 0 none;
    }

    .single-product-wrapper > .inner .wrapper {
        display: block;
    }

    .single-product-wrapper > .inner .wrapper .short-description-wrapper {
        padding: 0 0 30px 0;
    }

    .single-product-wrapper > .inner .wrapper .latest-review-wrapper {
        position: relative;
        padding: 30px 0 30px 0;
        border-left: 0 none;
    }

    .single-product-wrapper > .inner .wrapper .latest-review-wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: -15px;
        width: calc(100% + 30px);
        height: 1px;
        background: #E5E5E4;
    }
}

.single-product-wrapper > .inner .sp-description-wrapper {
    padding: 40px 0;
}

.single-product-wrapper > .inner .sp-description-title {
    margin-bottom: 26px;
}

.single-product-wrapper > .inner .sp-description-bottom {
    margin-top: 20px;
}

.single-product-wrapper > .inner.sp-related-products-wrapper {
    padding: 30px 15px 25px;
}

.single-product-wrapper > .inner .sp-related-products-by-brand-and-category-wrapper,
.single-product-wrapper > .inner .sp-related-products-by-category-wrapper {
    padding: 10px 0 0;
}

.single-product-wrapper > .inner .sp-related-products-title {
    margin-bottom: 18px;
}

.single-product-wrapper > .inner .sp-related-products .product-grid-item {
    width: 100%;
    margin: 0;
}

.single-product-wrapper > .inner .sp-related-products .owl-stage-outer {
    padding-bottom: 20px;
}

.single-product-wrapper > .inner .sp-related-products .owl-stage-outer .owl-stage {
    display: flex;
}

.single-product-wrapper > .inner .sp-related-products .owl-stage-outer .owl-stage .owl-item {
    min-height: 100%;
}

.single-product-wrapper > .inner .sp-related-products .owl-stage-outer .owl-stage .owl-item .product-grid-item {
    min-height: 100%;
}

.single-product-wrapper > .inner .sp-related-products .owl-nav button {
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 72px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 5px 15px -7px rgba(0, 0, 0, 0.15);
    transform: translateY(calc(-50% - 10px));
}

.single-product-wrapper > .inner .sp-related-products .owl-nav button:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
}

.single-product-wrapper > .inner .sp-related-products .owl-nav button.owl-prev {
    left: -34px;
}

.single-product-wrapper > .inner .sp-related-products .owl-nav button.owl-prev:before {
    background: url('../images/icons/icon-chevron-left-dark-small.svg') no-repeat center;
}

.single-product-wrapper > .inner .sp-related-products .owl-nav button.owl-next {
    right: -34px;
}

.single-product-wrapper > .inner .sp-related-products .owl-nav button.owl-next:before {
    background: url('../images/icons/icon-chevron-right-dark-small.svg') no-repeat center;
}

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

    .single-product-wrapper > .inner .sp-related-products .owl-nav button {
        display: none;
    }
}

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

    .single-product-wrapper > .inner.sp-related-products-wrapper {
        padding: 20px 0 10px;
    }

    .single-product-wrapper > .inner .sp-related-products-title {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .single-product-wrapper > .inner .sp-related-products {
        display: flex;
        padding-bottom: 15px;
        overflow: auto;
        white-space: nowrap;
    }

    .single-product-wrapper > .inner .sp-related-products .product-grid-item {
        flex: 0 0 200px;
        margin-right: 15px;
        white-space: normal;
    }

    .single-product-wrapper > .inner .sp-related-products .product-grid-item:first-child {
        margin-left: 15px;
    }
}

.single-product-wrapper > .inner .sp-reviews-wrapper {
    padding: 40px 0;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary {
    margin-bottom: 40px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-title {
    margin-bottom: 16px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-content {
    flex: 0 1 855px;
    margin-right: 20px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-content .rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-content .stars {
    display: inline-block;
    vertical-align: middle;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-content .reviews-summary-statistic .item {
    margin-top: 15px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-content .reviews-summary-statistic .item .stars {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin-right: 8px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-content .reviews-summary-statistic .item .progress-bar {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 123px);
    width: 100%;
    height: 20px;
    background: #F7F7F7;
    border-radius: 10px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-content .reviews-summary-statistic .item .progress-bar .loaded {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    background: #FFD940;
    border: 6px solid #F7F7F7;
    border-radius: 10px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-content .reviews-summary-statistic .item .count {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    margin-left: 20px;
    text-align: right;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .add-review-panel {
    flex: 0 0 365px;
    padding: 20px 20px 25px;
    background: #ffffff;
    border: 1px solid #E5EBF0;
    border-radius: 10px;
    text-align: center;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .add-review-panel .title {
    margin-bottom: 5px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .add-review-panel .text {
    margin-bottom: 15px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .add-review-panel .add-review-button {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 17px 10px 16px;
    background: #00ADEE;
    border-radius: 24px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .add-review-panel .add-review-button:hover {
    background: #3d91c4;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list {
    position: relative;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list.loading * {
    opacity: 0.8;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/spinner-dark.svg') no-repeat center calc(50% - 93px);
    background-size: 120px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar {
    padding: 18px 20px;
    background: #F7F7F7;
    border-radius: 10px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .sorter,
.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .filter {
    display: inline-block;
    vertical-align: middle;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .sorter {
    margin-right: 20px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .sorter .field-label > span:first-of-type,
.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .filter .field-label > span:first-of-type {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 12px;
    color: #231F20;
    letter-spacing: 0;
    line-height: 17px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .sorter .field-label select,
.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .filter .field-label select {
    display: inline-block;
    vertical-align: middle;
    min-width: 217px;
    width: auto;
    height: 42px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E4;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review .info {
    display: inline-block;
    vertical-align: top;
    width: 145px;
    margin-right: 20px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review .info .name {
    margin-bottom: 3px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review .review {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 165px);
    width: 100%;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review .review .stars {
    margin-bottom: 10px;
}

.single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .empty-reviews-list {
    padding: 100px 0;
    text-align: center;
}

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

    .single-product-wrapper > .inner .sp-reviews-wrapper {
        padding: 30px 0;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .wrapper {
        display: block;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary .reviews-summary-content {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .reviews-summary {
        margin-bottom: 30px;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar {
        padding: 23px 20px;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .sorter,
    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .filter {
        max-width: calc(50% - 7px);
        width: 100%;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .sorter {
        margin-right: 14px;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .sorter .field-label > span:first-of-type,
    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .filter .field-label > span:first-of-type {
        display: block;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .sorter .field-label select,
    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review-list-toolbar .filter .field-label select {
        min-width: auto;
        width: 100%;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review {
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review .info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .single-product-wrapper > .inner .sp-reviews-wrapper .product-review-list .product-review .review {
        max-width: 100%;
    }
}

/* Select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 14px 30px 12px 12px;
}

.select2-dropdown {
    z-index: 9999999999;
}

.select2-results__option {
    padding: 10px 12px;
}
