
.custom-logo{
    max-width:450px;
}

.custom-black-theme .prod-item{
    background-color:   #000 !important;
    border-color: #000!important;
}
.custom-black-theme .prod-item-info{
    background-color:   #000 !important;
    border-color: #000!important;
}
.custom-black-theme .prod-item-price{
    color: #fff !important;
    font-size:16px;
}
.custom-black-theme .prod-item .prod-item-title a{
    color: #fff;
}
.custom-black-theme .prod-item .border-top{
    border-color: rgba(255,255,255,0.2) !important;
}

.custom-black-theme .prod-item-info .prod-item-price span{
    color: #CFCFCF;
}
.custom-black-theme .prod-item figure{
    background-color: #000;
}
.custom-black-theme h2.rounded-3{
color: #fff !important;
background-color:#262626 !important;
}
.custom-black-theme p{
    color:  #D4D4D4;
}

.custom-black-theme .menu-nav-custom a{
    display: block;
    font-size: 16px;
    padding: 10px 16px;
    color: #fff;
}
@media (max-width: 991px) {
    .custom-black-theme .menu-nav-custom a{
        text-align: center;
    }

}


.custom-black-theme .menu-nav-custom a:hover,
.custom-black-theme .menu-nav-custom a:focus,
.custom-black-theme .menu-nav-custom a:active,
.custom-black-theme .menu-nav-custom a.active{
    color: #fd4c4c !important;
    background-color:rgba(255,255,255,0.1);
}

.custom-black-theme .prod-item .btn-primary{
    background-color: #fd4c4c !important;
}
.custom-black-theme .prod-item .btn-primary:hover,
.custom-black-theme .prod-item .btn-primary:focus,
.custom-black-theme .prod-item .btn-primary:active{
    background-color: #fff !important;
    color: #fd4c4c !important;
}

.custom-black-theme{
    padding-left: 40px;
}
@media (max-width: 991px) {
    .custom-black-theme{
        padding-left: 0;
    }

}


.custom-light-theme .menu-nav-custom a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 16px;
    color: #000;
}

.custom-light-theme .menu-nav-custom a:hover,
.custom-light-theme .menu-nav-custom a:focus,
.custom-light-theme .menu-nav-custom a:active,
.custom-light-theme .menu-nav-custom a.active{
    color: #fd4c4c !important;
    background-color:rgba(0,0,0,0.05);
}
@media (max-width: 991px) {
    .custom-light-theme .menu-nav-custom a{
        text-align: center;
    }
 }

.custom-light-theme{
    background-color: #edf4f9 !important;
}
.custom-light-theme .prod-item{
    border-color:  #E0ECF5 !important;
    background-color: #fff !important;
}

.custom-light-theme .prod-item:hover{
    border-color: #0d395e  !important;
}


.custom-light-theme .prod-item figure{
    background-color: #fff !important;
}

.custom-light-theme{
    padding-left: 40px;
}
@media (max-width: 991px) {
    .custom-light-theme{
        padding-left: 0;
    }

}
.custom-light-theme h2.rounded-3{
    color: #000 !important;
    background-color:rgba(0,0,0,0.07) !important;
}
