.notification-bar, .store-features {
    background-color: #9a2047 !important;
}

.store-info h5, .store-info p, .store-info, .store-info a, .notification-bar__message {
    color: white !important;
}

.occasion img {
    border-radius: 10px !important;
}

.blogpost-item img {
    border-radius: 10px !important;
}

.search-by-color-section {
    padding-top: 10px !important;
}

.search-by-color-section-header {
    margin-bottom: 10px !important;
}

.popular-search-section-header {
    margin-bottom: 10px !important;
}

.custom-default-color {
    color: #9a2047 !important;
}

.custom-icon-color {
    color: #9a2047 !important;
}

/* the slides
.section-new-arrival .slick-slide, .section-best-seller .slick-slide {
    margin: 0 -30px !important;
}
*/
.best-buy-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.best-buy-section > .section-header {
    margin-bottom: 10px !important;
}

/*@media (min-width: 992px) {
    .custom-shop .product-image {
        margin-right: -65px !important;
    }
}*/

.custom-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.custom-btn-default {
    background-color: #9a2047 !important;
    border-color: #9a2047 !important;
    color: #ffffff !important;
}

.custom-btn-secondary {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
}

.custom-btn-dark {
    background-color: #5168c2 !important;
    border-color: #5168c2 !important;
    color: #ffffff !important;
}

.custom-btn-info {
    background-color: #79b63d !important;
    border-color: #79b63d !important;
    color: #ffffff !important;
}

.custom-btn-danger {
    background-color: #FF0000FF !important;
    border-color: #FF0000FF !important;
    color: #ffffff !important;
}

.tabs-listing .tab-content a {
    color: #9a2047 !important;
}

.custom-show-product-specification-table tr td {
    text-align: left !important;
}

#search::placeholder {
    color: #9a2047 !important;
    opacity: 1; /* Firefox */
}

#search::-ms-input-placeholder { /* Edge 12 -18 */
    color: #9a2047 !important;
}

.error-content > .fa-10x {
    font-size: 12rem !important;
}

.error-content > .fa-5x {
    font-size: 5rem !important;
}

.payment-message > p {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 40px !important;
    letter-spacing: normal !important;;
    text-align: center !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2 !important;
    margin: 0 0 10px !important;
}

.tab-container .tab-content ol {
    padding-left: 20px !important;
}

.product-image {
    border-radius: 6px !important;
}

.sold-out span {
    background-color: #9a2047 !important;
}

.notification-bar__message {
    font-size: 14px !important;
}

#site-scroll {
    background-color: black !important;
}

.homepage-card {
    border-radius: 10px !important;
}

.button-set li .btn-icon {
    background-color: #9a2047 !important;
}

.btn {
    background-color: #9a2047 !important;
}

@media only screen and (max-width: 767px) {
    .section {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

@media only screen and (max-width: 480px) {
    .new-arrival-slider.slick-slider .item, .best-seller-slider.slick-slider .item {
        padding: 0 5px !important;
    }
}

#search-product-form::placeholder {
    color: #9a2047 !important;
}

.footer-bottom .payment-icons {
    color: #9a2047 !important;
}

.infolinks .btn, .infolinks .wishlist {
    background-color: transparent !important;
}

.productSlider-style3 > .slick-next, .productSlider-style3 > .slick-prev {
    background-color: rgba(255, 255, 255, 0.78) !important;
}

.mega-menu-custom-span {
    text-transform: uppercase !important;
    display: block;
    padding: 0 0 8px;
    font-size: 13px;
    color: #000;
}


/*override mobile menu a to span for seo start here*/

@media only screen and (max-width: 991px) {
    #MobileNav li span {
        color: #333333;
        font-size: 14px;
        text-decoration: none;
        display: block;
        padding: 10px 45px 10px 10px;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        position: relative;
    }
}

@media only screen and (max-width: 991px) {
    #MobileNav li span .anm {
        color: #9a2047;
        font-size: 11px;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    #MobileNav li li span {
        padding-left: 20px;
    }
}

/*override mobile menu a to span for seo end here*/


