body{
  overflow-x: hidden;
}
.margin-me{
  margin-top:25px;
}
.margin-mee{
  margin-top: 50px;
}

.sws-container{
  width: 100%;
  display: flex;
  justify-content: center;
}
.sws-product-div{
  margin-bottom:25px;
  display: flex;
  justify-content: space-around;
}
.portlet-product-box{
  height: 100%;
}
.portlet-footer-product-box{
  position: initial !important;
}
.portlet-footer-product-box button{
  margin-left: 0px !important;
  width: auto;
}
.page-title{
  display: none;
}

.sws-contact-row{
  display:flex;
  align-items: center;
}

.sws-iframe{
  width: 100%;
}

.page-content{
  margin-top:10px;
}

.sws-account #vezi_restante{
  white-space: pre-wrap;
}

.sws-display-block{
  display: block !important;
}

.sws-filtre-btn-img::before{
  content:"asdas";
  width:10px;
  height:10px;
  border-radius:50%;
  background: #b83b3b;
  display:inline-block;
}


.sws-ul-filtre{
  display: none;
  list-style: none;
  padding: 15px;
  margin: 0px;
  background: #fff;
  width: 100%;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  border-top: 0px;
}

span.select2-container.select2-container--default.select2-container--open{
  z-index: 9999;
}

#sws-filtre-btn{
  position:absolute;
  right: -30px;
  top: 8px;
  font-size:20px;
  z-index: 9999;
}

#sws-filtre-btn:hover{
  color: #000;
}
#sws-filtre-btn:focus{
  color: #000;
}
#sws-filtre-btn:active{
  color: #000;
}
#sws-filtre-btn:visited{
  color: #000;
}

.sws-search-icon{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #549a54;
  border: none;
  height: 39px;
  width: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sws-search-icon i{
  color: #000;
}

@media only screen and (max-width: 767px) {
  .sws-search-icon{
    background: none;
  }
  .sws-contact-row{
    display:block;
  }
  .sws-header-icons{
    position: absolute;
    top: -40px;
    right: 20px;
  }
  .user-action-btn{
    background: none;
  }
  .sws-search-bar{
    padding-left: 20px !important;
    position: absolute;
    top: 88px;
    z-index: 9999;
    width: 65%;
  }
  .sws-search-form{
    width: 70%;
    margin-left: 20px;
  }
  .margin-me{
    margin-top:10px;
  }
  .margin-mee{
    margin-top:10px;
  }
  .portlet-footer-product-box button{
    width: 85% !important;
  }
  .portlet-footer-product-box input{
    margin-left: 0 !important;
   /*  margin-right: -7px !important; */
    width: 15% !important;
    /* float: right; */
  }

}

@media only screen and (max-width: 1170px) {
  .sws-display-none {
    display: none;
  }
  .sws-h2{
    font-size: 25px;
    text-align: center;
  }
  .sws-recomandari{
    display: flex;
  }
  .sws-recomandari div:first-child{
    margin-right: 10px;
  }
  .navbar-toggle {
    display: block;
  }
  .collapse {
    display: none;
  }
  .collapse.in {
    display: block;
  }
  .table-scrollable{
    overflow: scroll;
  }
  .sws-container{
    display: initial !important;
  }
  li.dropdown{
    display: block !important;
    border: 1px solid #fff;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
  }
  li.dropdown:active{
    font-weight: 600;
    color: #000;
  }
  li.dropdown:focus{
    font-weight: 600;
    color: #000;
  }
  ul.nav.navbar-nav{
    display: initial !important;
  }
  button.navbar-toggle{
    margin-left: 10px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-header {
    float: none;
  }
}
@media only screen and (min-width: 1170px) {
  .collapse {
    display: block;
  }
}
@media (max-width:479.98px) {

  .page-content .container .row .owl-carousel.owl-theme.owl-loaded.owl-drag{
      height: 200px !important;
  }

  .portlet-product-box {
    padding: 15px 5px;
  }

  .sws-product-div{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xxx{
    margin-top: 15px !important;
    height: initial !important;
  }

  .portlet-footer-product-box{ 
    padding-top: 0 !important;
  }

  .products-content .portlet.portlet-product-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .hide-on-mobile{
    display: none;
  }

}

/* Excel Export Icon Styling */
.xlsx-export-icon {
  font-size: 14px;
  color: #107c10;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 4px;
}

.xlsx-export-icon:hover {
  color: #005a0e;
  opacity: 0.8;
  transition: all 0.3s ease;
}
