#products_menu_header {
  color: #ffb823;
}
#products_menu_header_mobile {
  color: #ffb823;
}
.selected_product_category {
  color: #ffb823;
}

.products_container {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  background: white;
  background: linear-gradient(white 374px, #f1f1f1 100%);
}
.middle_products_container {
  width: 1200px;
  height: auto;
  position: relative;
  margin: auto;
}
.products_image_header {
  width: 901px;
  height: 541px;
  position: absolute;
  right: -240px;
  top: -85px;
  background: url(../../images/products_image_header.png);
}
.products_title_container {
  width: 314px;
  height: 41px;
  padding-top: 154px;
  position: relative;
  margin-left: 12px;
}
.products_title {
  width: 100%;
  text-align: center;
  position: relative;
  left: 0px;
  line-height: 0.8;
  font-size: 45px;
  font-weight: 900;
  color: #ffb823;
  z-index: 2;
}
.products_title_line {
  width: 100%;
  height: 20px;
  background: #ddd;
  margin-top: 1em;
  border-radius: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.products_text {
  width: 585px;
  overflow: hidden;
  margin-top: 47px;
  margin-left: 38px;
  font-size: 20px;
  color: #454548;
}
.all_products_filters {
  margin: auto;
  margin-top: 55px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}
.products_filter_container {
  width: 300px;
  height: 55px;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  margin: auto;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-left: 33px;
  margin-right: 33px;
}
.products_filter {
  /*width: 84%;*/
  width: 100%;
  border: 0px;
  height: 100%;
  padding-left: 24px;
  color: #959595;
  font-size: 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
  z-index: 3;
  cursor: pointer;
  background: transparent;
}
.products_filter_arrow {
  width: 26px;
  height: 26px;
  background: url(../../images/arrow_select_product.png);
  background-position: left;
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: 2;
  margin-top: -13px;
  margin-right: 19px;
}
.products_filter_container:hover .products_filter_arrow {
  background-position: right;
}
.all_products {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 44px;
  padding-bottom: 57px;
}
.one_product {
  width: 400px;
  /*height: 308px;*/
  height: 420px;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  float: left;
  display: flex;
  flex-direction: column;
}
.one_product_image {
  width: 200px;
  height: 200px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.one_product_title {
  text-align: center;
  font-size: 19px;
  color: #363636;
  font-weight: 900;
  line-height: 1.1;

  margin: 20px auto 10px;
  height: 45px;
  overflow: hidden;

  /*
	width: 255px;
	position: absolute;
	bottom: 181px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	 */
}
.one_product_weight {
  font-size: 15px;
  color: #363636;
  text-align: center;

  /*
	position: absolute;
	top: 132px;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	 */
}
.one_product_line {
  width: 100px;
  margin: auto;
  clear: both;
  height: 1px;
  background: #363636;

  /*
	position: absolute;
	top: 171px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	*/
}
.one_product_price {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #363636;
  line-height: 1;

  margin: 30px auto;

  /*
	position: absolute;
	top: 186px;

	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 90%;
	*/
}
.one_product_show_details {
  width: 140px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 0.9;
  padding-top: 11px;
  padding-bottom: 12px;
  background: #363636;
  border-radius: 15px;
  cursor: pointer;
  margin: auto;

  /* height: 35px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -70px;
    */
}
.one_product:hover .one_product_title {
  color: #ffb823;
}
.one_product:hover .one_product_show_details {
  background: #ffb823;
}
a:nth-last-child(-n + 3) .one_product {
  border-bottom: 1px solid transparent;
}

/* ////////////// pagination /////////////*/
.pagination_container {
  display: table;
  margin-bottom: 55px;
  position: relative;
  margin: auto;
  margin-bottom: 75px;
}
.pagination {
  display: table !important;
  margin: auto !important;
  padding: 0px !important;
  border-radius: 10px !important;
  border: 1px solid #ffb823 !important;
}
.light-theme a,
.light-theme span {
  border: 0px solid #e5e4e4 !important;
  border-right: 1px solid #ffb823 !important;
  box-shadow: none !important;
  background: white !important;
  font-family: 'Muli', sans-serif !important;
  line-height: normal !important;
  padding: 7px 18px 8px 18px;
  margin: 0 0px 0 0;
  border-radius: 0px;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #959595 !important;
}
.simple-pagination li:nth-last-child(2) a,
.simple-pagination li:nth-last-child(2) span {
  border-right: 0px !important;
}
.light-theme a:hover {
  color: white !important;
  background: #ffb823 !important;
  /*border: 0px solid #0e76bc!important;*/
}
.light-theme .current {
  color: white !important;
  background: #ffb823 !important;
  /*border: 0px solid #0e76bc!important;*/
}
.prev {
  display: none !important;
}
.next {
  display: none !important;
}

.next_page_project {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: white;
  cursor: pointer;
  position: absolute;
  right: -46px;
  top: 50%;
  margin-top: -13px;
}
.next_page_project_arrow {
  width: 10px;
  height: 16px;
  background: url(../../images/next_featured.png);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -4px;
}
.next_page_project:hover {
  background: #363636;
}
.prev_page_project {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: white;
  cursor: pointer;
  position: absolute;
  left: -46px;
  top: 50%;
  margin-top: -13px;
}
.prev_page_project:hover {
  background: #363636;
}
.prev_page_project_arrow {
  width: 10px;
  height: 16px;
  background: url(../../images/prev_featured.png);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -6px;
}
/* ////////////// pagination /////////////*/
