/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    width:40%;
}
.ui-widget-header {
    background: #3FE331;
}

.search-results-block{
    position: relative;
    display: block;
    clear: both;
}



.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.back-to-top {
  position: fixed;
  visibility: visible;
  opacity: 1;
  right: 100px;
  bottom: 15px;
  z-index: 996;
  background: green;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top a{
    text-decoration: none;
}
.back-to-top i {
  font-size: 40px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: green;
  color: #fff;
  text-decoration: none;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.pb-3{padding-bottom:15px;}
#bank_transfer {
    display: none;
    padding: 10px;
}
.link-term{
  color:#000;
}
.link-term:hover{
  color:#000;
}
.wrap-login-item .form-item input[type="checkbox"]{
  display: initial !important;
}
#check_payment {
    display: none;
    padding: 10px;
} 
#cash_payment{
  display: none;
    padding: 10px;
}
#online_payment{
  display: none;
  padding: 10px;
}
.form-rounded {
  border-radius: 30px !important;
  
  
}
.padding-mobile {
    padding-right: 8px;
    padding-left: 8px;
}
.wrap-product-detail .detail-info{
    width:100% !important;
}
.single-advance-box{
    padding:50px 0px;
}
/*.search-select .chosen-container{
  display: none !important;
}*/
.chosen-container-single{
  border-radius: 30px !important;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  border:none !important;
}
.product-widget-style .product-info .wrap-price{
  margin: 0px;
}
.sidebar__item .latest-product__text h4 {
    margin-bottom: 10px !important;
    border-bottom: 1px solid #dadada;
    padding-bottom: 14px;
}
.sidebar__item ul li {
    list-style: none;
    border-bottom: 1px solid #dedede;
}

/* Used Google Fonts */
*{
  margin:0;
  padding:0;
}

h1, h2, h3, h4, h5, h6, p{
  margin:0px;
  padding:0px;
}
.m-2{
  margin:5px 0px;
}
.pt-5{
  padding-top: 5px;
}
.logo-container{
    margin: 0;
    padding: 0;
    list-style: none;
    display:inline-block;
}
.logo-container .logo-holder {
    width: 300px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    float: left;
    padding:20px;
    /*box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);    */
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-container .logo-holder a{
  text-decoration:none !important;
  display: inline-block;
}
.logo-holder{
  text-align:center;
}

/* Logo-4 */
.logo-4 h1 {
    color: #000;
    font-weight: 300;
    font-size: 45px;
    line-height: 0.65;
    font-family: 'Lobster', cursive;
}
.logo-4 p {
    font-size: 14px;
    margin-left: 50px;
    color: #e74c3c;
    font-weight: 400;
    text-transform: capitalize;
    font-style: italic;
    font-family: 'Mansalva', cursive;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.search-sec .center-section {
    padding: 0 15px;
    /*text-align: center;*/
}
.widget-content .product-item{
  padding-bottom: 20px;
}
.product {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product__discount:hover {
  /*border: 1px solid #efefef;*/
  box-shadow: 0px 1px 5px;
  transition: 0.5s;
  transform: scale(1,1);
}
.product__discount {
  padding-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.product__discount__title {
  text-align: left;
  margin-bottom: 65px;
}

.product__discount__title h2 {
  display: inline-block;
}

.product__discount__title h2:after {
  margin: 0;
  width: 100%;
}

.product__discount__item:hover .product__discount__item__pic .product__item__pic__hover {
  bottom: 20px;
}

.product__discount__item__pic {
  height: 210px;
  position: relative;
  overflow: hidden;
}

.product__discount__item__pic .product__discount__percent {
  height: 45px;
  width: 45px;
  background: #dd2222;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 15px;
}

.product__item__pic__hover {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.product__item__pic__hover li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}

.product__item__pic__hover li:last-child {
  margin-right: 0;
}

.product__item__pic__hover li:hover a {
  background: #7fad39;
  border-color: #7fad39;
}

.product__item__pic__hover li:hover a i {
  color: #ffffff;
  transform: rotate(360deg);
}

.product__item__pic__hover li a {
  font-size: 16px;
  color: #1c1c1c;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.product__item__pic__hover li a i {
  position: relative;
  transform: rotate(0);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}




.product__item__pic__hover li:hover button {
  background: #7fad39;
  border-color: #7fad39;
}

.product__item__pic__hover li:hover button i {
  color: #ffffff;
  transform: rotate(360deg);
}

.product__item__pic__hover li button {
  font-size: 16px;
  color: #1c1c1c;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}

.product__item__pic__hover li button i {
  position: relative;
  transform: rotate(0);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product__discount__item__text {
  text-align: center;
  padding-top: 0px;
}

.product__discount__item__text span {
  font-size: 14px;
  color: #b2b2b2;
  display: block;
  margin-bottom: 4px;
}

.product__discount__item__text h5 {
  margin-bottom: 6px;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  /*margin: 0 0 5px;*/
  transition: all .3s ease 0s;
  max-height: 33px;
    overflow: hidden;
    min-height: 33px;
}

.product__discount__item__text h5 a {
  color: #1c1c1c;
}

.product__discount__item__text .product__item__price {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 700;
}

.product__discount__item__text .product__item__price span {
  display: inline-block;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 10px;
}
.rating{
  margin-bottom: 0px;
  color: #78e08f;
  min-height: 20px;
}
/*---------------------
  Sidebar
-----------------------*/

.sidebar__item {
  margin-bottom: 35px;
}

.sidebar__item.sidebar__item__color--option {
  overflow: hidden;
}

.sidebar__item h4 {
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: 25px;
}

.sidebar__item ul li {
  list-style: none;
}

.sidebar__item ul li a {
  font-size: 16px;
  color: #1c1c1c;
  line-height: 39px;
  display: block;
}

.sidebar__item .latest-product__text {
  position: relative;
}

.sidebar__item .latest-product__text h4 {
  margin-bottom: 45px;
}

.sidebar__item .latest-product__text .owl-carousel .owl-nav {
  right: 0;
}

.price-range-wrap .range-slider {
  margin-top: 20px;
}

.price-range-wrap .range-slider .price-input {
  position: relative;
}

.price-range-wrap .range-slider .price-input:after {
  position: absolute;
  left: 38px;
  top: 13px;
  height: 1px;
  width: 5px;
  background: #dd2222;
  content: "";
}

.price-range-wrap .range-slider .price-input input {
  font-size: 16px;
  color: #dd2222;
  font-weight: 700;
  max-width: 20%;
  border: none;
  display: inline-block;
}

.price-range-wrap .price-range {
  border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content {
  border: none;
  background: #ebebeb;
  height: 5px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  outline: none;
  cursor: pointer;
}

.price-range-wrap .price-range .ui-slider-range {
  background: #dd2222;
  border-radius: 0;
}

.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
  background: #dd2222;
}

.sidebar__item__color {
  float: left;
  width: 40%;
}

.sidebar__item__color.sidebar__item__color--white label:after {
  border: 2px solid #333333;
  background: transparent;
}

.sidebar__item__color.sidebar__item__color--gray label:after {
  background: #E9A625;
}

.sidebar__item__color.sidebar__item__color--red label:after {
  background: #D62D2D;
}

.sidebar__item__color.sidebar__item__color--black label:after {
  background: #252525;
}

.sidebar__item__color.sidebar__item__color--blue label:after {
  background: #249BC8;
}

.sidebar__item__color.sidebar__item__color--green label:after {
  background: #3CC032;
}

.sidebar__item__color label {
  font-size: 16px;
  color: #333333;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.sidebar__item__color label input {
  position: absolute;
  visibility: hidden;
}

.sidebar__item__color label:after {
  position: absolute;
  left: 0;
  top: 5px;
  height: 14px;
  width: 14px;
  background: #222;
  content: "";
  border-radius: 50%;
}

.sidebar__item__size {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 10px;
}

.sidebar__item__size label {
  font-size: 12px;
  color: #6f6f6f;
  display: inline-block;
  padding: 8px 25px 6px;
  background: #f5f5f5;
  cursor: pointer;
  margin-bottom: 0;
}

.sidebar__item__size label input {
  position: absolute;
  visibility: hidden;
}

/*---------------------
  Shop Grid
-----------------------*/
.lighter-text {
  color: #ABB0BE;
}

.main-color-text {
  color: #6394F8;
}
.badge {
    background-color: #6394F8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart-list {
  margin: 30px 0;
  float: right;
  background: #efefef;
  width: 320px;
  position: absolute;
  border-radius: 3px;
  padding: 20px;
  z-index: 1000;
  
}
.shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    
    
  }
.shopping-cart-total {
      float: right;
    }
.shopping-cart-items {
    padding-top: 20px;
  }
.shopping-cart-items li {
        margin-bottom: 18px;
        list-style: none;
}
.shopping-cart-list .shopping-cart-items .item-quantity {
    color: #ABB0BE;
}
.shopping-cart-list .shopping-cart-items .item-price {
    color: #6394F8;
    margin-right: 8px;
}
.shopping-cart-list .shopping-cart-items .item-name {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}
.shopping-cart-list .shopping-cart-items img {
    float: left;
    margin-right: 12px;
    width: 80px;
    height: auto;
}
   

.shopping-cart-list:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.shopping-cart-list .button {
  background: #666;
  color:white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 25px 0 15px 0;
  
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.lighter-text {
  color: #ABB0BE;
}

.main-color-text {
  color: #6394F8;
}



.wrap-color{
  padding: 20px 0px;
}
.color{
  width: 30px;
  height: 30px; 
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.wrap-footer-item .wrap-list-item li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wrap-footer-item .wrap-list-item.apps-list, .wrap-footer-item .wrap-list-item.social-network {
    margin-top: 0px;
}
.title-border-middle>.section-title {
    overflow: hidden;
    margin-bottom: 24px;
}
.section-title {
    color: #313131;
    font-size: 1rem;
}
.section-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 1.25em;
    letter-spacing: normal;
}


.title-border-middle .section-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.title-border-middle .section-title .line-l, .title-border-middle .section-title .line-r {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
    background: rgba(0,0,0,.06);
}
.title-border-middle .section-title .inline-title {
    padding: 0 12px;
}
.title-border-middle>.section-title .inline-title {
    position: relative;
}
.title-border-middle>.section-title .inline-title:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1200px;
    right: calc(100% + 20px);
}

/*search box css start here*/
.search-sec{
    padding: 2rem;
    /*z-index: 1000;*/
    border-bottom: 1px solid;
    box-shadow: 0px 1px 5px;
    
}
.search-slt{
        display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}

@media screen and (min-width: 320px) {
      .ion-navicon span{
          margin-left: 10px;
    }
    .hom_categoty_product .product .product-thumnail, .product-style-2 .product-thumnail img{
      /*min-height: 200px;*/
      height:100%;
      max-height: 200px;
      overflow: hidden;
    }
     
 }
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    
}

/*Medium devices tablets, 768px and up)*/
@media (min-width: 768px) {
    
}

/*Large devices (desktops, 992px and up)*/
@media all and (min-width: 992px) {
    .container {
      padding: 0;
  }
  .dropdown-menu {
    width: 13rem;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  /*.ktm-mega-menu {
    float: right;
    z-index: 1000;
    left: 80px;
    position: relative;
    width: 634px;
    padding: 20px;
    padding-bottom: 10px;
  }*/
  
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}
/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
       max-width: 1300px; 
  }
    
}
/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

    
}

.wrap-icon-section{
    padding:28px 0px;
}
.ion-navicon, #toggle-search{
    cursor: pointer;
}
.ion-navicon, #toggle-search:hover {
      color: #efefef;
    }
.ion-navicon, #toggle-search {
    -webkit-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
            transition: all 0.6s ease;
}
  
.ion-navicon {
    float: left;
  }
.ion-navicon span {
    font-weight: 100;
    margin-left: 0;
    
  }
.minicart i{
    /*font-size: 16px;*/
    padding-right: 5px;
}
.minicart a{
  color: #000;
  font-size: 20px;
}
  #searchBar {
    border: 1px solid #666;
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    padding: 0.25em 0.75em;
    float: left;
    text-align: right;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 25px;
}
  #toggle-search {
    float: left;
  }
  .icon{
    font-size: 16px;
  }
.cart-searchbox{
  float: right;
  padding: 35px 10px;
}
.search-box {
  float: left;
  padding-right: 15px;
}
.dropdown-menu{
  z-index: 10000;
}


.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}
/*.product-categories{*/
/*    background-image:url("../images/bg-image.jpg");*/
/*}*/
.product-style-2{
    border: 1px solid #a9a9a9;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.logo-size{
  padding: 20px 0px;
  margin: 10px;
    
}
.top-discount-item{
  margin-bottom: 0px;
}
.top-discount-item a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.hom_categoty_product{
  padding: 50px 0px;
}
.hom_top_banner{
  padding-top: 50px;
}
.title-box{
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 36.4px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.text-center{
  text-align: center;
}
.btn-custom:hover{
    background: #433b38 !important;
    color: #fff !important;
}
.btn-custom {
    border: 0 none;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 12px 30px;
    border-radius: 0;
    background: #214182;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}
.top-discount-item li{
  text-align: center;
  list-style: none;
  padding: 12px 12px;
}
.top-right-social{
  margin-bottom: 0px;
  float: right;
}
.top-right-social li{
  text-align: center;
  list-style: none;
  padding: 10px 10px;
  float: left;
}
.top-right-social a{
  color: #fff;
}
.sub-catmenu ul:hover{
    display: contents;
    opacity: 1;
    visibility: visible;
}
.sub-catmenu ul{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}
.dropdown-menu{
    left:auto !important;
    margin-top:0px !important;
}
.sub-category li{
    list-style: none;
    padding: 8px 7px;
    border-bottom: 1px solid #efefef;
    text-transform: capitalize;
}
.transition {
    -webkit-transform: scale(1.6); 
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}


#content {
    
    margin:25px;
}
/*.chosen-container-single .chosen-single span{
    font-size:16px;
}
.chosen-container .chosen-drop{
    background: none !important;
}
.chosen-singlespan{
    font-size:16px;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    background: #C6AB93;
    padding: 15px 5px;
    border-bottom: 1px solid #666;
}
.chosen-container .chosen-results{
    padding: 0px;
    margin: 0px;
}*/
.disabled {
  pointer-events: none;
  cursor: pointer;
}
.section-bg{
    background:#2b2b2b;
}
.user-panel .image{
  width: 30%;
}
.user-panel img{
  width: 60px !important;
}
.image {
  opacity: 0.3;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #38b04a;
  cursor: pointer;
}

.client-logo:hover .image {
  opacity: 0;
}

.client-logo:hover .overlay {
  opacity: 1;
}
.padding-bottom{
    padding-bottom:15px;
    
}
.text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-header h3 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #efefef;
    width: 50%;
}
#clients {
    padding: 60px 0;
    
}
#clients .clients-wrap {
    /*border-top: 1px solid #d6eaff;*/
    /*border-left: 1px solid #d6eaff;*/
    margin-bottom: 30px;
}

#clients .client-logo {
    /*padding: 64px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    overflow: hidden;
    background: #fff;
    height: 160px;
    position: relative;
}

#clients img {
    transition: all 0.4s ease-in-out;
}

.home-menu .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.latest-product__item__pic img {
    height: 95px;
    width: 95px;
}
.main-footer-content{
    background:#f3f3f3;
    padding:25px 0px;
}
.wrap-footer-content .wrap-function-info{
    /*height:50px;*/
    background: #333;
}
.wrap-footer-content .wrap-function-info .fc-info-item .wrap-left-info .fc-desc{
  color: #fff !important;
}
.wrap-footer-content .wrap-function-info .fc-info-item {
    border-color: #fff!important;
}
.wrap-search{
    padding:0px 43px !important;
}
.center-section .wrap-search-form{
    max-width: 800px;
    width: 100%;
}
.home-menu .navbar-nav .nav-item:last-child {
  display:none;
}
.home-menu .navbar-nav{
  width: 100%;
}
.home-menu .navbar-collapse{
  padding-left: 0px;
  padding-right: 0px;
}
.home-menu .nav-item {
  display: block;
}
.home-menu .nav-item .nav-link {
  display: block;
  padding-left: 10px;
  color: #111;
  font-weight: 400;
  
}
.home-menu .nav-item:hover{
  /*background: #efefef;*/
  box-shadow: 0px 0px 1px #888888;
}
.latest-product__text h4{
  margin: 0px;
  padding-bottom: 10px;
}
.latest-product__item__pic img{
  border: 1px solid #efefef;
}
.latest-product__item{
  margin-bottom: 5px;
}
.category .category-product img{
  min-height: 115px;
}
.title-box a{
  color: #fff;
}
.dropdown-toggle::after{
  display: none;
}
.mega-menu {
   float: right;
    z-index: 1000;
    left: 180px;
    top: 0px;
    position: relative;
    width: 634px;
    padding: 20px;
    padding-bottom: 10px;
  }

.sub-category li a{
  color: #000;
}
.subcategory ul li{
  padding: 0px 15px;
}

.wrap-show-advance-info-box{
  display: block;
}
.product-list li .product.product-style-3{
  margin-top: 0px;
}
.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
  }

  .tile {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: cover;*/
    transition: transform .5s ease-out;
  }


.wrap-main-slide {
    display: block;
    margin-top: 0px;
}
.category-banner-ta {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #DCDEE3;
    background: #fff;
/*    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}
.hero{
  padding: 20px 0px !important;
  background: #efefef; 
}
.hero__categories__all {
    background: #7fad39;
    position: relative;
    padding: 10px 5px 10px 10px !important;
    cursor: pointer;
}
.hero__categories ul {
    border: 1px solid #ebebeb;
    padding-left: 15px !important;
    padding-top: 10px;
    padding-bottom: 12px;
}
.sticky-wrapper{
    padding:0px;
}
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:180px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    border-radius: 15px 0px 0px 15px;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-80px;
}
.sticky li i {
    float: left;
    padding: 15px 22px;
    margin-right: 5px;
    background: #1d4082;
    border-radius: 5px 0px 0px 5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}
.sticky li:nth-child(1) i{
  background: #4267B2;
}
.sticky li:nth-child(2) i{
  background: #1DA1F2;
}
.sticky li:nth-child(3) i{
  background: #E1306C;
}
.sticky li:nth-child(4) i{
  background: #2867B2;
}
.sticky li:nth-child(5) i{
  background: #ff0000;
}
.padding-zero{
  padding-left: 0px;
  padding-right: 0px;
}
.request-quotes{
  background: #2b2b2b;
  padding-top: 10px;
  padding-bottom: 50px;
  color: #fff;
}
.short-desc p{
  margin-bottom: 0px;
}
.primary-nav-section{
  border-bottom: 1px solid rgba(51,51,51,.1);
}
.select-categories{
  font-size: 12px;
}
.size-input{
  margin-top: 4px;
}
.single-size{
  padding: 8px 35px 8px 13px;
  background: transparent;
}
.categories-select{
  padding: 13px 35px 13px 13px;
  background: transparent;
}

.hom_categoty_product .product .product-thumnail, .product-style-2 .product-thumnail img{
  min-height: 165px;
  max-height: 165px;
  overflow: hidden;
}
.hom_categoty_product .product.product-style-3 .product-name span{
  max-height: 35px;
  min-height: 35px;
  overflow: hidden;
}
.wrap-show-advance-info-box .title-box{
    display: inline-block;
    width: 100%;
    background-color: #ff2832;
    margin: 0;
}
.wrap-show-advance-info-box .title-box h3{
    display: inline-block;
    width: 100%;
    /* float: left; */
    text-align: left;
    background-color: #ff2832;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fefefe;
    line-height: 14px;
    padding: 13px 18px;
    margin: 0;
}
.owl-stage{
  margin-left: 0px;
}
.category-name span{
  text-align: center !important;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #222222;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.advance-info .tab-control,
.advance-info .tab-contents{
    display: inline-block;
    width: 100%;
    float: left;
}
.advance-info .tab-contents{
    position: relative;
}
.advance-info .tab-control a{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-weight: 600;
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6; 
    border-left: 1px solid #e6e6e6; 
    border-right: 1px solid #e6e6e6;
    text-transform: uppercase; 
    padding: 6px 18px;
    margin-right: 5px;
    margin-bottom: -1px;
}
.advance-info .tab-control a.active{
    font-weight: 700;
    padding-bottom: 7px;
    color: #666;
}
.advance-info .tab-contents{
    border: 1px solid #e6e6e6; 
}
.advance-info .tab-contents .tab-content-item{
    padding: 12px 16px 5px 16px;
}
.advance-info .tab-contents .tab-content-item p{
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    margin-bottom: 20px;
}
.service{
  background: #20232c;
  padding: 25px 0;
  color: #fff;
}
.service .row{
  padding-bottom: 30px;
}
.service-title{
  padding: 30px;
  font-size: 48px;
}
.text-align-center{
  text-align: center;
  display: block;
}
.fontawesome-icon{
  text-align: center;
  display: block;
}

.fontawesome-icon .circle-yes:hover {
    border-radius: 50%;
    background-clip: inherit;
    border-width: 1px;
    background-color: #e91e63;
    color: #fff;
    text-align: center;
    margin-top: 2px;

  }
.fontawesome-icon .circle-yes {
    border-radius: 50%;
    background-clip: inherit;
    border-width: 1px;
    background-color: #e91e63;
    color: #fff;
    text-align: center;
    margin-top: 2px;
    color: #ffffff;
    background-color: #38b04a;
    border-color: rgba(42,46,56,0);
    font-size:44px;
    line-height:86px;
    height:88px;
    width:88px;
    border-width:1px;
    align-self:center;
  }

.title-heading-center {
    text-align: center;
    padding: 10px;
    color: #999;
    font-size: 14px;
}
.category .category-product{
  /*height: 160px !important;*/
  padding: 13px !important;
}
.cat-image
 {margin-top:22px;}
 .cat-cat-ul
 {width:100%; float:left;text-align: center;}
.cat-cat-ul li img {
    float: left;
    border-radius: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 180px;
}
.cat-cat-ul a
{text-decoration: none !important; font-size:20px; font-weight:bold;  color:#444;}
.cat-cat-ul a:hover
{color:#2889FF;}
.cat-cat-ul img{
    max-height: 200px;
    height:165px !important;
    
}
 .new-cat-til7 a
{font-size:21px !important; font-weight: bold;}
.new-cat-til7{
    min-height: 170px;
    max-height: 170px;
}
.wrap-shop-control{
  margin-top: 0px !important;
}


.topbar-menu-area{
    display: block;
    width: 100%;
    background: #1d1d1f;
    border-bottom: 1px solid #f2f2f2;
}
.topbar-menu-area .topbar-menu{
    display: block;
}
.topbar-menu-area .topbar-menu ul{
    margin: 0;
    padding: 0;
}
.topbar-menu-area .topbar-menu ul li{
    list-style: none;
    float: left;
}
.topbar-menu-area .topbar-menu>ul>li{
    padding-top: 5.5px;
    padding-bottom: 5.5px;
}
.topbar-menu-area .topbar-menu.right-menu>ul>li:not(:last-child)>a{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(0,0,0,0.11);
    padding-right: 17px;
    padding-left: 17px;
}
.topbar-menu-area .topbar-menu.right-menu>ul>li:last-child>a{
    padding-left: 17px;
    padding-right: 0;
}

.topbar-menu-area .topbar-menu ul li a{
    display: inline-block;
    text-decoration: none;
    color: #666666;
    text-transform: capitalize;
}
.topbar-menu-area .topbar-menu.left-menu{
    float: left;
}
.topbar-menu-area .topbar-menu.right-menu{
    float: right;
}
.topbar-menu-area .topbar-menu .label-before{
    display: inline-block;
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
}
.topbar-menu-area .topbar-menu .label-before.icon{
    font-size: 18px;
}
.topbar-menu-area .topbar-menu li.parent:hover .submenu{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 100%;
    z-index: 10;
}
.topbar-menu-area .topbar-menu.right-menu>ul>li:not(:last-child)>.submenu{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.topbar-menu-area .topbar-menu.right-menu>ul>li:last-child>.submenu{
    right: 0;
}
.topbar-menu-area .topbar-menu .submenu{
    min-width: 130px;
    padding: 0;
    margin: 0;
    top: calc(100% + 10px);
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 9px 0 #ececec;
    -webkit-box-shadow: 0 0 9px 0 #ececec;
    -moz-box-shadow: 0 0 9px 0 #ececec;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
}
.topbar-menu-area .topbar-menu .submenu li{
    width: 100%;
    float: left;
    padding: 7.5px 5px 7.5px 15px;
}
.topbar-menu-area .topbar-menu .submenu li a{
    font-weight: 300;
}
.topbar-menu-area .topbar-menu.right-menu>ul>li .fa-angle-down{
    display: inline-block;
    margin-left: 7px;
}
.center-section .wrap-search-form{
    display: inline-block;
    border: 2px solid;
    position: relative;
    max-width: 522px;
    width: 100%;
}





















.logo {
  padding: 20px 0px 30px 0px;
  position: relative;
  display: block;
}
.logo img{
  width: 200PX;
  margin: 0px auto;
  display: block;
  /*padding-left: 100px;*/
}
.padding-zero{
  padding-left: 0px;
  padding-right: 0px;
}
.logo_custom{
  padding-top: 50px;
}
.main-wrapper{
  /*background-image: url('../dist/img/lab.jpg');*/
    min-height: 630px;
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px ;
    border:1px solid #6EBA53;
}
.reveal{position: relative;  margin: 0 auto}
.reveal img{ position: absolute; left:0; top:0; right:0; bottom:0; margin:0 auto; transition: all .3s ease-in-out;}
.grid-product__image{opacity:1}
.hidden2{opacity:0;}
.reveal:hover .grid-product__image{opacity:0;}
.reveal:hover .hidden2{opacity:1}

.product-grid7{font-family:'Roboto Slab',serif;position:relative;z-index:1}
.product-grid7 .product-image7{border:1px solid rgba(0,0,0,.1);overflow:hidden;perspective:1500px;position:relative;transition:all .3s ease 0s}
.product-grid7 .product-image7 a{display:block}
.product-grid7 .product-image7 img{width:100%;height:auto}
.product-grid7 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid7 .pic-2{opacity:0;transform:rotateY(-90deg);position:absolute;top:0;left:0;transition:all .5s ease-out 0s}
.product-grid7:hover .pic-2{opacity:1;transform:rotateY(0)}
.product-grid7 .social{padding:0;margin:0;list-style:none;position:absolute;bottom:3px;left:-25%;z-index:1;transition:all .5s ease 0s}
.product-grid7:hover .social{left:17px}
.product-grid7 .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:15px 0;border-radius:50%;display:block;transition:all .5s ease-in-out}
.product-grid7 .social li a:hover{color:#fff;background-color:#78e08f}
.product-grid7 .product-new-label{color:#fff;background-color:#333;padding:5px 10px;border-radius:5px;display:block;position:absolute;top:10px;left:10px}
.product-grid7 .product-discount-label,.product-grid7 .product-new-label{color:#fff;background-color:#ef5777;font-size:12px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:0}
.product-grid7 .product-discount-label{background-color:#333;left:auto;right:0}
.product-grid7 .product-content{text-align:center;padding:10px 0 0}
.product-grid7 .title{font-size:15px;font-weight:600;text-transform:capitalize;margin:0 0 5px;transition:all .3s ease 0s}
.product-grid7 .title a{color:#333}
.product-grid7 .title a:hover{color:#78e08f}
.product-grid7 .rating{color:#78e08f;font-size:12px;padding:0;margin:0 0 5px;list-style:none}
.product-grid7 .price{color:#333;font-size:20px;font-family:Lora,serif;font-weight:700;margin-bottom:8px;text-align:center;transition:all .3s}
.product-grid7 .price span{color:#999;font-size:14px;font-weight:700;text-decoration:line-through;margin-left:7px;display:inline-block}
@media only screen and (max-width:990px){.product-grid7{margin-bottom:30px}
}



/* sign in FORM */
#logreg-forms{
    width:412px;
    margin:10vh auto;
    background-color:#f3f3f3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
#logreg-forms .form-control:focus { z-index: 2; }
#logreg-forms .form-signin input[type="email"] {
    margin-bottom: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login{
    width:390px;
    margin:0 auto;
    margin-bottom: 14px;
}
#logreg-forms .social-btn {
    font-weight: 100;
    color: white;
    width: 182px;
    font-size: 0.9rem;
    float: left;
    margin: 0px 5px;
    border-radius: 10px;
}

#logreg-forms a{
    display: block;
    padding-top:10px;
}

#logreg-form .lines{
    width:200px;
    border:1px solid red;
}


#logreg-forms a{ margin-top:10px; }

#logreg-forms .facebook-btn{  background-color:#3C589C; }

#logreg-forms .google-btn{ background-color: #DF4B3B; }

#logreg-forms .form-reset, #logreg-forms .form-signup{ display: none; }

#logreg-forms .form-signup .social-btn{ width:210px; }

#logreg-forms .form-signup input { margin-bottom: 2px;}

.form-signup .social-login{
    width:210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width:600px){
    .product__discount__item__pic {
    height: 170px;
    position: relative;
    overflow: hidden;
}
.padding-top{
  padding-top: 10px;
}
.logo-container{
  display: none;
}
.logo-size {
    padding: 15px 0px;
    width: 100%;
}
.header .main-info-area .center-section{
  margin-bottom: 0px;
}
.right-section{
  left: 0%;
}
.cart-searchbox{
  padding: 20px 10px;
}
.wrap-icon-section {
    padding: 18px 0px;
}
.hom_categoty_product {
    padding: 20px 0px;
}
.category-name span{
    min-height:40px;
}
    #logreg-forms{
        width:300px;
    }
    
    #logreg-forms  .social-login{
        width:200px;
        margin:0 auto;
        margin-bottom: 10px;
    }
    #logreg-forms  .social-btn{
        font-size: 1.3rem;
        font-weight: 100;
        color:white;
        width:200px;
        height: 56px;
        
    }
    #logreg-forms .social-btn:nth-child(1){
        margin-bottom: 5px;
    }
    #logreg-forms .social-btn span{
        display: none;
    }
    #logreg-forms  .facebook-btn:after{
        content:'Facebook';
    }
  
    #logreg-forms  .google-btn:after{
        content:'Google+';
    }
    
}