@charset "utf-8";

/* CSS Document */


/******************************

4. Products
	4.1 Product Sorting
5. Breadcrumbs
6. Sidebar
7. Main Content
******************************/


/*********************************
4. Products
*********************************/

.products_iso {
  width: 100%;
}
.section_title {
  display: inline-block;
  text-align: center;
  margin: 1rem 0;
}
.section_title h2 {
  display: inline-block;
}

/*********************************
4.1 Product Sorting
*********************************/

.product_sorting_container_bottom {
  margin-top: 24px;
}
.product_sorting_container_bottom .product_sorting {
  float: right;
}
.product_sorting {
  display: inline-block;
}
.product_sorting > li {
  display: inline-block;
  position: relative;
  width: 185px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: solid 1px #ecedee;
/*  padding-left: 20px;*/
  padding-right: 7px;
  margin-right: 16px;
}
.product_sorting_container_bottom .product_sorting > li {
  width: 144px;
  margin-right: 0px;
  padding-right: 12px;
}
.product_sorting_container_bottom .product_sorting li span:nth-child(2) {
  margin-left: 24px;
}
.product_sorting li i {
  float: right;
  line-height: 40px;
  color: #51545f;
}
.product_sorting li ul {
  display: block;
  position: absolute;
  right: 0;
  top: 120%;
  margin: 0;
  width: 100%;
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}
.product_sorting > li:hover ul {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 1px);
}
.product_sorting li ul li {
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.product_sorting li ul li span {
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #dddddd;
  color: #51545f;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}
.product_sorting li ul li span:hover {
  color: #b5aec4;
}
.product_sorting li ul li:last-child span {
  border-bottom: none;
}
.product_sorting li span:nth-child(2) {
  margin-left: 71px;
}
.pages {
  display: inline-block;
  float: right;
}
.product_sorting_container_bottom .pages {
  float: left;
}
.page_current {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  border: solid 1px #ecedee;
  margin-right: 16px;
}
.product_sorting_container_bottom .pages .page_current {
  background: #fe4c50;
  border: none;
}
.page_current span {
  color: #51545f;
}
.product_sorting_container_bottom .pages .page_current span {
  color: #FFFFFF;
}
.page_selection {
  display: block;
  position: absolute;
  right: 0;
  top: 120%;
  margin: 0;
  width: 100%;
  background: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}
.page_selection li {
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.page_selection li a {
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #dddddd;
  color: #51545f;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: all 0.3s ease;
}
.page_selection li a:hover {
  color: #b5aec4;
}
.page_current:hover .page_selection {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 1px);
}
.page_total {
  display: inline-block;
  line-height: 40px;
  margin-right: 31px;
}
.page_total span {
  margin-right: 14px;
}
.page_next {
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
}
.page_next:hover i {
  color: #b5aec4;
}
.page_next i {
  font-size: 18px;
  color: #51545f;
}
.showing_results {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  float: right;
  margin-right: 34px;
}

/*********************************
6. Sidebar
*********************************/

.product_section_container {
  margin-top: 180px;
}
.product_section {
  width: 100%;
  margin: 15px 0 80px 0;
}
.sidebar {
  float: left;
  width: 200px;
  padding-right: 17px;
  border-right: 1px solid #ebebeb;
}
.sidebar_section {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: dashed 1px #ebebeb;
}
.sidebar_section:last-child {
  border-bottom: 0
}
.sidebar_title h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.sidebar_title .sidebar_title_lg {
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
}
.sidebar_categories > li.active > a {
  color: #51545f;
  font-weight: 600;
}
.sidebar_categories li a {
  font-size: 14px;
  line-height: 30px;
  color: #51545f;
}
.sidebar_categories_detail {
  display: none
}
.sidebar_categories_detail li a {
  color: #5d5d5d
}
.sidebar_categories_detail li.active > a,
.sidebar_categories_detail li:hover > a {
  color: #674cfe;
}
.sidebar_categories_detail li:before {
  content: '-';
  margin-right: 4px;
}
.sidebar_categories_detail li.active:before {
  color: #674cfe;
}
#slider-range {
  margin-left: 7px !important;
}
#amount {
  margin-top: 8px;
  color: #1e1e27 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.filter_button {
  width: 100%;
  height: 30px;
  background: #1e1e27;
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter_button:hover {
  background: #34343f;
}
.filter_button span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  color: #FFFFFF;
}
.checkboxes li {
  height: 40px;
  line-height: 40px;
}
.checkboxes li.active i {
  color: #fe4c50;
  margin-right: 21px;
}
.checkboxes li.active i::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  font-family: 'FontAwesome';
  font-size: 10px;
  content: '\f00c';
  color: #FFFFFF;
}
.checkboxes {
  height: 200px;
  overflow: hidden;
}
.checkboxes.active {
  height: auto;
}
.checkboxes li i {
  position: relative;
  color: #b3b7c8;
  cursor: pointer;
  margin-right: 22px;
}
.checkboxes li span {
  font-family: 'Poppins', sans-serif;
  color: #51545f;
}
.show_more {
  display: inline-block;
  cursor: pointer;
}
.show_more span {
  height: 40px;
  line-height: 40px;
  color: #674cfe;
}
.show_more span:first-child {
  margin-right: 11px;
}



/*********************************
7. Main Content
*********************************/

.main_content {
  float: left;
  width: calc(100% - 200px);
  padding-left: 20px;
}
.product-grid {
  width: 100%;
  margin-top: 10px;
}
.main_content img{
  width:100%;
}
/*add*/

.sidebar_section .checkbox label {
  font-size: 14px;
  line-height: 30px;
  color: #51545f;
}
.sidebar_section .checkbox label i {
  color: #b2b2b2;
}
.sidebar_title {
  position: relative
}
.sidebar_section .sidebar_down {
  position: absolute;
  right: 1rem;
  top: .3rem;
}
.sidebar_section .sidebar_down.up::before {
  content: "\e959";
}

/*sidebar product list*/

.ul-left-products .product_image img {
  border: 1px solid #e7e7e7;
  vertical-align: middle
}
.ul-left-products .product_seller {
  font-size: .7rem;
}
.ul-left-products .product_tlt {
  font-size: .78rem;
  color: #444;
  font-weight: 600;
  margin-bottom: 0;
}
.ul-left-products .product_price {
  margin: 0;
  font-size: .95rem;
  color: #333;
}
@media only screen and (max-width: 479px) {
   .product_sorting > li {
     width: 130px;
     margin-right: 5px;
   }
}
        
 @media only screen and (min-width: 768px) {
   .seller_filter {
     /* border-right: 0px solid #e9e9e9; */
    }

}






