:root{
    --bs-link-color-rgb: #e0ac45 !important;
}

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

.btn-primary.focus, .btn-primary:focus{
    background-color: #e0ac45 !important;
    border-color: #e0ac45 !important;
}
body{
    font-family: "Montserrat", sans-serif !important;
    background-image: url(../images/bg_main_2.webp) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.pro-price span:first-child {
    padding-right: 5px;
  }
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif !important;
}
a{
    color: #e0ac45;
}
.faq-content a{
    color: #e0ac45 !important;
}
.faq-content a:hover{
    color: #000 !important;
}
.header_bottom .btn.btn-secondary{
    background-color: #fff;
    color: #000;
    border-radius: 0;
    border-width: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 10px 20px;
    border-color: #000;
    margin-left: 20px;
}
.header_bottom .btn.btn-secondary:hover{
    color: #fff;
    background-color: #000;
    border-width: 2px;
}
.notification-list a{
    color: #e0ac45 !important;
}


/* NEW HEADER SECTION */
.header-part{
    width: 100%;
    /* background-color: #000000; */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    padding: 0 0;
    /* position: fixed;
    top: 0;
    z-index: 3; */
    position: relative;
}
/* .header-part.sticky{
    background: rgba(0, 0, 0, 0.9);
} */


.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;
}
/* .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;
} */
.header-part .btn.btn-primary{
    /* padding: 5px 15px !important; */
    min-width: 20px;
    margin: 0;
    margin-left: 20px;
    background: #e0ac45;
    border-color: #e0ac45;
    color: #fff;
    line-height: 0;
}
.header-part .btn.btn-primary i{
    font-size: 22px;
}
.header-part .btn.btn-primary.dropdown-toggle{
    padding: 8px 15px !important;
}

.checknoti{
    display: inline-block;
}


.header-part .eo__languages.notranslate{
    background: #fff;
    padding: 0 10px;
    margin: 0 0 0 20px;
    border-radius: 30px;
}
.header-part .eo__dropdown__activator{
    padding: 0 !important;
}
.header-part .nav-item.nav-language.dropdown{
    display: flex;
    align-items: center;
}
.header-part .btn.btn-primary img{
    margin-right: 5px;
}
.header-part .btn.btn-primary .cart-number{
    margin-left: 5px;
}

.header_top{
    background-color: rgba(133, 201, 193, 1);
    padding: 15px 0;    
}
.header_top a.btn_2{
    padding: 0 20px;
    background-color: #e0ac45;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    line-height: 26px;
    display: inline-block;
    margin: 0 0 0 30px;
}
.header_top a.headerTopBtn{
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    display: block;
}





.header_bottom{
    background-color: transparent;
    padding: 0;
}
.header_bottom a.logo{
    padding: 15px;
    background: rgba(221, 244, 242, 1);
    display: inline-block;
}
.header_bottom a.logo img{
    height: 125px;
    width: auto;
    margin: 0;
    display: block;
}
.header_bottom a.headerBtn{
    padding: 15px 40px;
    background-color: rgba(133, 201, 193, 1);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    display: block;
}
.header_bottom a.headerBtn:hover{
    color: #333;
    background-color: rgba(221, 244, 242, 1);
}


/* Content Section */
.whiteBgContent{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
}
.whiteBgContent h1{
    font-size: 45px;
    color: #e0ac45;
}
.whiteBgContent h2{
    font-size: 30px;
}
.whiteBgContent h3{
    font-size: 24px;
    
}
.whiteBgContent p, .whiteBgContent li{
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.whiteBgContent p a, .whiteBgContent li a{
    color: #e0ac45;
}
.cookieTable th, .cookieTable td{
    padding: 15px;
    font-size: 12px;
}

.vendorDetailsWrapper{
    display: none !important;
}
.main-content{
    /* background-image: url(https://royal-construction.com/wp-content/uploads/2024/05/project-2-1536x1024.jpg) !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.79);
    /* background: transparent !important; */
    border: none !important;
}
.main-content .contact-section .container{
    background-color: rgba(255, 255, 255, 0.79);
    /* background: transparent !important; */
    border: none !important;
    padding: 50px 30px;
}
.main-content .contact-section a{
    color: #e0ac45;
}
.main-content .contact-section .btn.btn-primary{
    padding: 10px 25px;
    background-color: #e0ac45;
    color: #fff;
    border-color: #e0ac45;
}
.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: #000000 !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: #000000;
    border-color: #000000;
}
.loginRegSection .btnoutlineWhite:hover{
    color: #fff;
    background-color: #000000;
}
.fourZeroFour{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 20px;
}
.fourZeroFour a{
    color: #e0ac45;
}
.fourZeroFour a.btn-primary{
    color: #fff;
}

/* Login Register Form */
.loginRegSection{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px 30px;
    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: #000000 !important;
}

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




/* Footer Part */
.gd_footer{
    background-color: #000;
    padding: 100px 0 0 0;
}
.gd_footer .row{
    padding-bottom: 100px;
}
.logo_footer{
    height: 45px;
    width: auto;
    margin: 0 0 0;
}
.logo_footer_2{
    height: 45px;
    width: auto;
    margin: 75px 0;
}


.gd_footer p{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.gd_footer h4{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
}
.footerLinks{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerLinks li{
    margin: 0;
    padding: 0 10px;
    position: relative;
    list-style: none;
}
.footerLinks li::before{
    position: absolute;
    left: 0;
    top: 5px;
    content: "\F138";
    font-family: "bootstrap-icons";
    font-size: 16px;
    color: #e0ac45;
    font-weight: 900;
    display: none;
}
.footerLinks li a{
    margin: 0;
    padding: 5px 0;
    color: #e0ac45;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
}
.gd_footer .contactDtls{
    margin: 0;
    padding: 0;
}
.gd_footer .contactDtls li{
    margin: 0;
    padding: 10px 0 10px 30px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    position: relative;
}
.gd_footer .contactDtls li a{
    color: #fff;
}
.gd_footer .contactDtls li i{
    position: absolute;
    left: 0;
    top: 10px;
    color: #e0ac45;
    font-size: 18px;
}
.copyright_ftr{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.p_by{
    display: flex;
    align-items: center;
    justify-content: center;
    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;
}


.footerCopyRt{
    margin-top: 5%;
    width: 100%;
    background: #fff;
    padding: 15px 0 30px;
}
.footerCopyRt ul{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.footerCopyRt ul li{
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    border-left: 1px solid #000;
    list-style: none;
}
.footerCopyRt ul li:first-child{
    border: none;
}
.footerCopyRt ul li a{
    margin: 0;
    padding: 0;
    color: #000;
}
.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/bg_main_2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
    transition: all 0.25s;
}
.popupSideBottom::before{
    background: rgba(133, 201, 193, 1);
    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: rgba(133, 201, 193, 1);
    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;
}

.p_by{
    padding-top: 50px;
}
.p_by h4{
    color: #fff;
    font-size: 16px;
}



#catlist .card{
    position: relative;
}
#catlist .card .card-img-top{
    position: relative;
    background-color: #ccc;
    border: 1px solid #f1f1f1;
    background: none !important;
}
#catlist .card .card-img-top img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
    max-height: none !important;
}
#catlist .card h5.card-title{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #030F27;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
}
#catlist ul.list-unstyled{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#catlist ul.list-unstyled li{
    font-size: 14px;
    font-weight: 400;
    color: #030F27;
    padding: 2.5px 0 2.5px 15px;
    display: block;
    width: 50%;
    position: relative;
}
#catlist ul.list-unstyled li::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #e0ac45;
    position: absolute;
    left: 0;
    top: 11px;
}
#catlist ul.list-unstyled li a{
    color: #030F27;
}
#catlist .card-body .btn.btn-link{
    margin: 0 !important;
    background-color: #fff !important;
    border: none;
    color: #e0ac45;
    font-size: 14px;
    font-weight: 700;
    padding: 0 !important;
    text-align: left;
}
a.menuIcon{
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 9;
}

.mm-spn a i.bi{
    display: none;
}
.mm-spn.mm-spn--dark{
    background: #e0ac45;
}
.product-card .pro-shop-btn .addToCartBtn{
    background: #e0ac45 !important;
    padding: 10px 25px;
    border-radius: 20px;
}
.product-list.product-list-desc .card-body{
    text-decoration: none !important;
}

.achievements_imgs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.achievements_imgs img{
    width: auto;
    height: 55px;
    margin: 0 0 15px;
}
.houzz_image{
    max-width: 100%;
}
.footerContact a{
   color: #ccc;
   text-decoration: underline; 
}
.footerContact a:hover{
    color: #e0ac45;
}
.card.p-4.bg-light.mb-4{
    margin: 0 !important;
    padding: 10px 0 !important;
}
.p-4.mb-4.faqCard{
    margin: 0 !important;
    padding: 10px 0 !important;
}
.container.tab-pane.active{
    padding: 25px 0 !important;
}
.nav-tabs .nav-link.active{
    color: #000 !important;
}

@media screen and (min-width: 1200px) {
    ul.nav.navbar-btn{
        padding-top: 10px;
    }
    a.menuIcon{
        display: none;
    }
    .mainNav{
        padding-top: 10px;
    }
    .mainNav ul{
        display: flex;
        align-items: center;
        justify-content: start;
        margin: 0;
        padding: 0;
    }
    .mainNav ul li{
        margin: 0;
        padding: 0 14px;
        list-style: none;
        position: relative;
    }
    .mainNav ul li a{
        font-size: 13px;
        font-weight: 700;
        color: #30373E;
        padding: 7.5px 0;
        margin: 0;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        transition: all 0.5s;
    }
    .mainNav ul li a::before{
        width: 0;
        height: 2px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #e0ac45;
        transition: all 0.5s;
    }
    .mainNav ul li a:hover::before{
        width: 100%;
    }
    .mainNav ul li a i{
        margin-left: 5px;
        font-size: 12px;
    }
    .mainNav ul li a:hover{
        color: #e0ac45;
    }
    /* .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 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;
        
    }
    .mainNav ul 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;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    }
    .mainNav ul ul.s_menu{
        display: block;
    }
    .mainNav ul ul.s_menu li{
        padding: 0;
        margin: 0;
    }
    .mainNav ul ul.s_menu li a{
        font-size: 14px;
        color: #000;
        font-weight: 600;
        display: block;
        margin: 0;
        padding: 10px 10px;
        border-bottom: 1px solid #fff;
    }
    .mainNav ul ul.s_menu li a:hover{
        background-color: #e0ac45;
        color: #000;

    }
    .mainNav ul ul.s_menu li a::before{
        display: none;
    }
    .mainNav ul 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
    }
    .mainNav ul 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;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    }
    .mainNav ul ul.s_menu li ul.ss_menu{
        display: block;
    }
    

}

.footerPart{
    width: 100%;
    background-image: url(../images/footer_BG_01.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
.footerPart::before{
    background-color: transparent;
    background-image: linear-gradient(0deg, #30373E 55%, #30373E00 100%);
    opacity: 0.93;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.footerPart .footerPartTop{
    padding: 50px 0;
    position: relative;
    z-index: 1;
    text-align: center;
}
.footerPart .footerPartTop h5{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #e0ac45;
    letter-spacing: 3px;
}
.footerPart .footerPartTop h2{
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.footerPart .footerPartBottom{
    padding: 50px 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.btn.btn-primary{
    background-color: #e0ac45;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 45px;
    border: 0;
    border-radius: 25px;
    /* margin: 50px 0 0; */
}

.articleContent{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.footerPart .footerPartBottom p{
    font-size: 15px;
    line-height: 1.5;
    color: #9b9b9b;
    padding: 7.5px 0;
    margin: 0;
}
.footerPart .footerPartBottom h4{
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}
.footerPart .footerPartBottom ul{
    margin: 0;
    padding: 0;
}
.footerPart .footerPartBottom ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footerPart .footerPartBottom ul li a{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 1.5;
    color: #9b9b9b;
    padding: 5px 0;
    margin: 0;
    display: block;
}
.footerPart .footerPartBottom a:hover{
    color: #e0ac45;
}
.footerPart .articleContent article:nth-child(1){
    width: 30%;
}
.footerPart .articleContent article:nth-child(2){
    width: 12%;
}
.footerPart .articleContent article:nth-child(3){
    width: 12%;
}
.footerPart .articleContent article:nth-child(4){
    width: 15%;
}
.footerPart .articleContent article:nth-child(5){
    width: 25%;
}
.footerPart .articleContent article:nth-child(6){
    width: 30%;
}

.footerPart ul.socialLinks{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footerPart ul.socialLinks li{
    margin: 0 0 0 15px;
    padding: 0;
    list-style: none;
}
.footerPart ul.socialLinks li a{
    color: #ccc;
    font-size: 16px;
}
.footerPart ul.socialLinks li a:hover{
    color: #e0ac45;
}
.footerPart .footerPartBottom .cpright p{
    text-align: center;
    color: #fff;
    padding-top: 100px;
}
.footerPart .footerPartBottom .cpright p a{
    text-align: center;
    color: #e0ac45;
}
.footerPart_mwb{
    width: 100%;
    background-image: url(../images/footerBg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-top: 100px;
    padding-top: 30px;
}
.footerPart_mwb .container{
    position: relative;
    z-index: 1;
}
.footerPart_mwb::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
}
.footerPart_mwb .footerLogo{
    padding: 10px;
    background-color: rgba(221, 244, 242, 1);
    margin: 0 auto;
    display: block;
    margin-top: 0;
}
.footerPart_mwb a.footerBtn{
    padding: 15px 0;
    width: 300px;
    background-color: rgba(133, 201, 193, 1);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    display: block;
    margin: 35px auto 0;
}
.footerPart_mwb a.footerBtn:hover{
    color: #333;
    background-color: rgba(221, 244, 242, 1);
}
.footerPart_mwb h5{
    color: #e0ac45;
    font-size: 16px;
    font-weight: 700;
}
.footerPart_mwb h4{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.footerPart_mwb p{
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
}
.footerPart_mwb p a{
    color: #ccc;
}
.product-list-tab .nav-tabs .nav-item .nav-link.active{
    color: #fff !important;
}
.product-main-title .product-sort .pro-search .search-input .btn{
    margin: 0;
}


.cartBtn{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    background-color: rgba(133, 201, 193, 1);
    padding: 10px 15px;
    color: #fff;
    margin: 0 0 0 25px;
    border-radius: 5px;
}
.cartBtn i{
    margin: 0 5px 0 0;
    font-size: 18px;
}
.cartBtn:hover{
    color: #fff;
    text-decoration: none !important;
}
.userBtn{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    background-color: rgba(133, 201, 193, 1);
    padding: 10px 15px;
    color: #fff;
    margin: -5px 0 0 25px;
    border-radius: 5px;
    border: none;
}
.userBtn img{
    margin: 0 5px 0 0;
    height: 16px;
    width: auto;
}
.userBtn:hover{
    color: #fff;
    text-decoration: none !important;
}
.navbar-toggler{
    padding: 0 !important;
}

@media screen and (max-width: 1200px) {
    .logo_footer{
        height: 45px;
    }
    .header_bottom .btn.btn-secondary{
        display: none;
    }
    .header_bottom{
        padding: 15px 0;
    }
}
@media screen and (max-width: 991px) {
    .hdrContact{
        display: none !important;
    }
    .header_bottom{
        text-align: center;
    }
    .header_bottom a.logo img{
        /* float: left;
        margin: 0 0 0 50px; */
    }
    .top-right-header .nav.navbar-btn{
        /* position: absolute;
        right: 0;
        top: -62px; */
    }
    .achievements_imgs{
        justify-content: center;
        align-items: center;
    }
    .achievements_imgs img{
        margin: 15px;
    }
    .gd_footer h4{
        padding-bottom: 0;
    }

    .gd_footer{
        text-align: center;
    }
    .logo_footer_2, .logo_footer{
        margin: 15px auto;
        display: block;
    }
    .footerLinks li::before{
        display: none;
    }
    .footerLinks{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .footerLinks li{
        margin: 0;
        padding: 0 5px;
    }
    ul.socialLinks{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .p_by{
        justify-content: center;
        width: 100%;
        align-items: center;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {

    
    .header-part .btn.btn-primary{
        font-size: 0;
    }
    .header-part .eo__languages.notranslate{
        
    }
    .header-part .btn.btn-primary{
        padding: 10px 10px 10px !important;
    }
    .footerCopyRt{
        text-align: center;
    }
    .footerCopyRt ul{
        justify-content: center;
        padding-bottom: 5px;
    }

    .p_by{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header_top{
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
        
    }
    .header-part .btn.btn-primary.dropdown-toggle{
        padding: 12px 8px 12px 12px !important;
    }
    .top-right-header .nav.navbar-btn{
        width: auto;
        justify-content: center;
    }
    .header-part .btn.btn-primary{
        margin: 0 10px !important;
    }
    #catlist ul.list-unstyled li{
        width: 100%;
    }

    .gd_footer{
        text-align: center;
    }
    .gd_footer p{
        font-size: 14px;
    }
    .footerLinks li a{
        font-size: 14px;
    }
    .footerLinks li::before{
        display: none;
    }
    .footerLinks li{
        padding: 0 10px;
    }
    .footerLinks {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
      }
      .gd_footer h4{
        padding-top: 50px;
      }
      .p_by{
        justify-content: center;
        align-items: center;
      }
      .gd_footer .contactDtls li{
        padding: 30px 0 10px 0;
      }
      .gd_footer .contactDtls li i{
        top: 0;
        left: calc(50% - 10px);
      }
      .gd_footer{
        padding: 50px 0 0 0;
      }
      .gd_footer .row{
        padding-bottom: 50px;
      }

      .fourZeroFour{
        padding: 15px;
      }
      .loginRegSection{
        padding: 100px 15px;
        margin: 30px 0 0 0;
      }
      .header_bottom{
        padding: 25px 0;
      }
      .mm-spn a{
        color: #fff !important;
      }
      .header_top{
        display: none;
      }
      .top-right-header{
        position: absolute;
        top: -105px;
      }
      .product-main-title .product-sort .pro-search .search-input .form-control{
        width: 100% !important;
      }
}

@media screen and (max-width: 575px) {
    a.menuIcon{
        top: 0;
    }
    .header_bottom a.logo{
        padding: 0;
        margin: 0;
        float: left;
    }
    .header_bottom a.logo img{
        height: 70px;
        width: auto;
        padding: 10px;
    }
    .top-right-header{
        position: absolute;
        top: -50px;
    }
    .header_bottom a.headerBtn{
        margin-top: 15px;
        padding: 10px 10px;
        font-size: 14px;
    }
    .main-content{
        padding-top: 55px !important;
    }
    body.default_color_set .btn-primary.font-14 span{
        font-size: 12px !important;
    }
}