#specials_menu_header {
  color: #ffb823;
}
#specials_menu_header_mobile {
  color: #ffb823;
}
#specials_menu_footer {
  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_filter_container {
  width: 400px;
  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;
  margin-top: 180px;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.products_filter {
  /*width: 88%;*/
  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;
}
/*.one_product{
	width: 400px;
	height: 308px;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	float: left;
}
.one_product_in{
	width: 300px;
    height: 300px;
    border-radius: 300px;
    background: #ffb621;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    margin: auto;
    margin-top: 4px;
    position: relative;
}
.one_product_title{
	width: 260px;
    height: auto;
    position: absolute;
    bottom: 175px;
    left: 50%;
    margin-left: -130px;
    font-size: 19px;
    font-weight: 900;
    color: #363636;
    line-height: 1;
    text-align: center;
}
.one_product_weight{
	width: 260px;
    position: absolute;
    top: 127px;
    left: 50%;
    margin-left: -130px;
    font-size: 15px;
    color: #363636;
    line-height: 0.9;
    text-align: center;
}
.one_product_line{
	width: 100px;
    height: 1px;
    background: #363636;
    position: absolute;
    top: 168px;
    left: 50%;
    margin-left: -50px;
}
.one_product_price{
	width: 166px;
    text-align: center;
    position: absolute;
    top: 187px;
    left: 50%;
    margin-left: -83px;
    font-size: 18px;
    font-weight: bold;
    color: #363636;
}
.one_product_show_details{
	width: 140px;
    height: 35px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -70px;
    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;
}
.one_product:hover .one_product_title{
	color: white;
}
.one_product:hover .one_product_show_details{
	background: white;
	color: #363636;
}
a:nth-last-child(-n+3) .one_product {
    border-bottom: 0px;
}*/

/* ////////////// 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: #363636;
  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: white;
}
.prev_page_project {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: #363636;
  cursor: pointer;
  position: absolute;
  left: -46px;
  top: 50%;
  margin-top: -13px;
}
.prev_page_project:hover {
  background: white;
}
.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 /////////////*/
