﻿/* .discount-menu-item {
    background-color: rgb(85, 172, 152) !important;
    color: white !important;
}

    .discount-menu-item:hover {
        background-color: inherit !important;
        color: inherit !important;
    }

    .discount-menu-item a {
        color: white !important;
    }
 */
.item-box .old-price {
    color: #222 !important;
}

/* .item-box .actual-price {
    color: rgb(85, 172, 152) !important;
} */

.non-discounted-price span {
    color: #222 !important;
    text-decoration: line-through !important;
}

/* .discounted-price span {
    color: rgb(85, 172, 152) !important;
} */


/* .nop-jcarousel .slick-prev:hover, .anywhere-slider .slick-active button,
scroll-back-button, .nop-jcarousel .slick-next:hover, .nop-jcarousel .slick-dots button:hover,
.carousel-cover, .nop-jcarousel.vendor-grid .item-box .title a:before,
.nop-jcarousel.manufacturer-grid .item-box .title a:before,
.newsletter-email .newsletter-subscribe-button, .social-sharing a {
    background-color: rgb(85, 172, 152) !important;
} */

/* .svg-inline--fa {
    color: rgb(85, 172, 152) !important;
}

.cart-qty, .wishlist-qty {
    background: rgb(85, 172, 152) !important;
} */

.method-list li:last-child .method-name {
    /*white-space: unset !important;*/
}

.method-list li:last-child .payment-logo img {
    height: 17px;
}



.method-list li:last-child .payment-description {
    padding-right: 20px;
}

.gallery .video {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.gallery .video iframe {
    width: 320px;
}
@media(min-width: 430px) {
    .method-list li:last-child .payment-logo img {
        height: 30px;
    }
}
@media (min-width: 1025px) {
    .gallery .video iframe {
        width: 100%;
    }
}

.r1-container {
    margin: auto;
    max-width: 500px;
}
