/* header */
.notification-bar{
    padding: 2px 0px;
    background-color: #1c1c1c;
}

.header-bottom-area{
    background-color: #fff;
}
.testi-info p{
        font-size: 12px;
    text-transform: uppercase;
}


.bigcounter {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #000;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 50%;
    color: #fff;
}

.header-bottom-area .main-block .header-menu{
    width:100%
}
.search-crap .search-content .search-box form.search-bar .form-search input.search-input{
    background-color: #f6f6f6;
}

.info-wrap .info-wrapper a.icon{
    color:#333333;
    font-size: 24px !important;
}

.main-header .header-top-area .header-area .header-details{
    width:16%
}

.main-header .header-top-area .header-area .header-search {
    width: 60%;
    display: flex
;
    justify-content: end;
}
.header-top-area .header-area .header-search .search-crap {
    width: 70%;
}
.header-bottom-area .main-block .header-menu {
    display: flex;
    justify-content: left;
}

/* slider */
.slider-content .home-slider.owl-carousel .owl-dots button.active .bar .progress-wrap {
    border: 1px solid #333;
}

.slider-content .home-slider.owl-carousel .owl-dots button::before{
    color:#333
}

.slider-content .home-slider.owl-carousel .owl-dots button{
    border: 1px solid rgba(0, 0, 0, .2);
}

.main-header .header-top-area .header-area .header-toggle, .main-header .header-top-area .header-area .header-icon{
    display: block;
}





@media (max-width: 1199px) {
    .main-header .header-top-area .header-area .header-search{
        display: none;
    }
}


@media (max-width: 479px) {
    .main-header .header-top-area .header-area .header-toggle, .main-header .header-top-area .header-area .header-icon {
        display: flex;
        justify-content: center;
    }
    .main-header .header-top-area .header-area .header-logo {
        width: fit-content !important;
    }
}

/* header-2 */
/* .main-header{
    position: relative;
}
.header-theme-logo a.theme-logo {
    display: block;
    position: absolute;
    z-index: 9;
    top: 8%;
}

.main-header .header-top-area .header-theme-logo a.theme-logo img {
    max-width: 120px;
}


.main-header .header-top-area .header-area .header-search{
    justify-content: center;
    width: 50%;
}

.main-header .header-top-area .header-area .header-details{
    width: 25%;
}
.header-bottom-area .main-block .header-menu {
    display: flex;
    justify-content: center;
}
.main-header {
padding: 10px 0px;
}
@media (max-width: 1399px) {
    .info-wrap {
        margin: 0px 10px 0px 15px;
    }
}
@media (max-width: 1199px) {
    .header-theme-logo a.theme-logo {
        display: block;
        position: relative;
        z-index: auto;
        top: 0%;
    }
    .main-header {
        padding: 0px 0px;
    }
    .main-header .header-top-area .header-theme-logo a.theme-logo img {
        max-width: 90px;
    }
    
} */

/* end-header2 */



.about_sec{
    padding: 3rem 6rem;
}
.about_sec p{
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6;
}
.home-banner-grid .banner-grid-block ul.banner-grid-ul li.big-banner .banner-block a .banner-content span.subtitle{
    padding: 6px 0px;
    border: 0;
    margin: 0px !important;
}

.home-banner-grid .banner-grid-block ul.banner-grid-ul li.big-banner .banner-block a .banner-content .btn-style {
    color: var(--heading-font-color) ;
    font-size: 13px !important;
    display: inline-block !important; 
    padding:7px 14px !important
}
.home-banner-grid .banner-grid-block ul.banner-grid-ul li.big-banner .banner-block a .banner-content span.banner-button{
    margin: 12px 0px 0px;
}
.single-product-wrap .product-content{
        align-items: center;
}
.single-product-wrap .product-content .product-title h6{
    font-size: 16px;
}
.single-product-wrap .product-content .product-title h6 a {
    color: var(--heading-font-color);
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    text-overflow: ellipsis !important;
    text-align: center;
    
}
.special-product ul.product-view-ul li.pro-item-li{
    padding:10px;
    padding-bottom: 0px;

}
.special-product ul.product-view-ul li.pro-item-li:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 12px;

}
.special-product ul.product-view-ul li.pro-item-li .single-product-wrap{
    border:none
}
.collection-wrap .collection-slider.swiper .swiper-wrapper .swiper-slide .single-product-wrap{
    padding: 20px 16px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px 2px 28px 6px !important;

}

.single-product-wrap .product-image .img2{
    height: 220px;
    object-fit: contain;
    width: 100%;
}

.single-product-wrap .product-image{
    display: block;
}
.productimg_width {
    width: 100%;
    height: auto;
}

.single-product-wrap .product-action a{
    height: 36px !important;
    width: 36px !important;
    padding:0px !important
}
.single-product-wrap .product-image .product-action{
    left:43%
}

@media (max-width: 1199px) {
.about_sec {
    padding: 2rem 1rem;
}
}

.single-product-wrap .pro-label-retting{
    padding: 16px 0px;
}
.addtocart{
    border: 1px solid #000;
    margin: 1rem 0rem;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  
}
.addtocart:hover{
    border: 1px solid #000;
    background-color: #333;
    color:#fff
}

.section-pt{
    padding: 50px 0px 50px 0px;
}
.single-product-wrap .product-action a{
    background-color: #333333;
}
.home-banner-grid .banner-grid-block ul.banner-grid-ul li.big-banner .banner-block a .banner-content h2{
    color: #212529;
    font-size: 24px;
    font-weight: 600;
}
.home-banner-grid .banner-grid-block ul.banner-grid-ul li.big-banner .banner-block a .banner-content span.subtitle{
    color:#000
}

.single-product-wrap .product-image a.pro-img img, .single-product-wrap:hover .product-image a.pro-img img{
    height: 200px;
    object-fit: contain;
}

.single-product-wrap .percent-count{
    padding-left:10px;
    color:#000 ;
    font-size:10px !important;
}


.brand-logo-slider .owl-item img {
    display: block;
    width: 100%;
    height: 44px;
    object-fit: cover;
}


.collection-wrap .collection-slider.swiper .swiper-wrapper .swiper-slide .single-product-wrap{
    margin: 10px 2px 10px 6px;
}


.our-service .service-content ul.service-ul {
    display: flex
;
    flex-wrap: wrap;
    margin: -30px 0px 0px -30px;
}
.our-service .service-content ul.service-ul li.service-li {
    width: calc(25% - 30px);
    margin: 30px 0px 0px 30px;
    padding: 0px 15px 0px 0px;
    border-right: 1px solid var(--border-color);
}
.our-service .service-content ul.service-ul li.service-li .service-block {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.banner-grid .banner-content ul.banner-ul li.banner-li .banner-wrap {
    position: relative;
}
.banner-grid .banner-content ul.banner-ul li.banner-li .banner-wrap a img {
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.banner-hover img {
    border-radius: var(--border-radius);
}
.our-service .service-content ul.service-ul li.service-li .service-block a img, .our-service .service-content ul.service-ul li.service-li:hover .service-block a img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.our-service .service-content ul.service-ul li.service-li .service-block .service-text {
    margin: 0px 0px 0px 15px;
}
.our-service .service-content ul.service-ul li.service-li .service-block h6 {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
}
.our-service .service-content ul.service-ul li.service-li .service-block p {
    margin: 5px 0px 0px;
    color: #777474;;
}
/* .our-service .service-content ul.service-ul li.service-li .service-block .animate__fadeInUp animate__animated{
width: 40%;
} */
.our-service .service-content ul.service-ul li.service-li:last-child {
    border: none;
}
.our-service .service-content ul.service-ul li.service-li .service-block a img, .our-service .service-content ul.service-ul li.service-li:hover .service-block a img {
    transition: 0.3s ease-in-out;
}

.our-service .service-content ul.service-ul li.service-li:hover .service-block a img {
    transform: translateY(-10px);
}
/* @media (max-width: 1499px) {
    .container {
        max-width: 1320px;
    }
} */
.facets{
    padding-right: 24px !important;
}
.mt28{
    margin-top: 2.8rem !important;
}

.subscribe-block{
    position: relative;
}
/* login section */
.customer-page .log-acc-page .acc-wrapper{
    background-color: transparent;
}
.customer-page .log-acc-page .acc-wrapper h6{
    color:#000
}
.customer-page .log-acc-page .acc-wrapper .account-optional a {
    color: #0a58ca;
}
.customer-page .log-acc-page .acc-wrapper{
    margin: 30px 0px 0px; 
    padding: 0px 15px;
}
#login-email ul.form-fill li.email, #login-email ul.form-fill li.phone{
    width: calc(100% - 30px) !important;
}
ul.form-fill li.form-fill-li{
    width: calc(100% - 30px) !important;
}
.footer-ul .footer-li:first-child{
    width: 35% !important;
    padding-right: 6%;
}
@media (max-width: 500px) {
    .header-theme-logo a.theme-logo img {
        max-width: 100px !important;
    }
    .main-header .header-top-area {
        padding: 20px 0px;
    }
    .main-header .header-top-area .header-area .header-logo{
        position: absolute !important;
        left: 1% !important;
    }
    .main-header .header-top-area .header-area .header-toggle, .main-header .header-top-area .header-area .header-icon{
        display: flex;
        justify-content: start;
    }
    .our-service.section-pt {
        padding: 0px 0px 30px 0px;
    }
    .our-service .service-content ul.service-ul li.service-li {
        width: 100%;
    }
    .our-service .service-content ul.service-ul li.service-li{
        border-right: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color);
    }
    .our-service2 .service-content ul.service-ul li.service-li {
        width: 100%;
        border-right: none;
    }
    .our-service.section-pt {
        padding: 0px 0px 30px 0px;
    }
    .our-service .service-content ul.service-ul li.service-li {
        width: 100%;
    }
    .our-service .service-content ul.service-ul li.service-li{
        border-right: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color);
    }
    .our-service2 .service-content ul.service-ul li.service-li {
        width: 100%;
        border-right: none;
    }
    .brand-logo-slider .owl-item img{
        height: 30px;
        object-fit: cover;
    }
  .footer-ul .footer-li:first-child{
    width: 100% !important;
    padding-right: 0%;
}
}
@media screen and (min-device-width: 500px) and (max-device-width: 768px) { 
  
  .footer-ul .footer-li:first-child{
    width: 100%;
    padding-right: 0%;
}
    .our-service.section-pt {
        padding: 0px 0px 30px 0px;
    }
    .our-service .service-content ul.service-ul li.service-li {
        width: 50%;
    }
    .our-service .service-content ul.service-ul li.service-li{
        border-right: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color);
    }
    .our-service2 .service-content ul.service-ul li.service-li {
        width: 50%;
        border-right: none;
    }
    .our-service.section-pt {
        padding: 0px 0px 30px 0px;
    }
    .our-service .service-content ul.service-ul li.service-li {
        width: 50%;
    }
    .our-service .service-content ul.service-ul li.service-li{
        border-right: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color);
    }
    .our-service2 .service-content ul.service-ul li.service-li {
        width: 500%;
        border-right: none;
    }
    .our-service .service-content ul.service-ul{
        align-items: center;
            justify-content: center;
        }
}


/* .mainmenu-content .main-wrap ul.main-menu li.menu-link:nth-child(2) .menu-dropdown, .mainmenu-content .main-wrap ul.main-menu li.menu-link:nth-child(4) .menu-dropdown{
           left: auto !important;
    right: auto !important;
}
.menu-link:nth-child(2) .menu-dropdown, .menu-link:nth-child(4) .menu-dropdown{
height:auto !iportant;
}
.menu-link:nth-child(2) .menu-dropdown ul .menumega-li, .menu-link:nth-child(4) .menu-dropdown ul .menumega-li{
width:100% !important;
}
.menu-link:nth-child(4) .menu-dropdown ul {
    display: block !important;
} */

.callfloat {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 10px;
    background-color: #41464b;
    border-radius: 25px;
    text-align: center;
    font-size: 26px;
    z-index: 100;
    padding-top: 8px;
    padding-left: 0px;
  color:#fff;
}
.float {
    position: fixed;
    width: 49px;
    height: 49px;
    bottom: 20px;
    right: 10px;
    background-color: #2ed35c;
    border-radius: 25px;
    text-align: center;
    font-size: 28px;
    z-index: 100;
    padding-top: 6px;
  color:#fff
}
.float:hover, .callfloat:hover{
  color:#fff
}
.pro-submit .form-check-input {
    padding: 0px !important;
}
.pro-submit .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.billing-area .card{
    background: #f5f2f2 !important;
    border:none;

}
.billing-area .card .card-body{
    padding:0px !important;
}
.billing-area .card .card-body .p-3 {
    padding: 0rem 1rem 01rem !important;
}

.billing-area .card .card-body h6{
    background: #ddd;
    padding: 10px;
    text-transform: uppercase;
}

.cart-checkout-btn .btn-style2{
    font-size: 14px;
    padding: 12px 24px;
}
.addaddress_heading{
    padding: 25px 20px;text-transform: capitalize;font-weight: 300;font-style: oblique;
    
}
#accordionRadio .form-check-label{
    padding-top:2px;
}
#accordionRadio .form-check-input{
    width: 1rem !important;
    height: 1rem !important;
    padding:0px;
}
    
#accordionRadio .accordion-header{
    font-size:14px;
    padding: 8px 14px !important;
position: relative;
}
.card-img{
    position: absolute;
    right: 0;
    top: 6px;
    width: fit-content;
}
.card-img img{
    width:42px;
}
.popover-images {
  /*display: flex;*/
  /*justify-content: center;*/
  /*gap: 8px;*/
  padding-bottom: 10px;
  width:180px !important;
  margin:0rem !important;
  padding:0px !important;
}
.popover-img {
  width: 42px;
  height:auto;
  object-fit: cover;
  padding:2px;
  border:none !important;
}
.popover {
  background-color: #1e1e1e !important; /* Dark background */
  color: #ffffff !important;            /* Light text */
  border-color: #1e1e1e !important;
}
.popover.bs-popover-top .popover-arrow::before,
.popover.bs-popover-top .popover-arrow::after {
  border-top-color: #1e1e1e !important; /* Match popover background */
}
.btn-morecardimg{
    font-size: 14px !important;
    padding: 2px 12px !important;
    border-radius: 4px !important;
    background:#fff;
}
#accordionRadio p{
    text-align:center;
    line-height:1.6;
        font-size: 14px;
}
.loginwrapper{
    color: #003789 !important;
    padding: 10px 20px;
    font-weight: 500;
    background-color: #f1f7ff;
    border: 1px solid;
    border-radius: 4px;
    margin-bottom: 6px;
    width: 100%;
    text-align: center;
}
.checkout-area .billing-area .billing-details {
    background: #fbfbfb;
}





/*====================================
    product tab css
====================================*/
#proList.product-tab ul.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 0px -15px -30px;
    border-bottom: none;
}
#proList.product-tab ul.nav li.nav-item {
    margin: 0px 0px 15px 30px;
}
#proList.product-tab ul.nav li.nav-item a.nav-link {
    display: block;
    color: #fff;
    padding: 12px 30px;
    font-weight: 500;
    background-color: #333;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}
#proList.product-tab ul.nav li.nav-item:hover a.nav-link {
    background-color: var(--secondary-font-color);    
}
#proList.product-tab ul.nav li.nav-item a.nav-link.active {
    color: #fff !important;
    background-color:#ff0076 !important;
}
@media (max-width: 767px) {
   #proList.product-tab ul.nav li.nav-item {
        margin: 0px 0px 15px 15px !important;
    }    
}
@media (max-width: 479px) {
   #proList.product-tab ul.nav {
        margin: 24px 0px -15px -15px !important;
    }
}
