/*your custom css goes here*/
body {
    font-family: Roboto,Helvetica,Tahoma,Arial,"Microsoft YaHei" !important;
    font-size: 14px !important;
    line-height: 1.28571 !important;
}
.bg-color
{
	background-color:#fff;
}
.imageNav {
    width: 100%;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    background: #fff;
    min-height: 110px;
    border-radius: 8px;
    margin-left: 0px;
    margin-right: 0px;
}	
.imageNav .imgdiv:before {
    padding-top: 100%;
    content: "";
    display: block;
    height: 0;
    background-color: rgba(0,0,0,.02);
    position: relative;
    z-index: 1;
}
.imageNav.showAll .imageNavItem {
    display: block;
    width: 70px;
    float: left;
    height: 70px;
    object-fit: cover;
    margin-bottom: 10px;
}
.imageNav .imgdiv {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-bottom: 5px;
    overflow: hidden;
}

.cat_image_title{
    font-size:13px;	
    display:block;
}
.cat_image_div {
    margin-right: 20px;
    text-align: center;
}	
.btn-primary{
    background-color: #42E1F9 !important;
    border-color: #42E1F9 !important;
    color: var(--white) !important;
}
.btn-primary:hover, .btn-soft-primary:hover, .btn-outline-primary:hover {
    background-color: #41cee3 !important;
    border-color: #41cee3 !important;
    color: var(--white) !important;
}

.aiz-range-slider{
    padding: 11px 15px !important;
}

.text-truncate {
    text-align: center;
}
.top_footer .w-300px{
    width: auto;
    text-align: right;
}
.top_footer .form-inline{
    justify-content: center;
}
.top_footer .form-inline .btn{
    margin-left: 15px;

}


footer.pt-3.pb-7.pb-xl-3.bg-black.text-light a {
    color: #fff !important;
}
.shadow-sm{
    border:solid 1px #DCDEE3;
}
section.bg-dark.py-5.text-light.footer-widget {
    font-size: 13px;
    background-color: #445268 !important;
}
footer.bg-black{
    background-color: #445268 !important;
}
.footer-widget .text-center.text-md-lefts{
    text-align: left !important;
}
.footer-widget h4{
    font-size: 16px !important;
    border:none !important;
}



.all-category a{
    float: right;
}
header .d-flex .col-auto{
    max-width: initial !important;
    flex: inherit !important;
}
#dynamic ul.list-inline.text-center{
    text-align: left !important;
}

li.category-nav-element:hover{
    box-shadow: 0px 0px 12px 0 rgb(0 0 0 / 08%);
}
.footer-widget ul.list-unstyled{
    line-height: 1.5;
}

.logo-bar-area .badge{
    position: absolute;
    top: -7px;
    height: auto;
    margin: 0;
    left: 28px;
}
.logo-bar-area .text-reset{
    position: relative;
    display: inherit !important;
    font-size: 13px;
    text-align: center;
}
.logo-bar-area .align-self-stretch{
    align-self: inherit !important;
}

html body .logo-bar-area .text-reset span.flex-grow-1{
    margin: 0px !important;
}
.logo-bar-area .text-reset i{
    font-size: 25px;
    display: block !important;
    margin: 0px auto !important;
    width: auto;
}
.all-category, .bg-soft-primary{
    color: #FFF !important;
    background-color: #000 !important ;
}
.container-fluid{
    padding-left: 75px;
    padding-right: 75px;
}
.bg-soft-primary .badge-primary{
    background-color: red !important;
    color: #FFF !important;
}
h3.h5{
    font-size: 1rem;
}
.bg-white1.shadow-sm.rounded{
    padding: 0px !important;
    border:none !important;
    box-shadow: none !important;
}
.bg-white1.shadow-sm.rounded h3{
    font-size: 1rem; 
}
ul.list-unstyled.row{
    padding-bottom: 20px;
}
.text-left .text-truncate{
    text-align: left;
}
.btn-soft-primary{
    color: #FFF;
    background-color: #42E1F9;
}
.bg-white1.shadow-sm.rounded div.text-truncate{
    margin-bottom: 10px !important;
    box-shadow: none !important;
}



.margin-class{
    padding-top: 0px;
}
body{
    padding-top: 140px;
}

ul.list-inline li a:hover{
    color: #42E1F9 !important;
}
.text-reset:hover{
    color: #42E1F9 !important; 
}
.list-group.list-group-flush .list-group-item .img-fit{
    xmax-width: 100% !important;
}


.img-fit{
    transform: scale(0.7);
    transition: all ease-in-out 0.4s !important;
    max-height: 200px;
    width: auto;
    margin: 0px auto;
    display: table;
}
.img-fit:hover{
    transform: scale(0.80);
}

html body .list-unstyled .text-reset{
    font-size: 0.8rem !important;
}
.website-popup .modal-content{
    padding: 25px;
    border-radius: 10px !important;
}

.bg-white.shadow-sm.rounded{
	
    padding: 10px !important;
    border:none !important;
    box-shadow: none !important;
    background-color: #fff !important;
}
.aiz-category-menu.bg-white.rounded.shadow-sm, .collapse-sidebar .bg-white.shadow-sm.rounded{
    background-color: #FFF !important;
    box-shadow: none !important;
    padding: 0px !important;
}

.boxfeatured_categories .img-fit{
    max-height: 80px;
    transform: scale(1) !important;
}
.boxfeatured_categories .roundBoxImage{
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    background-color: #FFF;
    margin: 0px auto;
}
.boxfeatured_categories .roundBoxImage img{
    position: absolute;
    left: 50%;
    top:50%;
    max-width: 80%;
    transform: translate(-50%,-50%) scale(0.9) !important;
}
.boxfeatured_categories:hover  .roundBoxImage img{
    transform: translate(-50%,-50%) scale(1) !important;
}

.boxfeatured_categories .text-truncate{
    font-size: 12px;
    overflow: inherit;
    white-space: inherit;
}
.borderlabel{
    height: 8px;
    background-color: #dcdee3;
    flex: 1 1;
    margin: 0px 15px;
    border-radius: 10px;
}
[id*="section_"] .container-fluid .rounded{
    padding: 0px !important;
}

@media (min-width: 991.98px) {
    .mt-15 {
        margin-top: 15px;
    }
}
.rd-br input#search{
    border: 2px solid #42E1F9  !important;
}
.ht-100 {
    height: 100%;
    
}
.badge-primary,.bg-primary{
    background-color: #000 !important;
}
.navbar {
  overflow: hidden;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.pr-cs{
    padding-right: 6px!important;
}
.dropdown {
  float: left;
  /*overflow: hidden;*/
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

 .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.text-truncate:hover
{
	color:#42E1F9 !important;
}	
.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.todays_deal img, #section_featured img,#flash img, #section_best_selling img, #section_home_categories img{
    width: 155px !important;
    height: 200px !important;
}
li#after_slider:hover img {
    transform: scale(0.65);
}
li#after_slider img {
    transition: transform 1.25s ease;
    transform: scale(0.6);
}
#after_slider {
    
    xoverflow: hidden;
	margin-right:25px;
}

.todays_deal{
    text-align: center;
}

.top-banner{
    width: 100%;
    top: -22px;
}
.top-banner img.img-fit{
    width: 100%;
    transform: none;
}
.home-banner-area .carousel-box .img-fit{
    transform: none !important;
    max-height: inherit;
    width: 100%;
}

.aiz-category-menu ul.list-unstyled.categories{
    height: 393px;
    overflow: auto;

}
.hover-category-menu{
    margin-top: -15px;
}

.aiz-category-menu ul.list-unstyled.categories li.category-nav-element > a{
    position: relative;
    text-align: left;
}
.aiz-category-menu ul.list-unstyled.categories li.category-nav-element > a:after{
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 100%;
    margin-left: 0.3rem;
    transform: rotate(-90deg);
    position: absolute;
    right: 12px;
    top: 13px;
}
.boxBlack{
    margin-bottom: 15px;
    border-radius: 5px !important;
}
.me_sticky_{
    padding-top: 0px;
    padding-bottom: 0px;
}
.col-xl-3 .bg-white .row .col-5 .img-fit{
    max-height: 130px;
}

.product-box {
    border-radius: 4px;
    margin-bottom: 3rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 0px 0px #d7d7d7;
    -moz-box-shadow: 0px 1px 0px 0px #d7d7d7;
    box-shadow: 0 1px 0px 0px #d7d7d7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-box ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.product-box .item-img{
    position:relative;
}
.product-box .item-status{
    position: absolute;
    right: -9px;
    top: 20px;
    color: #FFF;
    padding: 6px 15px;
    border-radius: 30px
}
.product-box .item-status.status-save{
    background-color: red;
}
.product-box .item-status.status-open{
    background-color: green;
    top:60px;
}
.product-box .item-content .contact-info{
    margin: 0px 0px 20px 0px;
    list-style: none;
    padding: 0px;
}
.product-box .item-content .contact-info li i {
    margin-right: 10px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 20px;
    line-height: 1;
}
.product-box .item-content .contact-info li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.listing-box-grid .product-box .item-img img{
    border-radius:4px 4px 0px 0px;
}
.product-box .item-img .item-logo {
    position: absolute;
    z-index: 5;
    bottom: -30px;
    left: 30px;
}
.listing-box-grid .product-box .item-img img{
    border-radius: 4px 4px 0 0;
}
.listing-box-grid .product-box .item-content{
    padding: 50px 30px 30px;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}
.product-box .item-content .item-title{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
}
.product-box .item-content {
    font-size: 16px;
}
.product-box .item-content .meta-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-box .item-content .meta-item li.ctg-name a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-box .item-content .meta-item li.ctg-name a i {
    margin-right: 10px;
    border: 1px solid #000;
    color: #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-box .item-content .meta-item li.entry-meta {
    margin-top: 5px;
    margin-bottom: 5px;
}
.product-box.border-box:hover {
    -webkit-box-shadow: 0px 20px 30px 0px #cfcfcf;
    -moz-box-shadow: 0px 20px 30px 0px #cfcfcf;
    box-shadow: 0 20px 30px 0px #cfcfcf;
}

.listing-box-grid .product-box .item-content .meta-item .entry-meta .ctg-icon {
    display: none;
}

.listing-box-grid .product-box .item-content .meta-item li.item-btn {
    display: none;
}
.product-box .item-content .meta-item li.entry-meta ul li a {
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-box .item-content .meta-item li.entry-meta ul li {
    margin-right: 10px;
}

.product-box .item-content .meta-item li.entry-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.product-box .item-content .meta-item li.entry-meta ul li a:hover {
    background-color: #000;
    color: #ffffff;
}
.product-box .item-content .meta-item li.ctg-name a:hover i {
    background-color: #000;
    color: #ffffff;
}


@media only screen and (max-width: 1200px) {
    .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-bar-area .badge{
        left: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .rowTopcategory_menu{
        flex-direction: column-reverse;
    }
    .aiz-category-menu.bg-white.rounded.shadow-sm{
        margin-top: 15px;
    }
    .navbar a{
        text-align: left;
    }
    .row-cols-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    ul.listHomecategory li{
        width: 25%;
        margin: 0px 0px 25px 0px !important;
     }
     .aiz-category-menu ul.list-unstyled.categories li.category-nav-element > a{
        pointer-events: none;
     }
     .aiz-category-menu .sub-cat-menu{
        position: initial !important;
     }
     .aiz-category-menu .sub-cat-menu{
        padding: 15px 15px 0px 15px !important;
     }
     .aiz-category-menu .sub-cat-menu .card{
        margin: 0px 0px 10px 0px !important;
     }
     .aiz-category-menu .sub-cat-menu .card ul{
        margin: 0px !important;
     }
     .aiz-category-menu .sub-cat-menu .card ul li.border-bottom{
        margin-bottom: 5px !important;
     }
     #search-form{
        font-size: 12px;
     }

     #search-form h1{
        font-size: 15px;
        margin-right: 20px;
        position: relative;
        top: -6px;
     }
     #search-form .form-group.w-200px.ml-0.ml-xl-3{
        display: flex;
        width: 180px;
        align-items: center;
     }
     #search-form .form-group.w-200px.ml-0.ml-xl-3 label{
        min-width: 50px;
     }
     html body #dynamic ul.list-inline.justify-content-between{
        justify-content: end !important;
     }
}

@media only screen and (max-width: 767px) {
    body{
        padding-top: 100px;
    }
   .todays_deal img,#flash img, #section_home_categories img{
    width: 130px !important;
    height: 200px !important;
 }
 .boxfeatured_categories .img-fit{
     max-height: 50px;
 }



.aiz-category-menu ul.list-unstyled.categories{
    height: 300px;
    position: relative;
}
.removeSpaceinMobile{
    padding: 0px !important;
}
.topsearchArea{
    align-items: center;
}
.topsearchArea .navbar-toggler{
    padding: 0px;
    margin-left: 10px;
}
.removeSpaceinMobile .container-fluid{
    padding: 0px;
}
.navbar a{
    width: 100%;
    text-align: left;
}
.topsearchArea .navbar-toggler svg{
    width: 25px;
}
.aiz-category-menu .sub-cat-menu{
    width: 100%;
    left: 0px;
    height: 100%;
}
.boxfeatured_categories .roundBoxImage img{
    padding: 0px !important;
}
.rowReturnPolucy .border-left{
    border:none !important;
}
.rowReturnPolucy  h4{
    font-size: 13px !important;
}
.rowReturnPolucy i{
    font-size: 28px;
}
.navbar{
    position: fixed;
    top:43px;
    left: 0px;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
}
.removeSpaceinMobile.newClass{
    display: block !important;
}
.footer-widget .text-center.text-md-lefts{
    text-align: center !important;
}
.top_footer .w-300px{
    text-align: center;
}
.website-popup .modal-content .pb-5.pt-4.px-5{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}
.website-popup .modal-content  .btn-icon{
    padding: 0;
    width: 35px;
    height: 35px;
}
.website-popup .modal-content  .btn-icon i{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.website-popup .modal-dialog{
    margin: 25px;
}
.website-popup .modal-content h2{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.website-popup .modal-content h6{
    font-size: 14px;
}
.website-popup .modal-content p{
    margin: 0px;
}
.footer-widget .mt-4 a img{
    width: 120px;
    height: auto;
}

}

@media only screen and (max-width: 500px) {
    body{
        padding-top: 60px;
    }

    ul.listHomecategory li{
        width: 50%;
        margin: 0px 0px 25px 0px !important;
     }
}