/*
Theme Name: Modave Child
Theme URI: https://modave.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Modave
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: modave
Text Domain: modave-child
*/


.pls-header-main .container .pls-header-desktop .pls-header-col-center{
    justify-content: center;
}
.pls-product-labels span.on-sale{
    color: #000;
}
div.summary .on-sale{
    color: #000;
}
div.product span.price{
    color: #000;
}
.products.grid-view .pls-product-actions a:hover{
    background-color: #ffff00;
    color: #000;
}
.pls-header-main .pls-main-navigation ul.menu > li.current-menu-item > a{
    color: #000;
}
.pls-header-main a:not(.button){
    color: #b3b3b3;
}
.pls-main-navigation ul.menu > li > a{
    font-weight: 400 !important;
}
.pls-navigation .menu .menu-item:hover a.nav-link{
    color: #000;
}
.button:hover{
    background-color: #ffff00 !important;
    color: #000 !important;
}
.pls-quick-buy .pls_quick_buy_button{
    background: #ffff00 !important;
    color: #000 !important;
}
.pls-social a{
    background: transparent !important;
    border: 1px solid #4D4E4F !important;
    color: #4D4E4F !important;
}
.pls-social a:hover{
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #ffff00 !important;
}
.pls-header-wishlist-count, .pls-header-cart-count{
    background: #000;
}
.search-submit:hover{
    background: transparent !important;
}
.pls-header-myaccount a:hover, .pls-header-wishlist a:hover, .pls-header-cart a:hover{
    color: #000 !important;
}
.pls-flash-sale-timer{
    background: #ffff00 !important;
}
.pls-product-countdown{
    color: #000;
}
.pls-about-logo a img{
    max-width: 200px !important;
    width: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* - - - : About Page Tab CSS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.about-tab .tab-content .tab-pane ul {
    margin: 15px 0;
    list-style: unset;
    padding-left: 18px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}
.about-tab .tab-content .tab-pane .read-more-btn {
    display: inline-block;
    margin-top: 30px;
    background-color: var(--pls-button-bg-color);
    color: var(--pls-button-color);
    padding: 13px 32px;
    border: none;
    border-radius: 60px;
    font-weight: 600;
    cursor: pointer;
}
.about-tab .tab-content .tab-pane .read-more-btn:hover {
    background-color: var(--pls-link-hover-color);
    color: var(--pls-button-bg-color);
}
.rm-content {
    transition: height 0.4s ease;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* - - - : Instagram Feed CSS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.instaFeed .sb_instagram_header.sbi_medium, .instaFeed #sb_instagram #sbi_load {
    display: none;
}
.instaFeed #sb_instagram #sbi_images {
    padding: 0;
}
.instaFeed #sb_instagram #sbi_images .sbi_item::before {
    content: '';
    width: 50px;
    position: absolute;
    height: 50px;
    top: 50%;
    background: #fff;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, 0%);
    z-index: 2;
    font-family: 'presslayouts-font';
    content: "\e98c";
    color: #000;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: none;
}
.instaFeed #sb_instagram #sbi_images .sbi_item {
    border-radius: 10px;
    position: relative;
    background: #000;
}
.instaFeed #sb_instagram #sbi_images .sbi_item:hover::before {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.instaFeed #sb_instagram #sbi_images .sbi_item .sbi_photo img {
    transition: 0.6s;
}
.instaFeed #sb_instagram #sbi_images .sbi_item:hover .sbi_photo img {
    transform: scale(1.05);
}
.pls-newsletter-widget .pls-newsletter .subscribe-tagline, .pls-newsletter-widget .pls-newsletter p {
    text-align: left;
}


@media only screen and (max-width: 1024px) {
    .about-tab .tab-content .tab-pane .read-more-btn {
        margin-top: 20px;
        padding: 10px 25px;
    }
    .instaFeed #sb_instagram #sbi_images .sbi_item::before {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .about-tab .tab-content .tab-pane .read-more-btn {
        padding: 8px 20px;
        font-size: 15px;
    }
    .instaFeed #sb_instagram #sbi_images .sbi_item::before {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 575px){
    .pls-about-logo a img{
        max-width: 150px !important;
        width: 100%;
    }
    .instaFeed #sb_instagram #sbi_images .sbi_item::before {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }
}