body.default_color_set{
    --storePrimaryColor: #030F27;
    --storeHoverColor: #FD5D14;
    --storeCardBorderColor: #030F27;
    --storeBtnColor: #fff;
    --storeFreeShipingText: #FD5D14;
    --storeTextColor: #030F27;   
  }
  
  body.default_color_set .btn-primary {
    --bs-btn-bg: #030F27;
    --bs-btn-border-color: #030F27;
    --bs-btn-hover-bg: #FD5D14;
    --bs-btn-active-bg: #FD5D14;
    --bs-btn-active-border-color: #FD5D14;
    --bs-btn-hover-border-color: #FD5D14;
    --bs-btn-hover-color: #fff;
    --bs-btn-focus-shadow-rgb: none;
  }
  body.default_color_set .btn-outline-primary{
    --bs-btn-color: #030F27;
    --bs-btn-border-color: #030F27;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #030F27;
    --bs-btn-hover-border-color: #030F27;
  }
:root{
    --bs-heading-color: #FD5D14;
}

.btn-primary.focus, .btn-primary:focus{
    background-color: #FD5D14 !important;
    border-color: #FD5D14 !important;
}
body{
    font-family: "Roboto", sans-serif !important;
    background-image: url(../images/white-kitchen-cabinet.webp) !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
h1, h2, h3, h4{
    font-family: "Saira Condensed", sans-serif !important;
}
.container{
    max-width: 1140px !important;
}
a.contactHeader{
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0 0 40px;
    font-family: "Montserrat", Sans-serif !important;
}
a.contactHeader span.icon{
    font-size: 24px;
    padding: 12px;
    border: 1px solid #FD5D14;
    color: #FD5D14;
    margin: 0 20px 0 0;
}
a.contactHeader b{
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}
a.contactHeader b span{
    color: #D5D5D5;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 400;
}
a.contactHeader span.icon i.fa-phone-flip{
    transform: rotate(90deg);
}

/* NEW HEADER SECTION */
.header-part{
    width: 100%;
    background-color: #030F27;
    /* background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); */
    padding: 15px 0;
    /* position: fixed;
    top: 0;
    z-index: 3; */
}
.header-part .logo span{
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.header-part .logo img{
    height: 69px;
    width: auto;
    margin: 0 auto;
    display: block;
}
.header-part h5{
    text-align: left;
    color: #D5D5D5;
    font-family: "Poppins", Sans-serif;
    font-size: 17px;
    padding: 5px 0 0 92px;
}
.top-right-header{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    /* margin-right: -15px; */
    position: absolute;
    right: -100px;
    top: 0;
    z-index: 1;
}
/* .header-part.sticky{
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
    z-index: 99;
} */
.top-right-header .btn.btn-primary{
    margin: 0 0 0 10px;
    padding: 10px 0 !important;
    width: auto;
    min-width: auto;
}





.mainNav{
    background-color: #FD5D14;
}
.mainNav .btn.btn-primary{
    padding: 12px 5px !important;
    min-width: 20px;
    margin: 0;
    margin-left: 0;
    background: #FD5D14;
    border-color: #FD5D14;
    color: #ddd;
    
}
.mainNav .btn.btn-primary i{
    font-size: 22px;
}
.mainNav .eo__languages.notranslate{
    background: #fff;
    padding: 0 10px;
    margin: 0 0 0 20px;
    border-radius: 30px;
}
.mainNav .eo__dropdown__activator{
    padding: 0 !important;
}
.mainNav .nav-item.nav-language.dropdown{
    display: flex;
    align-items: center;
}
.mainNav .btn.btn-primary img{
    margin-right: 5px;
}
.mainNav .btn.btn-primary .cart-number{
    margin-left: 5px;
}




/* Content Section */
.whiteBgContent{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
}
.vendorDetailsWrapper{
    display: none !important;
}
.main-content{
    /* background-image: url(../images/white-kitchen-cabinet.webp) !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; */
    /* background-attachment: fixed !important; */
    padding-top: 140px !important;
    background: transparent !important;
}
.main-content .main-content{
    padding-top: 0 !important;
}
.main-content .card{
    background-color: rgba(255, 255, 255, 0.9);
    /* background: transparent !important; */
    border: none !important;
}
.breadcrumb[data-v-50778a75]{
    background-color: transparent !important;
}
.formRight{
    display: none !important;
    visibility: hidden !important;
}
.product-main-title .product-sort .pro-search .search-input .form-control{
    height: 42px !important;
    width: 280px;
}
.also-viewed .product-card, .recently-viewed .product-card{
    padding: 20px 15px 15px;
    background: #eee;
    height: 100%;
}
.product-pagination .pagination li a.active{
    color: #fff !important;
}
.customTab .nav-link{
    color: #fff !important;
}
.customTab .nav-link.active{
    color: #030F27 !important;
}
.notification-design .container{
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 50px;
    padding-bottom: 50px;
}
.notification-design .container .container{
    background: transparent;
}
.loginRegSection .btnoutlineWhite{
    color: #030F27;
    border-color: #030F27;
}
.loginRegSection .btnoutlineWhite:hover{
    color: #fff;
    background-color: #030F27;
}
.fourZeroFour{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 20px;
}

/* Login Register Form */
.loginRegSection{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 0;
    border-radius: 30px;
}
.loginRegSection .inputWrpr span.label{
    top: -10px;
}
.loginRegSection .form-control{
    background: transparent;
}
.loginRegSection .checkbox-custom-label::before{
    border: 1px solid #666 !important;
}
.loginRegSection.userFormWrpr{
    max-width: 100% !important;
}

.paymentPage{
    background: rgba(255, 255, 255, 0.9);
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-h-item-info .product-quantity .form-control{
    font-weight: 700;
}
.shipping-list figure img{
    object-fit: contain !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}
.order-summery .summery-img{
    background-color: #fff !important;
}
.recently-viewed .pro-shipping{
    display: none;
}
.product-h-item-info .product-quantity .form-control{
    background: transparent;
}

 .breadcrumb .breadcrumb-item > a{
    color: #030F27 !important;
}
/*
.product-list .product-card .card-body .card-title{
    color: #030F27 !important;
}
.product-main-title .product-sort .pro-search .search-input .btn{
    background: #030F27 !important;
}
.product-list-tab .nav-tabs .nav-item .nav-link.active{
    background: #030F27 !important;
    color: #fff !important;
}
.product-list-tab .nav-tabs .nav-item .nav-link{
    color: #030F27 !important;
}
.product-card .pro-shop-btn .addToCartBtn{
    background-color: #030F27 !important;
    color: #fff !important;
}
.product-card:hover .pro-link, .product-card:hover .pro-short-desc, .product-card:hover .card-title{
    color: #030F27 !important;
}
button.btn.btn-outline-primary.btn-clear{
    color: #030F27 !important;
}
.page-link.active, .active > .page-link{
    background-color: #030F27 !important;
    border-color: #030F27 !important;
}
.btn-primary{
    background-color: #030F27 !important;
    color: #fff !important;
    border-color: #030F27 !important;
}
.product-information .product-return a{
    color: #030F27 !important; 
}
.product-card .pro-shipping span{
    color: #030F27 !important; 
} */




/* Footer Part */
.footer-part{
    background-color: #030F27;
}

.footer-part ul.qLinks{
    margin: 0;
    padding: 0 0 30px 10px;
}
.footer-part ul.qLinks li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-part ul.qLinks li a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    padding: 5px 0;
    display: block;
    margin: 0;
}
.footer-part h3{
    color: #fff;
    text-align: center;
    font-size: 2rem;
}

.footer-part p{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    padding: 0 0 20px;
    margin: 0;
}
.footer-part h5{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7em;
    padding: 10px 0 30px 0;
    margin: 0;
}
.footer-part h5 a{
    color: #fff;
}
.footerMap{
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    padding: 0 0 20px;
}
.footerMap li{
    margin: 0;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7em;
    list-style: none;
}
.footerMap li:first-child{
    padding: 0;
}
.footerMap li a{
    color: #fff;
    text-decoration: none;
}

.footer-part .form-control{
    background-color: #fff;
    width: 100%;
    height: 45px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
    margin: 5px 0;
    padding: 0 10px;
}
.footer-part textarea.form-control{
    height: 100px;
}
.footer-part button[type="submit"]{
    background-color: #fff;
    width: 100%;
    height: 45px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    border-radius: 10px;
    margin: 5px 0;
    padding: 0 10px;
}
.p_by{
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    flex-direction: column;
}
.p_by img{
    height: 35px;
    width: auto;
    padding: 0;
    border-radius: 5px;
}
.p_by h4{
    color: #fff;
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 400;
}
#pills-tabContent{
    background-color: #fff;
}


.bayside_footer{
    width: 100%;
    background-color: #030F27;
    background-image: url(../images/footerBg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 100px 0 0 0;
}
.bayside_footer h4{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
}
.bayside_footer p{
    color: #D5D5D5;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0;
}
.bayside_footer h5{
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    padding: 5px 0 15px;
    margin: 0;
    text-align: right;
}


.bayside_footer p a{
    color: #fff;
    text-decoration: none;
}
.bayside_footer .footerLinks{
    margin: 0;
    padding: 0;
}
.bayside_footer .footerLinks li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.bayside_footer .footerLinks li a{
    color: #D5D5D5;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
}
ul.socialLinks{
    margin: 0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: start;
}
ul.socialLinks li{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.socialLinks li a{
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    margin: 0 15px 0 0;
    color: #fff !important;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}
.mainNav ul.socialLinks{
    justify-content: end;
}
.mainNav ul.socialLinks li a{
    border: none;
    font-size: 18px;
    margin: 0;
}




.bayside_footer .row{
    padding-bottom: 100px;
}
.fooer_logo img{
    max-width: 100%;
}
.copyrightSec{
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
}



.mm-spn.mm-spn--dark .fa-caret-down{
    display: none;
}
.mm-spn.mm-spn--dark .fa-caret-right{
    display: none;
}
.mm-spn.mm-spn--dark{
    background-color: #000;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}



.popupSideBottom{
    width: 300px;
    /* min-height: 400px; */
    padding: 20px;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 9;
    background-image: url(../images/white-kitchen-cabinet.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
    transition: all 0.25s;
}
.popupSideBottom::before{
    background: #FD5D14;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.7;
    border-radius: 10px 10px 0 0;
}
.popupSideBottom .showPopupBtn{
    position: fixed;
    width: 150px;
    height: 30px;
    right: 20px;
    bottom: 0px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    background: #FD5D14;
    color: #000;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    display: none;
}
.popupSideBottom.closePopup .showPopupBtn{
    display: block;
}
.popupSideBottom.closePopup{
    bottom: -100%;
}
.closeBtn{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000;
    cursor: pointer;
    font-size: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
}
.popupSideBottom .content{
    position: relative;
    z-index: 1;
    color: #000;
}
.popupSideBottom .content h3, .popupSideBottom .content p{
    color: #000;
}
.popupSideBottom .form-control{
    background: transparent !important;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
    margin:  15px 0;
    padding: 5px 10px;
    height: 40px;
}
.popupSideBottom .form-control::placeholder{
    color: #000;
}
.popupSideBottom .btn.btn-primary{
    border-radius: 10px !important;
    float: right;
}
.footerLinks li, .footerLinks{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footerLinks li a{
    color: #333;
}
.p_by{
    padding-top: 50px;
}
.p_by h4{
    color: #fff;
    font-size: 16px;
}
.nav.navbar-btn{

}
.nav-item-cart{
    padding: 8px 0;
}
.nav-item-login{
    padding: 8px 0;
}


















/* LIST STYLE ADDED */
.product-card.listStyle_1 .finish-product button.btn.btn-link{
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    justify-content: start;
}
.product-card.listStyle_1 a.card-body.heightAuto{
    padding: 20px;
    height: auto !important;
}
.product-card.listStyle_1 a.card-body.heightAuto:hover{
    color: #000 !important;
}

.product-card.listStyle_1 .pro-short-desc{
    font-weight: 400;
    font-size: 15px;
}
.product-card.listStyle_1 .pro-model{
    font-weight: 400;
    font-size: 15px;
}
.product-card.listStyle_1 .pro-model.sku{
    min-height: 50px;
}

.product-card.listStyle_1 .pro-price{
    font-weight: 500;
    font-size: 15px;
}
.product-card.listStyle_1 .pro-price sup{
    font-size: 13px;
}
.product-card.listStyle_1 .pro-shop-btn .addToCartBtn{
    width: 100%;
    color: #fff;
    background: #497F75;
}

.product-card.listStyle_1 button.wishListBtn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: -2px;
    top: -3px;
    border: none;
    background: transparent;
}
.product-card.listStyle_1 button.wishListBtn::before{
    content: "\f08a";
    font-family: "FontAwesome";
    /* content: "\F417";
    font-family: "bootstrap-icons"; */
    width: 30px;
    height: 30px;
    font-weight: 900;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #497F75;
}
.product-card.listStyle_1 button.wishListBtn.added::before{
    content: "\f004";
    font-family: "FontAwesome";
}


.product-card.listStyle_1 .finish-product ul{
    /* display: flex;
    align-items: center;
    flex-wrap: wrap; */
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
}
.product-card.listStyle_1 .finish-product ul li{
    margin: 5px 4px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.product-card.listStyle_1 .finish-product img{
    width: 25px !important;
    height: 25px !important;
    object-fit: cover;
    border: 1px solid #ccc;
    margin: 0 auto;
    display: block;
}
.product-card.listStyle_1 .pro-img{
    object-fit: contain;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 182px;
}
.product-card.listStyle_1 .pro-price{
    font-size: 11px;
    display: flex;
    align-items: center;
}
.product-card.listStyle_1 .pro-price p.amount{
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-left: -5px;
}
.product-card.listStyle_1 .pro-price .amount::first-letter{
    /* font-size: 12px;
    top: -10px;
    position: absolute; */
    display: block;
    font-size: 0;
}


.product-card.listStyle_1 .pro-img-block{
    position: relative;
}
.product-card.listStyle_1 .pro-img-block .freeSampleTag{
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
}
.product-card.listStyle_1 .pro-img-block .freeSampleTag img{
    height: 26px;
    width: auto;
    margin: 2px 0;
}
.product-card.listStyle_1 .pro-img-block .freeSampleTag span{
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}


.product-card.listStyle_1 .finish-product{
    padding: 0 15px;
    position: relative;
}

.product-card.listStyle_1 .slick-arrow{
    position: absolute;
    width: 12px;
    height: 20px;
    left: -10px;
    top: 3px;
    border: 0;
    background-color: transparent;
    font-size: 0;
}
.product-card.listStyle_1 .slick-arrow.slick-prev{
    background-image: url(../images/leftTmbSlide.png);
    background-repeat: no-repeat;
    background-size: 12px 20px;
}
.product-card.listStyle_1 .slick-arrow.slick-next{
    background-image: url(../images/rightTmbSlide.png);
    background-repeat: no-repeat;
    background-size: 12px 20px;
    left: auto;
    right: -10px;
}
.btn.btn-primary.reqFreSmpl {
    color: #000;
    border-color: #d8e045 !important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #d8e045 !important;
}
#catlist, #prdListCntn, #prdDtls{
    max-width: 1600px !important;
}













@media screen and (min-width: 1200px) {
    a.menuIcon{
        display: none;
    }
    .mainNav{
        width: 100%;
        position: relative;
        background-color: #FD5D14;
        padding: 0 0;
    }
    .mainNav ul#mainMenu{
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0;
        padding: 0;
    }
    .mainNav ul#mainMenu li{
        margin: 0;
        padding: 0 5px;
        list-style: none;
        position: relative;
    }
    .mainNav ul#mainMenu li a{
        font-family: "Montserrat", Sans-serif;
        font-size: 15px;
        line-height: 60px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        padding: 0 10px;
        margin: 0;
        position: relative;
        text-decoration: none;
        display: block;
    }
    .mainNav ul#mainMenu li a:hover{
        background-color: #D1631C;
    }
    .mainNav ul#mainMenu li a i{
        margin-left: 10px;
        font-size: 14px;
    }
    /* .mainNav ul li a::before{
        content: "";
        width: 100%;
        height: 2px;
        background-color: transparent;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all 0.5s;
    }
    .mainNav ul li a:hover::before{
        background-color: #fff;
        bottom: -10px;
    } */
    .mainNav ul#mainMenu ul.s_menu {
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        z-index: -1;
        /* transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.01s; */
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        width: 270px;
        z-index: 999;
        padding: 0;
        margin: 0;
        
    }
    .mainNav ul#mainMenu li:hover ul.s_menu {
        visibility: visible;
        opacity: 1;
        z-index: 999;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transition-delay: 0s, 0s, 0.1s;
    }
    .mainNav ul#mainMenu ul.s_menu{
        display: block;
    }
    .mainNav ul#mainMenu ul.s_menu li{
        padding: 0;
        margin: 0;
    }
    .mainNav ul#mainMenu ul.s_menu li a{
        font-family: "Montserrat", Sans-serif;
        font-size: 13px;
        line-height: 20px;
        font-weight: 700;
        color: #333;
        text-transform: capitalize;
        display: block;
        margin: 0;
        padding: 10px 10px;
        border-bottom: 1px solid #f1f1f1;
    }
    .mainNav ul#mainMenu ul.s_menu li a:hover{
        background-color: #D1631C;
        color: #fff;
    }
    .mainNav ul#mainMenu ul.s_menu li a::before{
        display: none;
    }
    .mainNav ul#mainMenu ul.s_menu li ul.ss_menu{
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        z-index: -1;
        /* transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.01s; */
        position: absolute;
        left: auto;
        right: -100%;
        top: 0;
        background: #fff;;
        width: 270px;
        z-index: 999;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    .mainNav ul#mainMenu ul.s_menu li:hover ul.ss_menu{
        visibility: visible;
        opacity: 1;
        z-index: 999;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transition-delay: 0s, 0s, 0.1s;
    }
    .mainNav ul#mainMenu ul.s_menu li ul.ss_menu{
        display: block;
    }

    
}
a.menuIcon{
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 18px;
}
.btn.btn-primary{
    background: #FD5D14 !important;
    border-color: #FD5D14;
}
.product-card .pro-shop-btn .addToCartBtn{
    background: #FD5D14 !important;
    text-decoration: none;
    padding: 7px 30px;
    border-radius: 18px;
}
.product-card .pro-shop-btn .addToCartBtn:hover{
    background: #C33F02 !important;
    text-decoration: none;
}



.product-list.product-list-desc .card-body{
    text-decoration: none !important;
    color: #030F27;
}

ul.socialLinks_2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 40px 0 0;
}
ul.socialLinks_2 li{
    padding: 0 15px;
    margin: 0;
    list-style: none;
}
ul.socialLinks_2 li a{
    color: #fff !important;
    font-size: 30px;
}
ul.socialLinks_2 li a svg{
    width: 30px;
    height: 30px;
}
p.ftrC_info{
    position: relative;
    padding-left: 25px;
}
p.ftrC_info i{
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
}

@media screen and (max-width: 1200px) {
    .mm-spn a i.bi{
        display: none;
    }
    .mm-spn.mm-spn--dark{
        background-color: #030F27;
    }
    .header-part h5{
        padding-left: 0;
        font-size: 16px;
    }
    .top-right-header{
        right: 165px;
        width: 125px;
    }
}

@media screen and (max-width: 991px) {
    .hdrContact{
        display: none !important;
    }
    .bayside_footer{
        text-align: center;
    }
    .bayside_footer p{
        text-align: center !important;
    }
    .bayside_footer h5{
        text-align: center !important;
    }
    .fooer_logo img{
        max-width: none;
        height: 50px;
        width: auto;
    }
    .bayside_footer h4{
        padding-top: 30px;
    }
    .bayside_footer .footerLinks{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .bayside_footer .footerLinks li a{
        border: none;
        margin: 0 7.5px;
        display: inline;
    }
    ul.socialLinks{
        justify-content: center;
    }
    ul.socialLinks a{
        margin: 0 10px;
    }
    
    .p_by{
        justify-content: center;
        align-items: center;
    }
    .bayside_footer{
        padding: 50px 0 0 0;
    }
    .bayside_footer .row{
        padding-bottom: 50px;
    }
    a.contactHeader b, a.contactHeader b span{
        font-size: 0;
    }

    p.ftrC_info{
        position: relative;
        padding-left: 0;
        padding-top: 0;
    }
    p.ftrC_info i{
        position: static;
        left: auto;
        top: auto;
        padding: 0 10px 0 0;
    }
    .top-right-header{
        right: 135px;
    }


}

@media screen and (max-width: 767px) {
    .header-part .logo img{
        height: 50px;
        margin-left: 0;
    }
    a.contactHeader{
        margin: 0;
    }
    a.contactHeader span.icon{
        font-size: 16px;
        padding: 5px;
    }
    .mainNav .btn.btn-primary{
        font-size: 0;
    }
    .mainNav .btn.btn-primary{
        padding: 10px 10px 12px 14px !important;
    }
    .mainNav .nav-item-cart .btn.btn-primary{
        padding: 10px 10px 4px 8px !important;
    }
    .footerCopyRt{
        text-align: center;
    }
    .footerCopyRt ul{
        justify-content: center;
        padding-bottom: 5px;
    }

    .p_by{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mainNav .btn.btn-primary{
        margin-left: 10px;
    }
    .mainNav ul.nav.navbar-btn{
        
    }
}


@media screen and (max-width: 575px) {
    .header-part .logo img{
        height: 38px;
    }
    .header-part .logo span{
        display: none;
    }
    a.menuIcon{
        top: 15px;
    }
}