/** Shopify CDN: Minification failed

Line 462:3 Unexpected "/"

**/
.swatch input {
    display: none;
}
  #notification-type .btn-success, #submit-btn {
    background-color: #000 !important;
    border-color: #000 !important;
  }
.swatch .form-label {
    padding: 0.25rem 0.5rem;
    min-width: 38px;
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--bs-body-color);
    /* border-radius: 2rem; */
}

.swatch input:checked+label {
    background: var(--bs-body-color);
    color: var(--bs-body-bg);
    border: 1px solid var(--bs-body-color);
}


.product-details-wrapper .swatch.color-swatch .swatch-label {
    min-width: 30px;
    min-height: 30px;
    display: block;
    border-radius: 50%;
    border: 0;
    position: relative;
}

.product-details-wrapper .addon-fieldset .swatch.color-swatch .swatch-label {
    min-width: 16px;
    min-height: 16px;
}

.product-details-wrapper .swatch.color-swatch {
    border-radius: 50%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.product-details-wrapper .swatch.color-swatch input:checked+.swatch-label:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-details-wrapper .addon-fieldset .swatch.color-swatch input:checked+.swatch-label:after {
    width: 4px;
    height: 4px;
}

.product-details-wrapper .swatch.color-swatch input:checked+.swatch-label.White:after {
    background: #000;
}

.product-details-wrapper .swiper-container-vertical img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-images-wrapper .swiper-container-vertical .swiper-wrapper {
    flex-wrap: wrap;
}

.product-thumbnails {
    min-height: 100%;
    max-height: 500px;
}

.product-thumb--image {
    border: 1px solid transparent;
}

.media--video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-thumb--image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-thumb--image.media--video .icon-play {
    left: 50%;
    top: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    color: white;
}

.product-thumb--image.swiper-slide {
    border: 3px dotted transparent;
    width: 72px;
    height: 72px;
    margin-bottom: 0.6rem;
}

.product-thumb--image.swiper-slide-thumb-active {
    border-color: #000;
}

.product-carousel.pdp-carousel .swiper-wrapper {
    align-items: center;
}

.product-carousel.pdp-carousel .video-section video {
    width: 100%;
}

.cta-btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.show--video .cta-btn {
    display: none;
}

.show--video .content-section {
    display: none;
}

.pause__button {
    display: none;
}

.custom-video-container.video--paused .show--video .cta-btn {
    display: block;
}

.custom-video-container.video--paused .pause__button {
    display: block;
}

.custom-video-container.video--paused .play__button,
.custom-video-container.video--playing .play__button {
    display: none;
}

.product-accordion {
    border-top: 2px solid #000;
}

.related-products-pagination {
    bottom: -26px !important;
}

.modal.modal-images-slider .modal-body .product-popup-media,
.product-carousel.pdp-carousel .swiper-slide .product-main-image {
    padding-top: 100%;
    position: relative;
    width: 100%;
}

.modal.modal-images-slider .modal-body .product-popup-media img,
.product-carousel.pdp-carousel .swiper-slide .product-main-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cta-atc .spinner {
    width: 28px;
    height: 28px;
}

.cta-atc .spinner:before {
    width: 23px;
    height: 23px;
}

@media (max-width: 767px) {
    .product-carousel.pdp-carousel.pdp-carousel-with-multiple-images {
        padding: 0 0.1rem 2.8rem !important;
    }

}

@media (min-width: 768px) {
    .vertical-thumb-slider.col-md-2 {
        width: 10% !important;
    }

    .vertical-main-slider.col-md-10 {
        width: 90% !important;
    }

    .vertical-main-slider .swiper-slide.carousel-cell {
        width: 650px !important;
        height: 650px !important;
    }

    .vertical-main-slider .product-pagination {
        display: none !important;
    }

    .cta-wishlist-txt {
        font-size: 0.9375rem !important;
    }

    .product-details-wrapper {
        max-width: 88%;
        margin: 0 auto;
    }

    .related-products-pagination {
        display: none !important;
    }
}

/* subscription upsell */
.subscription-upsell-wrapper {
    border: 4px solid;
    padding: 16px 12px 17px 16px;
    margin: 1rem 0;
}

.checkmark-wrapper .icon-checkmark-checked {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19px;
    width: 19px;
    border: 1px solid #000;
    background-color: #fff;
}

.checkmark-wrapper .icon-checkmark-checked::before {
    color: #fff;
    font-size: 9px;
}

.subscription-upsell-wrapper.selected .checkmark-wrapper .icon-checkmark-checked {
    background-color: #000;
}

.subscription-upsell-img img {
    position: absolute;
    right: -4px;
    bottom: -4px;
    max-width: 190px;
}

.modal.subscription-upsell-LearnMore .modal-body {
    padding: 15px 20px 25px !important;
}

.modal.subscription-upsell-LearnMore .upsell-description-image img {
    max-width: 355px;
}

.modal.subscription-upsell-LearnMore .upsell-description-description ul li .title {
    margin-left: 0.9rem;
}

@media (max-width: 767px) {
    .subscription-upsell-wrapper .font-size-lg {
        font-size: 14px !important;
    }

    .section-related-products .section-title {
        line-height: 36px !important;
    }

    .related-products-button-next.swiper-button-next {
        right: 5px;
    }

    .related-products-button-prev.swiper-button-prev {
        left: 5px;
    }

    .section-related-products .swiper {
        width: 260px !important;
    }

    .modal.subscription-upsell-LearnMore .upsell-description-image img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .modal.subscription-upsell-LearnMore .modal-dialog.modal-lg {
        max-width: 350px;
        margin: 30px auto;
    }
    .rebuy-cart__flyout-item-quantity{
        width: 100% !important;
    }
}

@media (min-width: 768px) {

    .modal.subscription-upsell-LearnMore .upsell-description-description ul li {
        font-size: 18px !important;
        line-height: 26px;
    }

    .subscription-upsell-img img {
        max-width: 220px;
    }

    .subscription-upsell-wrapper {
        margin: 1.2rem 0;
        padding: 20px 20px 23px;
    }

    .modal.subscription-upsell-LearnMore .modal-body {
        padding: 20px 20px 25px !important;
    }
}

/* Frequently Bought Together */
.rebuy-cart__flyout-item+.rebuy-cart__flyout-item{
    border-width: 2px;
}
.rebuy-cart__flyout-content{
    overflow: auto;
}
.rebuy-cart__flyout-item+.rebuy-cart__flyout-item {
    border-width: 2px 0 0;
}
.rebuy-cart__flyout-item {
    border-color: #000;
    position: relative;
    padding-bottom: 72px;
}
.rebuy-cart__flyout-item+.rebuy-cart__flyout-item, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item+.rebuy-cart__flyout-item {
    border-top-color: #000;
}
.rebuy-cart__flyout-item-remove, .rebuy-cart__flyout-item-remove:hover, .rebuy-cart__flyout-item-remove:focus {
    top: 33%;
    right: 8px;
}
.rebuy-cart__flyout-item-info{
    position: static;
    margin-top: 10px;
}
.rebuy-cart__flyout{
    width: 450px;
}
.rebuy-cart__flyout-item-quantity{
    position: absolute;
    bottom: 22px;
    left: 0;
}
.rebuy-cart__flyout-item-quantity-widget-label, .rebuy-cart__flyout-item-quantity-widget-button, .rebuy-cart__flyout-item-quantity-widget-button:hover, .rebuy-cart__flyout-item-quantity-widget-button:focus{
    height: 42px;
    border-color: transparent;
    padding: 9px;
}
.rebuy-cart__flyout-item-quantity-widget, [data-rebuy-component="cart-items"] .rebuy-cart__flyout-item-quantity-widget {
    border-color: #000;
    border-width: 2px;
}
.rebuy-cart__flyout-item-price{
    position: absolute;
    bottom: 37px;
    right: 15px;
    font-size: 24px;
    font-family: var(--bs-font-family-heading) !important;
}
.rebuy-cart__flyout-item-product-title{
    font-size: 18px;
}
.rebuy-cart .fa-trash::before{
    content: "\e90a";
    font-family: 'pipstick-icon';
    color: #dc3545;
}
.rebuy-cart__flyout-subtotal{
    font-size: 24px;
    margin-bottom: 10px;
    font-family: var(--bs-font-family-heading) !important;
}
@media (max-width: 767px) {
    .rebuy-product-actions {
        display: block;
        padding: 0 0 !important;
    }
    .product-quantity{
        max-width: 100%;
        margin-bottom: 10px !important;
    }
    .rebuy-button {
        max-width: 100%;
    }
    .rebuy-product-actions{
        margin-top: 0px !important;
    }

}
.rebuy-product-block{
    position: relative;
    padding-left: 110px !important;
    flex-direction: column !important;
}
.rebuy-product-media {
    position: absolute;
    left: 0;
    width: auto !important;
}
.rebuy-product-actions {
    /* display: inline-block; */
    display: flex;
    width: 100%;
    padding-left: 30px;
    justify-content: space-between;
}
.rebuy-product-info{
width: 100% !important;
margin-bottom: 15px;
text-align: start;
}
.rebuy-product-actions{
width: 100% !important;
}
.rebuy-product-actions{
    padding: 0 15px;
}
.product-quantity{
    max-width: 48%;
    width: 100%;
    margin-bottom: 0;
}
.rebuy-button{
    max-width: 48%;
    font-size: 15px;
    font-weight: 700;
}
.rebuy-product-title{
    font-weight: 700;
}
.rebuy-widget-content h4 {
    text-align: start !important;
    margin-bottom: 5px!important; 
} */

.rebuy-widget.widget-type-dynamic-bundle .primary-title {
    font-size: 1rem;
    font-family: var(--bs-font-family-base);
}

.rebuy-widget.widget-type-dynamic-bundle .primary-title,
.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle .rebuy-product-block .rebuy-product-info {
    font-weight: 700;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__image {
    width: auto !important;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__image-item {
    width: 60px !important;
    height: 60px !important;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__image-divider {
    width: 10px !important;
    font-size: 10px;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__actions-price-value,
.rebuy-widget .rebuy-money,
.rebuy-money {
    font-weight: 500;
}

.rebuy-money.sale,
.rebuy-widget .rebuy-money.sale {
    color: var(--bs-color-secondary-6) !important;
}

.rebuy-money.compare-at,
.rebuy-widget .rebuy-money.compare-at {
    color: var(--bs-body-color) !important;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__actions-buttons .rebuy-button {
    border-radius: 0 !important;
    color: var(--bs-txt-color-btn-primary) !important;
    background-color: var(--bs-bg-color-btn-primary) !important;
    border-color: var(--bs-bg-color-btn-primary) !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__actions-buttons .rebuy-button:hover {
    color: #000 !important;
    background-color: var(--bs-bg-hover-color-btn-primary) !important;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__actions-price {
    margin: 0 0 10px !important;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__actions-buttons {
    margin: 0 !important;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__image-item+.rebuy-bundle__image-divider {
    margin: 0 10px;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__image:last-child .rebuy-bundle__image-divider {
    display: none;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__images {
    margin-right: auto;
}

.rebuy-widget .rebuy-checkbox:checked {
    background-color: var(--bs-color-primary) !important;

}

.rebuy-widget .rebuy-checkbox,
.rebuy-widget .rebuy-checkbox:checked,
.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle .rebuy-product-block .rebuy-product-info .rebuy-product-checkbox .rebuy-checkbox-label {
    height: 17px;
    width: 17px;
    position: relative !important;
    border-color: var(--bs-color-primary) !important;
    border-radius: 0;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle .rebuy-product-block .rebuy-product-info .rebuy-product-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__items {
    margin-top: 15px;
}

.rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle .rebuy-product-block {
    padding: 10px 0 0 0 !important;
}

/* .rebuy-checkbox::before {
    display: none !important;
}

.rebuy-checkbox::after {
    content: "";
    background: url('/cdn/shop/files/pdp-checkmark.svg?v=1672667952') no-repeat;
} */

.rebuy-checkbox {
    display: flex !important;
}

.rebuy-checkbox:checked:before {
    content: "\e917" !important;
    font-family: pipstick-icon !important;
    font-size: 8px !important;
}

@media (max-width: 767px) {
    .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__actions {
        order: 2 !important;
        padding-top: 16px !important;
    }

    .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__items {
        order: 3 !important;
    }

    .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__images {
        justify-content: center !important;
    }

    .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle {
        padding: 0 25px;
    }
}

@media (min-width: 768px) {
    .rebuy-widget.widget-type-dynamic-bundle .primary-title {
        font-size: 1.125rem;
    }

    .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__actions {
        max-width: 218px;
    }

}

/* wishlist */
.ssw-wishlist-btn__wrapper .ssw-wishlist-btn {
    width: auto !important;
    min-height: unset !important;
    justify-content: start !important;
    border: none !important;
    padding: 0 !important;
}

.ssw-fave-btn-content {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.ssw-icon-heart-o:before,
#widget-fave-html .ssw-icon-heart:before {
    font-size: 22px !important;
    margin: 0 !important;
}

.ssw-icon-heart-o:before {
    content: "\e91a" !important;
    font-family: 'pipstick-icon' !important;
}

.ssw-wishlist-btn .ssw-fave-btn-content i {
    margin-right: 8px !important;
    display: flex;
}

.ssw-wishlist-btn .ssw-fave-btn-counter {
    margin-left: 5px !important;
}

.ssw-wishlist-btn .ssw-fave-btn-counter,
.ssw-wishlist-btn .ssw-fave-btn-counter:before,
.ssw-wishlist-btn .ssw-fave-btn-counter:after {
    line-height: 25px !important;
}

.ssw-wishlist-btn__wrapper {
    margin: 15px 0 0 !important;
}

@media (min-width: 768px) {
    .ssw-fave-btn-content {
        font-size: 0.9375rem !important;
        margin-left: 6px !important;
    }

    .ssw-wishlist-btn__wrapper {
        margin: 20px 0 0 !important;
    }
}

/* reviews widget */

/* no reviews */
#ssw-widget-recommends-html .gw-review-btn {
    border-radius: 0 !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
    line-height: 28px !important;
}

.ssw-reviews-head-listing .ssw-reviews-head-title {
    font-size: var(--bs-h2-font-size-sm) !important;
    line-height: var(--bs-h2-line-height-sm) !important;
    font-family: var(--bs-font-family-heading) !important;
    margin-bottom: 8px !important;
}

.template-product .app-block-wrapper {
    background-color: #FDEFF1;
}

#ssw-widget-recommends-html {
    padding: 35px 0 40px;
    margin-bottom: 0 !important;
}

.ssw-add-review-wrapper {
    text-align: center;
}

.ssw-add-review-wrapper .add_recommend a {
    font-weight: 700;
    text-decoration: underline;
    text-transform: capitalize;
}

.ssw-reviews-header-listing,
.ssw-reviews-sort.ssw-reviews-sort-only {
    /* justify-content: center !important; */
    margin-bottom: 30px !important;
}

.ssw-user-subheader {
    align-items: center !important;
    justify-content: space-between !important;
    order: 0;
    margin-bottom: 8px !important;
}

.ssw-reviews-header-listing>.review-wrapp-btn:only-child {
    width: 100%;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .ssw-reviews-head-listing .ssw-reviews-head-title {
        font-size: var(--bs-h2-font-size-md) !important;
        line-height: var(--bs-h2-line-height) !important;
        margin-bottom: -3px !important;
    }

    #ssw-widget-recommends-html {
        padding: 62px 0 40px;
    }

    .ssw-reviews-header-listing,
    .ssw-reviews-sort.ssw-reviews-sort-only {
        margin-bottom: 35px !important;
    }

    .ssw-stars-mini>i {
        margin-right: 2px !important;
    }
}

@media (min-width: 1025px) {
    .ssw-reviews-head-listing .ssw-reviews-head-title {
        font-size: var(--bs-h2-font-size) !important;
    }
}

/* review form */
#ssw-simple-add-review-form label[for=ssw-review-field],
.ssw-stars-title {
    font-weight: 700 !important;
}

#ssw-simple-add-review-form .ssw-control-group textarea,
#ssw-review-simple-html .ssw-simple-connect>.ssw-review-input-block>input.ssw-input-block-level {
    border: none !important;
    border-bottom-width: var(--bs-border-width-input) !important;
    border-bottom-style: solid !important;
    border-color: #000;
    font-size: var(--bs-font-size-base) !important;
    font-weight: 500 !important;
    padding-left: 0;
}

#ssw-simple-add-review-form .ssw-control-group textarea:focus,
#ssw-review-simple-html .ssw-simple-connect>.ssw-review-input-block>input.ssw-input-block-level:focus {
    border-image: linear-gradient(to right, #4EADEA, #78C692, #F5C242, #EE95AB) 2 !important;
}

#ssw-simple-add-review-form .ssw-control-group textarea,
#ssw-simple-add-review-form .ssw-control-group textarea::placeholder,
#ssw-review-simple-html .ssw-simple-connect>.ssw-review-input-block>input.ssw-input-block-level,
#ssw-review-simple-html .ssw-simple-connect>.ssw-review-input-block>input.ssw-input-block-level::placeholder {
    color: var(--bs-color-primary);
}

#ssw-review-simple-html input:-webkit-autofill,
#ssw-review-simple-html input:-webkit-autofill:hover,
#ssw-review-simple-html input:-webkit-autofill:focus,
#ssw-review-simple-html textarea:-webkit-autofill,
#ssw-review-simple-html textarea:-webkit-autofill:hover,
#ssw-review-simple-html textarea:-webkit-autofill:focus,
#ssw-review-simple-html select:-webkit-autofill,
#ssw-review-simple-html select:-webkit-autofill:hover,
#ssw-review-simple-html select:-webkit-autofill:focus {
    -webkit-box-shadow: none;
}

#ssw-simple-add-review-form .ssw-review-socialconnect {
    display: flex;
    align-items: center;
}

#ssw-review-simple-html .ssw-review-socialconnect>.ssw-or,
.ssw-reviews-page .ssw-review-socialconnect>.ssw-or {
    padding: 0 !important;
    font-weight: 700 !important;
}

/* reviews added */
.ssw-new-widget #ssw-review-filter-wrapper,
.ssw-row-fluid.ssw-reviews-header:after,
.ssw-row-fluid.ssw-reviews-header:before,
.ssw-stars-avg-bar,
.ssw-user-thumb,
.ssw-review-opts {
    display: none !important;
}

.ssw-already-reviewed-wrapper {
    text-align: center !important;
    padding: 0.5rem !important;
    margin-bottom: 1rem !important;
    background-color: var(--bs-color-cyan) !important;
    font-weight: 500 !important;
}

.ssw-reviews-sort-new-dropdown-current {
    font-weight: 700 !important;
}

.ssw-reviews-header-listing {
    justify-content: space-between !important;
    align-items: flex-end !important;
}

.ssw-stars-averg {
    display: flex !important;
    align-items: flex-end !important;
}

.ssw-stars-avg i {
    margin-right: 3px !important;
}

.ssw-stars-averg .ssw-reviews-count {
    opacity: 1 !important;
    margin: 5px 0 0 6px !important;
}

/* review item */
.ssw-recomends-list>.ssw-item {
    background-color: #fff;
    padding: 23px 30px 25px !important;
    margin-bottom: 15px;
    border: 0 !important;
}

.ssw-recommend-author {
    font-weight: 700 !important;
    font-size: 16px !important;
}

.ssw-user-subheader .ssw-stars-mini {
    margin: 0 !important;
}

.ssw-user-subheader .ssw-timestamp {
    font-size: 14px !important;
    color: #999999 !important;
    opacity: 1 !important;
    font-weight: 600;
}

.ssw-recomends-list .ssw-user-message {
    margin-top: 13px !important;
}

.ssw-recomends-list>.ssw-item:last-child {
    margin-bottom: 0 !important;
}

#ssw-avg-rate-profile-html span {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.ssw-stars-avg i svg {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
}

.ssw-stars-mini>i>svg {
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
}

.ssw-stars-mini>i {
    display: flex !important;
}

.ssw-user-info {
    display: flex;
    flex-direction: column;
}

a.ssw-recommend-author {
    display: flex;
    order: 1;
}

@media (max-width: 768px) {

    .ssw-reviews-head-listing .ssw-reviews-head-title,
    .review-wrapp-btn {
        text-align: center !important;
    }

    .ssw-reviews-header-listing .ssw-stars-averg,
    #ssw-widget-recommends-html .ssw-reviews-sort {
        justify-content: center !important;
    }

    .ssw-reviews-header-listing .ssw-stars-averg {
        margin-bottom: 15px !important;
        align-items: center !important;
    }

    #ssw-widget-recommends-html .ssw-reviews-sort {
        margin-bottom: 30px;
    }

    #ssw-widget-recommends-html .gw-review-btn {
        font-size: 15px !important;
        max-width: 310px;
        width: 100%;
    }

    .ssw-reviews-header.ssw-small #stars_avg {
        display: flex !important;
    }

    .ssw-stars-avg i {
        line-height: 20px !important;
        margin-right: 2px !important;
    }

    #ssw-avg-rate-profile-html i[class^=ssw-icon-star]::before {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .ssw-recommend-author {
        font-size: 18px !important;
    }

    .ssw-stars-averg .ssw-reviews-count {
        font-size: var(--bs-font-size-base) !important;
        margin: 0 0 0 8px !important;
    }

    .ssw-recomends-list>.ssw-item {
        margin-bottom: 20px !important;
        padding: 34px 40px 35px !important;
    }

    .ssw-stars-avg i svg {
        width: 25px !important;
        height: 25px !important;
    }

    .ssw-reviews-header-listing {
        margin-top: -10px !important;
    }

    .ssw-user-info {
        position: relative;
    }

    span.ssw-timestamp.ssw-changed {
        position: absolute;
        bottom: 0;
        right: 40px;
    }
}

#mhaRnProduct .email-when-available {
    z-index: 2 !important;
}
.back_in_stock_btn{
    width: calc(100% - 136px);
}