/* 
font-family: "Plus Jakarta Sans", sans-serif;
*/
body.default_color_set{
    --storePrimaryColor: #000000;
    --storeHoverColor: #000000;
    --storeCardBorderColor: #000000;
    --storeBtnColor: #fff;
    --storeFreeShipingText: #000000;
    --storeTextColor: #000000;   
  }
  
  body.default_color_set .btn-primary {
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-bg: #000000;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-hover-border-color: #000000;
    --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: #000000;
}

.btn-primary.focus, .btn-primary:focus{
    background-color: #000000 !important;
    border-color: #000000 !important;
}
body{
    font-family: "Plus Jakarta Sans", sans-serif !important;
    background-image: url(../images/iStock-1456467041-scaled.jpg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
/* main{
    background-color: rgba(255, 255, 255, 0.5);
} */

.container_custom{
    padding: 0 2%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.pro-price span:first-child {
    padding-right: 5px;
  }
.container{
    max-width: 1700px !important;
}
.container-fluid{
    max-width: 1920px !important;
}


.stepsBar{
padding-top: 0 !important;
}

/* NEW HEADER SECTION */
.header-part{
    width: 100%;
    height: 77px;
    padding: 0 0;
    position: relative;
    z-index: 3;
    background-color: #c3922d;
}
.header-part a.logo{
    box-shadow: 0px 0px 5px 3px #e5e5e5;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    background-color: #fff;
    position: relative;
    top: 15px;
}
.header-part a.logo img{
    height: 90px;
    width: auto;
}
.headerRight{
    padding: 15px 0 0 0;
}
.contactNumber{
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 13px 0 0 0;
}
.contactNumber span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
}
.contactNumber span i{
    transform: rotate(90deg);
}
.contactNumber b{
    line-height: 1.3;
    display: block;
    padding: 0 0 0 10px;
}
.contactNumber b a{
    text-decoration: none;
    color: #fff;
}
#site-identity p.site-title{
    background-color: #ffffff;
    color: #222;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 10px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
    text-decoration: none;
    border-top-color: #ffffff;
}
#site-identity p.site-title a{
    color: #222;
}
#site-identity p.site-title a:hover{
    color: #ff7d06;
}

#site-identity p.site-description {
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    border-top-color: #ffffff;
    text-align: center;
    letter-spacing: 2.2px;
}
.header-phone-number{
    font-size: 28px;
    color: #272727;
    padding: 0 0 20px;
}
.header-phone-number a{
    color: #272727;
}
.header-phone-number i{
    padding-right: 15px;
}



.header_bottom .btn.btn-primary{
    margin: 0 0 0 25px;
    border-radius: 0;
    background-color: #000000;
}
.appointment{
    float: right;
}
.headerBtn{
    display: flex;
    justify-content: center;
    line-height: 1.6;
    min-width: auto;
    padding: 10px 16px 10px 16px;
    text-align: center;
    text-indent: 0;
    white-space: unset;
    width: 120px;
    border: 2px solid #56d7fe;
    font-size: 12px;
    letter-spacing: 5px;
    color: #000;
    margin: 15px 0 0 0;
    transition: all 0.3s;
}
.headerBtn:hover{
    border: 10px solid #56d7fe;
    padding: 2px 8px 2px 8px;
}

.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;
}
a.hdrContactBtn{
    padding: 10px 25px;
    background-color: #000000;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}
a.hdrContactBtn:hover{
    color: #fff;
    background-color: #000;
}



/* .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;
} */

/* Content Section */
.whiteBgContent{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
}
.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: 240px !important;
    background: transparent !important;
}
.main-content{
    padding-top: 0 !important;
}
.main-content .card{
    background-color: rgba(255, 255, 255, 0.79);
    /* 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: #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;
}

/* 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 .checkbox-custom:checked + .checkbox-custom-label::after{
    left: 5px;
}
.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 */

ul.ftrContactList{
    margin: 0;
    padding: 0;
}
ul.ftrContactList li{
    margin: 15px 0;
    padding: 0 0 0 40px;
    position: relative;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
}
ul.ftrContactList li span{
    margin: 0;
    padding: 0;
    width: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #000000;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
ul.ftrContactList li a{
    color: #000;
}


.footerLinks{
    margin: 0;
    padding: 15px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footerLinks li{
    margin: 0;
    padding: 5px !important;
    position: relative;
    list-style: none;
    display: block;
}
/* .footerLinks li::before{
    position: absolute;
    left: 0;
    top: 2px;
    content: "\F138";
    font-family: "bootstrap-icons";
    font-size: 12px;
    color: #fff;
    font-weight: 900;
} */
.footerLinks li a{
    margin: 0;
    padding: 3px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    text-decoration: none;
    font-weight: 400;
}
.footerLinks li a:hover{
    color: #fff;
    text-decoration: none;
}
ul.ftrContactDtls{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
ul.ftrContactDtls li{
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    list-style: none;
    position: relative;
    display: block;
    font-size: 16px;
    color: #000000;
    text-align: left;
}
ul.ftrContactDtls li a{
    color: #000000;
    text-decoration: none;
}
ul.ftrContactDtls li a:hover{
    color: #000000;
}
ul.ftrContactDtls li i{
    position: absolute;
    left: 0;
    top: 5px;
}



.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: #000;
    font-size: 18px;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 400;
}
#pills-tabContent{
    background-color: #fff;
}

ul.socialLinks{
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
ul.socialLinks li{
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none;
}
ul.socialLinks li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    border-radius: 0;
    background-color: #c3922d;
    color: #fff;
    display: block;
    border-radius: 50%;
}
ul.socialLinks li:nth-child(1) a:hover{
    opacity: 1;
    background-color: #1e77f0;
    color: #fff;
    border-color: transparent;
}
ul.socialLinks li:nth-child(2) a:hover{
    opacity: 1;
    background: radial-gradient(circle farthest-corner at 35% 100%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 10% 140%,#feda7e,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e42e66 50%,#fa5332 70%,#ffdc80 100%);
    color: #fff;
    border-color: transparent;
}
ul.socialLinks li:nth-child(3) a:hover{
    opacity: 1;
    background-color: #d32323;
    color: #fff;
    border-color: transparent;
}

.footerSec{
    width: 100%;
    background-color: #000;
    padding: 50px 0;
    position: relative;
    text-align: left;
    text-align: center;
    background-color: #fff;
    --background-overlay: '';
    background-image: linear-gradient(180deg, var(--e-global-color-astglobalcolor5) 69%, #3548683D 100%);
    border-top: 3px solid #0e479d;
    border-bottom: none;
}
.footerSec p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word;
    padding: 15px 0;
    margin: 0;
    color: #000000;
}
.footerSec p a{
    color: #000000;
    text-decoration: none;
}

ul.contactDtlsFtr{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.contactDtlsFtr li{
    margin: 0;
    padding: 10px 0;
    color: #000000;
}
ul.contactDtlsFtr li a{
    display: block;
    color: #000000;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 14px;
}
ul.contactDtlsFtr li a i{
    position: absolute;
    left: 0;
    top: 16px;
    font-size: 18px;
}
ul.contactDtlsFtr li a span{
    text-transform: uppercase;
}
.footerSec h3{
    padding: 0 0 10px 0;
    margin: 0 0 10px;
    line-height: 1.5;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    border-bottom: 3px solid #0e479d;
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
}






.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/iStock-1456467041-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
    transition: all 0.25s;
    bottom: -100%;
}
.popupSideBottom::before{
    background: #000000;
    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: #c3922d;
    color: #fff;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    display: block;
}
.popupSideBottom .showPopupBtn i{
    margin-left: 10px;
}
.popupSideBottom.closePopup .showPopupBtn{
    display: none;
}
.popupSideBottom.closePopup{
    bottom: 0%;
}
.closeBtn{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
}
.popupSideBottom .content{
    position: relative;
    z-index: 1;
    color: #fff;
}
.popupSideBottom .content h3, .popupSideBottom .content p{
    color: #fff;
    text-align: left;
}
.popupSideBottom .content h3{
    font-size: 30px;
}
.popupSideBottom .form-control{
    background: transparent !important;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    margin:  15px 0;
    padding: 5px 10px;
    height: 40px;
}
.popupSideBottom .form-control::placeholder{
    color: #fff;
}
.popupSideBottom .btn.btn-primary{
    border-radius: 10px !important;
    float: right;
}

.p_by{
    padding-top: 30px;
}



a.menuIcon{
    position: absolute;
    right: 15px;
    top: 100px;
    background-color: transparent;
    padding: 0;
    line-height: 0;
    border-radius: 5px;
    z-index: 9;
}

.mm-spn a i.fa-solid.fa-angle-down{
    display: none;
}
.mm-spn.mm-spn--dark{
    background: #333;
}
.product-card .pro-shop-btn .addToCartBtn{
    background: #000000 !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;
}

.newsletterSec{
    background-color: #0063E8;
    padding: 30px;
}
.newsletterSec h4{
    color: #fff;
}
.newsletterSec .form-control{
    width: 100%;
    height: 45px;
    padding: 0 10px;
    margin: 10px 0;
}
.newsletterSec button[type="submit"]{
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 45px;
    border: 2px solid #000;
}
.newsletterSec button[type="submit"]:hover{
    background-color: #fff;
    color: #000;
}

.cartBtn{
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    background-color: #000000;
    padding: 0;
    color: #fff;
    margin: 0 0 0 15px;
    border-radius: 5px;
    width: 50px;
    height: 40px;
    text-align: center;
    display: block;
    position: relative;
}
.cartBtn i{
    margin: 0 5px;
    font-size: 14px;
}
.cartBtn:hover{
    color: #fff;
    text-decoration: none !important;
}
.cartBtn span.cart-number{
    
    font-size: 12px;
}
.userBtn{
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    background-color: #000000;
    padding: 0;
    color: #fff;
    margin: 0 0 0 15px;
    border-radius: 5px;
    width: 50px;
    height: 40px;
    text-align: center;
    display: block;
    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;
}
.swal2-backdrop-hide{
   /*  display: none !important; */
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{
  /*   background: transparent !important; */
}
.swal2-container{
/*     left: auto !important;
    bottom: auto !important; */
}
ul.customTab{
    background-color: #000;
}
.mm-spn a{
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.shopping-cart{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.text-end{
    text-align: right !important;
}
.text-start{
    text-align: left !important;
}



/* CATEGORY */
.cardPaddingTopBot{
    padding-top: 15px;
    padding-bottom: 15px;
}
#catlist .card{
    position: relative;
    border: 2px solid #ccc !important;
}
#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: #001954;
    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: #001954;
    font-size: 14px;
    font-weight: 700;
    padding: 0 !important;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 15px;
}
ul.cat_image_sec{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.cat_image_sec li{
    width: calc(50% - 20px);
    position: relative;
    margin: 10px;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
}
ul.cat_image_sec li img.img-fluid_2{
    width: 100%;
    height: 140px;
    object-fit: contain;
}
ul.cat_image_sec li h6.card-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 2.5px;
    margin: 0;
    font-size: 12px;
}
ul.cat_image_sec li a{
    display: block;
    color: #000;
}
ul.cat_image_sec li h6.card-title a{
    color: #000;
}



.footerSec_1{
   width: 100%;
   position: relative; 
   min-height: 250px;
   background-image: url(../images/pattern1.png);
   background-repeat: repeat;
   background-position: center;
   display: flex;
   align-items: center;
   justify-content: center;
}
.footerSec_1::before{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../images/pattern4.png);
    background-repeat: repeat;
    background-position: center;
}
.footerSec_1 .container{
    position: relative;
    z-index: 1;
}
.footerSec_1 h3{
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
}
.footerBtn_1{
    display: flex;
    justify-content: center;
    line-height: 1.6;
    min-width: auto;
    padding: 15px 16px 15px 16px;
    text-align: center;
    text-indent: 0;
    white-space: unset;
    width: 250px;
    border: 2px solid #56d7fe;
    font-size: 14px;
    letter-spacing: 7px;
    color: #000;
    margin: 40px 0 0 0;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
}
.footerBtn_1:hover{
    border: 10px solid #56d7fe;
    padding: 5px 8px 5px 8px;
    color: #fff;
}

.footerBtn_2{
    display: flex;
    justify-content: center;
    line-height: 1.6;
    min-width: auto;
    padding: 15px 16px 15px 16px;
    text-align: center;
    text-indent: 0;
    white-space: unset;
    width: 250px;
    border: 2px solid #000000;
    font-size: 14px;
    letter-spacing: 7px;
    color: #000;
    margin: 40px 0 0 0;
    transition: all 0.3s;
    color: #fff;
    text-transform: uppercase;
}
.footerBtn_2:hover{
    border: 10px solid #000000;
    padding: 5px 8px 5px 8px;
    color: #fff;
}



.footerSec_2{
    padding: 75px 0;
    background-image: url(../images/pattern0.png);
    background-repeat: repeat;
    background-position: center;
    text-align: center;
}
.footerSec_2 h4{
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
    margin: 0;
    padding: 15px 0 0 0;
}
.footerSec_2 ul{
    margin: 0;
    padding: 0;
}
.footerSec_2 ul li{
    margin: 0;
    padding: 5px 0;
    font-weight: 300;
    color: #808080;
    display: block;
    font-size: 16px;
    line-height: 1.8;
}
.footerSec_2 ul li a{
    color: #808080;
}
.footerSec_2 ul li i{
    color: #000000;
    margin: 0 10px 0 0;
}
.footerSec_2 p{
    font-weight: 300;
    color: #808080;
    font-size: 16px;
    line-height: 1.8;
}


.footerSec_3{
    background-image: url(../images/pattern1.png);
    background-repeat: repeat;
    background-position: center;
    padding: 25px 0;
}
.footerSec_3 p{
    text-align: center;
    color: #fff;
    font-size: 10px;
    letter-spacing: 5px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.footerSec_3 p a{
    color: #fff;
    text-decoration: none;
}
.footerSec_logos{
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
}



.footerSec_logos .slick-slide img{
    height: auto !important;
    object-fit: none;
    border-radius: 0;
}

.footerPart{
    background-image: url(../images/iStock-968025462-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}
.footerPart::before{
    background-color: rgba(0,0,0,0.84);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.footerPart .container{
    position: relative;
    z-index: 1;
}
.footerPart .footer_1{
    padding: 100px 0;
}
.footerPart .footer_1 h5{
    padding: 0;
    text-align: center;
    margin: 0;
    color: #c3922d;
    font-size: 17px;
    font-weight: 700;
}
.footerPart .footer_1 h1{
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 15px 0;
}
.footerPart .footer_1 p{
    text-align: center;
    color: #fff;
}
.footerPart .footer_1 h4{
    padding: 0;
    text-align: center;
    margin: 0;
    color: #c3922d;
    font-size: 17px;
    font-weight: 700;
    padding-top: 20px;
}
.btn.getInTouchBtn{
    width: 200px;
    padding: 20px !important;
    background-color: #c3922d;
}
.footerPart .footer_2{
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    padding: 50px 0;
}
.footerPart .footer_2 h5{
    padding: 0;
    text-align: center;
    margin: 0;
    color: #c3922d;
    font-size: 17px;
    font-weight: 700;
}
.footerPart .footer_2 h3{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-align: right;
}
.footerPart .footer_3{
    padding: 50px 0;
}

.footerPart .footer_3 p{
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
}


.footerPart .contactNumber{
    justify-content: center;
}
.footerPart .contactNumber b{
    color: #fff;
    font-size: 21px;
}
.footerPart .contactNumber b a{
    font-size: 17px;
    color: #c3922d;
}
.logoFooter img{
    height: 134px;
    width: auto;
}


/* 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;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #d8e045;
}
#catlist, #prdListCntn, #prdDtls{
    max-width: 1600px !important;
}













@media screen and (min-width: 1200px) {
    .mainMenu{
        background-color: #000000;
        width: 100%;
        padding: 0;
    }
    a.menuIcon{
        display: none;
    }
    .mainNav ul{
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        margin: 0 0 0 0;
        padding: 0;
    }
    .mainNav ul li{
        margin: 0 0;
        padding: 0 0;
        list-style: none;
        position: relative;
    }
    /* .mainNav ul li::after{
        position: absolute;
        right: 0;
        top: 50%;
        width: 4px;
        height: 4px;
        content: "";
        background-color: #fff;
        border-radius: 50%;
    } */
    .mainNav ul li a{
        font-size: 13px;
        font-weight: 600;
        line-height: 77px;
        color: #fff;
        padding: 0 5px;
        margin: 0;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        transition: all 0.5s;
    }
    .mainNav ul li a i{
        margin-left: 5px;
        font-size: 14px;
    }
    .mainNav ul li a:hover, .mainNav ul li.active a{
        color: #fff;
        background-color: #000;
    }
    /* .mainNav ul li a::before{
        content: "";
        width: 0%;
        height: 3px;
        background-color: transparent;
        position: absolute;
        left: 50%;
        top: auto;
        bottom: 0;
        transition: all 0.5s;
    } 
    .mainNav ul li a:hover::before, .mainNav ul li.active a::before{
        background-color: #fff;
        left: 0;
        width: 100%;
    }*/
    .mainNav ul li.contactTab a{
        display: none;
    }
    .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;
        margin: 0;
        border: none;
    }
    .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::after{
        display: none;
    }
    .mainNav ul ul.s_menu li a{
        font-size: 14px;
        color: #3e3e3e;
        font-weight: 400;
        display: block;
        margin: 0;
        padding: 10px 10px;
        border-bottom: 1px solid #fff;
    }
    .mainNav ul ul.s_menu li a:hover{
        background-color: #000000;
        color: #fff;

    }
    .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;
    }


    
    

}

@media screen and (max-width: 1200px) {
    
    #catlist ul.list-unstyled li{
        width: 100%;
    }
    #catlist .card-body .btn.btn-link{
        font-size: 12px;
    }
    .header_top{
        height: 60px;
    }
    
    .header_top h5{
        padding-left: 30px;
    }
    
}
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 991px) {
    .hdrContact{
        display: none !important;
    }
    .header_top{
        padding: 10px 0;
    }
    .achievements_imgs{
        justify-content: center;
        align-items: center;
    }
    .achievements_imgs img{
        margin: 15px;
    }
    .gd_footer h4{
        padding-bottom: 0;
        font-size: 25px;
    }

    .mm-spn a i.fa-chevron-down{
        display: none;
    }

    #site-identity p.site-title{
        font-size: 25px;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    #site-identity p.site-description{
        font-size: 12px;
    }
    .header-phone-number{
        font-size: 18px;
        color: #272727;
        padding: 0 0 20px;
    }


    .header-part h6{
        display: none;
    }
    
}

@media screen and (max-width: 767px) {
    .top-right-header .nav.navbar-btn{
        top: -30px;
    }
    .footerCopyRt{
        text-align: center;
    }
    .footerCopyRt ul{
        justify-content: center;
        padding-bottom: 5px;
    }

    .p_by{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .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 5px !important;
        padding: 10px !important;
        font-size: 0;
        min-width: auto;
    }
    .header-part .btn.btn-primary i{
        font-size: 20px;
    }
    #catlist ul.list-unstyled li{
        width: 100%;
    }

    .footerLinks li a{
        font-size: 14px;
        padding: 3px 0;
    }
    .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 .row{
        padding-bottom: 50px;
      }
      .copyright_ftr span{
        border: none;
        display: block;
      }



      
      ul.ftrContactList li{
        padding: 40px 0 0 0;
      }
      ul.ftrContactList li span{
        left: calc(50% - 15px);
      }
      .ftrContact{
        padding: 30px;
        margin-bottom: 30px;
      }
      .footerInsta{
        height: 200px;
        border-bottom-width: 100px;
      }
      .header_bottom{
        padding: 15px 0;
      }
      .copyRightSec_2{
        padding-bottom: 40px;
      }
      .footerLogos img{
        width: 75px;
      }
      .header_top h5{
        width: 180px;
        font-size: 12px;
    }





    .footerSec{
        text-align: center;
    }
    ul.contactDtlsFtr li a{
        padding: 30px 0 0 0;
        text-align: center;
    }
    ul.contactDtlsFtr li a i{
        left: 50%;
        top: 0;
    }
    
    .footerSec h4{
        text-align: center;
        padding-bottom: 15px;
    }

    .header_top a.header-phone{
        display: none;
    }

    #site-identity{
        display: none;
    }
    .header-phone-number{
        display: none;
    }
    .copyRightSec{
        padding-bottom: 45px;
    }

    .footerSec h3{
        border: none;
        padding: 30px 0 15px;
        margin: 0;
        text-align: center;
    }
    .copyRightSec p{
        text-align: center;
        font-size: 16px;
    }
    .footerLogo{
        height: 50px;
    }
    ul.ftrContactDtls li{
        text-align: center;
        padding: 20px 0 0 0;
        margin-top: 10px;
    }
    ul.ftrContactDtls li i{
        left: 50%;
        top: 0;
    }

    a.headerTollFree{
        width: 100%;
        text-align: center;
    }
    ul.socialLinks{
        justify-content: center;
    }

    .headerBtn{
        display: none;
    }
    .header-part a.logo span{
        display: none;
    }
    a.headerTollFree img{
        display: none;
    }

    
    .footerSec_1::before{
        display: none;
    }
    .footerSec_1{
        padding: 30px 0;
    }
    .footerSec_1 h3{
        text-align: center;
        padding:  0 0 30px;
        font-size: 26px;
    }
    .footerBtn_1, .footerBtn_2{
        margin: 10px auto;
        display: block;
    }
    .footerSec_3 p{
        padding: 10px 0;
    }
    


    a.footerLogo::before{
        width: 25%;
    }
    a.footerLogo::after{
        width: 25%;
    }



    .header-part{
        height: auto;
    }
    .footerPart .footer_2 h3{
        text-align: center;
    }
    .logoFooter img{
        margin: 0 auto;
        display: block;
        height: 100px;
        margin-bottom: 30px;
    }


}


@media screen and (max-width: 575px) {
    .header-part .contactNumber{
        display: none;
    }
    .header-part a.logo{
        padding: 25px;
    }
    
}

